.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;
}
.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 .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#uG1wBCaF43ROBLpvgaJbZTJGadAOkOlN { position:absolute;display:block;z-index:100000;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:100001;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:100000;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:100000;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 .container { font-size:0.875rem;font-family:arial;height:23.75rem;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:100017;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:100018;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:100018;line-height:1.3;letter-spacing:0;top:4.6845703125rem;left:6.7470703125rem;height:4.38654375rem;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:100040;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:100000;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:100041;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:100000;display:block; }
#wv5GEs99Iz45pNqb99gTzWnwdq5pDSKb { position:absolute;display:block;z-index:100042;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:100043;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:100041;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:100000;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 .container { font-size:0.875rem;font-family:arial;height:37.375rem;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:100005;position:absolute;top:10.748046875rem;left:5rem; }
#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:100005;position:absolute;top:10.748046875rem;left:5rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #Q6EzucxCm4sGesc4hEDtlQFNdV5yfzlz { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #uKXwLWoMPw3csb8TC34ksTLMQ5CqvEtP { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #c9hbVSx4mnd97MZgcIWrVbReBLywFHF3 { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM { 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:100003;line-height:1.5;letter-spacing:0;top:16.21875rem;left:30.4375rem;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; }
#xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { color:#000000;display:block;width:33rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:21rem;height:7.61816875rem;text-align:center;text-align-last:center;display:block; }
#TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { color:#f10240;display:block;width:25.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:3.125rem;left:31.1875rem;height:1.29980625rem;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:100034;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:100000;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:100035;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:100000;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 > .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:100037;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:100015;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:100014;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:100017;line-height:1.3;letter-spacing:0;top:1.9943580627441rem;left:31.000436782837rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwH0LU2vLkim11AL3Ep73ZZ9vABKk7Km { position:absolute;display:block;z-index:100041;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.9372863769531rem;left:60.686853408814rem;display:block; }
#TTnTwwO30SR0e4fgdneOFVupEEEgywFM { position:absolute;display:block;z-index:100042;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.9372863769531rem;left:49.749349594116rem;display:block; }
#yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { position:absolute;display:block;z-index:100043;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.9372863769531rem;left:38.624132156372rem;display:block; }
#vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { position:absolute;display:block;z-index:100044;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.9365234375rem;left:27.55859375rem;display:block; }
#AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { position:absolute;display:block;z-index:100045;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.9372863769531rem;left:16.436632156372rem;display:block; }
#l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { position:absolute;display:block;z-index:100046;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.9372863769531rem;left:5.3743486404419rem;display:block; }
#U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:9.423179626465rem;left:62.153863906861rem;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:100048;line-height:1.3;letter-spacing:0;top:8.7177734375rem;left:40.0927734375rem;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:100049;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:50.466581344604rem;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:100049;line-height:1.3;letter-spacing:0;top:9.4365234375rem;left:29.02734375rem;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:100050;line-height:1.3;letter-spacing:0;top:8.830726623535rem;left:17.881944656372rem;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:100051;line-height:1.3;letter-spacing:0;top:9.699867248535rem;left:6.7567272186281rem;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; }
#SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { position:absolute;display:block;z-index:100053;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:17.311630249024rem;left:60.686853408814rem;display:block; }
#G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { position:absolute;display:block;z-index:100054;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.311630249024rem;left:49.749349594116rem;display:block; }
#aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { position:absolute;display:block;z-index:100055;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.311630249024rem;left:38.624132156372rem;display:block; }
#WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { position:absolute;display:block;z-index:100056;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.311630249024rem;left:27.561849594116rem;display:block; }
#rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { position:absolute;display:block;z-index:100057;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.311630249024rem;left:16.436632156372rem;display:block; }
#IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { color:#1799eb;display:block;width:6.06228125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:19.749786376953rem;left:62.124567031861rem;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; }
#hS1XF3m95zeGnPT147iCcCMTRGFUfCog { color:#1799eb;display:block;width:7.0615rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:19.0927734375rem;left:39.5927734375rem;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:100061;line-height:1.3;letter-spacing:0;top:19.206161499024rem;left:50.466581344604rem;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:100061;line-height:1.3;letter-spacing:0;top:19.101996898651rem;left:29.028863906861rem;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:100062;line-height:1.3;letter-spacing:0;top:18.8115234375rem;left:17.123046875rem;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:100058;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.311630249024rem;left:5.3743486404419rem;display:block; }
#N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { color:#1799eb;display:block;width:6.0612rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:19.206163883209rem;left:6.8196620941163rem;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; }
#hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { 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.875rem;height:9.25rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:6.8427734375rem;left:16.435546875rem;display:block; }
#VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100066;text-align:center;text-align-last:center;top:6.8427734375rem;left:5.248046875rem;display:block; }
#GGwAuaDlXgIfuTR13qPKziiPpSPKmNx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100067;text-align:center;text-align-last:center;top:7.0478515625rem;left:27.8701171875rem;display:block; }
#wu6cfUM6qkNbG4yHkc389DHdSVTvTUIM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100068;text-align:center;text-align-last:center;top:6.7802734375rem;left:38.498046875rem;display:block; }
#fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { 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.9375rem;height:8.4375rem;text-decoration:none;z-index:100069;text-align:center;text-align-last:center;top:6.8603515625rem;left:50.291559533228rem;display:block; }
#GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100070;text-align:center;text-align-last:center;top:7.2978515625rem;left:60.731742527174rem;display:block; }
#BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { 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.9375rem;height:7.5625rem;text-decoration:none;z-index:100071;text-align:center;text-align-last:center;top:18.0302734375rem;left:60.33984375rem;display:block; }
#RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100072;text-align:center;text-align-last:center;top:17.19140625rem;left:49.935546875rem;display:block; }
#rTwXXbfFrH1x51O6thpQ0Wtw7HKVFgEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100074;text-align:center;text-align-last:center;top:17.3115234375rem;left:27.5576171875rem;display:block; }
#tvTevMg72UZC4fl2TFTIKcVzUpC8TXWC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100076;text-align:center;text-align-last:center;top:17.3740234375rem;left:5.373046875rem;display:block; }
#FLJLflDelhUuEZn9XBadmgMcCKfQ8oTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100077;text-align:center;text-align-last:center;top:17.0302734375rem;left:38.841796875rem;display:block; }
#WEDCZBCnz5zTEXJgg0MIir1eicga0LRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 { 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:100007;line-height:1.3;letter-spacing:0;top:0rem;left:24.99609375rem;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:100008;line-height:1.3;letter-spacing:0;top:4.6875rem;left:25.4345703125rem;height:2.9243625rem;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:100001;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:100039;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:100000;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 > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;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:100037;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:100015;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:100006;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:100015;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:100010;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:100010;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:100018;line-height:1.3;letter-spacing:0;top:13.6875rem;left:62rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrt1MdAIA0BD7Ny6gyCueiiOy5yW8dzD { position:absolute;display:block;z-index:100014;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:100022;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:100025;line-height:1.3;letter-spacing:0;top:8.125rem;left:59.5rem;height:2.9243625rem;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:100025;line-height:1.3;letter-spacing:0;top:8rem;left:42.1875rem;height:2.9243625rem;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:100016;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:100038;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:100000;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:100039;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:100000;display:block; }
#Lb4JiaAlitv21e0cPemd8CiS8NuAAZST { position:absolute;display:block;z-index:100021;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:100030;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:100031;line-height:1.3;letter-spacing:0;top:7.875rem;left:23.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZasAR3wKTPnLcnLGeJdJL85C5hfsxLp4 { position:absolute;display:block;z-index:100025;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:100033;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:100047;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:100000;display:block; }
#sMyNHvkJELbhoDCMeJzdZpT53kZWkePM { position:absolute;display:block;z-index:100027;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:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:22.875rem;left:61.875rem;height:1.625rem;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:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:25.25rem;left:61.3125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3QURi01oBO62pyVTS7oSsm7PUOED8aI { position:absolute;display:block;z-index:100031;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:100040;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:100053;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:100000;display:block; }
#zB8txuiNmivlFEo6xFxlMbiFyz7b6x8s { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100020;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:100054;line-height:1.3;letter-spacing:0;top:30.25rem;left:64.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqwEQeFQPT4OWxkIW2PoO72kFhL8G44i { position:absolute;display:block;z-index:100035;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:100044;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:1.25rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:24.8125rem;left:43rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qwu6sghOXQ6u5XuBauWKL1mEhpUvqIUU { position:absolute;display:block;z-index:100039;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:100062;line-height:1.3;letter-spacing:0;top:31.0625rem;left:46.3125rem;height:1.7871125rem;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:100028;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:100048;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:100061;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:100000;display:block; }
#fnykHGEDghRWsXJSylLySQna6o9ClvKq { position:absolute;display:block;z-index:100006;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:100015;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:100010;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:100025;line-height:1.3;letter-spacing:0;top:25.8125rem;left:5.375rem;height:3.65625rem;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:100023;line-height:1.3;letter-spacing:0;top:30.875rem;left:8.4375rem;height:1.7871125rem;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:100038;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:100000;display:block; }
#SdoolIz9VG4r0ihofKZinNmBmgtD8QTF { position:absolute;display:block;z-index:100006;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:100015;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:100025;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:100010;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:100018;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:100038;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:100000;display:block; }
#wnwgeqgXhT9xD1n6eZgd2MVeRAhU3FNy { position:absolute;display:block;z-index:100035;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:38.5625rem;left:31.125rem;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.25rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:39.5rem;left:32.625rem;height:1.625rem;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.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:42.75rem;left:32.623046875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { position:absolute;display:block;z-index:100039;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:47.3125rem;left:34.875rem;display:block; }
#PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:48.1875rem;left:32.3125rem;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:100028;line-height:1.3;letter-spacing:0;top:47.75rem;left:34.875rem;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:100062;line-height:1.3;letter-spacing:0;top:47.8125rem;left:35.75rem;height:1.7871125rem;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:100061;text-align:center;text-align-last:center;top:51.5rem;left:33.875rem;display:block; }
#TEpioFSQlqZZyfwmZzGcogwLfQAK7TeW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JJEDgEZz7fqZMVhLCgNkvNhRqrpagBSp { position:absolute;display:block;z-index:100043;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:100052;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:100053;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:100047;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:100056;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:100036;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:100070;line-height:1.3;letter-spacing:0;top:30.5rem;left:26.625rem;height:1.7871125rem;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:100069;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:100000;display:block; }
#V8t5vDqwndnd2hSnNvZJikWU0Z7z6iFK { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100023;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:100071;line-height:1.3;letter-spacing:0;top:0.5625rem;left:31.25rem;height:2.51855625rem;text-align:center;text-align-last:center;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 > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;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:100037;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:100015;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; }
#dTXT7qWUtQUy3XyM5PDtLc3Sbr5icc7o { color:#ffffff;display:block;width:5.186525rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.5625rem;left:60.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AOmxRel3ZEpZZwds5tcxeNopKJ2eGhDT { position:absolute;display:block;z-index:100018;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:13.0625rem;left:59.875rem;display:block; }
#CNa04z93bp6tahyV9GQoV3V3kPOFKPnb { 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:100040;text-align:center;text-align-last:center;top:16.875rem;left:58.9375rem;display:block; }
#LukVVFFyimWpghrgLSZwZN5ix6tO0ASW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BH4RidbkcwA4boCtzVrToFn0n9gUTE9y { position:absolute;display:block;z-index:100010;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:3.625rem;left:39.8125rem;display:block; }#BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.adaptive-delivery-prevent-bg, #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.lazyload, #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.lazyloading { background-image: none; }
#OfrhWG96PRygDbke5HKeo44IJoF7KsWZ { color:#1799eb;display:block;width:10.0615rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:7.9375rem;left:41.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kymW7C3lV2kMpXvcFHGpiAuLU5ON0C4I { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFMTDb20XF3EAfv180167XotaCatWWFA { position:absolute;display:block;z-index:100014;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:12.75rem;left:43.5rem;display:block; }
#zKiv3ToxyEsrHH9UdLWsK3CN214wQozT { color:#ffffff;display:block;width:6.124025rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:13.375rem;left:43.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvPnX3HD03NE1tg9dp4rqMSzybKod48a { 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:100039;text-align:center;text-align-last:center;top:16.875rem;left:42.625rem;display:block; }
#Ezg1EBe3X5mTExE519cZU4m8UkztxIrn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XzTA9tRONJe8WmA5TE1bnLkhUUwGz9DI { position:absolute;display:block;z-index:100010;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:100038;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:100000;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:100040;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:100000;display:block; }
#zPvB1GJaRMvc90o99GwE6ptPKMT851ep { position:absolute;display:block;z-index:100020;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:4rem;left:4.25rem;display:block; }#zPvB1GJaRMvc90o99GwE6ptPKMT851ep.adaptive-delivery-prevent-bg, #zPvB1GJaRMvc90o99GwE6ptPKMT851ep.lazyload, #zPvB1GJaRMvc90o99GwE6ptPKMT851ep.lazyloading { background-image: none; }
#boKoZs9TgPh2blzrFssJeUPQPPLURQkT { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:5.125rem;left:6.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZzvOk7SexCXMG23hrZqI4nBZHP1IVNqx { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.3125rem;left:5.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a19riAMiHzP3JxBFIUgddXTTpiJ75hTb { position:absolute;display:block;z-index:100024;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:13.125rem;left:7.9375rem;display:block; }
#zsOnz60W865zNP0MXlgq69lTWo16c1sR { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:13.6875rem;left:8.8125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I042icR1lKkAQw7yI3Tbx9lV0cpo8mU8 { 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:100046;text-align:center;text-align-last:center;top:16.9375rem;left:7.0625rem;display:block; }
#rTzS6Ut8qOaDRxsI04nPyZtMafb86Q2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { position:absolute;display:block;z-index:100026;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:24.8125rem;left:30.3125rem;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:100035;line-height:1.3;letter-spacing:0;top:25.9375rem;left:32.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { position:absolute;display:block;z-index:100030;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:33.9375rem;left:34rem;display:block; }
#JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:34.5625rem;left:34.875rem;height:1.7871125rem;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:37.75rem;left:33.125rem;display:block; }
#z3QgnPJMXguiLlaFk3A83loR8Ri6SSir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A6dP9TOc6qbDRQcxhFmZo6hLcuSql11k { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:29.8125rem;left:31.5625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { position:absolute;display:block;z-index:100032;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:24.8125rem;left:56.125rem;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:100041;line-height:1.3;letter-spacing:0;top:25.4375rem;left:58.125rem;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:100032;line-height:1.3;letter-spacing:0;top:28.3125rem;left:57.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { position:absolute;display:block;z-index:100036;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:33.4375rem;left:59.9375rem;display:block; }
#WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:34.0625rem;left:60.8125rem;height:1.7871125rem;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:100058;text-align:center;text-align-last:center;top:37.125rem;left:58.9375rem;display:block; }
#ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE { position:absolute;display:block;z-index:100014;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:4rem;left:22.5625rem;display:block; }#P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.adaptive-delivery-prevent-bg, #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.lazyload, #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.lazyloading { background-image: none; }
#U8xdOuKDk3TPGVQ4T0lysuvbcHtfGwCC { color:#1799eb;display:block;width:11.499rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:5.75rem;left:23.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htHsh7wfOgWFggpFiCshbNEsJwPGsVoI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.375rem;left:23.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sGkGlyGmI6atRtgHbAcJWdkEwzWla7Ho { position:absolute;display:block;z-index:100018;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:13.125rem;left:26.4375rem;display:block; }
#kbPi47vGuNREaFn0hybxJxMgKonJTwbc { color:#ffffff;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:13.6875rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8ZSTz4OMXVlyinwB5QCgngSydtBXmNA { 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:100040;text-align:center;text-align-last:center;top:16.9375rem;left:25.5625rem;display:block; }
#Mz0vXsD1aQV1aBIsIFELswrEWcgLROVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100058;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:100000;display:block; }
#oIG6eA6Z7mQBcZf89oqphcLAm2bnIWoN { color:#ffffff;display:block;width:5.18663125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100026;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:100010;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; }
#mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH { position:absolute;display:block;z-index:100014;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:3.9375rem;left:56.5rem;display:block; }#mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.adaptive-delivery-prevent-bg, #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.lazyload, #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.lazyloading { background-image: none; }
#qcRlu1TZULcRzZ7C63L3l2mJBGcFkeGf { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:3.4375rem;left:58.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCtDpvVpKs3KDXdGHF1BeC04DpuuR8GA { color:#1799eb;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.5625rem;left:57.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:0rem;left:31.25rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { color:#000000;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:21rem;left:31.25rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#HP3efbF50LOQDTCCa0Ihow7HkM4brZ7y { position:absolute;display:block;z-index:100012;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:24.25rem;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:100027;line-height:1.3;letter-spacing:0;top:24.9375rem;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.625rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:28.1875rem;left:5.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { position:absolute;display:block;z-index:100016;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.4375rem;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:100024;line-height:1.3;letter-spacing:0;top:34.0625rem;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:100044;text-align:center;text-align-last:center;top:37.25rem;left:7.0625rem;display:block; }
#c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 > .row .container { font-size:0.875rem;font-family:arial;height:52.25rem;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:100037;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:100015;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:100021;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:56.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:100030;line-height:1.3;letter-spacing:0;top:3.5rem;left:58.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:100031;line-height:1.3;letter-spacing:0;top:6rem;left:57.875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT6XcD5R1GcbQcck28qptAqlgpSJQeTl { position:absolute;display:block;z-index:100025;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:60.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:100033;line-height:1.3;letter-spacing:0;top:11.625rem;left:60.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:100047;text-align:center;text-align-last:center;top:14.75rem;left:59.375rem;display:block; }
#BU0iuIh4N7A0DargmqTiH2Og4lIZOylu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK { position:absolute;display:block;z-index:100027;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:40.0625rem;display:block; }#JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.adaptive-delivery-prevent-bg, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyload, #JGRyMREFRnLHr8sz9xl8VEoHBsvvgTUK.lazyloading { background-image: none; }
#KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:2.5625rem;left:41.5rem;height:3.25rem;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:100037;line-height:1.3;letter-spacing:0;top:5.875rem;left:40.1875rem;height:3.41015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KClQzSdpdk0dyZIyK40uCXMoVzsV4NPh { position:absolute;display:block;z-index:100031;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:43.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:100039;line-height:1.3;letter-spacing:0;top:11.5625rem;left:43.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:100053;text-align:center;text-align-last:center;top:14.8125rem;left:42.8125rem;display:block; }
#EHkJ6MDe2lpxvCQJNir6BmmnRmPZ3k9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MhQkoQnGmXFfhiEf2JR0hAlfRzMK8To3 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:21.625rem;left:7.4375rem;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:100025;line-height:1.3;letter-spacing:0;top:24.25rem;left:7.9375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMLVhS3feP73rJbFaTP9p2aQ6RcMIZO5 { position:absolute;display:block;z-index:100010;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:100111;line-height:1.3;letter-spacing:0;top:29.4375rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JopQ23wks3kRffsIvqI3dHNLTi46GFAU { position:absolute;display:block;z-index:100014;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:100039;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:100000;display:block; }
#wqI7i863ZmzRiwlODU3gKedBOfGoqVLx { position:absolute;display:block;z-index:100033;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.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:38.25rem;left:18.8125rem;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:100113;line-height:1.3;letter-spacing:0;top:41.5rem;left:18.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyRvnuJ8WJEbIcKkbpBMTmwbnlps0w27 { position:absolute;display:block;z-index:100037;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:100110;line-height:1.3;letter-spacing:0;top:46.0625rem;left:21.1875rem;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:100059;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:100000;display:block; }
#Xi5UTfAi2bH6atlD3uNV6iDDcU4O6ruL { position:absolute;display:block;z-index:100049;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:28.6875rem;left:60.375rem;display:block; }
#aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:29.3125rem;left:60.125rem;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:100071;text-align:center;text-align-last:center;top:32.25rem;left:59.4375rem;display:block; }
#c6y4oQv3DGnDnvN5FIcOEh9BfxtOT8Mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WhkzivvafeAQMUuwG5rgaKsRDvkTFI1L { position:absolute;display:block;z-index:100055;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:28.6875rem;left:43.875rem;display:block; }
#t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:29.3125rem;left:43.5625rem;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:100077;text-align:center;text-align-last:center;top:32.25rem;left:42.8427734375rem;display:block; }
#wtAeJAFPFr7hPnvt8shwdWnFcDdxJLSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RfrLFglQ04roeaaiBTrfNDbpEtFgchPI { position:absolute;display:block;z-index:100038;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:block; }
#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:100063;text-align:center;text-align-last:center;top:32.375rem;left:26.625rem;display:block; }
#oIsFHC1RoQsWdTA5p4RdIJgqOM6JvIx5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c { position:absolute;display:block;z-index:100045;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:19.625rem;left:56.6875rem;display:block; }#rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.adaptive-delivery-prevent-bg, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyload, #rn3hLTAbFRKR4t0oKnuSG9ihfIGhM40c.lazyloading { background-image: none; }
#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { position:absolute;display:block;z-index:100051;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:19.625rem;left:40.125rem;display:block; }#tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.adaptive-delivery-prevent-bg, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyload, #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6.lazyloading { background-image: none; }
#IvL4GX6McZRT6F05OHXo3ILT5W2J297I { position:absolute;display:block;z-index:100034;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:block; }#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:100046;line-height:1.3;letter-spacing:0;top:29.4375rem;left:25.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { color:#1799eb;display:block;width:14.125rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:23.8125rem;left:40.25rem;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:100055;line-height:1.3;letter-spacing:0;top:24.75rem;left:57.875rem;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:100049;line-height:1.3;letter-spacing:0;top:23.525390625rem;left:25.96875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.5625rem;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:100054;line-height:1.3;letter-spacing:0;top:20.875rem;left:58.5625rem;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:100040;line-height:1.3;letter-spacing:0;top:20.0625rem;left:25.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2THqyhOTqxKnChCPE7DXVbsZA9IiU4J { position:absolute;display:block;z-index:100079;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:28.75rem;left:9.6875rem;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:100101;text-align:center;text-align-last:center;top:32.375rem;left:8.5rem;display:block; }
#grri71mMVM4zFegLQxXpHx754sAvoorv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fvkHnNuAhtNvLIIvxZeh9g0pXVefxdLk { position:absolute;display:block;z-index:100085;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:45.4375rem;left:21.5625rem;display:block; }
#i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100093;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.8115rem;height:2.749025rem;text-decoration:none;z-index:100107;text-align:center;text-align-last:center;top:48.9375rem;left:20.25rem;display:block; }
#PldDbD62qyMW1cyy34cdkECKAiwllZW1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F { position:absolute;display:block;z-index:100009;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:36.3125rem;left:42.3125rem;display:block; }#l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.adaptive-delivery-prevent-bg, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyload, #l4aOVzp9HgCeFc7T7JiJJWJ5KWdlft2F.lazyloading { background-image: none; }
#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { position:absolute;display:block;z-index:100008;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:19.6875rem;left:5.875rem;display:block; }#E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.adaptive-delivery-prevent-bg, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyload, #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad.lazyloading { background-image: none; }
#ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { color:#ffffff;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:46.0625rem;left:44.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { position:absolute;display:block;z-index:100081;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:36.3125rem;left:17.5rem;display:block; }#zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.adaptive-delivery-prevent-bg, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyload, #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr.lazyloading { background-image: none; }
#xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { color:#1799eb;display:block;width:10.0605625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:40.875rem;left:44.375rem;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:100091;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:100109;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:45.375rem;left:46rem;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.811875rem;height:2.74956875rem;text-decoration:none;z-index:100095;text-align:center;text-align-last:center;top:48.9375rem;left:45.0625rem;display:block; }
#DNFFzJU1f1vVT5HAwnm9O2iDA8GUCnuB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDtTdgB6CPFUADM5ZspRcVlg0MEcmKfJ { color:#1799eb;display:block;width:11.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.3125rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DmaSFV9fWTMyNZQbN47QE4XtvscciSTd { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:37.4375rem;left:43.875rem;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:100039;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:100040;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:100042;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; }
#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { 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; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.adaptive-delivery-prevent-bg, #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.lazyload, #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5.lazyloading { background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { background-color: transparent; background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { border-width: 0; border-radius: 0; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#y57h9cldACEtU88By5I7Xbd0ECGiHzwT { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;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; }
#koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { position:absolute;display:block;z-index:100015;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; }
#x2aQUnKmubJotpWILvr9sET2rS4KUhhK { position:absolute;display:block;z-index:100014;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.5rem;left:57.8125rem;display:block; }#x2aQUnKmubJotpWILvr9sET2rS4KUhhK.adaptive-delivery-prevent-bg, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyload, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyloading { background-image: none; }
#DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:7.375rem;left:59.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JHKCI77vdAeB9734f3zvypFta0TVFxMb { color:#ffffff;display:block;width:11.0623125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:16.1875rem;left:59.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { position:absolute;display:block;z-index:100018;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.625rem;left:61.5rem;display:block; }
#qnk5Per32RLD26J7iX5N7ntN89QbtBJC { 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:100040;text-align:center;text-align-last:center;top:19.4375rem;left:60.625rem;display:block; }
#F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { position:absolute;display:block;z-index:100021;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.5rem;left:39.0625rem;display:block; }#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.adaptive-delivery-prevent-bg, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyload, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyloading { background-image: none; }
#c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { color:#1799eb;display:block;width:10.4980625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:7.375rem;left:41rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { position:absolute;display:block;z-index:100025;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.5625rem;left:42.75rem;display:block; }
#HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { color:#ffffff;display:block;width:6.8120625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:16.25rem;left:42.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { 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:100047;text-align:center;text-align-last:center;top:19.4375rem;left:41.8125rem;display:block; }
#Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { position:absolute;display:block;z-index:100006;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.4375rem;left:20.625rem;display:block; }#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.adaptive-delivery-prevent-bg, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyload, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyloading { background-image: none; }
#ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:7.625rem;left:5.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWMk9He7khS80DISTwiWTW8PPFxNJOZx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBszvTm08XkZNNCOgAZhyrScVOnshOxG { position:absolute;display:block;z-index:100075;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:15.5625rem;left:24.3125rem;display:block; }
#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { position:absolute;display:block;z-index:100010;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.4375rem;left:3.75rem;display:block; }#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.adaptive-delivery-prevent-bg, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyload, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyloading { background-image: none; }
#IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { color:#ffffff;display:block;width:6.9365rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:16.25rem;left:7.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:28.9375rem;left:59.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsnVxtU15IrndohER40s4J36DyWxMLPw { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:24.75rem;left:59.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { position:absolute;display:block;z-index:100014;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:15.5625rem;left:7.4375rem;display:block; }
#kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:33.3125rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { 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:100038;text-align:center;text-align-last:center;top:19.375rem;left:23.4375rem;display:block; }
#wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { 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:100039;text-align:center;text-align-last:center;top:19.4375rem;left:6.5625rem;display:block; }
#Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#geisbBFOd1Cy76PcMqTdblrtFeTqXByN { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:11.125rem;left:59.0625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:11.75rem;left:40.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { position:absolute;display:block;z-index:100005;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:23.5625rem;left:57.875rem;display:block; }#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.adaptive-delivery-prevent-bg, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyload, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyloading { background-image: none; }
#S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:24.75rem;left:5.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:29.5625rem;left:5.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { position:absolute;display:block;z-index:100020;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:32.6875rem;left:61.5625rem;display:block; }
#m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:32.75rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { 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:100045;text-align:center;text-align-last:center;top:36.5rem;left:60.6875rem;display:block; }
#QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { position:absolute;display:block;z-index:100022;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:42.25rem;left:45.4375rem;display:block; }#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.adaptive-delivery-prevent-bg, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyload, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyloading { background-image: none; }
#N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:47.625rem;left:47.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:43.4375rem;left:47.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { position:absolute;display:block;z-index:100026;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:51.375rem;left:49.125rem;display:block; }
#iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:52rem;left:49.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { 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:100051;text-align:center;text-align-last:center;top:55.1875rem;left:48.25rem;display:block; }
#Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { position:absolute;display:block;z-index:100028;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:42.25rem;left:19.375rem;display:block; }#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.adaptive-delivery-prevent-bg, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyload, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyloading { background-image: none; }
#wnINlepXH2qOgEriDT2fUkbaK5hIJodO { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:47.625rem;left:21rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { color:#1799eb;display:block;width:11.0615rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:43.4375rem;left:21rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { position:absolute;display:block;z-index:100032;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:51.375rem;left:23.0625rem;display:block; }
#gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:52rem;left:23.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { 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:100057;text-align:center;text-align-last:center;top:55.1875rem;left:22.1875rem;display:block; }
#X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:2.1875rem;left:27.96875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#TnHm1KoIrglb0mODPhP7hN58hgp9thUu { position:absolute;display:block;z-index:100020;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:32.125rem;left:8.3125rem;display:block; }
#vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { 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:100045;text-align:center;text-align-last:center;top:35.9375rem;left:7.4375rem;display:block; }
#zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { position:absolute;display:block;z-index:100016;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:23.5625rem;left:3.6875rem;display:block; }#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.adaptive-delivery-prevent-bg, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyload, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyloading { background-image: none; }
#TGOTxBWuanB097n0llq5X7QTxXGeTX58 { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:7.4375rem;left:22.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.8427734375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { color:#ffffff;display:block;width:6.9355625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:16.1875rem;left:24.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;top:24.75rem;left:41.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { position:absolute;display:block;z-index:100022;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:23.5625rem;left:39.6875rem;display:block; }#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.adaptive-delivery-prevent-bg, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyload, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyloading { background-image: none; }
#hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:29.5625rem;left:41.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { position:absolute;display:block;z-index:100026;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:32.125rem;left:44.3125rem;display:block; }
#Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:32.75rem;left:44.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { 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:100051;text-align:center;text-align-last:center;top:35.9375rem;left:43.4375rem;display:block; }
#eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { position:absolute;display:block;z-index:100028;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:23.5625rem;left:21.125rem;display:block; }#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.adaptive-delivery-prevent-bg, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyload, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyloading { background-image: none; }
#U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:24.75rem;left:22.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:29.5625rem;left:22.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { position:absolute;display:block;z-index:100032;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:32.125rem;left:25.75rem;display:block; }
#hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { color:#ffffff;display:block;width:5.999025rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:32.75rem;left:25.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { 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:100057;text-align:center;text-align-last:center;top:35.9375rem;left:24.875rem;display:block; }
#SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;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:100037;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:100015;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; }
#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { position:absolute;display:block;z-index:100040;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:2.75rem;left:40.4375rem;display:block; }#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.adaptive-delivery-prevent-bg, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyload, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyloading { background-image: none; }
#ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:3.0625rem;left:42.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { position:absolute;display:block;z-index:100044;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:11.875rem;left:44.125rem;display:block; }
#esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:12.5rem;left:44.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { 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:100069;text-align:center;text-align-last:center;top:15.6875rem;left:43.25rem;display:block; }
#n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:6.5625rem;left:42.03125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { position:absolute;display:block;z-index:100046;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.5rem;left:59.6875rem;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:100052;line-height:1.3;letter-spacing:0;top:29rem;left:61.375rem;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:100050;line-height:1.3;letter-spacing:0;top:31.25rem;left:61.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { position:absolute;display:block;z-index:100050;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.625rem;left:63.375rem;display:block; }
#J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:37.25rem;left:63.875rem;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:100075;text-align:center;text-align-last:center;top:41.4375rem;left:63.375rem;display:block; }
#HdWvxG6lsTBm8B9GlELganerCb497ie3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rQogsLMzTLf5XkWAkTPWwWMmec2cagT0 { position:absolute;display:block;z-index:100046;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:28.125rem;left:42.125rem;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:100052;line-height:1.3;letter-spacing:0;top:29.6875rem;left:43.75rem;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:100050;line-height:1.3;letter-spacing:0;top:34.25rem;left:43.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M55a71y5XH081Q4u5H8oZuhusdMiVgpU { position:absolute;display:block;z-index:100050;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:45.8125rem;display:block; }
#RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:38.25rem;left:46.3125rem;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:100075;text-align:center;text-align-last:center;top:41.4375rem;left:44.9375rem;display:block; }
#RZXWZR3FEfQXrXVRalb3rZBOl8vreNvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A3QHn6Wei32Kl14OhqXHepUo8ERc8LVE { position:absolute;display:block;z-index:100052;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.5rem;left:5.3125rem;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:100058;line-height:1.3;letter-spacing:0;top:29.3125rem;left:6.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6fPXUeFsrrvFRWCgaW35U56vzG3caet { position:absolute;display:block;z-index:100056;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.25rem;left:9rem;display:block; }
#oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:38.625rem;left:27.5rem;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:100081;text-align:center;text-align-last:center;top:41.4375rem;left:8.09375rem;display:block; }
#xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:34.375rem;left:24.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { color:#000000;display:block;width:19.25rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:0rem;left:27.875rem;height:2.1937125rem;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:100076;line-height:1.3;letter-spacing:0;top:23.6875rem;left:31.6875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#xh9JRICh6krkQgQUnIAWoUvKbwOx7MG1 { position:absolute;display:block;z-index:100058;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:28.1875rem;left:23.25rem;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:100064;line-height:1.3;letter-spacing:0;top:30.1875rem;left:24.875rem;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.9375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:33.0625rem;left:6.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { position:absolute;display:block;z-index:100062;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:38.125rem;left:26.9375rem;display:block; }
#qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:37.875rem;left:9.5rem;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:100087;text-align:center;text-align-last:center;top:41.75rem;left:26.0625rem;display:block; }
#nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { position:absolute;display:block;z-index:100052;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:2.75rem;left:58.0625rem;display:block; }#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.adaptive-delivery-prevent-bg, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyload, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyloading { background-image: none; }
#xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:3.125rem;left:59.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:7.1875rem;left:59.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { 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:100081;text-align:center;text-align-last:center;top:15.6875rem;left:60.875rem;display:block; }
#osZKcxfz8y96193MrauctInvxHBDEuRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { position:absolute;display:block;z-index:100056;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:11.875rem;left:61.75rem;display:block; }
#BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:12.5rem;left:62.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { position:absolute;display:block;z-index:100052;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:3.0625rem;left:21.625rem;display:block; }#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.adaptive-delivery-prevent-bg, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyload, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyloading { background-image: none; }
#kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:4.25rem;left:23.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:9.5rem;left:23.25rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { position:absolute;display:block;z-index:100056;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:12.1875rem;left:25.3125rem;display:block; }
#F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:12.8125rem;left:25.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { 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:100081;text-align:center;text-align-last:center;top:16rem;left:24.4375rem;display:block; }
#W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { position:absolute;display:block;z-index:100058;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:2.75rem;left:3.125rem;display:block; }#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.adaptive-delivery-prevent-bg, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyload, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyloading { background-image: none; }
#WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:3.9375rem;left:4.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BskPu09tzE7fCdvzTTILbPadwZF6wkrb { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { position:absolute;display:block;z-index:100062;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:11.875rem;left:6.8125rem;display:block; }
#qEmGvpnqgBgshhBT4BcTExU1zftmC66B { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:12.5rem;left:7.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#US7bbzORhOsiyr6nLFukdiEExTAEOBTG { 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:100087;text-align:center;text-align-last:center;top:15.6875rem;left:5.9375rem;display:block; }
#OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { position:absolute;display:block;z-index:100052;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:48.6875rem;left:59.6875rem;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:100058;line-height:1.3;letter-spacing:0;top:49.875rem;left:61.3125rem;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:100056;line-height:1.3;letter-spacing:0;top:54.4375rem;left:61.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { position:absolute;display:block;z-index:100056;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:57.8125rem;left:63.375rem;display:block; }
#Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:58.4375rem;left:63.875rem;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:100081;text-align:center;text-align-last:center;top:62.6875rem;left:63.6865234375rem;display:block; }
#EirMoQiMaLPpIp4S3u3N1VzpLbHETwVf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hnS7Jebpp4pERbDBiK107wyDM84Umf4T { position:absolute;display:block;z-index:100058;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:48.6875rem;left:42.125rem;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:100064;line-height:1.3;letter-spacing:0;top:50.9375rem;left:43.75rem;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:100062;line-height:1.3;letter-spacing:0;top:55.5rem;left:43.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CF7AHdiPapeXr8917eLstlS2iFJefJd1 { position:absolute;display:block;z-index:100062;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:58.875rem;left:45.8125rem;display:block; }
#IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:59.5rem;left:46.3125rem;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:100087;text-align:center;text-align-last:center;top:62.6875rem;left:45.125rem;display:block; }
#uyzPXvnpaQOyrEcxPq26GNWanCp39OZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xeAqGqp8J7ltqCtcCUz36ZDWF1QcJR6f { position:absolute;display:block;z-index:100064;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:48.0625rem;left:24.3125rem;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:100070;line-height:1.3;letter-spacing:0;top:50.5rem;left:25.9375rem;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:100068;line-height:1.3;letter-spacing:0;top:55.0625rem;left:25.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { position:absolute;display:block;z-index:100068;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:58.4375rem;left:28rem;display:block; }
#bTEzkauN5RFdOwNeeDUmP292dJorTcls { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:59.0625rem;left:28.5rem;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:100093;text-align:center;text-align-last:center;top:62.6875rem;left:26.7509765625rem;display:block; }
#bABpxrzdP9HMhb1wvaozeQPFucFHHFHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hocRTKGnQpVxhrQZESHQzoCeQPzymfX1 { position:absolute;display:block;z-index:100070;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:48rem;left:3.6875rem;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:100076;line-height:1.3;letter-spacing:0;top:49.875rem;left:5.3125rem;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:100074;line-height:1.3;letter-spacing:0;top:54.4375rem;left:5.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { position:absolute;display:block;z-index:100074;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:57.8125rem;left:7.375rem;display:block; }
#Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:58.4375rem;left:7.875rem;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:100099;text-align:center;text-align-last:center;top:61.625rem;left:6.5rem;display:block; }
#xHInJPMc2U5wcnOda4oe1p543Pa9PzL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX { position:absolute;display:block;z-index:100052;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:70.5625rem;left:33.875rem;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.4375rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:74.0673828125rem;left:35.3134765625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { position:absolute;display:block;z-index:100056;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:79.6875rem;left:37.5625rem;display:block; }
#TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:80.3125rem;left:38.0625rem;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:100081;text-align:center;text-align-last:center;top:83.1875rem;left:37.0634765625rem;display:block; }
#qDi7vyIvzn0KU66sKGKplKPVOMww5mEV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:100093;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:100000;display:block; }
#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { 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; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.adaptive-delivery-prevent-bg, #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.lazyload, #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo.lazyloading { background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { background-color: transparent; background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { border-width: 0; border-radius: 0; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:hekaya;font-size:1.9375rem;font-weight:400;z-index:100037;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; }
#kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { position:absolute;display:block;z-index:100015;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; }
#MZpnHqomAOTCrQscbrlf37veCfSTLJSa { position:absolute;display:block;z-index:100064;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:5.1875rem;left:38.75rem;display:block; }#MZpnHqomAOTCrQscbrlf37veCfSTLJSa.adaptive-delivery-prevent-bg, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyload, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyloading { background-image: none; }
#mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { color:#1799eb;display:block;width:11.0611875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:6.375rem;left:40.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aMUOWVktUCngWct494ByBiwO7qyPkLAI { color:#ffffff;display:block;width:5.9987rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:14.8125rem;left:42.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { 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:100093;text-align:center;text-align-last:center;top:17.9375rem;left:41.5625rem;display:block; }
#ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100100;line-height:1.3;letter-spacing:0;top:10.5rem;left:40.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { position:absolute;display:block;z-index:100074;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.934875rem;top:14.3125rem;left:42.5rem;display:block; }
#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { position:absolute;display:block;z-index:100027;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:5.1875rem;left:20.75rem;display:block; }#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.adaptive-delivery-prevent-bg, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyload, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyloading { background-image: none; }
#xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { position:absolute;display:block;z-index:100031;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:13.5rem;left:24.8125rem;display:block; }
#e70vvi85UdksVePNwriU0Ss69pglwlDi { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:14.25rem;left:25.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { 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:100053;text-align:center;text-align-last:center;top:17.9375rem;left:23.5625rem;display:block; }
#pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { position:absolute;display:block;z-index:100033;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:5.6875rem;left:2.75rem;display:block; }#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.adaptive-delivery-prevent-bg, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyload, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyloading { background-image: none; }
#cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.5625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:10rem;left:3.3125rem;height:2.921875rem;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; }
#tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:6.6875rem;left:4.375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { position:absolute;display:block;z-index:100037;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.9375rem;left:6.4375rem;display:block; }
#E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:14.5rem;left:7.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { 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:100059;text-align:center;text-align-last:center;top:18rem;left:5.5625rem;display:block; }
#zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { 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:100065;text-align:center;text-align-last:center;top:16.8125rem;left:9rem;display:none; }
#TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:6.375rem;left:22rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:10.875rem;left:22.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { color:#1799eb;display:block;width:11.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:9.75rem;left:58.625rem;height:3.16699375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { position:absolute;display:block;z-index:100076;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:5rem;left:56.8125rem;display:block; }#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.adaptive-delivery-prevent-bg, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyload, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyloading { background-image: none; }
#Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { color:#1799eb;display:block;width:11.0605625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:6.375rem;left:58.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { position:absolute;display:block;z-index:100086;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.933625rem;top:14.1875rem;left:61.625rem;display:block; }
#fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:14.8125rem;left:62rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { 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:100105;text-align:center;text-align-last:center;top:17.875rem;left:60.5rem;display:block; }
#c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#atE4mXXRUsQARuOx3C2DDC8TleeLVq6S { position:absolute;display:block;z-index:100039;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:21.3125rem;left:29.3125rem;display:block; }#atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.adaptive-delivery-prevent-bg, #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.lazyload, #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.lazyloading { background-image: none; }
#Qn5lvZluKT3ZCDs9ssNUuzgTR4IpWqWZ { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:22.125rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJtpohksVyIHvepTCcuENRN6TCUt55v1 { color:#1799eb;display:block;width:13.125rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:25.5625rem;left:30.25rem;height:3.1669875rem;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; }
#zzv0BesOPmCRrtZPXL06PzptXiMiCehI { position:absolute;display:block;z-index:100043;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:30.125rem;left:32.5625rem;display:block; }
#g3J0psgBLh4HsBnte0TU6bltp15rXJzZ { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:30.8125rem;left:33.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3Z7ag0L7kXfBOJ51DQ16rshpsO1MWXX { 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:100065;text-align:center;text-align-last:center;top:33.3125rem;left:31.6259765625rem;display:block; }
#Tl0crtWSJMnz5HIV8a18vF2GpJKhpRuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 > .row .container { font-size:0.875rem;font-family:arial;height:109.1875rem;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:100037;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:100015;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:100018;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:100045;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:4.75rem;left:0rem;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:100055;line-height:1.3;letter-spacing:0;top:7.875rem;left:1.25rem;height:2.5996125rem;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:100054;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:100049;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:100057;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:100071;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:100000;display:block; }
#d01ygP0Cl8ui4vd90gxu1mzGkxw1pvhR { color:#ffffff;display:block;width:6.749125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;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; }
#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { position:absolute;display:block;z-index:100039;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:45.375rem;left:57.3125rem;display:block; }#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.adaptive-delivery-prevent-bg, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyload, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyloading { background-image: none; }
#neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:48.6875rem;left:58.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { position:absolute;display:block;z-index:100043;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:53.625rem;left:61rem;display:block; }
#hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:54.1875rem;left:61.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { 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:100065;text-align:center;text-align-last:center;top:57.6875rem;left:60.125rem;display:block; }
#AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { position:absolute;display:block;z-index:100044;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:45.375rem;left:40.4375rem;display:block; }#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.adaptive-delivery-prevent-bg, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyload, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyloading { background-image: none; }
#XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:47.875rem;left:42.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { position:absolute;display:block;z-index:100048;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:53.625rem;left:44.125rem;display:block; }
#fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:54.1875rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { 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:100070;text-align:center;text-align-last:center;top:57.6875rem;left:43.25rem;display:block; }
#RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { position:absolute;display:block;z-index:100049;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:45.375rem;left:23.3427734375rem;display:block; }#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.adaptive-delivery-prevent-bg, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyload, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyloading { background-image: none; }
#hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:47.875rem;left:24.9365234375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { position:absolute;display:block;z-index:100053;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:53.625rem;left:26.625rem;display:block; }
#uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:54.2802734375rem;left:27.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { 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:100075;text-align:center;text-align-last:center;top:57.6875rem;left:25.75rem;display:block; }
#rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { position:absolute;display:block;z-index:100054;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:45.375rem;left:5.9375rem;display:block; }#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.adaptive-delivery-prevent-bg, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyload, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyloading { background-image: none; }
#uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:47.875rem;left:7.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { position:absolute;display:block;z-index:100058;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:53.625rem;left:9.625rem;display:block; }
#R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:54.1875rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { 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:100080;text-align:center;text-align-last:center;top:57.6875rem;left:8.75rem;display:block; }
#ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { 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:100040;text-align:center;text-align-last:center;top:15.125rem;left:58.28125rem;display:none; }
#uP02Rzs63k36qlyJAN79RK32ToA81DF8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { position:absolute;display:block;z-index:100076;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:39.685546875rem;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:100082;line-height:1.3;letter-spacing:0;top:6rem;left:41.3115234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { position:absolute;display:block;z-index:100086;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:43.4375rem;display:block; }
#iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { color:#ffffff;display:block;width:5.99805rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:14.125rem;left:43.875rem;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.8105625rem;height:2.74805rem;text-decoration:none;z-index:100105;text-align:center;text-align-last:center;top:17.3125rem;left:42.3125rem;display:block; }
#quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:41.9375rem;left:28.25rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { color:#000000;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.75rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { position:absolute;display:block;z-index:100046;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.0625rem;width:14.375rem;top:4.625rem;left:15.8125rem;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:100055;line-height:1.3;letter-spacing:0;top:5.5625rem;left:16.5rem;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:100056;line-height:1.3;letter-spacing:0;top:7.125rem;left:17.3125rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fypvJK1xQVVzJq48i22gTMSwGoscZkTA { position:absolute;display:block;z-index:100050;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.375rem;left:19.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:100072;text-align:center;text-align-last:center;top:17.25rem;left:18.5rem;display:block; }
#SXTqRQyTPvPC5oIar52HpB6EGVh1TTtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KZc881Puc9wsJGTE5E6420yslr3LimBu { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:14rem;left:20.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:100080;line-height:1.3;letter-spacing:0;top:0.9375rem;left:50.873046875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#DnJ9CPoWs1tup5eikxa6dxwqdxFWx15V { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:64.75rem;left:30.1875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V { position:absolute;display:block;z-index:100061;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:67.1875rem;left:60rem;display:block; }#ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.adaptive-delivery-prevent-bg, #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.lazyload, #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.lazyloading { background-image: none; }
#oe3RiMnSpm4EPnuX0oDmGplpfZiKxUc2 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:69.625rem;left:61.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIFg4o54E0ch6ktMBv7kJm3Fm1uf8BVZ { position:absolute;display:block;z-index:100065;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:75.4375rem;left:63.6875rem;display:block; }
#xAH4sbq3BF9dv2FCtUuJgtJfT6xmTAxT { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:76rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0 { position:absolute;display:block;z-index:100066;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:67.1875rem;left:43.125rem;display:block; }#lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.adaptive-delivery-prevent-bg, #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.lazyload, #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.lazyloading { background-image: none; }
#KKFxLrfuPV63ZEPTQONBxHmZRXAruSBp { position:absolute;display:block;z-index:100070;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:75.4375rem;left:46.8125rem;display:block; }
#vkoU2LWrE3urg6yU1kQxryT86pQmen8J { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:76rem;left:47.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FRZQVcMq4FRNcvgnygrytwUCuPyb29ii { 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:100087;text-align:center;text-align-last:center;top:79.5rem;left:62.8125rem;display:block; }
#VRT5ACs4uI1G2Bz9c6TA88cEk208uoqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dEtVwfpuLTxUlFUhgG5DC5NUxMT1OD7S { 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:100092;text-align:center;text-align-last:center;top:79.5rem;left:45.9375rem;display:block; }
#cu5PznAOsQM9eeuziXattEMsUZxxCR7G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#L70SLomq1k0tD2METEyKVUJm1ZmTLrdE { position:absolute;display:block;z-index:100071;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:67.1875rem;left:25.625rem;display:block; }#L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.adaptive-delivery-prevent-bg, #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.lazyload, #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.lazyloading { background-image: none; }
#iMZf5FU1nWAxttnQ9HWlspu5ml0uGM8I { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:69.25rem;left:27.25rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mJWn23l7ErsBZ4zXfcOFw07q55nU10Hp { position:absolute;display:block;z-index:100075;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:75.4375rem;left:29.3125rem;display:block; }
#SfB9y1AL9IBBhJfOzdQTT2F26TG65DHF { 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:100097;text-align:center;text-align-last:center;top:79.5rem;left:28.4375rem;display:block; }
#NQNgI6UUstWUVyA9TkWSE9yJyWoDfTLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DaKcJVaranGPifaCozb0VmTk6vZce8E0 { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:76rem;left:30.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ { position:absolute;display:block;z-index:100076;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:67.1875rem;left:8.625rem;display:block; }#R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.adaptive-delivery-prevent-bg, #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.lazyload, #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.lazyloading { background-image: none; }
#DXyZO20D9bUIePkJ1SbXm0sR4EfGKvCo { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:69.875rem;left:10.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snnrzO4Mgqf4qFbNfIPcOBMEeb6zBc25 { position:absolute;display:block;z-index:100080;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:75.4375rem;left:12.3125rem;display:block; }
#APB8bDgEckRfNMVaqMaZh4eg1kpBA6ie { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:76rem;left:13.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OINTiUK4xyuCqLiuyGB688qVH8nTHZhl { 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:100102;text-align:center;text-align-last:center;top:79.5rem;left:11.4375rem;display:block; }
#l5KmyyVPOztJ1peo7GAdG9n3AqabkEb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LfTTTDSHdGiBEaqBhz4obSb7vC9F0EA0 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:69.625rem;left:44.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { position:absolute;display:block;z-index:100081;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.625rem;left:55.5rem;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:100087;line-height:1.3;letter-spacing:0;top:6.25rem;left:57.1875rem;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:100093;line-height:1.3;letter-spacing:0;top:14rem;left:59.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhcdyVtJpS6Z3mNDPtpnDLDgROsrROFa { position:absolute;display:block;z-index:100091;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.25rem;left:59.3125rem;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:100110;text-align:center;text-align-last:center;top:17.1875rem;left:58.1875rem;display:block; }
#pFaczcbPoHZKhllJ7tphHWTIKlWpMP0c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RnVJ4dDthlVfXn1VOiMb5faEHCbHBkEF { position:absolute;display:block;z-index:100021;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:100111;line-height:1.3;letter-spacing:0;top:8.5625rem;left:41.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { position:absolute;display:block;z-index:100052;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.0625rem;width:14.375rem;top:24.5rem;left:58.5rem;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:100062;line-height:1.3;letter-spacing:0;top:27rem;left:60rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { position:absolute;display:block;z-index:100056;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:62.1875rem;display:block; }
#R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:33.875rem;left:62.8125rem;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:100078;text-align:center;text-align-last:center;top:37.125rem;left:61.1875rem;display:block; }
#HZ9UkPhsvmBbfBgeZOGK6skzDttvtHy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN { position:absolute;display:block;z-index:100057;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.0625rem;width:14.375rem;top:24.5rem;left:30.3125rem;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:100067;line-height:1.3;letter-spacing:0;top:27rem;left:31.8125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { position:absolute;display:block;z-index:100061;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:34rem;display:block; }
#pnVylz65baCXnwBU3lgLETKwaqRr2kol { color:#ffffff;display:block;width:5.56055rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:33.875rem;left:34.625rem;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:100083;text-align:center;text-align-last:center;top:37.125rem;left:33rem;display:block; }
#KT3RDvIdFTkBIp5ATMKg82cFTekl0CbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TDzptLBNbasXdCf0hEtm4vgc5FO7rini { position:absolute;display:block;z-index:100062;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.0625rem;width:14.375rem;top:24.5rem;left:1.25rem;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:100072;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:100066;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:100074;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:100088;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:100000;display:block; }
#SBBZg8tg197LUtTTywobLuPw5GVopVmS { color:#000000;display:block;width:22rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100080;line-height:1.3;letter-spacing:0;top:87.375rem;left:32.123046875rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5 { position:absolute;display:block;z-index:100066;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:91.0625rem;left:60rem;display:block; }#lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.adaptive-delivery-prevent-bg, #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.lazyload, #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.lazyloading { background-image: none; }
#sIxNHf6vyXo0bP6BAH9gga8rWl1o9qT8 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:94.125rem;left:61.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wusGPVlzIVvzwKtIHDrD2OIBODndUTah { position:absolute;display:block;z-index:100070;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:99.3125rem;left:63.6875rem;display:block; }
#HP8xrOiBVRTmHz2CfCkucoEICVdVnqKH { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:99.875rem;left:64.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFEkwKlLSyG8lHyl7hll6PmbdH69ZKsw { 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:100092;text-align:center;text-align-last:center;top:103.375rem;left:62.8125rem;display:block; }
#qd0vS89PbUSESMTm4GhvqKyk4ndMsVFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi { position:absolute;display:block;z-index:100071;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:91.0625rem;left:35.5625rem;display:block; }#mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.adaptive-delivery-prevent-bg, #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.lazyload, #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.lazyloading { background-image: none; }
#TxxcGyinvJkoSQchVGV5Fipay4432m13 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:93.5rem;left:36.5rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#evlfc9iAsCyG1QDw4597SGnOKNx6OJ98 { position:absolute;display:block;z-index:100075;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:99.3125rem;left:39.25rem;display:block; }
#BpT0V9O4gIueTcbMiOzu9cJvCJ7Rso0g { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:99.875rem;left:40rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnsZu9x6GqBfuMoy0MRgNhyeG3RwFoxE { 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:100097;text-align:center;text-align-last:center;top:103.375rem;left:38.375rem;display:block; }
#AB6o7noEZn2KlEq7H7yfSkd8pOEL166v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN { position:absolute;display:block;z-index:100076;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:91.6875rem;left:10.6875rem;display:block; }#wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.adaptive-delivery-prevent-bg, #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.lazyload, #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.lazyloading { background-image: none; }
#Xd8La4ca1xW2RJKU9416iu3p19flsPA1 { color:#1799eb;display:block;width:11.1855625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:94.125rem;left:11.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBeLvpTy1TxuUHAHKcTU9z54cbPQ05EE { position:absolute;display:block;z-index:100080;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:99.9375rem;left:14.375rem;display:block; }
#LGae5WlTEnR0119t2PhmM0Qmcfg5Wx7O { color:#ffffff;display:block;width:5.5612rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:100.5rem;left:15.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cq7G58cScesy82TnJmauqqcToX74zytg { 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:100102;text-align:center;text-align-last:center;top:104rem;left:13.5rem;display:block; }
#d2abr6u4WK6W40zgvb0KmNHT83GiBByM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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 .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:100002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:27.625rem;height:1.13725rem;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:100003;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:100004;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.625rem;height:1.8681625rem;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:100005;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:100005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:43.0625rem;height:1.8681625rem;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; }
#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 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@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 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@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) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { top:0rem;left:7.375rem;width:33rem;height:7.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { top:3.125rem;left:17.5625rem;width:25.375rem;height:1.25rem;font-size:1rem;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) { #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.875rem;left:38.8125rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnTwwO30SR0e4fgdneOFVupEEEgywFM { top:6.875rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yko5GxAoysMaGH4EpnvQTOMRmOzgewlb { top:6.875rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkvLkKagcsTa6v72UyrIKa2LoRAJZ8mc { top:6.875rem;left:13.93359375rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { top:6.875rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { top:6.875rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:6rem;height:4rem;top:9.375rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVicTIGiwIE3iLdvPSIUo5ZGm9ETud { width:6rem;height:5.4375rem;top:8.6875rem;left:26.4677734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTTwaOZgXHr7oIT7NRgSrT71tiAeNah { width:7.5rem;height:5.1875rem;top:8.8125rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3H40G0rGRZ8lSOnmpxrNRsChVeaRfAF { width:6rem;height:4rem;top:9.375rem;left:15.40234375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRx6k07DHlxiDFw5lRLZVPpVFIQAQdtG { width:6rem;height:5.1875rem;top:8.8125rem;left:4.2569446563721rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSTLcczf0V5O1MZiHJLHqBkMewgeKxq { width:6rem;height:3.4375rem;top:9.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { top:17.25rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { top:17.25rem;left:36.124349594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { top:17.25rem;left:24.999132156372rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { top:17.25rem;left:13.936849594116rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { top:17.25rem;left:2.8116321563721rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:6rem;height:4rem;top:19.6875rem;left:41.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:7rem;height:5.4375rem;top:19.0625rem;left:25.9677734375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6mCQkfv37oEtDPfuhxKX72s5oVc5HeI { width:7.5rem;height:5.1875rem;top:19.1875rem;left:36.841581344604rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:6rem;height:;top:19.0625rem;left:15.4033203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:7.125rem;height:6rem;top:18.75rem;left:3.498046875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { top:17.25rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:6rem;height:5.1875rem;top:19.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:8.875rem;height:9.25rem;top:6.8125rem;left:2.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:9.25rem;height:9.0625rem;top:6.8125rem;left:0rem;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:7rem;left:14.2451171875rem;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.75rem;left:24.873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:7.9375rem;height:8.4375rem;top:6.8125rem;left:36.666559533228rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:7.375rem;height:8.875rem;top:7.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:7.9375rem;height:7.5625rem;top:18rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:8.8125rem;height:8.8125rem;top:17.1875rem;left:36.310546875rem;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.25rem;left:13.9326171875rem;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.3125rem;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:17rem;left:25.216796875rem;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:11.37109375rem;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:1.625rem;top:22.875rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveNOdgvfSMpeO12ktMdd7xgvZR6hCx2 { width:11.75rem;height:2.5rem;top:25.25rem;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:4.875rem;top:24.8125rem;left:29.375rem;font-size:1.25rem;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:3.5625rem;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:38.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnlmSPTqNbhGP0ngFeZsUVgEzHmsCdKh { width:11.1875rem;height:3.25rem;top:39.5rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { width:11.75rem;height:3.5625rem;top:42.75rem;left:18.998046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1VDU2va6ZX25LkxCVIAVGxzk495gSaF { width:6.875rem;height:2.875rem;top:47.3125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCoqHKWkwlD8nEasvQyIEMUULmOaudpX { width:7.5rem;height:1.1875rem;top:48.1875rem;left:18.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rviwQs17KZxNCudWATzkqpO1iwanXmc1 { width:6.875rem;height:1.625rem;top:47.75rem;left:21.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDU2bq7VzTMXPsyD0tESWBvN5VTk2twe { width:5.125rem;height:1.75rem;top:47.8125rem;left:22.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKN7apx8PNsvRcgz5GOZLRy04VliP9A0 { width:8.75rem;height:2.6875rem;top:51.5rem;left:20.25rem;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:147.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:0.5625rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;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) { #dTXT7qWUtQUy3XyM5PDtLc3Sbr5icc7o { width:5.125rem;height:1.75rem;top:13.5625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOmxRel3ZEpZZwds5tcxeNopKJ2eGhDT { width:6.875rem;height:2.875rem;top:13.0625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNa04z93bp6tahyV9GQoV3V3kPOFKPnb { width:8.75rem;height:2.6875rem;top:16.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #LukVVFFyimWpghrgLSZwZN5ix6tO0ASW { display:block; }
 }@media only screen and (max-width: 763px) { #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y { width:14.375rem;height:10.6875rem;top:3.625rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfrhWG96PRygDbke5HKeo44IJoF7KsWZ { width:10rem;height:3.5625rem;top:7.9375rem;left:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kymW7C3lV2kMpXvcFHGpiAuLU5ON0C4I { width:11rem;height:1.625rem;top:5.3125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFMTDb20XF3EAfv180167XotaCatWWFA { width:6.875rem;height:2.875rem;top:12.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKiv3ToxyEsrHH9UdLWsK3CN214wQozT { width:6.0625rem;height:1.75rem;top:13.375rem;left:30.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvPnX3HD03NE1tg9dp4rqMSzybKod48a { width:8.75rem;height:2.6875rem;top:16.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezg1EBe3X5mTExE519cZU4m8UkztxIrn { 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) { #zPvB1GJaRMvc90o99GwE6ptPKMT851ep { width:14.375rem;height:10.6875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKoZs9TgPh2blzrFssJeUPQPPLURQkT { width:10.4375rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzvOk7SexCXMG23hrZqI4nBZHP1IVNqx { width:12.5rem;height:2.375rem;top:7.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a19riAMiHzP3JxBFIUgddXTTpiJ75hTb { width:6.875rem;height:2.875rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsOnz60W865zNP0MXlgq69lTWo16c1sR { width:5.125rem;height:1.75rem;top:13.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I042icR1lKkAQw7yI3Tbx9lV0cpo8mU8 { width:8.75rem;height:2.6875rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzS6Ut8qOaDRxsI04nPyZtMafb86Q2p { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:24.8125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCIDQgTHXxxekNQPyFRPmyX4pzSqx5td { width:10.9375rem;height:3.25rem;top:25.9375rem;left:18.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkqbOhVs9wJm9xlK67TohmZ1aomHK5z { width:6.875rem;height:2.875rem;top:33.9375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPMTnXnIDviPH1fHADDVHP4BrxwI8qZU { width:5.125rem;height:1.75rem;top:34.5625rem;left:21.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:37.75rem;left:19.5rem;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:29.8125rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhq7P8dWNBXkNiGaSmHVqbJ3PgWEm9pE { width:14.375rem;height:10.6875rem;top:24.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6SBu2pew2b7588yeZg54vSXCgB4qWQl { width:10.4375rem;height:1.625rem;top:25.4375rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5BtZGryr7ISyO29r8wMLV6aAhqtiS0 { width:11.875rem;height:1.4375rem;top:28.3125rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAwwG2a74TFc8J2Uze7Wuup6ndmX3bWC { width:6.875rem;height:2.875rem;top:33.4375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSKTgrRIa1UsQKkt9PlOEzp9Eaz5IO9l { width:5.125rem;height:1.75rem;top:34.0625rem;left:42.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:37.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE { width:14.375rem;height:10.6875rem;top:4rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8xdOuKDk3TPGVQ4T0lysuvbcHtfGwCC { width:11.4375rem;height:1.625rem;top:5.75rem;left:10.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHsh7wfOgWFggpFiCshbNEsJwPGsVoI { width:11.875rem;height:2.5rem;top:8.375rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGkGlyGmI6atRtgHbAcJWdkEwzWla7Ho { width:6.875rem;height:2.875rem;top:13.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbPi47vGuNREaFn0hybxJxMgKonJTwbc { width:11rem;height:1.625rem;top:13.6875rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ZSTz4OMXVlyinwB5QCgngSydtBXmNA { width:8.75rem;height:2.6875rem;top:16.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0vXsD1aQV1aBIsIFELswrEWcgLROVh { 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) { #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRlu1TZULcRzZ7C63L3l2mJBGcFkeGf { width:10.4375rem;height:4.875rem;top:3.4375rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCtDpvVpKs3KDXdGHF1BeC04DpuuR8GA { width:12.5rem;height:2.375rem;top:8.5625rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { top:0rem;left:17.625rem;width:12.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { top:21rem;left:17.625rem;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:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioKUsfk2FUV1TLG84MmfSIRHltBME4c { width:11.0625rem;height:3.0625rem;top:24.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5I0gyR58qcTw5ifle544PXR8W1wmn7 { width:12.625rem;height:4.875rem;top:28.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ86uboM8H3nvmEz3VVTqekOiUtnipTO { width:6.875rem;height:2.875rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyqTiWuL42XxgKHtDRDoEitWM69mWgR2 { width:6.875rem;height:1.625rem;top:34.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llRv8pmlshJSFPwPOVxklqfOQrtWfvwX { width:8.75rem;height:2.6875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { 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.625rem;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.75rem;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.5625rem;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:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHKE1rL9rSuyBN6TN5bvitnGtEKvuGeG { width:11.5rem;height:3.25rem;top:2.5625rem;left:27.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXSFMU2zdwg7FVxqIB8ahX7SPtJZTN9l { width:14.125rem;height:4.5rem;top:5.875rem;left:26.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:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCunvsXyGWatVZaX3HG4J2FMFTlBdFS7 { width:7.5rem;height:1.625rem;top:11.5625rem;left:29.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:29.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.625rem;top:21.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvv40IiXMNb0v9TivGti0QftT1bROTkE { width:10rem;height:3.75rem;top:24.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.625rem;top:29.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.5rem;height:1.625rem;top:38.25rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMrK4tTuFwdKUuQFibASTHHEco9f59A { width:11.875rem;height:2.5rem;top:41.5rem;left:5rem;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.625rem;top:46.0625rem;left:7.5625rem;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:28.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { width:7.5rem;height:1.625rem;top:29.3125rem;left:40.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqCW16BulJ5rsTcdevfU750a06ebqV8R { width:8.75rem;height:2.6875rem;top:32.25rem;left:39rem;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:28.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { width:7.5rem;height:1.625rem;top:29.3125rem;left:29.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QptX0A2tf6vRM3bfUKCQdQ7KvKE90NT0 { width:8.75rem;height:2.6875rem;top:32.25rem;left:29.2177734375rem;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:19.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVqHPki8x4s4D55ScD9dFgtUGDUXd4N6 { width:14.375rem;height:10.6875rem;top:19.625rem;left:26.5rem;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.125rem;height:4.375rem;top:23.8125rem;left:26.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBn0zQFCu0Kq9ON3Xzv8xBZ1c6NpdTIH { width:11.875rem;height:2.5rem;top:24.75rem;left:35.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.5rem;height:3.25rem;top:20.5rem;left:27.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { width:10.4375rem;height:2rem;top:20.875rem;left:37.3125rem;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:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvWXbchlarlZozhvZBvihVmHyS8zUkxG { width:8.75rem;height:2.6875rem;top:32.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:45.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RMh0R4q7hmVHQbJ3TnKAMCGgHxMp21 { width:7.5rem;height:1.625rem;top:11.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBV2mhzdIRLbQHE0SOMVaJk0nnldksqN { width:8.75rem;height:2.6875rem;top:48.9375rem;left:6.625rem;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:36.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3WfVAnQ74NesZP4DoGI2wz5iRNIZ6ad { width:14.375rem;height:10.6875rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpvrrlHuA7iSa7Wx0C0svmuNEmKdN257 { width:11rem;height:1.625rem;top:46.0625rem;left:30.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoapG8LPdicoTK3IQrfOyDdlPyR18mLr { width:14.375rem;height:10.6875rem;top:36.3125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnPPvNCJm1HJi7MJaDz3CyUM0hbT23AP { width:10rem;height:3.75rem;top:40.875rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzviQHalFSzxIh5go5yeShcI3PVhu4Ay { width:12.875rem;height:3.75rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UACi4tVLw1ozq0P998QhVed5SXUGL9EG { width:6.875rem;height:2.875rem;top:45.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:48.9375rem;left:31.4375rem;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.25rem;top:37.4375rem;left:30.25rem;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) { #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { display:block; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y57h9cldACEtU88By5I7Xbd0ECGiHzwT { 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) { #koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2aQUnKmubJotpWILvr9sET2rS4KUhhK { width:14.375rem;height:10.6875rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { width:10.4375rem;height:3.25rem;top:7.375rem;left:37.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHKCI77vdAeB9734f3zvypFta0TVFxMb { width:11rem;height:1.625rem;top:16.1875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { width:6.875rem;height:2.875rem;top:15.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnk5Per32RLD26J7iX5N7ntN89QbtBJC { width:8.75rem;height:2.6875rem;top:19.4375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block; }
 }@media only screen and (max-width: 763px) { #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { width:14.375rem;height:10.6875rem;top:6.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { width:10.4375rem;height:3.25rem;top:7.375rem;left:27.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { width:6.875rem;height:2.875rem;top:15.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { width:6.75rem;height:1.625rem;top:16.25rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { width:8.75rem;height:2.6875rem;top:19.4375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block; }
 }@media only screen and (max-width: 763px) { #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { width:14.375rem;height:10.6875rem;top:6.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { width:11rem;height:3.25rem;top:7.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMk9He7khS80DISTwiWTW8PPFxNJOZx { width:11.875rem;height:2.375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBszvTm08XkZNNCOgAZhyrScVOnshOxG { width:6.875rem;height:2.875rem;top:15.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { width:14.375rem;height:10.6875rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { width:6.875rem;height:1.625rem;top:16.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { width:11.1875rem;height:2.375rem;top:28.9375rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnVxtU15IrndohER40s4J36DyWxMLPw { width:11rem;height:3.25rem;top:24.75rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { width:6.875rem;height:2.875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { width:5.9375rem;height:1.625rem;top:33.3125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { width:8.75rem;height:2.6875rem;top:19.375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block; }
 }@media only screen and (max-width: 763px) { #sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { width:8.75rem;height:2.6875rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block; }
 }@media only screen and (max-width: 763px) { #geisbBFOd1Cy76PcMqTdblrtFeTqXByN { width:11.875rem;height:3.75rem;top:11.125rem;left:35.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { width:11.875rem;height:2.375rem;top:11.75rem;left:26.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { width:14.375rem;height:10.6875rem;top:23.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { width:11rem;height:3.25rem;top:24.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { width:11.1875rem;height:1.1875rem;top:29.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { width:6.875rem;height:2.875rem;top:32.6875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { width:5.9375rem;height:1.625rem;top:32.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { width:8.75rem;height:2.6875rem;top:36.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block; }
 }@media only screen and (max-width: 763px) { #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { width:14.375rem;height:10.6875rem;top:42.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { width:11.1875rem;height:1.1875rem;top:47.625rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { width:11rem;height:1.625rem;top:43.4375rem;left:33.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { width:6.875rem;height:2.875rem;top:51.375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { width:5.9375rem;height:1.625rem;top:52rem;left:36rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { width:8.75rem;height:2.6875rem;top:55.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block; }
 }@media only screen and (max-width: 763px) { #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { width:14.375rem;height:10.6875rem;top:42.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnINlepXH2qOgEriDT2fUkbaK5hIJodO { width:11.1875rem;height:1.1875rem;top:47.625rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { width:11rem;height:1.625rem;top:43.4375rem;left:7.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { width:6.875rem;height:2.875rem;top:51.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { width:5.9375rem;height:1.625rem;top:52rem;left:9.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { width:8.75rem;height:2.6875rem;top:55.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block; }
 }@media only screen and (max-width: 763px) { #Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { top:2.1875rem;left:14.34375rem;width:19.0625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHm1KoIrglb0mODPhP7hN58hgp9thUu { width:6.875rem;height:2.875rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { width:8.75rem;height:2.6875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block; }
 }@media only screen and (max-width: 763px) { #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { width:14.375rem;height:10.6875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGOTxBWuanB097n0llq5X7QTxXGeTX58 { width:11rem;height:3.25rem;top:7.4375rem;left:8.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { width:11.875rem;height:2.375rem;top:12.1875rem;left:8.2177734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { width:6.875rem;height:1.625rem;top:16.1875rem;left:10.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { width:11rem;height:3.25rem;top:24.75rem;left:27.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { width:14.375rem;height:10.6875rem;top:23.5625rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { width:11.1875rem;height:1.1875rem;top:29.5625rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { width:6.875rem;height:2.875rem;top:32.125rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { width:5.9375rem;height:1.625rem;top:32.75rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { width:8.75rem;height:2.6875rem;top:35.9375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block; }
 }@media only screen and (max-width: 763px) { #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { width:14.375rem;height:10.6875rem;top:23.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { width:11rem;height:3.25rem;top:24.75rem;left:8.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { width:11.1875rem;height:1.1875rem;top:29.5625rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { width:6.875rem;height:2.875rem;top:32.125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { width:5.9375rem;height:1.625rem;top:32.75rem;left:12.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { width:8.75rem;height:2.6875rem;top:35.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { 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) { #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { width:14.375rem;height:10.6875rem;top:2.75rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { width:11rem;height:3.25rem;top:3.0625rem;left:28.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { width:6.875rem;height:2.875rem;top:11.875rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { width:5.9375rem;height:1.625rem;top:12.5rem;left:31rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { width:8.75rem;height:2.6875rem;top:15.6875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block; }
 }@media only screen and (max-width: 763px) { #Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { width:11.1875rem;height:4.75rem;top:6.5625rem;left:28.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { width:14.375rem;height:10.6875rem;top:27.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA91kOPN6sTbubSA2oswwBlWmT7AcsUX { width:11rem;height:1rem;top:29rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUUh7dwKSTvgSynARae8ZWCpp2nL3Fc6 { width:11.1875rem;height:3.625rem;top:31.25rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { width:6.875rem;height:2.875rem;top:36.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { width:5.9375rem;height:1.625rem;top:37.25rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:41.4375rem;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:28.125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Euug8XfgEidWgQWIfNqeXD3quKlbK3 { width:11rem;height:1.625rem;top:29.6875rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { width:11.1875rem;height:1.1875rem;top:34.25rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { width:6.875rem;height:2.875rem;top:37.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { width:5.9375rem;height:1.625rem;top:38.25rem;left:32.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioz7rTO73rvbEGx9gdxS2dN3rrTtRoEC { width:8.75rem;height:2.6875rem;top:41.4375rem;left:31.3125rem;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:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmtCJBVs0l324w6nBTsEczXgLM92GUqp { width:11rem;height:1.625rem;top:29.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6fPXUeFsrrvFRWCgaW35U56vzG3caet { width:6.875rem;height:2.875rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { width:5.9375rem;height:1.625rem;top:38.625rem;left:13.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:41.4375rem;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:1.1875rem;top:34.375rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { top:0rem;left:14.25rem;width:19.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { top:23.6875rem;left:18.0625rem;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:28.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULwpBNo9UiP6xeHWUdOq2JOc4fdNTeSy { width:11rem;height:1.625rem;top:30.1875rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObpqCOWll9Vhzp21yWuZxI7ptAeV8gA6 { width:11.1875rem;height:2.4375rem;top:33.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VtCp3d1pbbZa9ddxRA3TDohvzrx1V1 { width:6.875rem;height:2.875rem;top:38.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { width:5.9375rem;height:1.625rem;top:37.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:41.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { width:14.375rem;height:10.6875rem;top:2.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { width:11rem;height:3.25rem;top:3.125rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { width:11.1875rem;height:3.5625rem;top:7.1875rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { width:8.75rem;height:2.6875rem;top:15.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZKcxfz8y96193MrauctInvxHBDEuRc { display:block; }
 }@media only screen and (max-width: 763px) { #T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { width:6.875rem;height:2.875rem;top:11.875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { width:5.9375rem;height:1.625rem;top:12.5rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { width:14.375rem;height:10.6875rem;top:3.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { width:11rem;height:3.25rem;top:4.25rem;left:9.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { width:11.1875rem;height:1.4375rem;top:9.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { width:6.875rem;height:2.875rem;top:12.1875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { width:5.9375rem;height:1.625rem;top:12.8125rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { width:8.75rem;height:2.6875rem;top:16rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block; }
 }@media only screen and (max-width: 763px) { #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { width:14.375rem;height:10.6875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { width:11rem;height:3.25rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BskPu09tzE7fCdvzTTILbPadwZF6wkrb { width:11.1875rem;height:1.4375rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { width:6.875rem;height:2.875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmGvpnqgBgshhBT4BcTExU1zftmC66B { width:5.9375rem;height:1.625rem;top:12.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #US7bbzORhOsiyr6nLFukdiEExTAEOBTG { width:8.75rem;height:2.6875rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { width:14.375rem;height:10.6875rem;top:48.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTsIbarZXU6RwC7aLFvukGhLdIy4aN7R { width:11rem;height:1.625rem;top:49.875rem;left:36.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { width:11.1875rem;height:1.1875rem;top:54.4375rem;left:36.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { width:6.875rem;height:2.875rem;top:57.8125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { width:5.9375rem;height:1.625rem;top:58.4375rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUQcXpf1px9MuiSQUEVToFvuLUqv6nla { width:8.75rem;height:2.6875rem;top:62.6875rem;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:48.6875rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BauFXVTEOronDkyOdHNW9L07b9ERXrl6 { width:11rem;height:3.25rem;top:50.9375rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { width:11.1875rem;height:1.1875rem;top:55.5rem;left:30.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { width:6.875rem;height:2.875rem;top:58.875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { width:5.9375rem;height:1.625rem;top:59.5rem;left:32.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT2ppgxFDZgVyAV2k1TlkCgGRMbWs7EF { width:8.75rem;height:2.6875rem;top:62.6875rem;left:31.5rem;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:48.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwiO3boTSVhO4MgTdpVoldeoNTr54Gv { width:11rem;height:3.25rem;top:50.5rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { width:11.1875rem;height:1.1875rem;top:55.0625rem;left:12.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { width:6.875rem;height:2.875rem;top:58.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { width:5.9375rem;height:1.625rem;top:59.0625rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDupt0k04EUCMnVCFgywFWi3ZcTqK49K { width:8.75rem;height:2.6875rem;top:62.6875rem;left:13.1259765625rem;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:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDy8w6nQxVy7eRTcfFyQ2MBKTX2h9pvf { width:11rem;height:3.25rem;top:49.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEA8MHZ0E84do4y0LwsKH24rqIPS07mf { width:11.1875rem;height:1.1875rem;top:54.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er1ECLdI9SuxlobZIdfASRrMSu4Kwl7m { width:6.875rem;height:2.875rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9IoGVa9NSa40MN4xf4oQqQyfQxrm1w { width:5.9375rem;height:1.625rem;top:58.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8E6xQW1aqMnudis8GXWq7KgLwqFqeNx { width:8.75rem;height:2.6875rem;top:61.625rem;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:70.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:3.6875rem;top:74.0625rem;left:21.6884765625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FRvvGebnvFBGBhiJo72UF9GZsf3A2S { width:6.875rem;height:2.875rem;top:79.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { width:5.9375rem;height:1.625rem;top:80.3125rem;left:24.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN5T64xfw4rqpxkUnZ71hkJ2K36sp2DW { width:8.75rem;height:2.6875rem;top:83.1875rem;left:23.4384765625rem;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) { #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { display:block; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { 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) { #kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZpnHqomAOTCrQscbrlf37veCfSTLJSa { width:14.375rem;height:10.6875rem;top:5.1875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { width:11rem;height:3.25rem;top:6.375rem;left:26.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMUOWVktUCngWct494ByBiwO7qyPkLAI { width:5.9375rem;height:1.625rem;top:14.8125rem;left:29.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { width:8.75rem;height:2.6875rem;top:17.9375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block; }
 }@media only screen and (max-width: 763px) { #t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { width:11.1875rem;height:1.1875rem;top:10.5rem;left:26.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { width:6.875rem;height:2.875rem;top:14.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { width:14.375rem;height:10.6875rem;top:5.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { width:6.875rem;height:2.875rem;top:13.5rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e70vvi85UdksVePNwriU0Ss69pglwlDi { width:5.5rem;height:1.625rem;top:14.25rem;left:11.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { width:8.75rem;height:2.6875rem;top:17.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block; }
 }@media only screen and (max-width: 763px) { #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { width:14.375rem;height:10.6875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { width:13.125rem;height:3.4375rem;top:10rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { width:11.125rem;height:2.75rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { width:6.875rem;height:2.875rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { width:5.5rem;height:1.625rem;top:14.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { width:8.75rem;height:2.6875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block; }
 }@media only screen and (max-width: 763px) { #tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { width:8.75rem;height:2.6875rem;top:16.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { width:11rem;height:3.25rem;top:6.375rem;left:8.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { width:11.1875rem;height:1.1875rem;top:10.875rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { top:1.9375rem;left:14.15625rem;width:20.9375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { width:11.1875rem;height:3rem;top:9.75rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { width:14.375rem;height:10.6875rem;top:5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { width:11rem;height:2.75rem;top:6.375rem;left:36.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { width:6.875rem;height:2.875rem;top:14.1875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { width:5.9375rem;height:1.625rem;top:14.8125rem;left:41.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { width:8.75rem;height:2.6875rem;top:17.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block; }
 }@media only screen and (max-width: 763px) { #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S { width:14.375rem;height:10.6875rem;top:21.3125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn5lvZluKT3ZCDs9ssNUuzgTR4IpWqWZ { width:11.125rem;height:3.25rem;top:22.125rem;left:17.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJtpohksVyIHvepTCcuENRN6TCUt55v1 { width:13.125rem;height:4rem;top:25.5625rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzv0BesOPmCRrtZPXL06PzptXiMiCehI { width:6.875rem;height:2.875rem;top:30.125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3J0psgBLh4HsBnte0TU6bltp15rXJzZ { width:5.5rem;height:1.625rem;top:30.8125rem;left:19.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Z7ag0L7kXfBOJ51DQ16rshpsO1MWXX { width:8.75rem;height:2.6875rem;top:33.3125rem;left:18.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0crtWSJMnz5HIV8a18vF2GpJKhpRuV { 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:14.375rem;height:10.6875rem;top:4.75rem;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) { #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { width:14.375rem;height:10.6875rem;top:45.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { width:11.125rem;height:1.625rem;top:48.6875rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { width:6.875rem;height:2.875rem;top:53.625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { width:5.5rem;height:1.625rem;top:54.1875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { width:8.75rem;height:2.6875rem;top:57.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block; }
 }@media only screen and (max-width: 763px) { #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { width:14.375rem;height:10.6875rem;top:45.375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { width:11.125rem;height:3.25rem;top:47.875rem;left:28.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { width:6.875rem;height:2.875rem;top:53.625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { width:5.5rem;height:1.625rem;top:54.1875rem;left:31.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { width:8.75rem;height:2.6875rem;top:57.6875rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block; }
 }@media only screen and (max-width: 763px) { #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { width:14.375rem;height:10.6875rem;top:45.375rem;left:9.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { width:11.125rem;height:3.25rem;top:47.875rem;left:11.3115234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { width:6.875rem;height:2.875rem;top:53.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { width:5.5rem;height:1.625rem;top:54.25rem;left:14.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { width:8.75rem;height:2.6875rem;top:57.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block; }
 }@media only screen and (max-width: 763px) { #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { width:14.375rem;height:10.6875rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { width:11.125rem;height:3.25rem;top:47.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { width:6.875rem;height:2.875rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { width:5.5rem;height:1.625rem;top:54.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { width:8.75rem;height:2.6875rem;top:57.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block; }
 }@media only screen and (max-width: 763px) { #gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { width:8.75rem;height:2.6875rem;top:15.125rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP02Rzs63k36qlyJAN79RK32ToA81DF8 { display:block; }
 }@media only screen and (max-width: 763px) { #nsVdcOiAs5K80m0ud4qNmUqTFxdzMe0f { width:14.375rem;height:10.6875rem;top:4.75rem;left:26.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2kVEvBo893Jzn7sVuRMciG467Qh5dEe { width:11rem;height:1.625rem;top:6rem;left:27.6865234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WencWhFa69TUmO1bhLzTJBAPhOxo9mFM { width:6.875rem;height:2.875rem;top:13.375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHUmw26E4NRTC7VyiWeppki1C2TVNBnz { width:5.9375rem;height:1.625rem;top:14.125rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCZtSTCOczgxEInRoyCIeWP4FmiKSck { width:8.75rem;height:2.6875rem;top:17.3125rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quqdQXu3GphEedhk7JhB97Cg6TqgvZKW { display:block; }
 }@media only screen and (max-width: 763px) { #kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { top:41.9375rem;left:14.625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { top:0.9375rem;left:0rem;width:18.625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { width:14.375rem;height:10.0625rem;top:4.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { width:11.125rem;height:1.625rem;top:5.5625rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { width:11.875rem;height:5rem;top:7.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { width:6.875rem;height:2.875rem;top:13.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:17.25rem;left:4.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.625rem;top:14rem;left:6.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) { #DnJ9CPoWs1tup5eikxa6dxwqdxFWx15V { top:64.75rem;left:16.5625rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V { width:14.375rem;height:10.6875rem;top:67.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe3RiMnSpm4EPnuX0oDmGplpfZiKxUc2 { width:11.125rem;height:3.25rem;top:69.625rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIFg4o54E0ch6ktMBv7kJm3Fm1uf8BVZ { width:6.875rem;height:2.875rem;top:75.4375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAH4sbq3BF9dv2FCtUuJgtJfT6xmTAxT { width:5.5rem;height:1.625rem;top:76rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0 { width:14.375rem;height:10.6875rem;top:67.1875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKFxLrfuPV63ZEPTQONBxHmZRXAruSBp { width:6.875rem;height:2.875rem;top:75.4375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkoU2LWrE3urg6yU1kQxryT86pQmen8J { width:5.5rem;height:1.625rem;top:76rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRZQVcMq4FRNcvgnygrytwUCuPyb29ii { width:8.75rem;height:2.6875rem;top:79.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRT5ACs4uI1G2Bz9c6TA88cEk208uoqM { display:block; }
 }@media only screen and (max-width: 763px) { #dEtVwfpuLTxUlFUhgG5DC5NUxMT1OD7S { width:8.75rem;height:2.6875rem;top:79.5rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu5PznAOsQM9eeuziXattEMsUZxxCR7G { display:block; }
 }@media only screen and (max-width: 763px) { #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE { width:14.375rem;height:10.6875rem;top:67.1875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMZf5FU1nWAxttnQ9HWlspu5ml0uGM8I { width:11.125rem;height:5.8125rem;top:69.25rem;left:13.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJWn23l7ErsBZ4zXfcOFw07q55nU10Hp { width:6.875rem;height:2.875rem;top:75.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfB9y1AL9IBBhJfOzdQTT2F26TG65DHF { width:8.75rem;height:2.6875rem;top:79.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNgI6UUstWUVyA9TkWSE9yJyWoDfTLT { display:block; }
 }@media only screen and (max-width: 763px) { #DaKcJVaranGPifaCozb0VmTk6vZce8E0 { width:5.5rem;height:1.625rem;top:76rem;left:16.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ { width:14.375rem;height:10.6875rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXyZO20D9bUIePkJ1SbXm0sR4EfGKvCo { width:11.125rem;height:4.625rem;top:69.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnrzO4Mgqf4qFbNfIPcOBMEeb6zBc25 { width:6.875rem;height:2.875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #APB8bDgEckRfNMVaqMaZh4eg1kpBA6ie { width:5.5rem;height:1.625rem;top:76rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OINTiUK4xyuCqLiuyGB688qVH8nTHZhl { width:8.75rem;height:2.6875rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5KmyyVPOztJ1peo7GAdG9n3AqabkEb8 { display:block; }
 }@media only screen and (max-width: 763px) { #LfTTTDSHdGiBEaqBhz4obSb7vC9F0EA0 { width:11.125rem;height:3.25rem;top:69.625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { width:14.375rem;height:10.6875rem;top:4.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { width:11rem;height:3.25rem;top:6.25rem;left:36.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8qqcDTAmW37PJlsDysoZiruHzV3bliw { width:5.9375rem;height:1.625rem;top:14rem;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.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoueJJea1L81746pq0PmXfQK22bm5h7 { width:8.75rem;height:2.6875rem;top:17.1875rem;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.75rem;top:8.5625rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW { width:14.375rem;height:10.0625rem;top:24.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { width:11.875rem;height:4.375rem;top:27rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { width:6.875rem;height:2.875rem;top:33.25rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { width:5.5rem;height:1.625rem;top:33.875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:37.125rem;left:39rem;display:block; }
 }@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:24.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { width:11.875rem;height:2.875rem;top:27rem;left:18.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:33.25rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { width:5.5rem;height:1.625rem;top:33.875rem;left:21rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:37.125rem;left:19.375rem;display:block; }
 }@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:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { width:11.875rem;height:4.375rem;top:27rem;left:0rem;font-size:1.125rem;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.625rem;top:33.875rem;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) { #SBBZg8tg197LUtTTywobLuPw5GVopVmS { top:87.375rem;left:18.498046875rem;width:22rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5 { width:14.375rem;height:10.6875rem;top:91.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxNHf6vyXo0bP6BAH9gga8rWl1o9qT8 { width:11.125rem;height:3.25rem;top:94.125rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wusGPVlzIVvzwKtIHDrD2OIBODndUTah { width:6.875rem;height:2.875rem;top:99.3125rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP8xrOiBVRTmHz2CfCkucoEICVdVnqKH { width:5.5rem;height:1.625rem;top:99.875rem;left:42.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFEkwKlLSyG8lHyl7hll6PmbdH69ZKsw { width:8.75rem;height:2.6875rem;top:103.375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd0vS89PbUSESMTm4GhvqKyk4ndMsVFP { display:block; }
 }@media only screen and (max-width: 763px) { #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi { width:14.375rem;height:10.6875rem;top:91.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxxcGyinvJkoSQchVGV5Fipay4432m13 { width:11.125rem;height:3.25rem;top:93.5rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlfc9iAsCyG1QDw4597SGnOKNx6OJ98 { width:6.875rem;height:2.875rem;top:99.3125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpT0V9O4gIueTcbMiOzu9cJvCJ7Rso0g { width:5.5rem;height:1.625rem;top:99.875rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnsZu9x6GqBfuMoy0MRgNhyeG3RwFoxE { width:8.75rem;height:2.6875rem;top:103.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6o7noEZn2KlEq7H7yfSkd8pOEL166v { display:block; }
 }@media only screen and (max-width: 763px) { #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN { width:14.375rem;height:10.6875rem;top:91.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd8La4ca1xW2RJKU9416iu3p19flsPA1 { width:11.125rem;height:3.25rem;top:94.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBeLvpTy1TxuUHAHKcTU9z54cbPQ05EE { width:6.875rem;height:2.875rem;top:99.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGae5WlTEnR0119t2PhmM0Qmcfg5Wx7O { width:5.5rem;height:1.625rem;top:100.5rem;left:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq7G58cScesy82TnJmauqqcToX74zytg { width:8.75rem;height:2.6875rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2abr6u4WK6W40zgvb0KmNHT83GiBByM { 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.4375rem;width:10.8125rem;height:1.75rem;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:99999;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.94921875rem;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:55.9375rem;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; }
#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:23.4375rem;left:0.65625rem; }
#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:23.4375rem;left:0.65625rem; }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #oZJ5kpGhS9HOJdayXGohfTnr19Uw20P5 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KWsspdZh4WhHdUeUnsmARLonqaUS5zV0 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #VV25GQEq4Sy8D7nbG6PBT5n3koHacqH8 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #yd9h1rNW8nzFduPFWeo4qpJLoqQEdc8M {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #UsWuTyNa0QA7TOGL8mLQIbhiig5QwBAS {  }
 }@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 {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WJf1TOstcDL7xv7TUe6omgeH8GEKz26n {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #e1oTGePBZMuLeZCyld1pFRzcQ9iEstTf {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #wE2os5TuJq5RkVB72tf1T5MFJv4DRgsx {  }
 }@media only screen and (max-width: 763px) { #PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #p1CKp5EsCCLmDVadSKIDOD9EoatbS2yM {  }
 }@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) { #xeBqMGCGaCNTbvv3bIVs90H1CyEwE9Xs { width:20rem;height:12.59278125rem;top:9.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqWpp6IsTIc6anbUEoHGRsKTDxSTlVv { width:20rem;height:1.29980625rem;top:15.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDQQWWCmSEMH2sRae9IPkJzsFzV9rzhS { width:17.5rem;height:3.4375rem;top:133.6875rem;left:1.1875rem;z-index:100034;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:100034;display:none; }
 }@media only screen and (max-width: 763px) { #vcRNuIA2rqhWeop4CSsfuJWTwZUdW1CM { 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:52.25rem;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.94921875rem;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:20.5625rem;left:2.1875rem;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:20.5625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgwGG7k1wiqgRcaOdabVwkcEuk8eSxmT { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1pI2o5PVLpxGk0BOIfneAT1F3vkiTTd { width:7.1875rem;height:7.1875rem;top:12.9375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2yXFFszKZSyPQrB3qBBhycsn67JEW3Z { width:5.99935rem;height:3.57421875rem;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:21.75rem;left:2rem;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:22.4375rem;left:11.4375rem;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:14.1875rem;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:14.8125rem;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) { #SdKHwTCfUV2ky0zACcyFy8A2D2kgO6Fh { width:7.1875rem;height:7.1875rem;top:28.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7czhzRDhha3zmKZnzFKGufPPnwJoJoX { width:7.1875rem;height:7.1875rem;top:35.875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFbBJ2lwOPDevTh9sMTTQgUFvu16PGG4 { width:7.1875rem;height:7.1875rem;top:28.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCbXTzPOhqCurZFs5wpmnG6IKaqhXplr { width:7.1875rem;height:7.1875rem;top:35.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZrU3wTqWg4L8bJgSA9ypfZ4a18ir2TB { width:7.1875rem;height:7.1875rem;top:43.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IynNKNLOLrnxXVXf8yAaUh5vJRXPr3kS { width:5.99935rem;height:3.57421875rem;top:30.125rem;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) { #hS1XF3m95zeGnPT147iCcCMTRGFUfCog { width:6.9998125rem;height:5.1181625rem;top:29.5rem;left:2.25rem;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:37.0625rem;left:10.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) { #dS0osf8COyIqOKInsDB5BvXp4r49b8t6 { width:5.99935rem;height:4.875rem;top:37.125rem;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) { #xK5qAluefVugVwFKCie8ZLkTowsE2eiF { width:5.999025rem;height:5.361325rem;top:43.625rem;left:2.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIfhmkpg5JLT2ZLUNQHWATFWp9N6nW6 { width:7.1875rem;height:7.1875rem;top:43.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dNDMdqD7TWVSwSGzizmCLHKTTLTXwt { width:5.99935rem;height:5.361325rem;top:44.625rem;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) { #hhZgElyHsTwslD9kQA4PPVIJVfX4SOJf { width:6.125rem;height:4.4375rem;top:14.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWMdlvGAZg5DpDo3RchIn1eku1tQUhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #wTVXnIuPr6Squ9OizEmFoEbezW8gJcGf { width:6.0625rem;height:4.375rem;top:14.3125rem;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:21.9375rem;left:11.4375rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #fCeLTtpdXQsoCWyMKD8NTIOzv3MkIdlT { display:block; }
 }@media only screen and (max-width: 763px) { #T5Pl6aNGvKD69lAbJ5457FJllg6LQTvQ { width:6.125rem;height:4.4375rem;top:21.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTSp7cR5hbmD5gGuoh64TNkdMk6FWbmO { display:block; }
 }@media only screen and (max-width: 763px) { #TyT763UEI7PZo3M82RsSlz4Pbf1zNu3u { width:6.125rem;height:4.4375rem;top:6.53125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzabsvuinBLoyTfu6uO4mpUN0koSdcfT { display:block; }
 }@media only screen and (max-width: 763px) { #NZRRQQlZiWgh5F55sLbVuA4FrXJ4mTwr { width:6.125rem;height:4.4375rem;top:29.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPq6ohGbR8hHlHbgQDCgsIpRPVlhdup { display:block; }
 }@media only screen and (max-width: 763px) { #QJX4ab4kmDbE9FH7gX3WGGDpysz5uUaP { width:6.125rem;height:4.4375rem;top:37.25rem;left:11.21875rem;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:37.25rem;left:2.5rem;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:45.25rem;left:11.375rem;display:block; }
 }@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:29.09375rem;left:2.5rem;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:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U91BmonZ7k5SWX5CChC9CzGBR3Kbedks { width:20rem;height:2.5996125rem;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:28.4375rem;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:rgba(255,255,255,0.95);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:154.375rem;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:100016;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.9243625rem;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.9243625rem;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:100005;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.9243625rem;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:1.625rem;top:88.4375rem;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:4.38654375rem;top:90.8125rem;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) { #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:100041;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.38654375rem;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:100041;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:5.84765625rem;top:106.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) { #gXVNxPkE40WFVi8EG7QCutJDf3rmzLhK { width:5.625rem;height:1.7871125rem;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.57421875rem;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:137.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; }#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:138.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) { #xcZxvS9604VhVdD6QMNqA0qxfiXEVNOd { width:11.75rem;height:3.65625rem;top:142.5rem;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:146.6875rem;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:147.5625rem;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:144.875rem;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:146.6875rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;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:100041;display:block; }
 }@media only screen and (max-width: 763px) { #RyKAVL2AuZ6TUCtw9e0AqORMNodsvfob { width:8.75rem;height:2.6875rem;top:150.125rem;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.7871125rem;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:100074;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:12.5rem;height:2.51855625rem;top:2.1875rem;left:3.75rem;font-size:1.9375rem;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:121.1875rem;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) { #dTXT7qWUtQUy3XyM5PDtLc3Sbr5icc7o { width:10.9980625rem;height:2.5rem;top:28.6875rem;left:4.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #AOmxRel3ZEpZZwds5tcxeNopKJ2eGhDT { width:6.875rem;height:2.875rem;top:28.5rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CNa04z93bp6tahyV9GQoV3V3kPOFKPnb { width:8.75rem;height:2.686525rem;top:69.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LukVVFFyimWpghrgLSZwZN5ix6tO0ASW { display:block; }
 }@media only screen and (max-width: 763px) { #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y { width:14.375rem;height:10.6875rem;top:3.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:block; }#BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.adaptive-delivery-prevent-bg, #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.lazyload, #BH4RidbkcwA4boCtzVrToFn0n9gUTE9y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OfrhWG96PRygDbke5HKeo44IJoF7KsWZ { width:12.749rem;height:4.3857375rem;top:6.6875rem;left:3.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) { #kymW7C3lV2kMpXvcFHGpiAuLU5ON0C4I { width:10.999rem;height:2.5rem;top:4.1875rem;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) { #mFMTDb20XF3EAfv180167XotaCatWWFA { width:6.875rem;height:2.875rem;top:12.125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zKiv3ToxyEsrHH9UdLWsK3CN214wQozT { width:10.999375rem;height:2.5rem;top:12.25rem;left:4.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) { #dvPnX3HD03NE1tg9dp4rqMSzybKod48a { width:8.75rem;height:2.6875rem;top:31.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezg1EBe3X5mTExE519cZU4m8UkztxIrn { display:block; }
 }@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:100011;display:none; }
 }@media only screen and (max-width: 763px) { #zXkbW3FKnGG0kLXa49mxE691buQLMRqV { width:8.75rem;height:2.6875rem;top:134.25rem;left:4.5rem;z-index:100040;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:100042;display:block; }
 }@media only screen and (max-width: 763px) { #td1A7tX31aAR8INh98GJK9cSgHHha24a { display:block; }
 }@media only screen and (max-width: 763px) { #zPvB1GJaRMvc90o99GwE6ptPKMT851ep { width:14.375rem;height:10.6875rem;top:52.21875rem;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; }#zPvB1GJaRMvc90o99GwE6ptPKMT851ep.adaptive-delivery-prevent-bg, #zPvB1GJaRMvc90o99GwE6ptPKMT851ep.lazyload, #zPvB1GJaRMvc90o99GwE6ptPKMT851ep.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #boKoZs9TgPh2blzrFssJeUPQPPLURQkT { width:10.4375rem;height:1.625rem;top:54.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) { #ZzvOk7SexCXMG23hrZqI4nBZHP1IVNqx { width:12.5rem;height:2.4375rem;top:56.6875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a19riAMiHzP3JxBFIUgddXTTpiJ75hTb { width:6.875rem;height:2.875rem;top:61rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zsOnz60W865zNP0MXlgq69lTWo16c1sR { width:5.125rem;height:2.5rem;top:61.3125rem;left:7.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #I042icR1lKkAQw7yI3Tbx9lV0cpo8mU8 { width:8.75rem;height:2.6875rem;top:48.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTzS6Ut8qOaDRxsI04nPyZtMafb86Q2p { display:block; }
 }@media only screen and (max-width: 763px) { #CMNkNTax9my5I19Xf3Q0s8khsSlwZ2wD { width:14.375rem;height:10.6875rem;top:89.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:90.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:98.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:98.625rem;left:7.375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #qv6Fx0432Te746uxTypST0tbz935GTTa { width:8.75rem;height:2.6875rem;top:16.1875rem;left:5.625rem;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.9243625rem;top:95rem;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:73.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:73.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.4619125rem;top:77.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:81.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:82rem;left:7.5rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;color:#ffffff;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #as087ToSVvB1kbVaIGlXvz39TomAUEhA { width:8.75rem;height:2.6875rem;top:85.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ircaKMtFTxa9EOM2pK6fb31eIIIC1QBp { display:block; }
 }@media only screen and (max-width: 763px) { #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE { width:14.375rem;height:10.6875rem;top:35.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;z-index:100005;display:block; }#P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.adaptive-delivery-prevent-bg, #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.lazyload, #P5AkxtHnLgSHyCeWFv5ulVXAfD2Gx6XE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U8xdOuKDk3TPGVQ4T0lysuvbcHtfGwCC { width:11.4980625rem;height:1.625rem;top:37.875rem;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) { #htHsh7wfOgWFggpFiCshbNEsJwPGsVoI { width:11.875rem;height:2.9243625rem;top:40.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGkGlyGmI6atRtgHbAcJWdkEwzWla7Ho { width:6.875rem;height:2.875rem;top:45rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kbPi47vGuNREaFn0hybxJxMgKonJTwbc { width:10.9980625rem;height:2.5rem;top:45.1875rem;left:4.7490234375rem;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) { #z8ZSTz4OMXVlyinwB5QCgngSydtBXmNA { width:8.75rem;height:2.686525rem;top:118.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz0vXsD1aQV1aBIsIFELswrEWcgLROVh { display:block; }
 }@media only screen and (max-width: 763px) { #iXiA6LOmCDZstK4ev1lnTvEAB2lUBra1 { width:8.75rem;height:2.6875rem;top:101.875rem;left:5.625rem;z-index:100059;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:100043;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:100013;display:none; }
 }@media only screen and (max-width: 763px) { #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH { width:14.375rem;height:10.6875rem;top:19.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; }#mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.adaptive-delivery-prevent-bg, #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.lazyload, #mFlVbRMDFvVmqpsvAAPaX2ryhHSZhaNH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qcRlu1TZULcRzZ7C63L3l2mJBGcFkeGf { width:10.4355625rem;height:4.875rem;top:18.8125rem;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) { #xCtDpvVpKs3KDXdGHF1BeC04DpuuR8GA { width:12.4355625rem;height:2.4375rem;top:24.8125rem;left:3.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6MOtDE9ez8WIZo2Uq0epC1uJ286ShzR { width:12.5rem;height:2.51855625rem;top:0.125rem;left:3.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG2O8R4hXEnBxRBBkmTXJkSAqyMgNQ0H { width:12.5rem;height:2.51855625rem;top:68.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:105.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:106.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.875rem;top:109.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:115.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:115.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:37.25rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c65mCHZmLv8XP7LlVV9sZFvLWsVHtgl7 { display:block; }
 }@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:164.8125rem;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.38654375rem;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.9243625rem;top:19rem;left:5.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) { #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.54296875rem;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:141.375rem;left:6.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aQCsGVHXSPZJ7gr3bnbSJVtJieQvxEPg { width:7.5rem;height:1.54296875rem;top:142rem;left:6.375rem;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:125.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t0pOiO6QHfkpk96tTtyQoPdvrdAuAXeT { width:7.5rem;height:1.54296875rem;top:125.875rem;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) { #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:block; }
 }@media only screen and (max-width: 763px) { #d0JZ0oT6hRw43LTfuw5V6ATQ4T01pL4T { width:8.75rem;height:2.6875rem;top:144.75rem;left:5.75rem;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:132.3125rem;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; }#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:116.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:block; }#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:block; }
 }@media only screen and (max-width: 763px) { #CbOn1DtPiP8mkAkW70mGyEiVw8VPr6lK { width:14.125rem;height:4.467775rem;top:120.375rem;left:2.9375rem;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:137.4375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:block; }
 }@media only screen and (max-width: 763px) { #nRyy9T8Li7CVHzyphsCO819ONPt2XwHB { width:11.5rem;height:3.25rem;top:117.0625rem;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) { #yVkxzgZZvoIGS99WTVwFdXkmhvfQHPad { width:10.4375rem;height:2.111325rem;top:133.5625rem;left:4.8125rem;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:block; }
 }@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.6875rem;top:112.5rem;left:5.625rem;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.54296875rem;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:160.9375rem;left:5.625rem;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:148.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; }#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:157.75rem;left:4.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) { #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:100007;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:152.9375rem;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) { #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:157.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yaIQzodfWNMySEvre8BdWRCrFZcSh3un { width:8.75rem;height:2.6875rem;top:128.625rem;left:5.625rem;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:149.5rem;left:4.375rem;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.54296875rem;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:100115;display:block; }
 }@media only screen and (max-width: 763px) { #wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { background-color: transparent; background-image: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row > .video-iframe-container { display: none; }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .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); }#wmPtbiDsZpQSNSs1Oslr1SyuCfT8yWG5 > .row .container { width:20rem;height:173.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y57h9cldACEtU88By5I7Xbd0ECGiHzwT { 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) { #koxvB7VQDnOX0zgrkMAgypT7eEulwKlc { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2aQUnKmubJotpWILvr9sET2rS4KUhhK { width:14.375rem;height:10.6875rem;top:40.125rem;left:3.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; }#x2aQUnKmubJotpWILvr9sET2rS4KUhhK.adaptive-delivery-prevent-bg, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyload, #x2aQUnKmubJotpWILvr9sET2rS4KUhhK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DymicZnlSa7Eypb1lirs0iNkxlIy3Dc4 { width:10.4373125rem;height:3.25rem;top:41rem;left:5.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) { #JHKCI77vdAeB9734f3zvypFta0TVFxMb { width:10.999375rem;height:2.5rem;top:49.4375rem;left:5.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) { #omqvaJNPMDrMWcwQ3iRbT7XmWCDy7MSF { width:6.875rem;height:2.875rem;top:49.25rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qnk5Per32RLD26J7iX5N7ntN89QbtBJC { width:8.75rem;height:2.68663125rem;top:18.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7othyAtcaFPeBvlEnTaTJpvqANFu33d { display:block; }
 }@media only screen and (max-width: 763px) { #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g { width:14.375rem;height:10.6875rem;top:74.125rem;left:3.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; }#cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.adaptive-delivery-prevent-bg, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyload, #cbf4UqBx4ctzIUgXzmmAzveoB5odon6g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c863gFQ5iSnwSFvhazkVlt8erK8FbbhF { width:10.4373125rem;height:3.25rem;top:75.0625rem;left:5.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) { #omxlUnTns2gHlHTi84MT8HUBppxiwZd0 { width:6.875rem;height:2.875rem;top:83.1875rem;left:7.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HMgp3WINmDpLCKwwzeqrsbNVweSFI8BD { width:7.5rem;height:1.4619125rem;top:83.875rem;left:7.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T2kdRKLUfmaoewTs7e0k18mLAsWabVgu { width:8.75rem;height:2.6862rem;top:86.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx3av6dTd35fufwxyNNmbeyoXaplnRVG { display:block; }
 }@media only screen and (max-width: 763px) { #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF { width:14.375rem;height:10.6875rem;top:22.5rem;left:3.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; }#GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.adaptive-delivery-prevent-bg, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyload, #GEhTusKvQPTOeDk5BXIeZNriT4fRR3iF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ENNVqymzF74bbzpJZWgkCBbdH8xhc8od { width:10.999rem;height:3.25rem;top:6.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWMk9He7khS80DISTwiWTW8PPFxNJOZx { width:11.875rem;height:2.76171875rem;top:10.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBszvTm08XkZNNCOgAZhyrScVOnshOxG { width:6.875rem;height:2.875rem;top:14.9375rem;left:7.3125rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1 { width:14.375rem;height:10.6875rem;top:5.8125rem;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:block; }#BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.adaptive-delivery-prevent-bg, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyload, #BStlvXTVwH24EBUOdd0TAQGaNC1qlvF1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IJZkTuhL6xZlUkNTFxaPbuiei68EI7UI { width:5.249025rem;height:1.625rem;top:15.6875rem;left:8.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#ffffff;z-index:100077;display:block; }
 }@media only screen and (max-width: 763px) { #hu7C0T8sAvtt7Q1T75m2TOU0dkLlzOmx { width:12.3115rem;height:4.38654375rem;top:26.9375rem;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) { #OsnVxtU15IrndohER40s4J36DyWxMLPw { width:10.999375rem;height:3.25rem;top:23.6875rem;left:5.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) { #iiqy4IrIdeGJsT1f9D8X6ou73VCBXdQa { width:6.875rem;height:2.875rem;top:32.0625rem;left:7.25rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kS0oUBFXl6f8xKqXheLTDOnKoxMR8LrI { width:10.999375rem;height:2.5rem;top:32.1875rem;left:5.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) { #VcH3DiqHAoHWdWagWcTC49sXMhk3t4HT { width:8.75rem;height:2.6875rem;top:52.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNp9Ob5y0W10OeQPETIU67x5Sf1FLgH { display:block; }
 }@media only screen and (max-width: 763px) { #sWtZnpbpC1wGTP0VnnOzeC6qQBSIqJag { width:8.75rem;height:2.6875rem;top:35.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq56IJa8UpSszEsvuAMw7p6Wr5tFKqdc { display:block; }
 }@media only screen and (max-width: 763px) { #geisbBFOd1Cy76PcMqTdblrtFeTqXByN { width:11.875rem;height:3.8984375rem;top:44.8125rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsag3kcBEHI1h5CKxbT2wuNFpE7zW3OT { width:11.875rem;height:2.76171875rem;top:79.25rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ { width:14.375rem;height:10.6875rem;top:90.75rem;left:3.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; }#TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.adaptive-delivery-prevent-bg, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyload, #TZTuITbFnp8EWuicxWMnVwAt0eU9ftuJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S0CKIiwzTpT1i72UqOZwZ5zgstzc8gdS { width:11rem;height:3.25rem;top:91.875rem;left:5.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvWLK5OBqqdL0VDcTJieGx15bqVcyTqI { width:11.1875rem;height:1.4619125rem;top:96.0625rem;left:5.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) { #KT5CgxibtnFprKTxvyXuVw1zy472PxWQ { width:6.875rem;height:2.875rem;top:99.8125rem;left:7.625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m7DAbEa7JvxgI0l2aMhtk8kCDeA2uROz { width:5.9375rem;height:2.5rem;top:100.125rem;left:8.125rem;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) { #Jzu4RCVNLVrSDrS7tkqi1V1Dq16oUIU7 { width:8.75rem;height:2.6875rem;top:103.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMGqtWTBbAtXLXKzSpkqc2Ra4opLt3pm { display:block; }
 }@media only screen and (max-width: 763px) { #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV { width:14.375rem;height:10.6875rem;top:125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.adaptive-delivery-prevent-bg, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyload, #OKo7KKrV8LuaFeTdx5giFNJ74sfOarbV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #N5GIKcCkqd4dXcpoTSGutluotN0SX8uX { width:11.1875rem;height:1.4619125rem;top:130.375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXixdTAumiNs8L8DadLxv43BCTGnK7Sw { width:11rem;height:1.625rem;top:127.25rem;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) { #qrtzM0JUFpbsP9JvL7zugAfc6xxfHP3U { width:6.875rem;height:2.875rem;top:134.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iSbGeOuKMvy1PTvzlat3TR3I5wNzfLCr { width:5.9375rem;height:2.5rem;top:134.25rem;left:6.9375rem;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) { #g6sJ2SpNS2kpGSK2T9DS9e8ZZDZ8wkUA { width:8.75rem;height:2.6875rem;top:137.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc3eOQe6qdBX5H35mnJ271eIbLsBVTdk { display:block; }
 }@media only screen and (max-width: 763px) { #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6 { width:14.375rem;height:10.6875rem;top:107.8125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.adaptive-delivery-prevent-bg, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyload, #LTKrW6W6eBAbFCkpmBv9CbmOIAEiroF6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wnINlepXH2qOgEriDT2fUkbaK5hIJodO { width:11.1875rem;height:1.4619125rem;top:114.0625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNnnWtxepQO0d2JTBqtopnv3SUA6ZJ6 { width:11rem;height:1.625rem;top:109.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7yAr803Tae8pwuHNcTHZ5m0dNIZ7Zv { width:6.875rem;height:2.875rem;top:117.8125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gC4mTDtTmDXSxDqdqrwN2HI2q2H5lT0G { width:5.9375rem;height:2.5rem;top:118rem;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) { #G0UxW6bkzJGb7Mw9QEMTQBr5czhE0L1H { width:8.75rem;height:2.6875rem;top:121rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1u7M0x3Az2HhQcLeyNuaF7q3gghgCpk { display:block; }
 }@media only screen and (max-width: 763px) { #Vtq2oOTpNaJg1PoBXFKxNQehry6HaTou { width:16.6875rem;height:2.51855625rem;top:1.625rem;left:1.71875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnHm1KoIrglb0mODPhP7hN58hgp9thUu { width:6.875rem;height:2.875rem;top:66.875rem;left:7rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vqL2CM8uhn6gfT35ne33OQMX4eUxli5O { width:8.75rem;height:2.6875rem;top:70.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToPSlkTuFFCyAqrw7ATrFAXSKWQXH6W { display:block; }
 }@media only screen and (max-width: 763px) { #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ { width:14.375rem;height:10.6875rem;top:57rem;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; }#NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.adaptive-delivery-prevent-bg, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyload, #NAzQgn5mT3iX5Ve3QAT1UTTN6aLVFcOQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TGOTxBWuanB097n0llq5X7QTxXGeTX58 { width:11rem;height:3.25rem;top:59.6875rem;left: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) { #gHyFwXH9TvVKh3EtTs0M0pfLMqUv9py5 { width:11.875rem;height:2.76171875rem;top:63.75rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJGqxUR3cnHKG3VixM0HzUFLpOer4bBs { width:6.875rem;height:1.625rem;top:67.5rem;left:7rem;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) { #oouSQxtvKGSqkvnDI6MtgfmTc4NIuZkJ { width:11rem;height:3.25rem;top:159.5625rem;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) { #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT { width:14.375rem;height:10.6875rem;top:158.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.adaptive-delivery-prevent-bg, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyload, #nCTiZupMNgpSMclGgG9xTDyaHHdOHaJT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hv0xeaQmxVWJgDtr0oFXifghIh99LTTF { width:11.1875rem;height:1.4619125rem;top:164.375rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnRpMthuxo42gmRWJoBxywh2CIrxOKM7 { width:6.875rem;height:2.875rem;top:166.9375rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Bguba0Z3kQDLbO6b43Gfwi79DVsHTDrI { width:5.9375rem;height:2.5rem;top:167.125rem;left:7.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) { #eansvNPkZR9rTkINGCNK9ITCbl6VfyEr { width:8.75rem;height:2.6875rem;top:153.6875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNr0KF1JW3sPdARGU11as9z9BQILT9X { display:block; }
 }@media only screen and (max-width: 763px) { #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB { width:14.375rem;height:10.6875rem;top:141.8125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.adaptive-delivery-prevent-bg, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyload, #UF5zxEPrLMR3wmdM669qso9tI8FsP6GB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U7mJJI6vJZcsE0tzBsE2UeQsHnK7RDVI { width:11rem;height:3.25rem;top:143rem;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) { #zMOyEMVpk6nTo7XqeN4NXDsBh7z5hQfE { width:11.1875rem;height:1.4619125rem;top:147.75rem;left:4.40625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhV7NmtL0Hl0L3it3dNUPrp3kPyePD7F { width:6.875rem;height:2.875rem;top:150.375rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hFaboOepVXtpcJ2GsqppgtdP8yCWG27O { width:5.9375rem;height:2.5rem;top:150.6875rem;left:7.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) { #Eh5p4emsTMGuQq5U09GqXJNUeu0cuuRA { width:8.75rem;height:2.6875rem;top:170.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyxGm0TCaWErahqKUnENaFOTZKQpItbQ { 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:203.3125rem;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) { #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd { width:14.375rem;height:10.6875rem;top:214.5rem;left:3.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:none; }#dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.adaptive-delivery-prevent-bg, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyload, #dm3cZnT8cOhCDoGVAo2zvgNTm2VBF6wd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZqRUO5rDfqwO45TEkTSDmyEQgOPKrWFa { width:11rem;height:3.25rem;top:6.625rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #er6puDLAOd1XV8x4BfHrlufh1OR7ZC8M { width:6.875rem;height:2.875rem;top:142.5rem;left:7.5rem;background-color:#1799eb;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #esG1WAuMcG77SzvUlbzRWMR4kOoT9c41 { width:5.9375rem;height:0;top:142.6875rem;left:7.40625rem;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) { #D9m9FvMqATvriF7cxJKsyUKroTAFnJUi { width:8.75rem;height:2.6875rem;top:110.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0XzW2tAeGumL4TPnRcihPSkJPt00pKx { display:block; }
 }@media only screen and (max-width: 763px) { #Qswkws4kCabwmqpIyeCGwNpz0vdBRk2i { width:11.1875rem;height:4.546875rem;top:10.5rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #MS27uhxqelgg0A79bx0T1d2dNIKEOBgs { width:14.375rem;height:10.6875rem;top:115.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; }#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:116.9375rem;left:4.5rem;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.4482375rem;top:118.8125rem;left:3.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) { #b7cxe1zlrE9GCLX3Bvy2Ez9Kn3gESAeQ { width:6.875rem;height:2.875rem;top:124.8125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J5diumNmxE4JX1ZE2pv3DJ52tnIqT8vf { width:5.9375rem;height:2.5rem;top:125.125rem;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) { #x5ef5TyTmx0DU6DBTqlcMBhOBWCsf5ch { width:8.75rem;height:2.6875rem;top:92.6875rem;left:5.625rem;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:98.1875rem;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: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:99.375rem;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) { #UhpADtdbsvKdMvXq763ZPSCLpS4V1cK6 { width:11.1875rem;height:1.4619125rem;top:102.8125rem;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) { #M55a71y5XH081Q4u5H8oZuhusdMiVgpU { width:6.875rem;height:2.875rem;top:107.3125rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RkqgICy6mOFTdsokH2NGghdF1VgqtdfG { width:5.9375rem;height:2.5rem;top:107.5rem;left:7.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) { #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:79.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; }#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:80.9375rem;left:4.4375rem;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:88.875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oeqVhgdJab4JP3xpuBNvZEtByZXEqeam { width:5.9375rem;height:2.5rem;top:89.125rem;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) { #kk4ffTzDvtEO8lmNzeD7C133SnLsqCkK { width:8.75rem;height:2.6875rem;top:128.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXMR9rvPLQbEuqzGTqSbkIC2SpxeX14 { display:block; }
 }@media only screen and (max-width: 763px) { #iX91ECKm2ykeVmNClloL71iKyyRIM6TJ { width:11.1875rem;height:1.4619125rem;top:84.5rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZI0R5q6sAISTFcB84BWH6bfBtlqkl1z { width:19.25rem;height:2.1933625rem;top:3.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9sfGSPs3dFni2rzKpnVwcFgbgzFuHPH { width:12.5rem;height:2.51855625rem;top:76.375rem;left:3.8125rem;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:block; }#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:block; }
 }@media only screen and (max-width: 763px) { #qXafhHGTO9cAm1GZ84TLdtdXKL9KNfZ4 { width:5.9375rem;height:2.5rem;top:15.6875rem;left:7.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) { #ePGpEzRcd4KTDszevtdixTggPQpBgOQz { width:8.75rem;height:2.6875rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrdnAkXT6v7cvdOx04967DJByButiv7c { display:block; }
 }@media only screen and (max-width: 763px) { #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag { width:14.375rem;height:10.6875rem;top:24rem;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:block; }#xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.adaptive-delivery-prevent-bg, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyload, #xQ5OrI7N0EbbpRvSZcgfuhb4N4ktwAag.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xPZiiQTLteqe1AhTTEU5ZH3qJcT1762Q { width:11rem;height:3.25rem;top:24.375rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1K3eTo77yMsagt1Qc4FeapuDfeq7T3 { width:11.1875rem;height:3.8994125rem;top:28.4375rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #obNUoUz9Qq6CwD06MKPFyzC5vcIeTXDx { width:8.75rem;height:2.6875rem;top:18.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #osZKcxfz8y96193MrauctInvxHBDEuRc { display:block; }
 }@media only screen and (max-width: 763px) { #T9sONBg59mAzdmPxSKUNM2EgIa9cOQaQ { width:6.875rem;height:2.875rem;top:33.125rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BTrGUkQwGwyiO2fyik6c12XsHAnywyBk { width:5.9375rem;height:2.5rem;top:33.3125rem;left:7.3125rem;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) { #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv { width:14.375rem;height:10.6875rem;top:59.5625rem;left:3.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; }#fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.adaptive-delivery-prevent-bg, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyload, #fTWAo0Ul5mJPmL5gkqEt2Z6fQZl31tAv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kiNR5M4prXF0bc5hiOR89Jk3ut83aba6 { width:11rem;height:3.25rem;top:60.75rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #atlaqhPCnlbZSg2fvnPgKDfQTRybvpyU { width:11.1875rem;height:1.4619125rem;top:66rem;left:5.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #LKWRo6BneTvRB8pSOKnDDwUb2dfLrCdb { width:6.875rem;height:2.875rem;top:68.6875rem;left:7.4375rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #F7ovG5eSKFieN0TJ6PqGVwW3CynEVmRZ { width:5.9375rem;height:2.5rem;top:69rem;left:7.9375rem;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) { #o8vtnSV8cBkdTgGSMAUkX3OVxKzrTp1z { width:8.75rem;height:2.6875rem;top:71.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7cQRMuiGTre2nB3drHkmoig4eeeTM98 { display:block; }
 }@media only screen and (max-width: 763px) { #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8 { width:14.375rem;height:10.6875rem;top:41.9375rem;left:3.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; }#IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.adaptive-delivery-prevent-bg, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyload, #IKOkLTyax2Tb3IfJ9Qly9E4ngM6f1AM8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WySeOIqEC8eawSdwRoaCKCEnJll7J4L8 { width:11rem;height:3.25rem;top:42.75rem;left:5.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;z-index:100090;display:block; }
 }@media only screen and (max-width: 763px) { #BskPu09tzE7fCdvzTTILbPadwZF6wkrb { width:11.1875rem;height:1.4619125rem;top:47.75rem;left:5.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;z-index:100089;display:block; }
 }@media only screen and (max-width: 763px) { #mm6kUvtO19EpBsJOAwVeLtzSXU29VTnq { width:6.875rem;height:2.875rem;top:51.375rem;left:7.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qEmGvpnqgBgshhBT4BcTExU1zftmC66B { width:5.9375rem;height:2.5rem;top:51.375rem;left:8rem;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) { #US7bbzORhOsiyr6nLFukdiEExTAEOBTG { width:8.75rem;height:2.6875rem;top:54.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFqVxvy6cTVZ6xQLb8tWCBXQBTQREbHc { display:block; }
 }@media only screen and (max-width: 763px) { #NRKFgJTlrzP9pAVVExkQOeMgn5MKiiJm { width:14.375rem;height:10.6875rem;top:169.5rem;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: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:170.6875rem;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) { #KBTcZkAew9dsKqBlZDl90PUgHNsbHbd0 { width:11.1875rem;height:1.4619125rem;top:175.25rem;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) { #g4novQ4pyu7vuKxxw2zwW8APfFvBNhUw { width:6.875rem;height:2.875rem;top:178.625rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pnr2JEcs5OTbHoTiTMpA37JBxDP2cyTb { width:5.9375rem;height:2.5rem;top:178.3125rem;left:7.375rem;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:164.75rem;left:6rem;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:151.25rem;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: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:153.5rem;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) { #cqTdxR0dverTZD3cF1XlwllPuSzaVTfo { width:11.1875rem;height:1.4619125rem;top:158.0625rem;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) { #CF7AHdiPapeXr8917eLstlS2iFJefJd1 { width:6.875rem;height:2.875rem;top:161.4375rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IvBzXu04qBBt4g8BtdQ8hz3TQq1KMCQf { width:5.9375rem;height:2.5rem;top:162.0625rem;left:7.375rem;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:146.625rem;left:6rem;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:133.125rem;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: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:135.5625rem;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) { #pFkKKCiAnZU1XTLnfVViVT9xaTT64cWv { width:11.1875rem;height:1.4619125rem;top:140.125rem;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) { #ZsSd6KHkyPd8T7UMxvOFfQbSpeN5MEE3 { width:6.875rem;height:2.875rem;top:143.5rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bTEzkauN5RFdOwNeeDUmP292dJorTcls { width:5.9375rem;height:2.5rem;top:144.125rem;left:7.375rem;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:181.75rem;left:6rem;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:186.3125rem;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:block; }#ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.adaptive-delivery-prevent-bg, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyload, #ABoAm3TCtqmUkI4Zdc4SSnP0Ty7waiwX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MaTP3lsKDhuLL5y6RyZvBBZqhdAFelGD { width:11rem;height:3.736325rem;top:189.8125rem;left:4.625rem;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:195.4375rem;left:6.875rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TukCe9FhA6bid1re1TtpZkWBxPBd3Vaf { width:5.9375rem;height:2.5rem;top:196.0625rem;left:7.375rem;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:199.125rem;left:6rem;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:100094;display:none; }
 }@media only screen and (max-width: 763px) { #vqnUVJi6qyzHkv60GZE8eWcpODNxi9c9 { display:block; }
 }@media only screen and (max-width: 763px) { #pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { background-color: transparent; background-image: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row > .video-iframe-container { display: none; }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .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); }#pvkg4OtXm4y2mbCt4IfXJ4gCfq6wB0Jo > .row .container { width:20rem;height:90.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZvbMxhoDZZbOQWua0oc1n52z2HboGC { 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) { #kygsiQbrXbf1CoDUSIWfQfMRlZh2wOrr { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZpnHqomAOTCrQscbrlf37veCfSTLJSa { width:14.375rem;height:10.6875rem;top:20.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MZpnHqomAOTCrQscbrlf37veCfSTLJSa.adaptive-delivery-prevent-bg, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyload, #MZpnHqomAOTCrQscbrlf37veCfSTLJSa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mHHQN9wHETe1Tr1VQrCuTG86UXcGh8Im { width:11rem;height:3.25rem;top:21.3125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMUOWVktUCngWct494ByBiwO7qyPkLAI { width:5.9375rem;height:2.5rem;top:29.4375rem;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) { #WpX2yI1ifShrApIT2mWmwyRHTnIWIgTz { width:8.75rem;height:2.6875rem;top:15.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWwBoODQg0UiefsLT4kCoTHKO0aPWRN { display:block; }
 }@media only screen and (max-width: 763px) { #t6K6DwOM7ivpnolIs8G45TyzIaiqupJI { width:11.1875rem;height:1.4619125rem;top:25.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asfio2y0i5cF2A8MzDvK6flwui1KxrHO { width:6.875rem;height:2.875rem;top:29.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2 { width:14.375rem;height:10.6875rem;top:4.25rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.adaptive-delivery-prevent-bg, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyload, #FsrmO1P2n64DKTa7p8qXwIe3KKaGAWC2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xTPaZBkeWNmf0cyZtCD6PdOu4WBnoNmM { width:6.875rem;height:2.875rem;top:12.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #e70vvi85UdksVePNwriU0Ss69pglwlDi { width:5.5rem;height:1.54296875rem;top:13.26953125rem;left:7.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) { #ISTxCvgQPLPudxSG5rlzdyq5L75p4pgQ { width:8.75rem;height:2.6875rem;top:32.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8CaPwx4sDSVDlwqyCx2VgMLDEGwD1E { display:block; }
 }@media only screen and (max-width: 763px) { #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b { width:14.375rem;height:10.6875rem;top:37.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; }#a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.adaptive-delivery-prevent-bg, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyload, #a9yDHw6lasfLQqIPFasfiJKwisl9ck6b.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmhnkxBwnvTBO2KlhQAFSIh0TttAXtcx { width:14.3125rem;height:4.0625rem;top:42.0625rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl3dt8WsHS6uO5i2I1czQtbUSS2EoT7k { width:11.125rem;height:2.5996125rem;top:39.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUkRVmZAtUN2mpABMG4wTB0Z5Q3z7Ll { width:6.875rem;height:2.875rem;top:46.8125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E2Hq06fsTnBQJM8Vyal3l2fs0fMvgG2K { width:5.5rem;height:1.54385625rem;top:47.5rem;left:7.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) { #BSGwh0wWSgm2XAKwUp8Qn1O2BwMqwnGZ { width:8.75rem;height:2.6875rem;top:27.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEQTOfc9u9LONwwLLkGXqzVTixu0TsRL { display:block; }
 }@media only screen and (max-width: 763px) { #tSFKazJByvloeT7bbmqg7le0SpqzeNu3 { width:8.75rem;height:2.6875rem;top:50.25rem;left:5.625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #TPl2TsqcOaAzb9WEZzK5GeQu5HvdTbWQ { display:block; }
 }@media only screen and (max-width: 763px) { #MVvny0IeEFtzFbUcL7nGJ4vkKfs6E2ss { width:11rem;height:3.25rem;top: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) { #QTDKg5nynTX8A2uhDetTIb7oWQnALGqf { width:11.1875rem;height:1.4619125rem;top:9.75rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiH5Lg6xPV5235s5LuWQTFxCCCBTfdIO { width:20rem;height:2.51855625rem;top:0.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwU6ZytKSopJGtEIKfsespeeyuT0q4wU { width:11.1875rem;height:3.16699375rem;top:59.375rem;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) { #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo { width:14.375rem;height:10.6875rem;top:54.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; }#xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.adaptive-delivery-prevent-bg, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyload, #xtxEtE70GE8hmboyBzzTMWzfbQKLkONo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oa49n1v3y5tn7DlbTuu5rX9peG3Jg5tz { width:11rem;height:2.76171875rem;top:56rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfFHwl94pwLyIZELRSkymJg2TTuIK0Ex { width:6.875rem;height:2.875rem;top:63.8125rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fKsCGwdQ8TSaM0FrqHTyEEWKyx7FKS9G { width:5.9375rem;height:2.5rem;top:64rem;left:6.875rem;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) { #SXw49q6b8l2Ednw8TsWDEkxp7f5rE0tZ { width:8.75rem;height:2.6875rem;top:67.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9KU6pX9hboEbbFrkduda4bAsqN4MOHw { display:block; }
 }@media only screen and (max-width: 763px) { #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S { width:14.375rem;height:10.6875rem;top:72.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.adaptive-delivery-prevent-bg, #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.lazyload, #atE4mXXRUsQARuOx3C2DDC8TleeLVq6S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qn5lvZluKT3ZCDs9ssNUuzgTR4IpWqWZ { width:11.125rem;height:1.54385625rem;top:73.375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJtpohksVyIHvepTCcuENRN6TCUt55v1 { width:13.125rem;height:5.74609375rem;top:75.6875rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzv0BesOPmCRrtZPXL06PzptXiMiCehI { width:6.875rem;height:2.875rem;top:80.9375rem;left:6.0625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g3J0psgBLh4HsBnte0TU6bltp15rXJzZ { width:5.5rem;height:1.54385625rem;top:81.625rem;left:6.8125rem;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) { #T3Z7ag0L7kXfBOJ51DQ16rshpsO1MWXX { width:8.75rem;height:2.6875rem;top:84.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl0crtWSJMnz5HIV8a18vF2GpJKhpRuV { 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:319.375rem;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:100019;display:block; }
 }@media only screen and (max-width: 763px) { #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u { width:14.375rem;height:10.6875rem;top:46.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; }#Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.adaptive-delivery-prevent-bg, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyload, #Q2JfW8rGoCecfDz5kFOEalm72JfULh7u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JLTHpbGOEkF4p15AvUZ8NCeEw6zgL7Gi { width:11.875rem;height:2.986325rem;top:49.6875rem;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) { #GS2kOEmtLywTJZgJKugf3q8W4SGDk53T { width:11.125rem;height:1.625rem;top:48.125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4m0IkrC8TIfETKzyAPvPmuets37SLcB { width:6.875rem;height:2.875rem;top:55.5rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i4sFRetk2sBVkFyNtFyykEeZXP7LZR8D { width:5.5rem;height:1.54296875rem;top:56.25rem;left:7.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) { #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:100027;display:block; }
 }@media only screen and (max-width: 763px) { #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz { width:14.375rem;height:10.6875rem;top:133.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; }#kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.adaptive-delivery-prevent-bg, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyload, #kAhPsyAyy9KS6uk2MpkWfnPgRp9KaPsz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #neVlko2CbQBTz9uKdaJN5EzKyga5GBhy { width:11.125rem;height:1.625rem;top:137.9375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwqLuifDSZv0U5hgIIRwrqbUzsTg12UC { width:6.875rem;height:2.875rem;top:142.125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hPOzZG0epyrZnu8z1GAUhTKT21FFTqn5 { width:5.5rem;height:1.54296875rem;top:142.6875rem;left:7.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) { #qzyXXxoC4KDkbQfSpG5OWbfNuoBzTgeT { width:8.75rem;height:2.6875rem;top:129.4375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATzHXSWPc5vGAlAqmeBpTlETvmbAIPI { display:block; }
 }@media only screen and (max-width: 763px) { #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT { width:14.375rem;height:10.6875rem;top:117rem;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; }#CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.adaptive-delivery-prevent-bg, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyload, #CNDWIyblZT6WlQU4614tRX7ZqbQ4gOWT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XSnTmszR7FSXKeSOdcQFlcWeVr4pxAd9 { width:11.125rem;height:3.25rem;top:119.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oaaec10xbFhDWB7fpCLNgqumiyTwcIeP { width:6.875rem;height:2.875rem;top:126.25rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fDrA6NAiklMaZ3hBCQIk1Ihxgx2Tx39H { width:5.5rem;height:1.54296875rem;top:126.9375rem;left:7.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) { #O7uuKpcCdDc511xmrQ1artMQhA4ANfTx { width:8.75rem;height:2.6875rem;top:145.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPF2WNwGbrxhKVZ5NfDLK1x5cTwXVdio { display:block; }
 }@media only screen and (max-width: 763px) { #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE { width:14.375rem;height:10.6875rem;top:101.0625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.adaptive-delivery-prevent-bg, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyload, #lmHmn5xftVC7Rs2cNTW0ZARSdTJgCflE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hRBLt0n8WtLlyE5IF39LugGxsH0N36Ac { width:11.125rem;height:3.25rem;top:104.0625rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDfbDqrDJiiXzblPodT4cDGMe3kkiGq { width:6.875rem;height:2.875rem;top:109.3125rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uu7Laa3nnW7fLe7qt3lSc8FNn3FPQ4TT { width:5.5rem;height:1.54296875rem;top:109.875rem;left:7.0625rem;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) { #IMsO2MMerT90oCcuu1Jz1TlVid4gazfV { width:8.75rem;height:2.6875rem;top:96.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMQStWyxgUC61QnIX6T2LfsA3TSDWiWa { display:block; }
 }@media only screen and (max-width: 763px) { #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3 { width:14.375rem;height:10.6875rem;top:84.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; }#UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.adaptive-delivery-prevent-bg, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyload, #UC5z9xo7JPyQ8Vn5db6vUJMU25Fv7XE3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uhaoPlUGfCWb8Brcf3oBi09bvIUUlpOX { width:11.125rem;height:3.57421875rem;top:87.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTrlpPR55NdK7QsyBMaFnpLbUw5yIICO { width:6.875rem;height:2.875rem;top:93rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R5mtoaTwTWAGxhRLwSmIb0TAohbWvCGp { width:5.5rem;height:1.54296875rem;top:93.5625rem;left:7.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) { #tQz6iznRKO1mV61VnxMrVXOW7uvWwTPo { width:8.75rem;height:2.6875rem;top:112.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESoFiBtC5ulToEbmvk9inDTQ2AdLD8J2 { display:block; }
 }@media only screen and (max-width: 763px) { #gab3HtrxrXQk0iGTbekiKvJUWw8GA2NQ { width:8.75rem;height:2.686525rem;top:58.75rem;left:5.625rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #uP02Rzs63k36qlyJAN79RK32ToA81DF8 { 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:100004;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) { #kPyFHlcrM7N30SHh3nN3cBdQ5T9TwuNU { width:20rem;height:2.51855625rem;top:81.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTPw9gQZRXJxo6VGUxbnTqLSkhy3U5dD { width:16.5rem;height:2.51855625rem;top:42.6875rem;left:1.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk { width:14.375rem;height:10.6875rem;top:63.125rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.adaptive-delivery-prevent-bg, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyload, #cGKfog65Zdd3eUoDoKnTU8GcSH6Z6LZk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JwTILC3etqhPeQevnUTWAkVgpgTdRHWe { width:11.125rem;height:1.625rem;top:64.6875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Asp79A4pDrVWQsq5oS74t0ZfQKb7D66F { width:11.875rem;height:5.97265rem;top:65.625rem;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) { #fypvJK1xQVVzJq48i22gTMSwGoscZkTA { width:6.875rem;height:2.875rem;top:72.5rem;left:6.5625rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yc3GtGB18fEzCRZxK8PVyooAGzSvN4Og { width:8.75rem;height:2.6875rem;top:75.8125rem;left:5.8125rem;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.54296875rem;top:73.1875rem;left:7.125rem;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) { #K5AmMcArdAn4lVzE8IiOaTWQ1nVpX4LO { width:17.5625rem;height:2.51855625rem;top:3.0625rem;left:1.21875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnJ9CPoWs1tup5eikxa6dxwqdxFWx15V { width:20rem;height:2.51855625rem;top:150.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V { width:14.375rem;height:10.6875rem;top:201.4375rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.adaptive-delivery-prevent-bg, #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.lazyload, #ALVS4C5Z9FQMq5pkrlFNs4HGCOXMPD9V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oe3RiMnSpm4EPnuX0oDmGplpfZiKxUc2 { width:11.125rem;height:3.25rem;top:203.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIFg4o54E0ch6ktMBv7kJm3Fm1uf8BVZ { width:6.875rem;height:2.875rem;top:209.6875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xAH4sbq3BF9dv2FCtUuJgtJfT6xmTAxT { width:5.5rem;height:1.54296875rem;top:210.25rem;left:7.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) { #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0 { width:14.375rem;height:10.6875rem;top:186rem;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; }#lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.adaptive-delivery-prevent-bg, #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.lazyload, #lwM7ZGyaG1nDzc93Ed0IUeGaABCCW0L0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KKFxLrfuPV63ZEPTQONBxHmZRXAruSBp { width:6.875rem;height:2.875rem;top:194.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vkoU2LWrE3urg6yU1kQxryT86pQmen8J { width:5.5rem;height:1.54296875rem;top:194.8125rem;left:7.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) { #FRZQVcMq4FRNcvgnygrytwUCuPyb29ii { width:8.75rem;height:2.6875rem;top:181.1875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRT5ACs4uI1G2Bz9c6TA88cEk208uoqM { display:block; }
 }@media only screen and (max-width: 763px) { #dEtVwfpuLTxUlFUhgG5DC5NUxMT1OD7S { width:8.75rem;height:2.6875rem;top:197.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu5PznAOsQM9eeuziXattEMsUZxxCR7G { display:block; }
 }@media only screen and (max-width: 763px) { #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE { width:14.375rem;height:10.6875rem;top:169.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; }#L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.adaptive-delivery-prevent-bg, #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.lazyload, #L70SLomq1k0tD2METEyKVUJm1ZmTLrdE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iMZf5FU1nWAxttnQ9HWlspu5ml0uGM8I { width:11.125rem;height:5.5234375rem;top:171.125rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJWn23l7ErsBZ4zXfcOFw07q55nU10Hp { width:6.875rem;height:2.875rem;top:177.875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SfB9y1AL9IBBhJfOzdQTT2F26TG65DHF { width:8.75rem;height:2.6875rem;top:165.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNgI6UUstWUVyA9TkWSE9yJyWoDfTLT { display:block; }
 }@media only screen and (max-width: 763px) { #DaKcJVaranGPifaCozb0VmTk6vZce8E0 { width:5.5rem;height:1.54296875rem;top:178.4375rem;left:7.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) { #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ { width:14.375rem;height:10.6875rem;top:154rem;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; }#R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.adaptive-delivery-prevent-bg, #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.lazyload, #R1HlOgIBBMkwRyV5LwhO1gVKVthIufRJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DXyZO20D9bUIePkJ1SbXm0sR4EfGKvCo { width:11.125rem;height:4.875rem;top:156.125rem;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) { #snnrzO4Mgqf4qFbNfIPcOBMEeb6zBc25 { width:6.875rem;height:2.875rem;top:162.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #APB8bDgEckRfNMVaqMaZh4eg1kpBA6ie { width:5.5rem;height:1.54296875rem;top:162.8125rem;left:7.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) { #OINTiUK4xyuCqLiuyGB688qVH8nTHZhl { width:8.75rem;height:2.6875rem;top:212.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5KmyyVPOztJ1peo7GAdG9n3AqabkEb8 { display:block; }
 }@media only screen and (max-width: 763px) { #LfTTTDSHdGiBEaqBhz4obSb7vC9F0EA0 { width:11.125rem;height:3.25rem;top:189rem;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) { #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT { width:14.375rem;height:10.6875rem;top:4.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:none; }#W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.adaptive-delivery-prevent-bg, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyload, #W7HdrKbJhXe5cCBuZqgoXhBSoIcRFwXT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WbJ4tzgKPZp3i2MyL460GTTfItQqFBEp { width:11rem;height:3.57421875rem;top:28.625rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@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.25rem;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.1875rem;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:100005;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:249.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; }#XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.adaptive-delivery-prevent-bg, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyload, #XN4U99Oq5Mm1PeqpqMGKD1ggxxoTSBCW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bRAr4FNBD97sBJX1DtWtG0sPq6Ew29sc { width:11.875rem;height:4.38574375rem;top:252.1875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZMlyqnXbrDzhnwzFy44Ss0HoRxNGto4 { width:6.875rem;height:2.875rem;top:258.4375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R66tSrePnSxBH8K7tBQorKUyZ4ZhswXz { width:5.5rem;height:1.54296875rem;top:259.0625rem;left:7.125rem;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) { #tyRcb1WPfWRn6RqcXnhsK23whKt35RJe { width:8.75rem;height:2.6875rem;top:245.25rem;left:5.625rem;display:block; }
 }@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:233.1875rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.adaptive-delivery-prevent-bg, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyload, #oCt08VpHVyitiH8TGy9P4O0OnJQUGPzN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #H8mE7IPQHI2NFWM3MtSU8MySH5u6KpM9 { width:11.875rem;height:2.923825rem;top:236.755859375rem;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) { #i73lSTnBeXlVCr4mVqTGJ3f0sm3r3pky { width:6.875rem;height:2.875rem;top:241.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pnVylz65baCXnwBU3lgLETKwaqRr2kol { width:5.5rem;height:1.54296875rem;top:242.5625rem;left:7.125rem;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) { #XgGuHqTdTvs10AtayIIewn125WMIrLaT { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@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: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; }#TDzptLBNbasXdCf0hEtm4vgc5FO7rini.adaptive-delivery-prevent-bg, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyload, #TDzptLBNbasXdCf0hEtm4vgc5FO7rini.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C6IZ0f3QWugiqEsPrs6Jp5WmKWeKzzdR { width:11.875rem;height:4.3857375rem;top:219.4375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSnlCR3r9WbCex2zpCMs8t5vQycOekH { width:6.875rem;height:2.875rem;top:225.6875rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eTUdKpH9PceTrm0NTQe1ioQbi9L0IwCr { width:5.5rem;height:1.54296875rem;top:226.3125rem;left:7.125rem;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) { #cyILlCv5RFTi7hRqtx5eXULOBTtHfqyM { width:8.75rem;height:2.6875rem;top:261.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWduOUn6ONzQ8lQqkGmEK4HqTA9lbXSR { display:block; }
 }@media only screen and (max-width: 763px) { #SBBZg8tg197LUtTTywobLuPw5GVopVmS { width:20rem;height:2.51855625rem;top:265.875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5 { width:14.375rem;height:10.6875rem;top:302.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:block; }#lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.adaptive-delivery-prevent-bg, #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.lazyload, #lX0ToKD0QhNQXteTgDTV1nbJyMouiyK5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sIxNHf6vyXo0bP6BAH9gga8rWl1o9qT8 { width:11.125rem;height:3.25rem;top:305.5625rem;left:4.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wusGPVlzIVvzwKtIHDrD2OIBODndUTah { width:6.875rem;height:2.875rem;top:310.75rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HP8xrOiBVRTmHz2CfCkucoEICVdVnqKH { width:5.5rem;height:1.54296875rem;top:311.3125rem;left:7.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) { #BFEkwKlLSyG8lHyl7hll6PmbdH69ZKsw { width:8.75rem;height:2.6875rem;top:281.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd0vS89PbUSESMTm4GhvqKyk4ndMsVFP { display:block; }
 }@media only screen and (max-width: 763px) { #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi { width:14.375rem;height:10.6875rem;top:286rem;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; }#mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.adaptive-delivery-prevent-bg, #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.lazyload, #mEc0kskKeGt8GV9Jf7KC7kOhmC9eqdOi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TxxcGyinvJkoSQchVGV5Fipay4432m13 { width:11.125rem;height:3.25rem;top:288.4375rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evlfc9iAsCyG1QDw4597SGnOKNx6OJ98 { width:6.875rem;height:2.875rem;top:294.25rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BpT0V9O4gIueTcbMiOzu9cJvCJ7Rso0g { width:5.5rem;height:1.54296875rem;top:294.8125rem;left:7.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) { #gnsZu9x6GqBfuMoy0MRgNhyeG3RwFoxE { width:8.75rem;height:2.6875rem;top:297.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB6o7noEZn2KlEq7H7yfSkd8pOEL166v { display:block; }
 }@media only screen and (max-width: 763px) { #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN { width:14.375rem;height:10.6875rem;top:269.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; }#wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.adaptive-delivery-prevent-bg, #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.lazyload, #wAA0irQKsyTFLdeMmeXDOaNsJNQtruTN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xd8La4ca1xW2RJKU9416iu3p19flsPA1 { width:11.125rem;height:3.25rem;top:272.875rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBeLvpTy1TxuUHAHKcTU9z54cbPQ05EE { width:6.875rem;height:2.875rem;top:277.9375rem;left:6.5rem;background-color:#1799eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LGae5WlTEnR0119t2PhmM0Qmcfg5Wx7O { width:5.5rem;height:1.54296875rem;top:278.5rem;left:7.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) { #cq7G58cScesy82TnJmauqqcToX74zytg { width:8.75rem;height:2.6875rem;top:314rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2abr6u4WK6W40zgvb0KmNHT83GiBByM { 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.9747875rem;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.2745rem;top:7.236328125rem;left:5.5679255127907rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }