.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); }#pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -moz-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -ms-linear-gradient(180deg, #fffbfe, #ffffff);background-image: -o-linear-gradient(180deg, #fffbfe, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbfe', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fffbfe, #ffffff);background-size:auto !important;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:50rem;width:75rem;position:relative;display:block; }#kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { color:#322e6c;display:block;width:14.1875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:43.66015625rem;height:3.24978125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { color:#ffffff;display:block;width:54.749375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:10.995009422303rem;left:10.12478351593rem;height:;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; }
#sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { color:#322e6c;display:block;width:12.875rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:0.8125rem;left:18.1005859375rem;height:3.24978125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { color:#d5b56a;display:block;width:45.186625rem;position:absolute;font-family:"mykonos ar";font-size:2.4375rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:14.935546875rem;left:15.936279296875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.125rem;width:7.4375rem;top:0rem;left:33.8125rem;overflow:hidden;display:block; }
#pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { position:absolute;display:block;z-index:100000;background-color:#f1e5ef;background-image:none;background-position:center !important;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.1236875rem;width:8.997375rem;top:0.625rem;left:33.0625rem;display:block; }
#FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { color:#0078c4;display:block;width:37.9980625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5);top:26.280517578125rem;left:33.812255859375rem;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; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-form-header {  }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.125rem;font-weight:bold;color:#a41354;width:23.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:right;text-align-last:right;line-height:1.4; }
#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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#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:23.125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.0625rem;overflow:hidden;font-family:lato;text-align:center;text-align-last:center;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#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:23.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#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:23.125rem;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:21.9375rem;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:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:23.75rem;left:3.8654116392136rem; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem; }
#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:23.125rem;height:auto;border-top:0.4375rem solid #df4a8d;border-left:0.0625rem solid #df4a8d;border-right:0.0625rem solid #df4a8d;border-bottom:0.375rem solid #df4a8d;z-index:100005;position:absolute;top:23.75rem;left:3.8654116392136rem; }
#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; }
#qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { position:relative;display:block; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #KaP1MICsO0yPW5W17kFp8836ddTGPEpE { position:relative; }
#PHJPOtVmOSHodAL053t7Lu2edTLeQzeX #WUN0qoF8LWGFTIr74WsXb1W3f3w3cMu6 { position:relative; }
#QIqkr2g417Gse3cOg02XQCaNktmLzGEn { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8108125rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:36.947021484375rem;left:55.43701171875rem;display:block; }
#IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8123125rem;height:2.74956875rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:36.947700500488rem;left:33.810765266419rem;display:block; }
#vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8115rem;height:2.749025rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:40.8740234375rem;left:55.4375rem;display:block; }
#t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { background-color:#bda463;background-image:none;background-position:center !important;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8118125rem;height:2.74946875rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:40.872690677643rem;left:33.811256766319rem;display:block; }
#x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { 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: #ffffff; }#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: #ffffff; }#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:117.0625rem;width:75rem;position:relative;display:block; }#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 center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:58.3125rem;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
#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:9.5625rem;left:59.5625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:16.9375rem;left:61.375rem;display:block; }
#k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:34.125rem;left:42.875rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100120;line-height:1.6;letter-spacing:0;top:13.186849594116rem;left:58.310547828674rem;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; }
#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:39.4375rem;display:block; }#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.adaptive-delivery-prevent-bg, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyload, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyloading { background-image: none; }
#HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:8.6872825622556rem;left:40.686852455139rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:20.6875rem;display:block; }#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.adaptive-delivery-prevent-bg, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyload, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyloading { background-image: none; }
#WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:8.9375rem;left:21.9375rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOOLTZHwbssChdBXogzTa01Qaw25qlFc { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:13.1875rem;left:20.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:5.625rem;left:2.25rem;display:block; }#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.adaptive-delivery-prevent-bg, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyload, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyloading { background-image: none; }
#pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:9.5365762710569rem;left:3.4987567663193rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:13.1875rem;left:2.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:21.375rem;left:58.375rem;display:block; }#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.adaptive-delivery-prevent-bg, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyload, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyloading { background-image: none; }
#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { position:absolute;display:block;z-index:100030;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:21.375rem;left:20.75rem;display:block; }#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.adaptive-delivery-prevent-bg, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyload, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyloading { background-image: none; }
#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:2.9375rem;display:block; }#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.adaptive-delivery-prevent-bg, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyload, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyloading { background-image: none; }
#ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:28.9375rem;left:58.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100144;line-height:1.6;letter-spacing:0;top:28.9375rem;left:20.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100148;line-height:1.6;letter-spacing:0;top:45.625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:23.423395156861rem;left:59.560547828674rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:24.615886688233rem;left:21.936850547791rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:41.974433898926rem;left:4.1859019994736rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { position:absolute;display:block;z-index:100046;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:40.1875rem;display:block; }#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.adaptive-delivery-prevent-bg, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyload, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyloading { background-image: none; }
#t0WtQAipvqZwcwyzLy29hRl98F36mKUi { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:21.4375rem;display:block; }#t0WtQAipvqZwcwyzLy29hRl98F36mKUi.adaptive-delivery-prevent-bg, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyload, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyloading { background-image: none; }
#aK0XG5OMScFdT705fDCsAnGHpuohLlRG { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:21.375rem;left:2.25rem;display:block; }#aK0XG5OMScFdT705fDCsAnGHpuohLlRG.adaptive-delivery-prevent-bg, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyload, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyloading { background-image: none; }
#ppLzFrJ6779yksGaydHcutM4M3fVGork { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100160;line-height:1.6;letter-spacing:0;top:45.625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100164;line-height:1.6;letter-spacing:0;top:45.625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:28.9375rem;left:2.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tT3XT9AW5899hWlaVg0ppSOWUROCis3S { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:41.396484375rem;left:41.436767578125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:42.7459192276rem;left:22.686434149742rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:38.0625rem;left:59.0625rem;display:block; }#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.adaptive-delivery-prevent-bg, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyload, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyloading { background-image: none; }
#SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:45.625rem;left:59.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:24.020183563233rem;left:3.4971790313721rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:41.0625rem;left:60.25rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:2.9375rem;display:block; }#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.adaptive-delivery-prevent-bg, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyload, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyloading { background-image: none; }
#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:40.1875rem;display:block; }#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.adaptive-delivery-prevent-bg, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyload, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyloading { background-image: none; }
#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:21.4375rem;display:block; }#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.adaptive-delivery-prevent-bg, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyload, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyloading { background-image: none; }
#vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:60.5625rem;left:2.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100180;line-height:1.6;letter-spacing:0;top:60.5625rem;left:40.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hzffbgWwfkQxiTa3TG2f0J77weunTOTC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100184;line-height:1.6;letter-spacing:0;top:60.5625rem;left:21.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:55.9951171875rem;left:4.1875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:56.4248046875rem;left:41.375rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkFkwP4QC20zJTab5zipMmPNyRu5suHz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:56.0869140625rem;left:22.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { position:absolute;display:block;z-index:100062;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:53rem;left:59rem;display:block; }#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.adaptive-delivery-prevent-bg, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyload, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyloading { background-image: none; }
#EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100176;line-height:1.6;letter-spacing:0;top:60.5625rem;left:59rem;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; }
#d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:55.333810806274rem;left:59.841972708702rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { position:absolute;display:block;z-index:100074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:2.3125rem;display:block; }#CDKzSNCNapOMvxcowMoytVMBxX7NskI0.adaptive-delivery-prevent-bg, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyload, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyloading { background-image: none; }
#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { position:absolute;display:block;z-index:100086;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:39.5625rem;display:block; }#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.adaptive-delivery-prevent-bg, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyload, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyloading { background-image: none; }
#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { position:absolute;display:block;z-index:100090;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:20.8125rem;display:block; }#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.adaptive-delivery-prevent-bg, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyload, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyloading { background-image: none; }
#BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100188;line-height:1.6;letter-spacing:0;top:75.4375rem;left:2.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100200;line-height:1.6;letter-spacing:0;top:75.4375rem;left:39.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100204;line-height:1.6;letter-spacing:0;top:75.4375rem;left:20.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:72.110260963437rem;left:3.4987567663193rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:71.3125rem;left:40.75rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:72.598542213437rem;left:21.937143683434rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { position:absolute;display:block;z-index:100082;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.875rem;left:58.375rem;display:block; }#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.adaptive-delivery-prevent-bg, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyload, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyloading { background-image: none; }
#ehFGiUTwOHG92essVR8c66UfWbkaN0fC { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100196;line-height:1.6;letter-spacing:0;top:75.4375rem;left:58.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:70.594813346862rem;left:59.562321066856rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { position:absolute;display:block;z-index:100087;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:59.5625rem;display:block; }#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.adaptive-delivery-prevent-bg, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyload, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyloading { background-image: none; }
#nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100201;line-height:1.6;letter-spacing:0;top:90.375rem;left:59.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:86.25rem;left:60.375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { position:absolute;display:block;z-index:100092;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:39.875rem;display:block; }#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.adaptive-delivery-prevent-bg, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyload, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyloading { background-image: none; }
#cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:85.5625rem;left:40.6875rem;height:2.76041875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { position:absolute;display:block;z-index:100097;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:1.0625rem;display:block; }#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.adaptive-delivery-prevent-bg, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyload, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyloading { background-image: none; }
#OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100211;line-height:1.6;letter-spacing:0;top:90.375rem;left:1.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbxqGMyrnUXoODys05RXsTCJzMW4utZt { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100116;line-height:1.3;letter-spacing:0;top:87rem;left:2.9375rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.93532979488375rem;left:30.068360328674rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100121;line-height:1.6;letter-spacing:0;top:13.186849594116rem;left:39.436848640442rem;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; }
#xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100212;line-height:1.6;letter-spacing:0;top:90.375rem;left:40.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RtDFJspC7yN4xpkFdccyFTQvC6geZedt { position:absolute;display:block;z-index:100398;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.749rem;width:14.375rem;top:22rem;left:39.4375rem;display:block; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
#TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100417;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.5625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100512;line-height:1.6;letter-spacing:0;top:28.5625rem;left:39.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R3r9BuA4Rn7724GrA13rv7e8szggqbBF { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100039;text-align:center;text-align-last:center;top:16.937144756317rem;left:42.218571066856rem;display:block; }
#TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:16.937144756317rem;left:23.935545325279rem;display:block; }
#OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100041;text-align:center;text-align-last:center;top:16.937144756317rem;left:4.1859019994736rem;display:block; }
#ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:33.6875rem;left:61.4375rem;display:block; }
#oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:33.6875rem;left:42.25rem;display:block; }
#blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:33.6875rem;left:24rem;display:block; }
#k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:33.686965942382rem;left:4.1859019994736rem;display:block; }
#apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:49.75rem;left:61.75rem;display:block; }
#EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:50.1875rem;left:43.125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:49.75rem;left:42.5625rem;display:block; }
#MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100049;text-align:center;text-align-last:center;top:49.75rem;left:24.3125rem;display:block; }
#QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:49.75rem;left:4.4375rem;display:block; }
#mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:64.125rem;left:62.6875rem;display:block; }
#BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:64.5625rem;left:44.0625rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100053;text-align:center;text-align-last:center;top:64.125rem;left:43.5rem;display:block; }
#BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:64.125rem;left:25.25rem;display:block; }
#aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100055;text-align:center;text-align-last:center;top:64.125rem;left:5.375rem;display:block; }
#wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100057;text-align:center;text-align-last:center;top:79rem;left:61.5rem;display:block; }
#D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:block; }
#FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:79rem;left:24.0625rem;display:block; }
#alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:79rem;left:4.1875rem;display:block; }
#VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8105625rem;height:2.749025rem;text-decoration:none;z-index:100061;text-align:center;text-align-last:center;top:94.5rem;left:63.3125rem;display:block; }
#TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:94.5rem;left:43.3125rem;display:block; }
#rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:100063;text-align:center;text-align-last:center;top:94.375rem;left:4.6875rem;display:block; }
#TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:79rem;left:42.3125rem;display:none; }
#AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { position:absolute;display:block;z-index:100217;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.75rem;left:58.3125rem;display:block; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
#TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100331;line-height:1.6;letter-spacing:0;top:107.3125rem;left:58.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100236;line-height:1.3;letter-spacing:0;top:102.5rem;left:59.5625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:100087;text-align:center;text-align-last:center;top:111rem;left:61.9375rem;display:block; }
#aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { position:absolute;display:block;z-index:100237;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.75rem;left:40.6875rem;display:block; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
#pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100256;line-height:1.3;letter-spacing:0;top:103.5625rem;left:41.6875rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100351;line-height:1.6;letter-spacing:0;top:107.3125rem;left:40.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:100091;text-align:center;text-align-last:center;top:111.125rem;left:43.3125rem;display:block; }
#HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { position:absolute;display:block;z-index:100101;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:82.8125rem;left:20.6875rem;display:block; }#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.adaptive-delivery-prevent-bg, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyload, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyloading { background-image: none; }
#NsLwNoSeItK99XfXx7WoGynK7KO87wdu { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100215;line-height:1.6;letter-spacing:0;top:90.375rem;left:20.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100120;line-height:1.3;letter-spacing:0;top:87rem;left:22.5625rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100067;text-align:center;text-align-last:center;top:94.5rem;left:24.625rem;display:block; }
#WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { position:absolute;display:block;z-index:100353;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.4375rem;left:21.9375rem;display:block; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
#OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100467;line-height:1.6;letter-spacing:0;top:107.375rem;left:21.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100372;line-height:1.3;letter-spacing:0;top:102.1875rem;left:23.125rem;height:4.2230875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.7478rem;text-decoration:none;z-index:100114;text-align:center;text-align-last:center;top:111.0625rem;left:24.8125rem;display:block; }
#O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { position:absolute;display:block;z-index:100348;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7495rem;width:14.375rem;top:99.5rem;left:4.1875rem;display:block; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
#rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100468;line-height:1.6;letter-spacing:0;top:107.6875rem;left:4.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100348;line-height:1.3;letter-spacing:0;top:102.5rem;left:5.6875rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8098125rem;height:2.749025rem;text-decoration:none;z-index:100113;text-align:center;text-align-last:center;top:111.125rem;left:7.375rem;display:block; }
#kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.adaptive-delivery-prevent-bg, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyload, #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt.lazyloading { background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { border-width: 0; border-radius: 0; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { font-size:0.875rem;font-family:arial;height:68.375rem;width:75rem;position:relative;display:block; }#ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { 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; }
#spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { 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; }
#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.4375rem;left:59.25rem;display:block; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
#gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { 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:7.375rem;left:60.5rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { color:#000000;display:block;width:20.4373125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:0.8749923706055rem;left:27.250001907349rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.4375rem;left:40.375rem;display:block; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
#qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.3125rem;left:41.625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:11rem;left:40.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.4375rem;left:21.625rem;display:block; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
#DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:7rem;left:22.875rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:11rem;left:21.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lxO18qXTRTsvA2naXaWxug5dAOFitSAg { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.4375rem;left:3.1875rem;display:block; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
#VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.4375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:11rem;left:3.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:11rem;left:59.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { position:absolute;display:block;z-index:100171;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:30.748375rem;top:67.751245498656rem;left:22.093393683434rem;display:block; }
#Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:18.8125rem;left:39.9375rem;display:block; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
#goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:26.375rem;left:39.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:18.8125rem;left:21.1875rem;display:block; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
#qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:26.375rem;left:21.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:21.5rem;left:41.1875rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:22.375rem;left:22.4375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { position:absolute;display:block;z-index:100022;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:19.1875rem;left:59.25rem;display:block; }#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.adaptive-delivery-prevent-bg, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyload, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyloading { background-image: none; }
#EqobogwKGZCzUzvBScoS6H1JLxiurCOT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100136;line-height:1.6;letter-spacing:0;top:26.75rem;left:59.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:21.875rem;left:60.5rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { position:absolute;display:block;z-index:100026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:18.8125rem;left:3.375rem;display:block; }#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.adaptive-delivery-prevent-bg, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyload, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyloading { background-image: none; }
#z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100140;line-height:1.6;letter-spacing:0;top:26.375rem;left:3.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:22.375rem;left:4.625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.0625rem;left:40rem;display:block; }#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.adaptive-delivery-prevent-bg, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyload, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyloading { background-image: none; }
#K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100147;line-height:1.6;letter-spacing:0;top:42.625rem;left:40rem;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; }
#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.4375rem;left:59.3125rem;display:block; }#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.adaptive-delivery-prevent-bg, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyload, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyloading { background-image: none; }
#cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:43rem;left:59.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { position:absolute;display:block;z-index:100037;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.0625rem;left:21.25rem;display:block; }#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.adaptive-delivery-prevent-bg, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyload, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyloading { background-image: none; }
#Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100151;line-height:1.6;letter-spacing:0;top:42.625rem;left:21.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#THSxiyFOphQQ8857JB355BXoKM4wDSok { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:37.875rem;left:22.5rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y4K5D0SOrEM6mnUbJ60e334xqavoic7P { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:38.125rem;left:60.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:37.75rem;left:41.25rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.0625rem;left:3.4375rem;display:block; }#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.adaptive-delivery-prevent-bg, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyload, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyloading { background-image: none; }
#RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100155;line-height:1.6;letter-spacing:0;top:42.625rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:38.324756622314rem;left:4.624467253685rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ttctlS8rFT9RftfUNiS1JntegdsepU9H { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:50.625rem;left:3.4375rem;display:block; }#ttctlS8rFT9RftfUNiS1JntegdsepU9H.adaptive-delivery-prevent-bg, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyload, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyloading { background-image: none; }
#p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100170;line-height:1.6;letter-spacing:0;top:58.1875rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:53.152526855469rem;left:4.624467253685rem;height:3.167725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:50.625rem;left:21.25rem;display:block; }#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.adaptive-delivery-prevent-bg, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyload, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyloading { background-image: none; }
#C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100166;line-height:1.6;letter-spacing:0;top:58.1875rem;left:21.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SasAH0pQhQE86qtQoqLuXSpm6klxodfI { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:53.4375rem;left:22.5rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:50.625rem;left:40rem;display:block; }#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.adaptive-delivery-prevent-bg, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyload, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyloading { background-image: none; }
#P7A6dhePO4PBqANHEiJaURrtWoESG1OI { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100162;line-height:1.6;letter-spacing:0;top:58.1875rem;left:40rem;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; }
#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:51rem;left:59.3125rem;display:block; }#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.adaptive-delivery-prevent-bg, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyload, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyloading { background-image: none; }
#ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100166;line-height:1.6;letter-spacing:0;top:58.5625rem;left:59.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:53.6875rem;left:60.5625rem;height:4.22363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:53.240234375rem;left:41.625rem;height:4.54426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTKkVUFZIooL167XpSBadrcuXU12h8JC { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100137;text-align:center;text-align-last:center;top:14.8125rem;left:62.625rem;display:block; }
#uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100138;text-align:center;text-align-last:center;top:14.8125rem;left:43.4375rem;display:block; }
#KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100139;text-align:center;text-align-last:center;top:14.8125rem;left:25.25rem;display:block; }
#rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100140;text-align:center;text-align-last:center;top:14.8125rem;left:5.3125rem;display:block; }
#eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100141;text-align:center;text-align-last:center;top:30.75rem;left:61.75rem;display:block; }
#cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100142;text-align:center;text-align-last:center;top:30.75rem;left:42.625rem;display:block; }
#ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#u4e7kogOhP0rCgrIcTBb334GXN2vpDut { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100143;text-align:center;text-align-last:center;top:30.75rem;left:24.375rem;display:block; }
#VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100144;text-align:center;text-align-last:center;top:30.749288082123rem;left:5.9676846265793rem;display:block; }
#UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100145;text-align:center;text-align-last:center;top:46.6875rem;left:61.875rem;display:block; }
#U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100146;text-align:center;text-align-last:center;top:46.6875rem;left:42.75rem;display:block; }
#x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100147;text-align:center;text-align-last:center;top:46.6875rem;left:24.5rem;display:block; }
#DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100148;text-align:center;text-align-last:center;top:46.6875rem;left:6.0625rem;display:block; }
#kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100149;text-align:center;text-align-last:center;top:62.5625rem;left:61.875rem;display:block; }
#MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100150;text-align:center;text-align-last:center;top:62.5625rem;left:42.75rem;display:block; }
#tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100151;text-align:center;text-align-last:center;top:62.5625rem;left:24.5rem;display:block; }
#ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100152;text-align:center;text-align-last:center;top:62.5625rem;left:6.0625rem;display:block; }
#WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oTmURrivSoEBwEKe19xO19nAAMF4BRbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm.adaptive-delivery-prevent-bg, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm.lazyload, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm.lazyloading { background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { background-color: transparent; background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .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); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { border-width: 0; border-radius: 0; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { font-size:0.875rem;font-family:arial;height:102.6875rem;width:75rem;position:relative;display:block; }#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.9375rem;left:58.3125rem;display:block; }#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.adaptive-delivery-prevent-bg, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyload, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyloading { background-image: none; }
#KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:7.25rem;left:59.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { color:#000000;display:block;width:20.4373125rem;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:28.338541030884rem;height:2.51855625rem;text-align:center;text-align-last:center;display:block; }
#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.9375rem;left:39.4375rem;display:block; }#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.adaptive-delivery-prevent-bg, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyload, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyloading { background-image: none; }
#isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:7.25rem;left:40.6875rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:11.5rem;left:39.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.9375rem;left:20.6875rem;display:block; }#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.adaptive-delivery-prevent-bg, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyload, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyloading { background-image: none; }
#BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:7.0625rem;left:21.9375rem;height:3.4082rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100128;line-height:1.6;letter-spacing:0;top:11.5rem;left:20.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:3.9375rem;left:2.25rem;display:block; }#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.adaptive-delivery-prevent-bg, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyload, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyloading { background-image: none; }
#isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:5.6161167621613rem;left:3.4987567663193rem;height:4.87413125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:11.5rem;left:2.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100125;line-height:1.6;letter-spacing:0;top:11.5rem;left:58.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.185546875rem;width:30.7493125rem;top:100.18733835221rem;left:24.249821066856rem;display:block; }
#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:19.5rem;left:58.375rem;display:block; }#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.adaptive-delivery-prevent-bg, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyload, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyloading { background-image: none; }
#wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100153;line-height:1.6;letter-spacing:0;top:27.0625rem;left:58.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:19.5rem;left:39.5rem;display:block; }#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.adaptive-delivery-prevent-bg, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyload, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyloading { background-image: none; }
#eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:22.8125rem;left:40.75rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:27.3125rem;left:39.5rem;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; }
#h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:21.5625rem;left:59.75rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:19.5rem;left:20.75rem;display:block; }#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.adaptive-delivery-prevent-bg, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyload, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyloading { background-image: none; }
#xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:22.625rem;left:22rem;height:3.4082rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100156;line-height:1.6;letter-spacing:0;top:27.0625rem;left:20.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:19.75rem;left:3.1875rem;display:block; }#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.adaptive-delivery-prevent-bg, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyload, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyloading { background-image: none; }
#M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100152;line-height:1.6;letter-spacing:0;top:27.3125rem;left:3.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;top:23.5625rem;left:4.4375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.375rem;left:3.75rem;display:block; }#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.adaptive-delivery-prevent-bg, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyload, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyloading { background-image: none; }
#LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:42.9375rem;left:3.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:38rem;left:5rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { position:absolute;display:block;z-index:100058;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.125rem;left:21.3125rem;display:block; }#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.adaptive-delivery-prevent-bg, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyload, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyloading { background-image: none; }
#xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:38.25rem;left:22.5625rem;height:2.2721375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100172;line-height:1.6;letter-spacing:0;top:42.6875rem;left:21.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { position:absolute;display:block;z-index:100054;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.125rem;left:40.0625rem;display:block; }#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.adaptive-delivery-prevent-bg, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyload, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyloading { background-image: none; }
#Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:37.375rem;left:41.3125rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100168;line-height:1.6;letter-spacing:0;top:42.9375rem;left:40.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { position:absolute;display:block;z-index:100050;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:35.125rem;left:58.9375rem;display:block; }#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.adaptive-delivery-prevent-bg, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyload, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyloading { background-image: none; }
#TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100169;line-height:1.6;letter-spacing:0;top:42.6875rem;left:58.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:37.1875rem;left:60.3125rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#doPxufzJtLI42bKcGsAHh9UumhITEDoV { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:51.6875rem;left:5.4375rem;display:block; }#doPxufzJtLI42bKcGsAHh9UumhITEDoV.adaptive-delivery-prevent-bg, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyload, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyloading { background-image: none; }
#dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100184;line-height:1.6;letter-spacing:0;top:59.25rem;left:5.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:54.3125rem;left:6.6875rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msLwDtRvUzk1bVH51o6O178zLvzTwKTo { position:absolute;display:block;z-index:100074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:51.4375rem;left:23rem;display:block; }#msLwDtRvUzk1bVH51o6O178zLvzTwKTo.adaptive-delivery-prevent-bg, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyload, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyloading { background-image: none; }
#IiFs9OI0zsZHPsSpV2egStA63f8SN9su { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:53.6875rem;left:24.25rem;height:3.89756875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100188;line-height:1.6;letter-spacing:0;top:59rem;left:23rem;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; }
#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { position:absolute;display:block;z-index:100070;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:51.4375rem;left:41.75rem;display:block; }#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.adaptive-delivery-prevent-bg, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyload, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyloading { background-image: none; }
#LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:53.6875rem;left:43rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100184;line-height:1.6;letter-spacing:0;top:59.25rem;left:41.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { position:absolute;display:block;z-index:100066;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:51.4375rem;left:60.625rem;display:block; }#T70D9CinwxWJTfT3NKA2RibaprBXLsd9.adaptive-delivery-prevent-bg, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyload, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyloading { background-image: none; }
#hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100185;line-height:1.6;letter-spacing:0;top:59rem;left:60.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iOx7kST8APReai24HTxxyhD0a2qbyUnM { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:53.5rem;left:62rem;height:4.140625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { position:absolute;display:block;z-index:100086;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:83.375rem;left:4.3125rem;display:block; }#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.adaptive-delivery-prevent-bg, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyload, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyloading { background-image: none; }
#VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100200;line-height:1.6;letter-spacing:0;top:90.9375rem;left:4.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ILw7VPdvssreH1ypppETZVAblCz1IaBJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:87.4375rem;left:5.625rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { position:absolute;display:block;z-index:100090;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:83.125rem;left:21.875rem;display:block; }#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.adaptive-delivery-prevent-bg, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyload, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyloading { background-image: none; }
#cR15AcwcKZshLukeOfX5oVknoFO5tyFd { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:86.25rem;left:23.125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100204;line-height:1.6;letter-spacing:0;top:90.6875rem;left:21.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { position:absolute;display:block;z-index:100086;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:83.125rem;left:40.625rem;display:block; }#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.adaptive-delivery-prevent-bg, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyload, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyloading { background-image: none; }
#Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100105;line-height:1.3;letter-spacing:0;top:85.375rem;left:41.875rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100200;line-height:1.6;letter-spacing:0;top:90.9375rem;left:40.625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#muINb6wRJPqbWZwtIHph2UctD5WEZPCM { position:absolute;display:block;z-index:100082;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:83.125rem;left:59.5rem;display:block; }#muINb6wRJPqbWZwtIHph2UctD5WEZPCM.adaptive-delivery-prevent-bg, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyload, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyloading { background-image: none; }
#gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100201;line-height:1.6;letter-spacing:0;top:90.6875rem;left:59.5rem;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; }
#pZFqpruXorD1S9Z1byots8wMeEM7483V { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:85.1875rem;left:60.875rem;height:1.38020625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100153;text-align:center;text-align-last:center;top:15.625rem;left:61.5625rem;display:block; }
#IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100154;text-align:center;text-align-last:center;top:15.625rem;left:42.4375rem;display:block; }
#ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100155;text-align:center;text-align-last:center;top:15.625rem;left:24.1875rem;display:block; }
#sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100156;text-align:center;text-align-last:center;top:15.625rem;left:5.75rem;display:block; }
#oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100161;text-align:center;text-align-last:center;top:31rem;left:62.0625rem;display:block; }
#OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100162;text-align:center;text-align-last:center;top:31rem;left:42.9375rem;display:block; }
#FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100163;text-align:center;text-align-last:center;top:31rem;left:24.6875rem;display:block; }
#z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100164;text-align:center;text-align-last:center;top:31rem;left:6.25rem;display:block; }
#K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100165;text-align:center;text-align-last:center;top:46.875rem;left:62.0625rem;display:block; }
#S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100166;text-align:center;text-align-last:center;top:46.875rem;left:42.9375rem;display:block; }
#imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pHm61hoPavTv7sAubetirpx0LdQgMiF7 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100167;text-align:center;text-align-last:center;top:46.875rem;left:24.6875rem;display:block; }
#p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100168;text-align:center;text-align-last:center;top:46.875rem;left:6.25rem;display:block; }
#Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100169;text-align:center;text-align-last:center;top:63.0625rem;left:64rem;display:block; }
#cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cZr20xua7TJHmOucmeDIqiIvFCBT33rw { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100170;text-align:center;text-align-last:center;top:63.0625rem;left:44.875rem;display:block; }
#aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100171;text-align:center;text-align-last:center;top:63.0625rem;left:26.625rem;display:block; }
#XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100172;text-align:center;text-align-last:center;top:63.0625rem;left:8.1875rem;display:block; }
#BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100173;text-align:center;text-align-last:center;top:94.875rem;left:62.625rem;display:block; }
#g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100174;text-align:center;text-align-last:center;top:94.875rem;left:43.5rem;display:block; }
#OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:94.875rem;left:25.25rem;display:block; }
#TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:94.875rem;left:6.8125rem;display:block; }
#syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:78.75rem;left:52.9375rem;display:block; }
#PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wnfXRvbga0S2WQd455QZu08LOIleo5hn { position:absolute;display:block;z-index:100074;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.375rem;left:50.1875rem;display:block; }#wnfXRvbga0S2WQd455QZu08LOIleo5hn.adaptive-delivery-prevent-bg, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyload, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyloading { background-image: none; }
#kniimiHkAE7ZOfovDb8LLf090UTazDUx { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100188;line-height:1.6;letter-spacing:0;top:74.9375rem;left:50.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:70rem;left:51.4375rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100180;text-align:center;text-align-last:center;top:78.875rem;left:34.0625rem;display:block; }
#nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { position:absolute;display:block;z-index:100078;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.5rem;left:31.3125rem;display:block; }#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.adaptive-delivery-prevent-bg, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyload, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyloading { background-image: none; }
#SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100192;line-height:1.6;letter-spacing:0;top:75.0625rem;left:31.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:70.125rem;left:32.5625rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100184;text-align:center;text-align-last:center;top:78.875rem;left:15.3125rem;display:block; }
#evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { position:absolute;display:block;z-index:100082;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:67.5rem;left:12.5625rem;display:block; }#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.adaptive-delivery-prevent-bg, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyload, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyloading { background-image: none; }
#ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100196;line-height:1.6;letter-spacing:0;top:75.0625rem;left:12.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100101;line-height:1.3;letter-spacing:0;top:70.125rem;left:13.8125rem;height:3.4082rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { 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; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3.adaptive-delivery-prevent-bg, #s78vNhvcFflB4Hin2uURTmrHMDASdGW3.lazyload, #s78vNhvcFflB4Hin2uURTmrHMDASdGW3.lazyloading { background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { background-color: transparent; background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .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); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { border-width: 0; border-radius: 0; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:75rem;position:relative;display:block; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:55.375rem;left:49.1875rem;display:block; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.adaptive-delivery-prevent-bg, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyload, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyloading { background-image: none; }
#KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:59.875rem;left:50.6875rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:1.1239261627198rem;left:27.280716300011rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#D4nal7WP4gZlSBOhszLttJHL079QroDu { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:55.375rem;left:30.3125rem;display:block; }#D4nal7WP4gZlSBOhszLttJHL079QroDu.adaptive-delivery-prevent-bg, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyload, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyloading { background-image: none; }
#FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:58.9375rem;left:31.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100124;line-height:1.6;letter-spacing:0;top:62.9375rem;left:30.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:31.875rem;left:40.5625rem;display:block; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:31.875rem;left:22.125rem;display:block; }#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.adaptive-delivery-prevent-bg, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyload, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyloading { background-image: none; }
#ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:35rem;left:23.1875rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:39.4375rem;left:22.125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:34.850119590759rem;left:41.873401999474rem;height:3.6556rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:36.75rem;left:23.375rem;height:2.11181875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:49.9360704422rem;left:28.343393683434rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:4.9375rem;left:39.75rem;display:block; }#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.adaptive-delivery-prevent-bg, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyload, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyloading { background-image: none; }
#QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:4.9375rem;left:20.875rem;display:block; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
#V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:7.375rem;left:22.125rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHotLidoT3cEli15yhwoS1XTkILT4CHM { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:12.6875rem;left:20.875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1873225rem;width:30.7493125rem;top:48.061958312988rem;left:22.124466300011rem;display:block; }
#TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:12.5rem;left:39.75rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:40.062122344971rem;left:40.625000357628rem;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; }
#yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:62.5rem;left:30.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100175;text-align:center;text-align-last:center;top:16.375rem;left:43.3125rem;display:block; }
#mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100176;text-align:center;text-align-last:center;top:16.375rem;left:24.1875rem;display:block; }
#SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100178;text-align:center;text-align-last:center;top:43.3125rem;left:24.5rem;display:block; }
#LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100177;text-align:center;text-align-last:center;top:43.3125rem;left:43.625rem;display:block; }
#HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zN50ofQfXNGS12vGsNI79EnWkLOn5upr { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100180;text-align:center;text-align-last:center;top:66.75rem;left:33rem;display:block; }
#QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100179;text-align:center;text-align-last:center;top:66.75rem;left:52.0625rem;display:block; }
#speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.1875rem;display:none; }
#rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { position:absolute;display:block;z-index:100172;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:30.75rem;top:24.875rem;left:23.1875rem;display:none; }
#mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { color:#000000;display:block;width:20.4368125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:normal;z-index:100073;line-height:1.3;letter-spacing:0;top:26.810216903686rem;left:28.343393683434rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { position:absolute;display:block;z-index:100173;background-color:#405466;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1873225rem;width:30.7493125rem;top:25.624148368836rem;left:22.092506766319rem;display:block; }
#flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.74858125rem;text-decoration:none;z-index:100185;text-align:center;text-align-last:center;top:67rem;left:14.5rem;display:block; }
#Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.25rem;border-top-right-radius:5.25rem;border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem;box-shadow: 0.25rem 0.375rem 0.25rem #df4a8d ;height:10.7498125rem;width:14.375rem;top:55.625rem;left:11.8125rem;display:block; }#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.adaptive-delivery-prevent-bg, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyload, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyloading { background-image: none; }
#FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { color:#a0111b;display:block;width:14.375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100138;line-height:1.6;letter-spacing:0;top:62.75rem;left:11.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { color:#1799eb;display:block;width:11.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:58.37357711792rem;left:12.966085791588rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7668a;background-image:none;position:relative;display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { background-color: transparent; background-image: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row > .video-iframe-container { display: none; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .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); }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { border-width: 0; border-radius: 0; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:"alw arabic";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.8125104904175rem;left:43.5625rem;height:2.59943125rem;text-align:right;text-align-last:right;display:block; }
#RRgXboiF38EUDriX3XJa8GTE9niH19bD { color:#ffffff;display:block;width:24.25rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:12.875rem;left:33.875rem;height:1.7871125rem;text-align:right;text-align-last:right;display:block; }
#GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:44.1875rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:16.0625rem;left:50.0625rem;display:block; }
#ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:16.0625rem;left:52.6875rem;display:block; }
#iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:16.0625rem;left:55.375rem;display:block; }
#VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;height:21.0625rem;width:13.5625rem;top:1.1250104904175rem;left:12.8125rem;overflow:hidden;display:block; }
#mAyeHuR4zVW620pLHx0weBMOZe89eWmv { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:12.3125rem;left:58.6875rem;display:block; }
#wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { box-sizing:content-box;color:#172595;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:7.625rem;left:58.625rem;display:block; }
#TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { box-sizing:content-box;color:#172595;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:15.875rem;left:58.625rem;display:block; }
#Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100056;line-height:1.3;letter-spacing:0;top:20.104166507721rem;left:37.5625rem;height:1.2999125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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.8125rem;left:30.03515625rem;width:14.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:47.75rem;height:2.875rem;top:10.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { top:0.8125rem;left:4.4755859375rem;width:12.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { top:14.875rem;left:2.3103303909302rem;width:45.125rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { top:0rem;left:20.1875rem;width:7.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { top:0.625rem;left:19.4375rem;width:8.9375rem;height:9.0625rem;display:block; }
 }@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) { #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) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { 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) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.75rem;height:2.6875rem;top:36.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.75rem;height:2.6875rem;top:36.9375rem;left:20.185765266419rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.75rem;height:2.6875rem;top:40.8125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block; }
 }@media only screen and (max-width: 763px) { #seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { width:14.75rem;height:2.6875rem;top:40.8125rem;left:20.186256766319rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { 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) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:5.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.875rem;top:9.5rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.9375rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.25rem;top:34.125rem;left:29.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:;top:13.125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:5.625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { width:11.875rem;height:2.875rem;top:8.625rem;left:27.061256766319rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:5.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:2.8125rem;top:8.875rem;left:8.3121436834337rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:;top:13.125rem;left:7.0621436834338rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.875rem;top:9.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:;top:13.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:21.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:21.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { width:14.375rem;height:10.6875rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:;top:28.875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:;top:28.875rem;left:7.1242889165881rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:;top:45.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:4.8125rem;top:23.375rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:4.125rem;top:24.5625rem;left:8.3112567663194rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:2.875rem;top:41.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:38.0625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0WtQAipvqZwcwyzLy29hRl98F36mKUi { width:14.375rem;height:10.6875rem;top:38.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0XG5OMScFdT705fDCsAnGHpuohLlRG { width:14.375rem;height:10.6875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:;top:45.5625rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:;top:45.5625rem;left:7.8123210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:;top:28.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:2.8125rem;top:41.375rem;left:27.811432242394rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:1.375rem;top:42.6875rem;left:9.0614341497419rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:38.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:;top:45.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:4.375rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:2.8125rem;top:41rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { width:14.375rem;height:10.6875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:53rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { width:14.375rem;height:10.6875rem;top:53rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { width:14.375rem;height:;top:60.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:;top:60.5rem;left:26.562321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:;top:60.5rem;left:7.8123210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:3.9375rem;top:55.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.9375rem;top:56.375rem;left:27.749287009239rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.9375rem;top:56.0625rem;left:8.9992889165881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.6875rem;top:53rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:;top:60.5rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:4.125rem;top:55.3125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { width:14.375rem;height:10.6875rem;top:67.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { width:14.375rem;height:10.6875rem;top:67.875rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { width:14.375rem;height:10.6875rem;top:67.875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { width:14.375rem;height:;top:75.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:;top:75.375rem;left:25.937321066856rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:;top:75.375rem;left:7.1873210668563rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:2.25rem;top:72.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:3.9375rem;top:71.25rem;left:27.124287009239rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:1.25rem;top:72.5625rem;left:8.3121436834337rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.6875rem;top:67.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:;top:75.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:4.125rem;top:70.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.6875rem;top:82.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { width:14.375rem;height:1.4375rem;top:90.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.75rem;top:86.25rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:82.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:4.125rem;top:85.5625rem;left:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:82.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:1.4375rem;top:90.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.75rem;top:87rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { top:0.875rem;left:16.443360328674rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { width:14.375rem;height:;top:13.125rem;left:25.811256766319rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:1.4375rem;top:90.375rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { width:14.375rem;height:10.6875rem;top:22rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { width:11.875rem;height:2.375rem;top:24.5rem;left:26.936966300011rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { width:14.375rem;height:;top:28.5rem;left:25.812141776085rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.6875rem;top:16.875rem;left:28.593571066856rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block; }
 }@media only screen and (max-width: 763px) { #tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { width:8.75rem;height:2.6875rem;top:16.875rem;left:10.310545325279rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block; }
 }@media only screen and (max-width: 763px) { #HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { width:8.75rem;height:2.6875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block; }
 }@media only screen and (max-width: 763px) { #tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { width:8.75rem;height:2.6875rem;top:33.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block; }
 }@media only screen and (max-width: 763px) { #oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { width:8.75rem;height:2.6875rem;top:33.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block; }
 }@media only screen and (max-width: 763px) { #yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { width:8.75rem;height:2.6875rem;top:33.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block; }
 }@media only screen and (max-width: 763px) { #OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { width:8.75rem;height:2.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block; }
 }@media only screen and (max-width: 763px) { #IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { width:8.75rem;height:2.6875rem;top:49.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block; }
 }@media only screen and (max-width: 763px) { #e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { width:7.5rem;height:1.1875rem;top:50.1875rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { width:8.75rem;height:2.6875rem;top:49.75rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { width:8.75rem;height:2.6875rem;top:49.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block; }
 }@media only screen and (max-width: 763px) { #QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { width:8.75rem;height:2.6875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block; }
 }@media only screen and (max-width: 763px) { #FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { width:8.75rem;height:2.6875rem;top:64.125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block; }
 }@media only screen and (max-width: 763px) { #gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { width:7.5rem;height:1.1875rem;top:64.5625rem;left:30.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { width:8.75rem;height:2.6875rem;top:64.125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block; }
 }@media only screen and (max-width: 763px) { #qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { width:8.75rem;height:2.6875rem;top:64.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block; }
 }@media only screen and (max-width: 763px) { #C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { width:8.75rem;height:2.6875rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block; }
 }@media only screen and (max-width: 763px) { #rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { width:8.75rem;height:2.6875rem;top:79rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block; }
 }@media only screen and (max-width: 763px) { #RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block; }
 }@media only screen and (max-width: 763px) { #t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { width:8.75rem;height:2.6875rem;top:79rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block; }
 }@media only screen and (max-width: 763px) { #wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { width:8.75rem;height:2.6875rem;top:79rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block; }
 }@media only screen and (max-width: 763px) { #IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { width:8.75rem;height:2.6875rem;top:94.5rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block; }
 }@media only screen and (max-width: 763px) { #aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { width:8.75rem;height:2.6875rem;top:94.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { width:8.75rem;height:2.6875rem;top:94.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block; }
 }@media only screen and (max-width: 763px) { #w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { width:8.75rem;height:2.6875rem;top:79rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.6875rem;top:99.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:1.4375rem;top:107.3125rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.6875rem;top:102.5rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.6875rem;top:111rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.6875rem;top:99.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:2.5625rem;top:103.5625rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:1.4375rem;top:107.3125rem;left:27.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.6875rem;top:111.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { width:14.375rem;height:10.6875rem;top:82.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsLwNoSeItK99XfXx7WoGynK7KO87wdu { width:14.375rem;height:1.4375rem;top:90.375rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { width:11.875rem;height:1.4375rem;top:87rem;left:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { width:8.75rem;height:2.6875rem;top:94.5rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.6875rem;top:99.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:1.4375rem;top:107.375rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:5.3125rem;top:102.1875rem;left:9.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.6875rem;top:111.0625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.6875rem;top:99.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:1.4375rem;top:107.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:3.6875rem;top:102.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.6875rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { 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) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { top:34.4375rem;left:7.6875rem;width:32.375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.6875rem;top:3.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.875rem;top:7.375rem;left:35.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { top:0.8125rem;left:13.625001907349rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:3.4375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.75rem;top:7.3125rem;left:28rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.5rem;top:11rem;left:26.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.625rem;top:7rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:;top:10.9375rem;left:7.9996436834338rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.9375rem;top:6.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.5rem;top:11rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.5rem;top:11rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { top:67.75rem;left:8.4683936834337rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:18.8125rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.5rem;top:26.375rem;left:26.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:18.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.5rem;top:26.375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:4.1875rem;top:21.5rem;left:27.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.625rem;top:22.375rem;left:8.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { width:14.375rem;height:10.6875rem;top:19.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqobogwKGZCzUzvBScoS6H1JLxiurCOT { width:14.375rem;height:1.4375rem;top:26.75rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { width:11.875rem;height:4.1875rem;top:21.875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { width:14.375rem;height:10.6875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { width:14.375rem;height:;top:26.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { width:11.875rem;height:3.625rem;top:22.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { width:14.375rem;height:10.6875rem;top:35.0625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { width:14.375rem;height:;top:42.5625rem;left:26.375000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { width:14.375rem;height:10.6875rem;top:35.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { width:14.375rem;height:;top:43rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { width:14.375rem;height:10.6875rem;top:35.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { width:14.375rem;height:;top:42.625rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THSxiyFOphQQ8857JB355BXoKM4wDSok { width:11.875rem;height:4.875rem;top:37.875rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4K5D0SOrEM6mnUbJ60e334xqavoic7P { width:11.875rem;height:2.75rem;top:38.125rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { width:11.875rem;height:1.375rem;top:37.75rem;left:27.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { width:14.375rem;height:10.6875rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { width:14.375rem;height:;top:42.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { width:11.875rem;height:4.1875rem;top:38.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttctlS8rFT9RftfUNiS1JntegdsepU9H { width:14.375rem;height:10.6875rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { width:14.375rem;height:1.5rem;top:58.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { width:11.875rem;height:4.1875rem;top:53.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { width:14.375rem;height:10.6875rem;top:50.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { width:14.375rem;height:1.5rem;top:58.1875rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SasAH0pQhQE86qtQoqLuXSpm6klxodfI { width:11.875rem;height:4.875rem;top:53.4375rem;left:8.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { width:14.375rem;height:10.6875rem;top:50.625rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7A6dhePO4PBqANHEiJaURrtWoESG1OI { width:14.375rem;height:;top:58.1875rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { width:14.375rem;height:10.6875rem;top:51rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { width:14.375rem;height:;top:58.5625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { width:11.875rem;height:4.1875rem;top:53.6875rem;left:35.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { width:11.875rem;height:4.5rem;top:53.1875rem;left:28rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTKkVUFZIooL167XpSBadrcuXU12h8JC { width:8.75rem;height:2.6875rem;top:14.8125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block; }
 }@media only screen and (max-width: 763px) { #eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { width:8.75rem;height:2.6875rem;top:14.8125rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block; }
 }@media only screen and (max-width: 763px) { #R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { width:8.75rem;height:2.6875rem;top:14.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block; }
 }@media only screen and (max-width: 763px) { #OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { width:8.75rem;height:2.6875rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { width:8.75rem;height:2.6875rem;top:30.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { width:8.75rem;height:2.6875rem;top:30.75rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block; }
 }@media only screen and (max-width: 763px) { #u4e7kogOhP0rCgrIcTBb334GXN2vpDut { width:8.75rem;height:2.6875rem;top:30.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block; }
 }@media only screen and (max-width: 763px) { #Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { width:8.75rem;height:2.6875rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block; }
 }@media only screen and (max-width: 763px) { #C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { width:8.75rem;height:2.6875rem;top:46.6875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { width:8.75rem;height:2.6875rem;top:46.6875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block; }
 }@media only screen and (max-width: 763px) { #Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { width:8.75rem;height:2.6875rem;top:46.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block; }
 }@media only screen and (max-width: 763px) { #gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { width:8.75rem;height:2.6875rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block; }
 }@media only screen and (max-width: 763px) { #zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { width:8.75rem;height:2.6875rem;top:62.5625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block; }
 }@media only screen and (max-width: 763px) { #JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { width:8.75rem;height:2.6875rem;top:62.5625rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block; }
 }@media only screen and (max-width: 763px) { #SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { width:8.75rem;height:2.6875rem;top:62.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block; }
 }@media only screen and (max-width: 763px) { #Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { width:8.75rem;height:2.6875rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { display:block; }
 }@media only screen and (max-width: 763px) { #oTmURrivSoEBwEKe19xO19nAAMF4BRbm { display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:3.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { width:11.875rem;height:4.1875rem;top:7.25rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { top:0.5625rem;left:14.713541030884rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:3.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { width:11.875rem;height:4.1875rem;top:7.25rem;left:27.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:1.5rem;top:11.5rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:3.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { width:11.875rem;height:4.5rem;top:7.0625rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { width:14.375rem;height:1.5rem;top:11.5rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { width:11.875rem;height:6.0625rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:;top:11.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:;top:11.4375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { top:100.125rem;left:10.624821066856rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { width:14.375rem;height:10.6875rem;top:19.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { width:14.375rem;height:1.4375rem;top:27.0625rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { width:14.375rem;height:10.6875rem;top:19.5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { width:11.875rem;height:4.125rem;top:22.8125rem;left:27.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { width:14.375rem;height:1.4375rem;top:27.3125rem;left:25.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { width:11.875rem;height:5.5rem;top:21.5625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { width:14.375rem;height:10.6875rem;top:19.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { width:11.875rem;height:3.375rem;top:22.625rem;left:8.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { width:14.375rem;height:1.4375rem;top:27.0625rem;left:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { width:14.375rem;height:10.6875rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { width:14.375rem;height:1.4375rem;top:27.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { width:11.875rem;height:2.375rem;top:23.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { width:14.375rem;height:10.6875rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { width:14.375rem;height:1.4375rem;top:42.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { width:11.875rem;height:4.8125rem;top:38rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { width:14.375rem;height:10.6875rem;top:35.125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { width:11.875rem;height:2.25rem;top:38.25rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { width:14.375rem;height:1.4375rem;top:42.6875rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { width:14.375rem;height:10.6875rem;top:35.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { width:11.875rem;height:5.5rem;top:37.375rem;left:27.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { width:14.375rem;height:1.4375rem;top:42.9375rem;left:26.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { width:14.375rem;height:10.6875rem;top:35.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { width:14.375rem;height:1.4375rem;top:42.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { width:11.875rem;height:4.125rem;top:37.1875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #doPxufzJtLI42bKcGsAHh9UumhITEDoV { width:14.375rem;height:10.6875rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { width:14.375rem;height:1.4375rem;top:59.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.625rem;top:54.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLwDtRvUzk1bVH51o6O178zLvzTwKTo { width:14.375rem;height:10.6875rem;top:51.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:4.875rem;top:53.6875rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:1.4375rem;top:59rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:51.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { width:11.875rem;height:4.125rem;top:53.6875rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { width:14.375rem;height:1.4375rem;top:59.25rem;left:28.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:51.4375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { width:14.375rem;height:1.4375rem;top:59rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.125rem;top:53.5rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { width:14.375rem;height:10.6875rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { width:14.375rem;height:1.4375rem;top:90.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.375rem;top:87.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:83.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR15AcwcKZshLukeOfX5oVknoFO5tyFd { width:11.875rem;height:1.5rem;top:86.25rem;left:9.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { width:14.375rem;height:1.4375rem;top:90.6875rem;left:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:83.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { width:11.875rem;height:2.8125rem;top:85.375rem;left:28.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:1.4375rem;top:90.9375rem;left:27rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:83.125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { width:14.375rem;height:1.4375rem;top:90.6875rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.8125rem;top:85.1875rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { width:8.75rem;height:2.6875rem;top:15.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { width:8.75rem;height:2.6875rem;top:15.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block; }
 }@media only screen and (max-width: 763px) { #h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { width:8.75rem;height:2.6875rem;top:15.625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block; }
 }@media only screen and (max-width: 763px) { #sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { width:8.75rem;height:2.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block; }
 }@media only screen and (max-width: 763px) { #UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { width:8.75rem;height:2.6875rem;top:31rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block; }
 }@media only screen and (max-width: 763px) { #q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { width:8.75rem;height:2.6875rem;top:31rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block; }
 }@media only screen and (max-width: 763px) { #rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { width:8.75rem;height:2.6875rem;top:31rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block; }
 }@media only screen and (max-width: 763px) { #gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { width:8.75rem;height:2.6875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block; }
 }@media only screen and (max-width: 763px) { #FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { width:8.75rem;height:2.6875rem;top:46.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block; }
 }@media only screen and (max-width: 763px) { #qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { width:8.75rem;height:2.6875rem;top:46.875rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block; }
 }@media only screen and (max-width: 763px) { #pHm61hoPavTv7sAubetirpx0LdQgMiF7 { width:8.75rem;height:2.6875rem;top:46.875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block; }
 }@media only screen and (max-width: 763px) { #cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { width:8.75rem;height:2.6875rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block; }
 }@media only screen and (max-width: 763px) { #IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { width:8.75rem;height:2.6875rem;top:63.0625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block; }
 }@media only screen and (max-width: 763px) { #cZr20xua7TJHmOucmeDIqiIvFCBT33rw { width:8.75rem;height:2.6875rem;top:63.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block; }
 }@media only screen and (max-width: 763px) { #rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { width:8.75rem;height:2.6875rem;top:63.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block; }
 }@media only screen and (max-width: 763px) { #zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { width:8.75rem;height:2.6875rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { width:8.75rem;height:2.6875rem;top:94.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block; }
 }@media only screen and (max-width: 763px) { #TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { width:8.75rem;height:2.6875rem;top:94.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block; }
 }@media only screen and (max-width: 763px) { #abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { width:8.75rem;height:2.6875rem;top:94.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block; }
 }@media only screen and (max-width: 763px) { #fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { width:8.75rem;height:2.6875rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block; }
 }@media only screen and (max-width: 763px) { #LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { width:8.75rem;height:2.6875rem;top:78.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block; }
 }@media only screen and (max-width: 763px) { #wnfXRvbga0S2WQd455QZu08LOIleo5hn { width:14.375rem;height:10.6875rem;top:67.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kniimiHkAE7ZOfovDb8LLf090UTazDUx { width:14.375rem;height:1.4375rem;top:74.9375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { width:11.875rem;height:4.8125rem;top:70rem;left:35.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { width:8.75rem;height:2.6875rem;top:78.875rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block; }
 }@media only screen and (max-width: 763px) { #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { width:14.375rem;height:10.6875rem;top:67.5rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { width:14.375rem;height:1.4375rem;top:75.0625rem;left:17.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { width:11.875rem;height:4.8125rem;top:70.125rem;left:18.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { width:8.75rem;height:2.6875rem;top:78.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block; }
 }@media only screen and (max-width: 763px) { #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { width:14.375rem;height:10.6875rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { width:14.375rem;height:1.4375rem;top:75.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { width:11.875rem;height:4.5rem;top:70.125rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { display:block; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { width:14.375rem;height:10.6875rem;top:55.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.6875rem;top:59.875rem;left:35.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { top:1.0625rem;left:13.655716300011rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:55.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.5625rem;top:58.9375rem;left:17.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:1.75rem;top:62.9375rem;left:16.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:31.875rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:31.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:11.875rem;height:1.1875rem;top:35rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.4375rem;top:39.4375rem;left:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:4.8125rem;top:34.8125rem;left:28.248401999474rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.0625rem;top:36.75rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { top:49.875rem;left:14.718393683434rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:4.9375rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:4.125rem;top:8.0625rem;left:27.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:4.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:5.1875rem;top:7.375rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:1.4375rem;top:12.6875rem;left:7.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { top:48rem;left:8.4994663000106rem;width:30.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { width:14.375rem;height:1.4375rem;top:12.5rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { width:14.375rem;height:1.4375rem;top:40rem;left:27.000000357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { width:14.375rem;height:1.4375rem;top:62.5rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { width:8.75rem;height:2.6875rem;top:16.375rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block; }
 }@media only screen and (max-width: 763px) { #p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { width:8.75rem;height:2.6875rem;top:16.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block; }
 }@media only screen and (max-width: 763px) { #Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { width:8.75rem;height:2.6875rem;top:43.3125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { width:8.75rem;height:2.6875rem;top:43.3125rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block; }
 }@media only screen and (max-width: 763px) { #zN50ofQfXNGS12vGsNI79EnWkLOn5upr { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block; }
 }@media only screen and (max-width: 763px) { #qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { width:8.75rem;height:2.6875rem;top:66.75rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block; }
 }@media only screen and (max-width: 763px) { #VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { top:24.875rem;left:9.5625rem;width:30.75rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { top:26.75rem;left:14.718393683434rem;width:20.375rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { top:25.5625rem;left:8.4675067663194rem;width:30.6875rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { width:8.75rem;height:2.6875rem;top:67rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block; }
 }@media only screen and (max-width: 763px) { #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { width:14.375rem;height:10.6875rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { width:14.375rem;height:;top:62.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { width:11.875rem;height:3.5625rem;top:58.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { top:2.8125rem;left:29.4375rem;width:18.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { top:12.875rem;left:20.25rem;width:24.25rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { top:7.6875rem;left:30.5625rem;width:14.5625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { top:16.0625rem;left:36.4375rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { top:16.0625rem;left:39.0625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { top:16.0625rem;left:41.75rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { top:1.125rem;left:0rem;width:13.5625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:3.1875rem;height:3.1875rem;top:7.625rem;left:44.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { top:15.875rem;left:44.5rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { top:20.0625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { 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) { #pgIu6M0Vtx3MfMBNazwWLe78eeAvGq0o { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;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 { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kT8DlCIkVwDLsiwDwEuufKPrPUixhWdI { width:12.621125rem;height:2.03125rem;top:1.25rem;left:0.62500005960463rem;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) { #qFRzwroCgZHyvTqxpgQ0kzd6TGHb831X { width:20rem;height:0;top:16.498701095581rem;left:0rem;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:none; }
 }@media only screen and (max-width: 763px) { #sXVXTVMsZOWmlwt8Z42fImy0PEMT2a1N { width:9.933625rem;height:2.03125rem;top:3.98828125rem;left:1.9687500596046rem;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) { #OzDeVRkGAFeKmGl2zEbmZX2LO9ZN6izW { width:18.75rem;height:4.140625rem;top:16.373699188233rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #urSoeI1li6g1lSlmWSgBzId5pRMSHCrE { width:5.75rem;height:7.3125rem;top:0rem;left:13.246094048023rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pqkTO9c2Awaio3zWF6TkumnnBvUx7Eg6 { width:6.375rem;height:6.375rem;top:0rem;left:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FV1nIwT5Q7QQVWeXZ4P3QhOBnhXfBUhy { width:18.9355625rem;height:10.499125rem;top:7.31228351593rem;left:0.53059893846512rem;text-align:center;text-align-last:center;font-size:1.75rem;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.1870625rem;height:auto;top:22.652345657349rem;left:0.53059893846512rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
#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.1870625rem;height:auto;top:22.652345657349rem;left:0.53059893846512rem;border-top:0.375rem solid #df4a8d;border-left:0.125rem solid #df4a8d;border-right:0.125rem solid #df4a8d;border-bottom:0.3125rem solid #df4a8d; }
 }@media only screen and (max-width: 763px) { #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) { #qoPBykNlLFCo6W6TI2DDpMalosgc9R6v { 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) { #QIqkr2g417Gse3cOg02XQCaNktmLzGEn { width:14.8125rem;height:2.75rem;top:50.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAk1t07ssUswPI01dQp1Xo80kTVkxnHC { display:block; }
 }@media only screen and (max-width: 763px) { #pTE9qfSgoEoVmXVMXimTREt3K6UewNKD { width:14.8125rem;height:2.75rem;top:54.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsHznUibvIb7nQRoPQH92TrHRf3DbQLg { display:block; }
 }@media only screen and (max-width: 763px) { #m1Xx9pBdRIATKlU8e3uwrhRw0EXRkHcT { width:14.8123125rem;height:2.74956875rem;top:58.685983657837rem;left:1.9683161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QLtJ0WHTbTNywUFcyTt7yAsTHLJosZ { display:block; }
 }@media only screen and (max-width: 763px) { #seJfb3sRsAx5UxpzuRTGeiaOC9e7g62K { width:14.749375rem;height:2.68663125rem;top:63.062068939206rem;left:1.9683161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1XdvHkTQgXxpo50cN6Mt3MWUbZTPn6J { 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:1113.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve { width:14.375rem;height:10.6875rem;top:5.1875rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.adaptive-delivery-prevent-bg, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyload, #crPlH1Jdrerb7O2V4b0bL6WkpoiATeve.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aw8PwMPXvNr59a2OnrOQpqeNRZmZJM4Q { width:11.875rem;height:2.92535rem;top:9.0625rem;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) { #fhczwF76wvCUAbeSkaQUNyIM05CJL6uJ { width:8.75rem;height:2.6875rem;top:16.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qVyGSPgbTndqixzytM8VXD7AgqKwE2 { display:block; }
 }@media only screen and (max-width: 763px) { #FqZQB5ozGtsL87d3V4lGuZTpklD8eCaN { width:7.5rem;height:1.21853125rem;top:82.1875rem;left:4.1875rem;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) { #U6ia2NNVuiNOhfpQRkb0H8uinnr8aoim { width:14.375rem;height:1.21853125rem;top:13.0625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092 { width:14.375rem;height:10.6875rem;top:48.0625rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.adaptive-delivery-prevent-bg, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyload, #UWJIAtHa1IPbgdea5mcIl2aa2vmUN092.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HOeUzXkmGe4lfwlLGrrAzHkRsqeDreHF { width:11.875rem;height:2.92535rem;top:51.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) { #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ { width:14.375rem;height:10.6875rem;top:34.1875rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.adaptive-delivery-prevent-bg, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyload, #uzsWvTNRosi7pRDfEqKXMqxvHRoSO9PQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WZzUvwBl8qRGwAZupNTgQ7F8w63ebx5v { width:11.875rem;height:2.76041875rem;top:37.25rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOOLTZHwbssChdBXogzTa01Qaw25qlFc { width:14.375rem;height:1.21853125rem;top:41.6875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT { width:14.375rem;height:10.6875rem;top:19.125rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.adaptive-delivery-prevent-bg, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyload, #kN03C37DEndfKDdg9RtRA6M8mn7Tq5vT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pqTnedCHBG70UPM0Khr7AoUgzCtxsQGq { width:11.875rem;height:2.92535rem;top:22.25rem;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) { #FaGbzvo2Ep2lXDO49CCGcxfZxGRyahvi { width:14.375rem;height:1.21853125rem;top:26.6875rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn { width:14.375rem;height:10.6875rem;top:93.75rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.adaptive-delivery-prevent-bg, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyload, #gW5RVsKiHLNtXKOwbqDtacLuUL9PBbwn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn { width:14.375rem;height:10.6875rem;top:77.4375rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.adaptive-delivery-prevent-bg, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyload, #SIn62bdOq1O4Pet6AHamkK5sv0EsgaTn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR { width:14.375rem;height:10.6875rem;top:108.25rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.adaptive-delivery-prevent-bg, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyload, #mG6DM3cOKlEzzEPkpfO59Ve4RHKDJFQR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ChV7nNuKTqDQC6BONFuCQhTlxTdq55Fr { width:14.375rem;height:1.21853125rem;top:101.5625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TfIRdxq7ZeJ8e5Rloy8RTftiIBfXowGS { width:14.375rem;height:1.21853125rem;top:85.625rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #GKvfeDGqZGUzKc97173RtcvSe4JM4IFu { width:14.375rem;height:1.21853125rem;top:115.8125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RgK7ZTTySWTNb41QaSJEUzZcVs9ziFN2 { width:11.875rem;height:4.54426875rem;top:96.818176269531rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvt3uc2PIHPNRdiU57slaZTprwdzS64X { width:11.875rem;height:4.140625rem;top:81.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufXxxfaJyToTfbe75Xw89XTUzJaTedRg { width:11.875rem;height:2.92535rem;top:112.25rem;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) { #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U { width:14.375rem;height:10.6875rem;top:136.5625rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.adaptive-delivery-prevent-bg, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyload, #p3bwkRH2Mh56r2xVvvDk6kpaN8Zndw6U.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t0WtQAipvqZwcwyzLy29hRl98F36mKUi { width:14.375rem;height:10.6875rem;top:122.875rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#t0WtQAipvqZwcwyzLy29hRl98F36mKUi.adaptive-delivery-prevent-bg, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyload, #t0WtQAipvqZwcwyzLy29hRl98F36mKUi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aK0XG5OMScFdT705fDCsAnGHpuohLlRG { width:14.375rem;height:10.6875rem;top:61.9375rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aK0XG5OMScFdT705fDCsAnGHpuohLlRG.adaptive-delivery-prevent-bg, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyload, #aK0XG5OMScFdT705fDCsAnGHpuohLlRG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ppLzFrJ6779yksGaydHcutM4M3fVGork { width:14.375rem;height:1.21853125rem;top:144.125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #dOt4TeTOA8Som4XyTyFBmgCXKPXq1h03 { width:14.375rem;height:1.21853125rem;top:130.4375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #AQJitum4zGR1uxCPu6HXV0IaAG5EsiEh { width:14.375rem;height:1.21853125rem;top:69.5rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #tT3XT9AW5899hWlaVg0ppSOWUROCis3S { width:11.875rem;height:2.76041875rem;top:138.625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtNbTEnv2SC5fKX30ZDFIFeGfV256Swy { width:11.875rem;height:1.38020625rem;top:126.75rem;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) { #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG { width:14.375rem;height:10.6875rem;top:150.625rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.adaptive-delivery-prevent-bg, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyload, #ApQWpBVIcQ5UkqbviTt6hmGzgBGtyzHG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SPFM0m3ggToDwp8bsLJQCLngVt6bnXVP { width:14.375rem;height:1.21853125rem;top:158.4375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ISiFKX2bmGoozhJTnbEJarBwk9mh57uu { width:11.875rem;height:4.38801875rem;top:64.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) { #JOvklA94r3QdG5PX6hdWIFUxE6WBCCes { width:11.875rem;height:2.76041875rem;top:153.875rem;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) { #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n { width:14.375rem;height:10.6875rem;top:164.5625rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.adaptive-delivery-prevent-bg, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyload, #NyCx3ncM41dGzVdJA66eSpu8rWzqGv1n.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB { width:14.375rem;height:10.6875rem;top:191.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; }#G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.adaptive-delivery-prevent-bg, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyload, #G89DsvtcuTWpmWuMFEIkiUcDEzySJUFB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u { width:14.375rem;height:10.6875rem;top:177.9375rem;left:3.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.adaptive-delivery-prevent-bg, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyload, #Hg66nT0iMH3dMveXN0PrcZQJe9UiBt9u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vOpfwExKT9C9BirJnmONzMDpRmoRQ9qp { width:14.375rem;height:1.21853125rem;top:172.125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #PT2BgnqegUy18iIyQwnbG6dtTXE3PvTq { width:14.375rem;height:1.21853125rem;top:199.4375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #hzffbgWwfkQxiTa3TG2f0J77weunTOTC { width:14.375rem;height:1.21853125rem;top:185.5rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rWTTE63wyv1e6LrdCDgwTDB1Dm4xJV0k { width:11.875rem;height:5.52083125rem;top:167.5625rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8DdLv5I93VC9m9GtMnd6bVaf0CR8xkk { width:11.875rem;height:3.8997375rem;top:195.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkFkwP4QC20zJTab5zipMmPNyRu5suHz { width:11.875rem;height:3.8997375rem;top:181rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss { width:14.375rem;height:10.6875rem;top:205.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; }#zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.adaptive-delivery-prevent-bg, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyload, #zP0QSaEqUEhEmzPcnpzohJT6KZPf36ss.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EG2Bx3ZgdHVB2xbua8MoueJ9PNyrIa5D { width:14.375rem;height:1.21853125rem;top:213.375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d7wbxRuu6hOXSzxxmdrUv88hDDlyndJH { width:11.875rem;height:4.140625rem;top:209.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKzSNCNapOMvxcowMoytVMBxX7NskI0 { width:14.375rem;height:10.6875rem;top:220.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; }#CDKzSNCNapOMvxcowMoytVMBxX7NskI0.adaptive-delivery-prevent-bg, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyload, #CDKzSNCNapOMvxcowMoytVMBxX7NskI0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To { width:14.375rem;height:10.6875rem;top:250rem;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; }#OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.adaptive-delivery-prevent-bg, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyload, #OKzKXOPSkKt9EruBCkdxdzTqgRXC77To.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD { width:14.375rem;height:10.6875rem;top:236.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; }#QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.adaptive-delivery-prevent-bg, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyload, #QXCJgvk7p4hg84PFKxpDCXBB5SWMIuaD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BZ5bm8IqaTDZS3aAg3JXZ9rn9315Ggga { width:14.375rem;height:1.21853125rem;top:228.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #f7ETokiWeg4d7a3gNsDShdwxOTU41nbS { width:14.375rem;height:1.21853125rem;top:257.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #zeBDLpNgLImgMkovm5m3RefHAdcUbSg0 { width:14.375rem;height:1.21853125rem;top:244.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #rrKznGTd4pKwG2PQbTHtsSa7qJDT3y38 { width:11.875rem;height:2.599825rem;top:223.81214261055rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNfmlgT8ogq4DWL85eHDb0bqxxosmb83 { width:11.875rem;height:3.8997375rem;top:253.36381649971rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBX7kJRJnu3eybgPeALG0oPsOdk7gCa { width:11.875rem;height:1.2999125rem;top:239.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU { width:14.375rem;height:10.6875rem;top:266.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; }#vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.adaptive-delivery-prevent-bg, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyload, #vq0wTsZNzXBqiA3LuKwg8Vh4GAG2NSIU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ehFGiUTwOHG92essVR8c66UfWbkaN0fC { width:14.375rem;height:1.21853125rem;top:274.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPPg02B4ITP4UnEdm3xNWCFFXEvt1VX { width:11.875rem;height:4.140625rem;top:269.31193494797rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF { width:14.375rem;height:10.6875rem;top:313.875rem;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; }#EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.adaptive-delivery-prevent-bg, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyload, #EKXbGbGr2nI1T9DylT9AL6apNWtL5pqF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nlKygwlZy2VSseGTizvd2dCWhxQbHUpp { width:14.375rem;height:1.21853125rem;top:321.3125rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #KxEQvFT13urZ7wbCGA5PF2JmhoQLB2DJ { width:11.875rem;height:2.76041875rem;top:317.8125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g { width:14.375rem;height:10.6875rem;top:298.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; }#zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.adaptive-delivery-prevent-bg, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyload, #zI6MMCVIO4BkHpmdK4KGdDyh6nPMI02g.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmzFqmgREe2Xr7s3I0Dh0eshZHG86TK6 { width:11.875rem;height:4.140625rem;top:300.375rem;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) { #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3 { width:14.375rem;height:10.6875rem;top:281.375rem;left:2.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.adaptive-delivery-prevent-bg, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyload, #AD9UcBJDAfT62SZNrqG6viXywHhbBvM3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OT7dBgO6bLTzsHZmZy0GrT7lTgA9Tr6v { width:14.375rem;height:1.21853125rem;top:288.9375rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TbxqGMyrnUXoODys05RXsTCJzMW4utZt { width:11.875rem;height:2.76041875rem;top:286rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8mpzJAPQMRlzXaw8TlUzyHIBCVC0glK { width:19.437125rem;height:2.51844375rem;top:0.75rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVgV2ulVdbxZdHHvkGN6eUnJTp1kfZrN { width:14.375rem;height:1.21853125rem;top:55.8125rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xpwyntJEqHVtO2O3G7Fd5r2QgCgxGMDh { width:14.375rem;height:1.21853125rem;top:305.5625rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #RtDFJspC7yN4xpkFdccyFTQvC6geZedt { width:14.375rem;height:10.6875rem;top:329.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; }#RtDFJspC7yN4xpkFdccyFTQvC6geZedt.adaptive-delivery-prevent-bg, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyload, #RtDFJspC7yN4xpkFdccyFTQvC6geZedt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TkXGn5OZKtOx2W3TPqKomlQZyRTUq4o7 { width:11.875rem;height:2.43706875rem;top:332.125rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWFQ9kEd7aNw2QN01TVvKZbCy33yv4WL { width:14.375rem;height:1.21853125rem;top:336.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #R3r9BuA4Rn7724GrA13rv7e8szggqbBF { width:8.75rem;height:2.6875rem;top:325.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRXwTnV9XzGEEklT1KntqZ8ZKlZPs8v { display:block; }
 }@media only screen and (max-width: 763px) { #tsl8Lnb8nFaqy2vD7kiDluPcviJNLmFP { width:8.75rem;height:2.687325rem;top:147.99982937798rem;left:5.8735795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpdP0ZA2IrVXvMbLnhq11JMnlxhT4bOp { display:block; }
 }@media only screen and (max-width: 763px) { #HuzRf6GHUbZ6Fq6oF8EiemTcTZ1eood3 { width:8.75rem;height:2.6875rem;top:278.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXoBnarnHKxenfu9WrCJuHsO93u3ovqz { display:block; }
 }@media only screen and (max-width: 763px) { #tQq2TtP95WaKXI3yXDx6MaJPtKTqDqvN { width:8.75rem;height:2.6875rem;top:309.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFbOnyASThvicIdbCqGT6sKOtQMwDxlN { display:block; }
 }@media only screen and (max-width: 763px) { #oxNu2239T9TTtT3TMzpTyQ7JqXZM1qKa { width:8.75rem;height:2.687325rem;top:161.93714332581rem;left:5.4367895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #blZMUFB9RTPh6TiJIBezSmJR6Mh6A2uM { display:block; }
 }@media only screen and (max-width: 763px) { #yt3IrZbA0H4ETn2M7NtwGDSsWplQdGlI { width:8.75rem;height:2.6875rem;top:285.1875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3GigorGBx3Tkh0UI4BggDx68LJ9IvS5 { display:block; }
 }@media only screen and (max-width: 763px) { #OM8yADhKPumdEni8dTDm6XSrk8qAD3yG { width:8.75rem;height:2.687325rem;top:203.18535614014rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #apmITBpd0Soz946oNulhM92vSFsw3kBD { display:block; }
 }@media only screen and (max-width: 763px) { #IVEKHh5swcXAFrd9ZEIkdLyN4XVGIyVr { width:8.75rem;height:2.6875rem;top:30.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfGenTg6dSdRHw2En7WLCQCnsTlFL4yd { display:block; }
 }@media only screen and (max-width: 763px) { #e2ZyTCTBxK3fPRFtLGinSTzvbzbApuKC { width:7.5rem;height:0;top:1240.1233432617rem;left:6.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XfUTWUPTEtbC37hu1wZ3GtsCWWvaPGOn { width:8.75rem;height:2.687325rem;top:340.87357378006rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJArfDXQNAof0mJKr0JkZ47yqPnwAwfm { display:block; }
 }@media only screen and (max-width: 763px) { #Nzp0QMmnzTHBABSIX9XJuWHOMsWUFRU2 { width:8.75rem;height:2.687325rem;top:292.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTC8XTlql3TM7HIFW59EgVSTv81G4PEW { display:block; }
 }@media only screen and (max-width: 763px) { #QfWp6tk3DApTlhoDpIcUcm7hz2yNVzcp { width:8.75rem;height:2.6875rem;top:923.0625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWHgOFaoAGG8dZQivnNZ0rEFUOfMOUk4 { display:block; }
 }@media only screen and (max-width: 763px) { #FQxzIJgzhExkxQZ7o7rEzcTcqbKVsOI3 { width:8.75rem;height:2.6875rem;top:89.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrcIQGdasI0UT4Txe4yVJXzSrJP4qd6K { display:block; }
 }@media only screen and (max-width: 763px) { #gXcb7O53m55JpVyKwPd1RZz6xP0MqEi9 { width:7.5rem;height:1.21853125rem;top:86.875rem;left:6.5rem;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) { #ceHOP2cirbxHKqEcrbDa5B1Gav7ATXBI { width:8.75rem;height:2.6875rem;top:73.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKVJWfNl97USFXmoCeWkeduneo7oLVkz { display:block; }
 }@media only screen and (max-width: 763px) { #qTtuiMpTdWpgLnXTVvThpJta53Bgz30i { width:8.75rem;height:2.6875rem;top:59.3125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0Ftxa9AtgrKnoD9C6RWT6ITla9no9x { display:block; }
 }@media only screen and (max-width: 763px) { #C9HaOabEHZ9xMHZ10f6fpKwFp26TuyeT { width:8.75rem;height:2.6875rem;top:45.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbns1Ge8W9vX2NAQHlFpX49KeAZqIl4W { display:block; }
 }@media only screen and (max-width: 763px) { #rlFNqDnTDlnLUQU47AWvOUohCCIBJGoB { width:8.75rem;height:2.6875rem;top:105.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4yo9cC7KLO6mgSKJuNkhBp0zEEEeMxO { display:block; }
 }@media only screen and (max-width: 763px) { #RDLXGQUeg8VP6FkUI5Fk2ZekXe7c5BvN { width:8.75rem;height:2.6875rem;top:216.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAVmft0EcdCFlfgiTBJwD2oCi02MHS0 { display:block; }
 }@media only screen and (max-width: 763px) { #t7AHl5ZhSubS2vb3t8dfF6KoFGFfSwdi { width:8.75rem;height:2.6875rem;top:261.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alkK3g0aJBNdXGTfWnVkviFA0LfDLoJa { display:block; }
 }@media only screen and (max-width: 763px) { #wTDUO8qTWxoSr96hPpUQqLq7O3qhmDCq { width:8.75rem;height:2.6875rem;top:134.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKh5cp6sAGrRcM6KOatLuhRkzHuTptEG { display:block; }
 }@media only screen and (max-width: 763px) { #IG29TWhzEegrR85ViGdkT3sJ8NhFg9TG { width:8.75rem;height:2.6875rem;top:119.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBImpnAiraPSASeVgRyHwTNQk9LxtUML { display:block; }
 }@media only screen and (max-width: 763px) { #aZdGPMmKFiHGWCIvrp9qrpicTGalqfhW { width:8.75rem;height:2.6875rem;top:189.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGAxTKyURvOhL8dpTz6c2xgPXnBezcz8 { display:block; }
 }@media only screen and (max-width: 763px) { #q7Cwg1ZFoxa0F1GOQB4ExL2PATSG53tR { width:8.75rem;height:2.6875rem;top:175.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQE1wIkOCUNloyI2CKZdQqJepSy1ZX3 { display:block; }
 }@media only screen and (max-width: 763px) { #dylT4VF5uRfhyZ0Ax1wqAwLLX58C01dK { width:8.75rem;height:2.687325rem;top:232.375rem;left:5.625rem;z-index:100059;display:block; }
 }@media only screen and (max-width: 763px) { #D8wo6oVXN8khB6DVdsF7Wxp4FuTfWfe7 { display:block; }
 }@media only screen and (max-width: 763px) { #w9QNDFkf9ri4lE0UPbKcfsG22IWaygqJ { width:8.75rem;height:2.687325rem;top:247.375rem;left:5.625rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #AdJnfkfRB58cxVXQKo1DQL4KmuRGdgdX { display:block; }
 }@media only screen and (max-width: 763px) { #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV { width:14.375rem;height:10.6875rem;top:656.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; }#dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.adaptive-delivery-prevent-bg, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyload, #dVdVREUVBNonb7IHQTO4zvNrOodDKrkV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TTHHLmEKonIyPbWvdqfggK2fy3LrXPiN { width:14.375rem;height:1.21853125rem;top:664.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #hR6VoFGPx18kGtvfeaqmDRctKq3kHX1U { width:11.875rem;height:3.6556rem;top:659.25rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Qy4mBfFWxE1RsBlBXuVeIfDDJvLdBG { width:8.75rem;height:2.6875rem;top:827.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5yU1qOyw7gIlBWvQn1m41g2QL2PVtw { display:block; }
 }@media only screen and (max-width: 763px) { #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k { width:14.375rem;height:10.6875rem;top:716.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; }#T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.adaptive-delivery-prevent-bg, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyload, #T3KWy9xVy9tOgxfrTrzaZBuWCgoKms5k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pzNuDCi63CFL2fnMRSqwUhcuP3fVDaq2 { width:11.875rem;height:2.599825rem;top:719.875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7IJTdnMq52QBVMwvfiiKF0XTNgwOkn0 { width:14.375rem;height:1.21853125rem;top:723.625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ivcZK6BdeSPwihKmQHSyZqMLi09h5Anb { width:8.75rem;height:2.6875rem;top:936.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMGrziSAMTZFrwSzbwPhVJZBUzZ7q1wy { display:block; }
 }@media only screen and (max-width: 763px) { #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf { width:14.375rem;height:10.6875rem;top:1097.8115087891rem;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; }#LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.adaptive-delivery-prevent-bg, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyload, #LPhmayI8STTRF94fxLJGUMQW7oPpDPyf.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NsLwNoSeItK99XfXx7WoGynK7KO87wdu { width:14.375rem;height:1.21853125rem;top:1105.3733679199rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ufMXy4bstCWldwkTZtehfcFi0vPHlMVD { width:11.875rem;height:1.38020625rem;top:1101.998795166rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DDUAFVKkeVuyuVtdA08Na4d4P9NwbW { width:8.75rem;height:2.6875rem;top:1109.7490087891rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfwghvXDxcgSUUiVfx19y2L9D5FlmS2 { display:block; }
 }@media only screen and (max-width: 763px) { #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp { width:14.375rem;height:10.6875rem;top:1071.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; }#qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.adaptive-delivery-prevent-bg, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyload, #qIhgKfEczQFhvPqq0z0MWMdiBEEZQdkp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #OheNGTzMhGAa9T5W7Qz2UgvSwptrh0bs { width:14.375rem;height:1.21853125rem;top:1079.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #OacVF3O3iN8JX2TNi1H2bNIZvlIhCc9B { width:11.875rem;height:5.2788625rem;top:1074.5rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTUEhPNbeKfrs60wIONfRJvgV5rtP7fB { width:8.75rem;height:2.6875rem;top:527.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4sawqFV2rQahPd6fv0BeiayVF6ERUzT { display:block; }
 }@media only screen and (max-width: 763px) { #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld { width:14.375rem;height:10.6875rem;top:1085.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; }#V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.adaptive-delivery-prevent-bg, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyload, #V6QLtvv5iIfTCQlm1N0qzBghwqghr1Ld.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rT9F7EsQMtdyOut8xiH84Pa0q5i4319V { width:14.375rem;height:1.21853125rem;top:1094.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #s97aFHtcIOlNzdbTlmGFCadZQ4szqttr { width:11.875rem;height:3.6556rem;top:1088.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtm2ScdFmZEls2T0pEX6Vgo5DLJvinHx { width:8.75rem;height:2.6875rem;top:559.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZdWSbVemg6UF1TAZAiMwbdL5w5x0Xwx { display:block; }
 }@media only screen and (max-width: 763px) { #O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { background-color: transparent; background-image: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row > .video-iframe-container { display: none; }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .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); }#O5Hq0RXPniGeiuno88FJOAn7Tik7rNXt > .row .container { width:20rem;height:250.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofl42VEeD25qWBC8Gma9SUSJL0BgiMPe { 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) { #spQ2cTo8sKCA4brXXowG8KuAEU6XkDQE { width:20rem;height:2.25rem;top:53.06640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr { width:14.375rem;height:10.6875rem;top:3.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; }#i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.adaptive-delivery-prevent-bg, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyload, #i0uZJa12i8iMD3TJS0TtK3TPpaS8mapr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gqdvqTUslvHQZZtvrgvDKVEEna8VAdLo { width:11.875rem;height:2.92535rem;top:7.0625rem;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) { #dZB28ekVDzmW2kh7h5eS8FNrmw2sna6P { width:19.437125rem;height:2.51844375rem;top:0.73053455352781rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM { width:14.375rem;height:10.6875rem;top:44.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; }#KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.adaptive-delivery-prevent-bg, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyload, #KT6kEIGy1Q3uTzNgTdmADFhlIo8ucvyM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qnTDx7qAd3XGTc5ce38poT5tJAUDtQHn { width:11.875rem;height:2.92535rem;top:48.8125rem;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) { #nvTkrZlmh4rFGk9q9E813srDHtc6QVkH { width:14.375rem;height:1.21875rem;top:52.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw { width:14.375rem;height:10.6875rem;top:31.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; }#Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.adaptive-delivery-prevent-bg, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyload, #Dehya24aMnuEGJmRzGUhaWOFvpqpLIQw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DqPtWrTmos9BofiqlFkZuF7kr6Dw0Uux { width:11.875rem;height:3.6556rem;top:34.4375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XboODVvfgwDqaPo2Fi7FyQzHtS7S6xz3 { width:14.375rem;height:1.21875rem;top:38.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #lxO18qXTRTsvA2naXaWxug5dAOFitSAg { width:14.375rem;height:10.6875rem;top:17.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; }#lxO18qXTRTsvA2naXaWxug5dAOFitSAg.adaptive-delivery-prevent-bg, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyload, #lxO18qXTRTsvA2naXaWxug5dAOFitSAg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VgkUuNnnIFPNEQyEmTiDnyGE2RuxDqo7 { width:11.875rem;height:4.87413125rem;top:20.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfUOuJmr93308fzxxP0Nm0UlG4MCPCZ5 { width:14.375rem;height:1.21875rem;top:24.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #gf10KoqoQLkErxHF87fBbsUGKTCA01Xn { width:14.375rem;height:1.21875rem;top:10.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #d2D7zGOGFachfrdvk0KiHSWESDcaJO5N { width:20rem;height:0.185546875rem;top:250.18825435638rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9epEArlUigDNgWa7KInn8NBF2OV28L5 { width:14.375rem;height:10.6875rem;top:77rem;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; }#Z9epEArlUigDNgWa7KInn8NBF2OV28L5.adaptive-delivery-prevent-bg, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyload, #Z9epEArlUigDNgWa7KInn8NBF2OV28L5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #goTrsPTtlt38GMlfBDegDGfcbLcGbqqT { width:14.375rem;height:1.21875rem;top:84.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG { width:14.375rem;height:10.6875rem;top:61.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; }#vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.adaptive-delivery-prevent-bg, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyload, #vNdRRTIur4KhuQ0Bn6mKZTwSf5O1t9tG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qJEmEWqEnmUpy0MtKokyEan7KiLlvFyp { width:14.375rem;height:1.21875rem;top:69.0625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #WSn6If6wgsgoIlLJ1Ptz7LEegpHBpOkX { width:11.875rem;height:5.85069375rem;top:78.8125rem;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) { #ulNq40CH76J1yOEpos5qlKp6R71Jkyvu { width:11.875rem;height:3.6556rem;top:65.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V { width:14.375rem;height:10.6875rem;top:109.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; }#PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.adaptive-delivery-prevent-bg, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyload, #PT3t7Je5fT2uxiqmIhOOaMdtpEAEMF2V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EqobogwKGZCzUzvBScoS6H1JLxiurCOT { width:14.375rem;height:1.21875rem;top:117.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #pdBkBGFsOrNFKaKPgNPXXbguyxw8KIEG { width:11.875rem;height:5.85069375rem;top:111.75rem;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) { #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ { width:14.375rem;height:10.6875rem;top:94.685546875rem;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; }#DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.adaptive-delivery-prevent-bg, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyload, #DR1s82LEahHzoRyTurTsTWThMXnvyHEQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #z3v8fmEe5dwQHO4HSK3cQUJVxbQaVCTk { width:14.375rem;height:1.21875rem;top:102.248046875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #wEGeonKhMsDxrVO8oZFyOyQAfPVpEr6g { width:11.875rem;height:3.6556rem;top:98.248046875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD { width:14.375rem;height:10.6875rem;top:156rem;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; }#P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.adaptive-delivery-prevent-bg, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyload, #P4XbaCznHODKCyrLJieM0MuUL2TD1FvD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K6zW6NEoNtchXHnTw6cHudsesSTGdb2i { width:14.375rem;height:1.21875rem;top:163.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq { width:14.375rem;height:10.6875rem;top:170.6875rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.adaptive-delivery-prevent-bg, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyload, #a1CbJ8ztF0vLkG51kh8JUsr8lxu4JBNq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cmqO3eWuBbStScWqxXwpOQeLV4tv7e8q { width:14.375rem;height:1.21875rem;top:178.25rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE { width:14.375rem;height:10.6875rem;top:141.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; }#fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.adaptive-delivery-prevent-bg, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyload, #fNU1XzTeHL3GMcqnixSd3iREo1vf2eGE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wez5xiCqLLnhI1IfALxwA6ksO2L65iWz { width:14.375rem;height:1.21875rem;top:149.4375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #THSxiyFOphQQ8857JB355BXoKM4wDSok { width:11.875rem;height:4.87413125rem;top:144.6875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4K5D0SOrEM6mnUbJ60e334xqavoic7P { width:11.875rem;height:2.92535rem;top:173.375rem;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) { #uA2B2Mynf8d1yceXczTyrMDFrOZ6K1AZ { width:11.875rem;height:1.462675rem;top:158.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) { #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar { width:14.375rem;height:10.6875rem;top:126.435546875rem;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; }#qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.adaptive-delivery-prevent-bg, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyload, #qJBKTWT5McDTMPqfJHJ3ZNvdZJT9BDar.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RneQh4IAphlOBPUiMkORnQXeLmtCoSzh { width:14.375rem;height:1.21875rem;top:133.998046875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #y0CLTvvbQEXM3g5spNF3rDuHs4CDk0xg { width:11.875rem;height:4.2230875rem;top:128.685546875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttctlS8rFT9RftfUNiS1JntegdsepU9H { width:14.375rem;height:10.6875rem;top:184.8125rem;left:3rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ttctlS8rFT9RftfUNiS1JntegdsepU9H.adaptive-delivery-prevent-bg, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyload, #ttctlS8rFT9RftfUNiS1JntegdsepU9H.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #p6TMwTbGk6x2SNOTxgOt1VKIK5T5L9xZ { width:14.375rem;height:1.21875rem;top:192.375rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Nw8eh6Ce7LSsg57fF6dU0T5565iJXWfl { width:11.875rem;height:4.2230875rem;top:187.0625rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ { width:14.375rem;height:10.6875rem;top:200.1875rem;left:3rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.adaptive-delivery-prevent-bg, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyload, #U53i61T8gLQZtCDA8c7l4v4MZClv6ghJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #C5GwbKkXX70ZNPTklk7Am6nNOyVn7w5l { width:14.375rem;height:1.21875rem;top:207.75rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SasAH0pQhQE86qtQoqLuXSpm6klxodfI { width:11.875rem;height:4.87413125rem;top:203rem;left:4.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk { width:14.375rem;height:10.6875rem;top:217.625rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.adaptive-delivery-prevent-bg, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyload, #nK6qU1l7RH4zM0khOwgFsdgLMJNldEyk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P7A6dhePO4PBqANHEiJaURrtWoESG1OI { width:14.375rem;height:1.21875rem;top:225.1875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt { width:14.375rem;height:10.6875rem;top:233rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.adaptive-delivery-prevent-bg, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyload, #gA5X2zqdk3ID39IRyqxXTqDJsgoB4Ixt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ql6DJVrsJn3mzNL1y9RCtt7I0PF89z0z { width:14.375rem;height:1.21875rem;top:240.5625rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VsxhUKH53xnOS5HPfxIU0gueBdrxkLdV { width:11.875rem;height:4.2230875rem;top:235.6875rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE67yTgEMy8dwNiFswwVtkp5KBpdeZhz { width:11.875rem;height:4.54426875rem;top:220.25rem;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) { #fTKkVUFZIooL167XpSBadrcuXU12h8JC { width:8.75rem;height:2.6875rem;top:196.18700885773rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRikxukwsxBaWM2TSHhTR5q12JZml562 { display:block; }
 }@media only screen and (max-width: 763px) { #eOwPI2ZGbuoGJgC30EPS4vCI4NwAK91F { width:8.75rem;height:2.6875rem;top:211.6868019104rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbgLNnodZfLfai2rEmuEuFSFH7cndb9 { display:block; }
 }@media only screen and (max-width: 763px) { #R2IQwNbsQ2uG4zLCPKAs2oM3tWgUSEJr { width:8.75rem;height:2.6875rem;top:120.56195259094rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBbWem1QSvelr8A6q463B2nd3AqFDid { display:block; }
 }@media only screen and (max-width: 763px) { #OSHTLcn9s2C9NhXxc9ZuilfSF8cPoJsl { width:8.75rem;height:2.6875rem;top:106.12303352356rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGa23dsPtTHkRz1pPuySyHEI2lwz4Kb { display:block; }
 }@media only screen and (max-width: 763px) { #yMMRw8D3FAu7TFEWTrF9cDxQRV8Z9AdT { width:8.75rem;height:2.6875rem;top:244.74952697754rem;left:5.8123221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqI485GqQc1SrdDK4WorIkvlNkszssN9 { display:block; }
 }@media only screen and (max-width: 763px) { #lSbNlHTvlhULGcm02bkwCflE6wrk9mkh { width:8.75rem;height:2.6875rem;top:137.87472248078rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZvRPqLfXWc2JIvBhhmc1TDGk34TlUB { display:block; }
 }@media only screen and (max-width: 763px) { #u4e7kogOhP0rCgrIcTBb334GXN2vpDut { width:8.75rem;height:2.6875rem;top:153.37455177307rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLVKCGbgWNQLIS5gQvcipaKr8TwMElC { display:block; }
 }@media only screen and (max-width: 763px) { #Ub3idpOm0akxegkaIO9FbdFp7o3y1f7R { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeUiht7vRzBPWisclh0wTotVD8byarI2 { display:block; }
 }@media only screen and (max-width: 763px) { #C6Rxf00Zt9pGkwMQJkk6ZC6aVNAlUyQV { width:8.75rem;height:2.6875rem;top:42.310856342316rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #U513QOnaxFfKT2pRmDvXlLmTqi5hT2ZX { display:block; }
 }@media only screen and (max-width: 763px) { #isFEqHIedDNErhsTF2CE6Tfx3ZcbaRWs { width:8.75rem;height:2.6875rem;top:15.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x169SPGECFxmH4QZhcRMMcvTHkfUo3zW { display:block; }
 }@media only screen and (max-width: 763px) { #Vc2LVKODPp2VsnyvR7mqmlbU1LhtxCZk { width:8.75rem;height:2.6875rem;top:182.18472003937rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDg1A0i5zTGgxzczqgm9hyFNyXWIArZ { display:block; }
 }@media only screen and (max-width: 763px) { #gMVGcqdWRLidsOkB77KBDUD7N8LXmhJA { width:8.75rem;height:2.6875rem;top:167.37392616272rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZiC76UtePtuLqTTUiXReopWv7PHRwH { display:block; }
 }@media only screen and (max-width: 763px) { #zlyoQv9ENIzvg2TxrOmK42hvVOov8eRO { width:8.75rem;height:2.6875rem;top:56.561553955078rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfhuhvKMZDpRiv0bW2VzeFBHCL0RfZJQ { display:block; }
 }@media only screen and (max-width: 763px) { #JlnNCKDtsb87NOnJvGi0BtySlcLBEn96 { width:8.75rem;height:2.6875rem;top:72.999909400937rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5ztPiIhbqdOMNF4BOffeL4bxGMTTza { display:block; }
 }@media only screen and (max-width: 763px) { #SZcpNDpAtnqd2MDgJREWTCyyiFT7cQJt { width:8.75rem;height:2.6875rem;top:28.435791492462rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSPbMGz89ZvUWDeMUerNseymFuP3GgA { display:block; }
 }@media only screen and (max-width: 763px) { #Khmt9gn7edL6W0Xbmq6frRsb0Qg6qmrp { width:8.75rem;height:2.6875rem;top:88.685976982119rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpNZ3STz07b12EBVS8XiAtn2UbPtuzo9 { display:block; }
 }@media only screen and (max-width: 763px) { #oTmURrivSoEBwEKe19xO19nAAMF4BRbm { display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm { background-color: transparent; background-image: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row > .video-iframe-container { display: none; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .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); }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm { border-width: 0; border-radius: 0; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container { width:20rem;height:355rem;background-color:rgba(255,255,255,0.95);background-image:url("https://images.assets-landingi.com/bdIP02iH/cc10de05cefd88e49a75263a5c312c6c.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.adaptive-delivery-prevent-bg, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.lazyload, #oTmURrivSoEBwEKe19xO19nAAMF4BRbm > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd { width:14.375rem;height:10.6875rem;top:12.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; }#RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.adaptive-delivery-prevent-bg, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyload, #RtsNNcxa3V1M7W2hmsxxtt4f4ucNckKd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KWrU3nfpSEKBrFIcIQFRORAKkrSqwuVZ { width:11.875rem;height:4.38801875rem;top:15.375rem;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) { #mLiCb19oogX7T9NWTWlWdWN3seTBrXgF { width:19.436875rem;height:2.51855625rem;top:8.8747825622556rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN { width:14.375rem;height:10.6875rem;top:53.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; }#MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.adaptive-delivery-prevent-bg, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyload, #MoaQlpJiPwREsgVp9wIIuUUOCTirCWHN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #isLolI1n1r7RW4RAnlMV7CQP71SD8UOD { width:11.875rem;height:4.38801875rem;top:57.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66CLsyNKExNwSg1x4Hekhzr5yRa3wIi { width:14.375rem;height:1.21875rem;top:61.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6 { width:14.375rem;height:10.6875rem;top:40.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; }#HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.adaptive-delivery-prevent-bg, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyload, #HAPgNb71UmC6kB1VTRIh0rTBz5Z6xww6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BSMo9xpra0tHir3MVsmI2EhTWmolDb36 { width:11.875rem;height:4.87413125rem;top:43rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJdLakSVTAFfM0dsxdAlePR5BoWIDLU4 { width:14.375rem;height:1.21875rem;top:47.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX { width:14.375rem;height:10.6875rem;top:26.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; }#O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.adaptive-delivery-prevent-bg, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyload, #O6yTBiHqKO3pNtd97bXpm3bBGD8ULmZX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #isK8q2TNbJJtyhW0bmOogKufIUmvPSTr { width:11.875rem;height:6.0926625rem;top:27.908457929269rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmgAa1ghlOnlfNAvDJJTSMOR45Fh2epO { width:14.375rem;height:1.21875rem;top:33.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Q8zF5oGWxWguEMDM9042EQAUbZpP1K4D { width:14.375rem;height:1.21875rem;top:19.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Ur2vPWbTHOP2FaGmx6NsyBSyVATgGQIc { width:20rem;height:0.185546875rem;top:354.12106275559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y { width:14.375rem;height:10.6875rem;top:170.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; }#Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.adaptive-delivery-prevent-bg, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyload, #Mr7HWmNb1y0rTvDtFEUmqCIiyUFan63y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wtImuGbJpVAPmh7x1102qdUiWAwk1FDG { width:14.375rem;height:1.21875rem;top:177.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh { width:14.375rem;height:10.6875rem;top:156.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; }#qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.adaptive-delivery-prevent-bg, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyload, #qTmJcH0eHdow34bWmgGrmcM3lDfSe9fh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eH8aFcikg6C3mgkuPrT7rmc5RazZlMs1 { width:11.875rem;height:4.38801875rem;top:160rem;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) { #OVT18Mw9fVB0sNzStfxxn9QeHFALzavr { width:14.375rem;height:1.21875rem;top:164.5rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #h5C7IiWG9I4LypWbT4oLdxsVUyw32T7c { width:11.875rem;height:5.85069375rem;top:172.4375rem;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) { #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6 { width:14.375rem;height:10.6875rem;top:144.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; }#gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.adaptive-delivery-prevent-bg, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyload, #gSOPK0MPAHLcb9VHddcsAdgc5ru7xMe6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xyvasiHq6dFf8L8izDX2ZXwaE3NGTtc0 { width:11.875rem;height:3.6556rem;top:147.5625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfTvw1uIx608uV15NKv4rVP6AxMQGZw { width:14.375rem;height:1.21875rem;top:152rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2 { width:14.375rem;height:10.6875rem;top:130.12365722656rem;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; }#H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.adaptive-delivery-prevent-bg, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyload, #H0orBgFEuAgAQIpcZh57DSabMLEzZ0p2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M3N0qACVQXZ7371xZQACwRBZlR5A4Bzf { width:14.375rem;height:1.21875rem;top:137.68658447266rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #fhbOxgCPrMSMu6fcWzXerdxFsEbrmDlc { width:11.875rem;height:2.43706875rem;top:133.93658447266rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o { width:14.375rem;height:10.6875rem;top:185.75rem;left:2.5rem;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; }#GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.adaptive-delivery-prevent-bg, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyload, #GPz01XXeT9TQtC0Hhnq4QJVI2aTXOL8o.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LUv5TTmRraIiXHQVoe2IQkZByDN4gvPF { width:14.375rem;height:1.21875rem;top:193.3125rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #nGU7JbnB3oA0TMTyTIc2XazCJ37OdFDd { width:11.875rem;height:4.87413125rem;top:188.375rem;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) { #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA { width:14.375rem;height:10.6875rem;top:201.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; }#OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.adaptive-delivery-prevent-bg, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyload, #OxsfuObAEcxM2dbz9RX3lIWhTd0fTFGA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xMdqFHU9kzVS7yaBvRZr1phDEwf9Qg1v { width:11.875rem;height:2.43706875rem;top:204.25rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVrfeCZh8p9XXc1ZAgehOvLXdsZLcnw3 { width:14.375rem;height:1.21875rem;top:208.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa { width:14.375rem;height:10.6875rem;top:217.49865722656rem;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; }#SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.adaptive-delivery-prevent-bg, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyload, #SqUZ543umfUgWEdO7fvKJVqiUKZN0Qoa.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Tx954PGqP9RUz0qEVhcc4X33Nniz22pb { width:11.875rem;height:5.85069375rem;top:219.74798583984rem;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) { #wl79cSTpB5xJhpqEdpBqqnna0c1gxuGO { width:14.375rem;height:1.21875rem;top:225.31115722656rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua { width:14.375rem;height:10.6875rem;top:231.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; }#WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.adaptive-delivery-prevent-bg, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyload, #WbuDKOU8SznZh1TD0TrAbPve7rxiTUua.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TbCIE0x1poRFfgrDUMOLQfSQRbbFhspy { width:14.375rem;height:1.21875rem;top:239.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #S9OAicBSibdnvG3ohgPkF0LPsr8oNmsS { width:11.875rem;height:4.38801875rem;top:233.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) { #doPxufzJtLI42bKcGsAHh9UumhITEDoV { width:14.375rem;height:10.6875rem;top:70.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; }#doPxufzJtLI42bKcGsAHh9UumhITEDoV.adaptive-delivery-prevent-bg, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyload, #doPxufzJtLI42bKcGsAHh9UumhITEDoV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dHNJLqCu4VmhDHMXOqEmt5zRf7dQMrT8 { width:14.375rem;height:1.21853125rem;top:77.8125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #obpMT0DIbnryOhFOeAdAxfu8xnw6FzCS { width:11.875rem;height:3.6556rem;top:72.875rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLwDtRvUzk1bVH51o6O178zLvzTwKTo { width:14.375rem;height:10.6875rem;top:84.8125rem;left:2.5rem;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; }#msLwDtRvUzk1bVH51o6O178zLvzTwKTo.adaptive-delivery-prevent-bg, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyload, #msLwDtRvUzk1bVH51o6O178zLvzTwKTo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IiFs9OI0zsZHPsSpV2egStA63f8SN9su { width:11.875rem;height:4.8719625rem;top:87.5rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7o32MzTZa3AAxrf4ICWWm9kWyGBMSs3 { width:14.375rem;height:1.21853125rem;top:92.875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM { width:14.375rem;height:10.6875rem;top:100.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; }#DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.adaptive-delivery-prevent-bg, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyload, #DywnL35rIQ7NFdq2p7NTgRPyAkMbwdXM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LtkqqZaeTg4woJizVbSPoiNeQm81zPy2 { width:11.875rem;height:4.38801875rem;top:103rem;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) { #vVvIvXyZETuhXTPe7MlMbqwC6TEyzvGR { width:14.375rem;height:1.21853125rem;top:108.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #T70D9CinwxWJTfT3NKA2RibaprBXLsd9 { width:14.375rem;height:10.6875rem;top:114.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; }#T70D9CinwxWJTfT3NKA2RibaprBXLsd9.adaptive-delivery-prevent-bg, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyload, #T70D9CinwxWJTfT3NKA2RibaprBXLsd9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hPVrwq8TbrlLn7PT34IJvRJ7nuP7p25T { width:14.375rem;height:1.21853125rem;top:122.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #iOx7kST8APReai24HTxxyhD0a2qbyUnM { width:11.875rem;height:4.38801875rem;top:116.875rem;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) { #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc { width:14.375rem;height:10.6875rem;top:245.9375rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.adaptive-delivery-prevent-bg, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyload, #G5sC23UTuOE3M6hdOeKvnvNEcV2haOoc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VWOIy5b0cMmWQHXllnlsi309GSyQkSFi { width:14.375rem;height:1.21853125rem;top:253.5rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #ILw7VPdvssreH1ypppETZVAblCz1IaBJ { width:11.875rem;height:1.38020625rem;top:250rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9 { width:14.375rem;height:10.6875rem;top:261.1875rem;left:2.5625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.adaptive-delivery-prevent-bg, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyload, #OoD2ebOc40WMa50n1ZUkqctvs9X1fZP9.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cR15AcwcKZshLukeOfX5oVknoFO5tyFd { width:11.875rem;height:1.54385625rem;top:264.3125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOeFotKLtDgVRcJG4g6HPbs2DBvuRBDL { width:14.375rem;height:1.21853125rem;top:268.75rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ { width:14.375rem;height:10.6875rem;top:277.1875rem;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; }#z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.adaptive-delivery-prevent-bg, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyload, #z3SZQEso8cnEOxemEnzDGraGWrrc0GPZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qt0Xn8UODWPZtkFgequahTV4z08PBy0n { width:11.875rem;height:2.92535rem;top:279.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) { #WT6o664q3mK1BesLDSzCCh5K4sgfQN7s { width:14.375rem;height:1.21853125rem;top:285rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #muINb6wRJPqbWZwtIHph2UctD5WEZPCM { width:14.375rem;height:10.6875rem;top:294.8125rem;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; }#muINb6wRJPqbWZwtIHph2UctD5WEZPCM.adaptive-delivery-prevent-bg, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyload, #muINb6wRJPqbWZwtIHph2UctD5WEZPCM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gohkgSRZGmbnx1rKaRnkRrg483ZyF574 { width:14.375rem;height:1.21853125rem;top:302.375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #pZFqpruXorD1S9Z1byots8wMeEM7483V { width:11.875rem;height:2.92535rem;top:296.875rem;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) { #CsKHQ7nDTkHzlJICQfBHcpbR7UKcbPmW { width:8.75rem;height:2.6875rem;top:257.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlMMe5oK3XyVgXeu9FaQUiLlZv2pi0E4 { display:block; }
 }@media only screen and (max-width: 763px) { #tpfS25guADrSrZcyG8WWdd0UTuEzwd64 { width:8.75rem;height:2.6875rem;top:273.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwVnlHL2SzKoN6pZ2l2wuTl2ROhtfvhf { display:block; }
 }@media only screen and (max-width: 763px) { #h17LhQD3R8EK1pGS0wnlZ3rDHks8puT3 { width:8.75rem;height:2.6875rem;top:289.0625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfKkVFC7WQNsmAh7mOncSWTRIu8Tl55a { display:block; }
 }@media only screen and (max-width: 763px) { #sQ9iz8LMqRdW6Pw0xxp1H70OBIPQqD79 { width:8.75rem;height:2.6875rem;top:306.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTmfB1D7uQKcEQU3EUTmVMeQilecHEeh { display:block; }
 }@media only screen and (max-width: 763px) { #UGRFbI4UBXvL2E14o88A0qPXN4zWu9ih { width:8.75rem;height:2.6875rem;top:197rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQiKxekXQgtt8TkaWrg8ScXPaesI2ocw { display:block; }
 }@media only screen and (max-width: 763px) { #q3bFoAaVPicQrW6HqIZLv0s0bQhInoDw { width:8.75rem;height:2.6875rem;top:243.24937438965rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXzdTtnrfJEF3PP62TbNXU6nx7Z3m8Cb { display:block; }
 }@media only screen and (max-width: 763px) { #rd3i7BLRCeGJphZXOnkT7SIe2e2O8FQc { width:8.75rem;height:2.6875rem;top:212.81144142151rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #z16UK3U2MK29qPJecMiylMHO3WQFe73b { display:block; }
 }@media only screen and (max-width: 763px) { #gm2qcUw14OgdKXTgmHfBfisku4m2S6Gm { width:8.75rem;height:2.6875rem;top:228.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ivnqx9CZL9O2lDFXlFIsiVUsennvHp { display:block; }
 }@media only screen and (max-width: 763px) { #FvOgE7v5zt9yVH52TgLOMID4TzFqP2ML { width:8.75rem;height:2.6875rem;top:141.81196022034rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2HBp7xMonTclI146mbe1lOHsCsF3ft4 { display:block; }
 }@media only screen and (max-width: 763px) { #qsyvCHasgmz4UhQDSDaOVWudz2sICWR6 { width:8.75rem;height:2.6875rem;top:126.06271505356rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #imHBK4fMwRH5UiNKMTru2NT5XdtkDyDW { display:block; }
 }@media only screen and (max-width: 763px) { #pHm61hoPavTv7sAubetirpx0LdQgMiF7 { width:8.75rem;height:2.6875rem;top:167.74868631363rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9TxkzQS9k23AChXTblWptU8acxKgAkB { display:block; }
 }@media only screen and (max-width: 763px) { #cSZ7Mag5wCTov8PmbHVClABV8cxgZTHz { width:8.75rem;height:2.6875rem;top:181.99933147431rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9tC97QX4Twp26X8PhPQTs1oB1zg1EaS { display:block; }
 }@media only screen and (max-width: 763px) { #IulsJnyGDgNQwwkW7FHqz13i2DdW2mnU { width:8.75rem;height:2.6875rem;top:82.122730255125rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWLD7Zf8kttQbPGHyue6ZXTbeOAOpVQS { display:block; }
 }@media only screen and (max-width: 763px) { #cZr20xua7TJHmOucmeDIqiIvFCBT33rw { width:8.75rem;height:2.6875rem;top:112.12357330323rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUAEP5LeiOUDXH4X80oOkLNqTKT6hTb8 { display:block; }
 }@media only screen and (max-width: 763px) { #rTnLRi8C6ID5E1dMMVcyu2nHGGrUlcac { width:8.75rem;height:2.6875rem;top:96.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcaE2JBKIF77aPUJun2KPX8oZ4E3ho4 { display:block; }
 }@media only screen and (max-width: 763px) { #zOkEeX2TFRPZfKbCePTBkyKgpbILqeMS { width:8.75rem;height:2.6875rem;top:155.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8bhi1Sk5VfUFS3kPf6t68VM46z5dG1 { display:block; }
 }@media only screen and (max-width: 763px) { #ZNEWupio5osqfkIsMspTnaSHBilaI5Jn { width:8.75rem;height:2.6875rem;top:65.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8QUoqBc7PwfXc4zTJxFAxZc9Amd9dAT { display:block; }
 }@media only screen and (max-width: 763px) { #TrBmvFTWtSmnT2ARqW8dawzmWnv0xwln { width:8.75rem;height:2.6875rem;top:37.436120986939rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSabAdf3noZZ6FlEUTqmzn7Z8pmFQRz9 { display:block; }
 }@media only screen and (max-width: 763px) { #abSXeIP3lAya6IsQlxTdwy8vCdEcHeQe { width:8.75rem;height:2.6875rem;top:51.312075853348rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8IQi8FvOZMnsJZq5GxfMysgl0UVgbC { display:block; }
 }@media only screen and (max-width: 763px) { #fQClNrn5BmpVTeOTBc2EA7X0dvllNCxk { width:8.75rem;height:2.6875rem;top:23.497911453247rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTckycH8MeT6h0bshOXoL3XKwIaLl4c { display:block; }
 }@media only screen and (max-width: 763px) { #LsgeqTnCFvfbZGbpyH4wyoM787U5XR0L { width:8.75rem;height:2.6875rem;top:335.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKoXqJXflTLHtvCzfML4QBF8GVzvHck { display:block; }
 }@media only screen and (max-width: 763px) { #wnfXRvbga0S2WQd455QZu08LOIleo5hn { width:14.375rem;height:10.6875rem;top:339.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; }#wnfXRvbga0S2WQd455QZu08LOIleo5hn.adaptive-delivery-prevent-bg, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyload, #wnfXRvbga0S2WQd455QZu08LOIleo5hn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kniimiHkAE7ZOfovDb8LLf090UTazDUx { width:14.375rem;height:1.21853125rem;top:346.9375rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #lfNbH7ZJbB94UtIv1xol9RCEuV6xV0IF { width:11.875rem;height:4.87413125rem;top:342rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7Q6onQwgLwoMAH6dmlESldBFSDp0Mc { width:8.75rem;height:2.6875rem;top:350.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8GrQhTK9f1LNdNFONCLJd1ocBJfUyO { display:block; }
 }@media only screen and (max-width: 763px) { #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q { width:14.375rem;height:10.6875rem;top:324.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; }#SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.adaptive-delivery-prevent-bg, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyload, #SckcQ9sViTCrTllH0bHJVzyy79Q2i93Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SDCn2zw0MlizuhF4Fh7iHoB8927smUX5 { width:14.375rem;height:1.21853125rem;top:331.6875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #kGUuKNl79oXSlG5qIcbLvGzL7bmMQFTJ { width:11.875rem;height:4.87413125rem;top:326.75rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILUhlTqRhmeeukcovk52mbSVpL0z0S7C { width:8.75rem;height:2.6875rem;top:320.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evx0XLS5XGPkPvC2CoSTKNl0t5o2rgEG { display:block; }
 }@media only screen and (max-width: 763px) { #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU { width:14.375rem;height:10.6875rem;top:309.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; }#PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.adaptive-delivery-prevent-bg, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyload, #PhsVoQSJrGICneWoJt2AGTa0SDb0DPlU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ttFp8rHDotn3MqqycVPyO9wqz7ZJDR4S { width:14.375rem;height:1.21853125rem;top:317rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #h2LyeTXGdWzlTpxFgb1vvSycUvJtFOau { width:11.875rem;height:4.54426875rem;top:312.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s78vNhvcFflB4Hin2uURTmrHMDASdGW3 { background-color:rgba(255,255,255,0.95);background-image:none;display:block; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { background-color: transparent; background-image: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row > .video-iframe-container { display: none; }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .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); }#s78vNhvcFflB4Hin2uURTmrHMDASdGW3 > .row .container { width:20rem;height:121.43443460938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr { width:14.375rem;height:10.6875rem;top:7.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; }#vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.adaptive-delivery-prevent-bg, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyload, #vepuk2ZgHpfDXdgtUWKh3eN0BzIO8pCr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KdGOoxQTTPsagbNp8zBPSRoQxu9JEgL5 { width:11.875rem;height:3.89756875rem;top:79.474609375rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lM7TxlwavEO6fwQCaJudnetWZ6cbsoB8 { width:19.4375rem;height:2.51855625rem;top:4.6875rem;left:0.28125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4nal7WP4gZlSBOhszLttJHL079QroDu { width:14.375rem;height:10.6875rem;top:75.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; }#D4nal7WP4gZlSBOhszLttJHL079QroDu.adaptive-delivery-prevent-bg, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyload, #D4nal7WP4gZlSBOhszLttJHL079QroDu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FKIZyvSKUDmDA76qFyG8ak5PnZ3poII1 { width:11.875rem;height:3.57421875rem;top:92.625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRq72SP79Jq1mT7kHTu5n7uPDafSbfxm { width:14.375rem;height:1.38020625rem;top:97.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl { width:14.375rem;height:10.6875rem;top:41.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; }#VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.adaptive-delivery-prevent-bg, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyload, #VbynIwHgEtBGUaVWD8hm8minCV5yuzMl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc { width:14.375rem;height:10.6875rem;top:21.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; }#WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.adaptive-delivery-prevent-bg, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyload, #WS7bSfbd0WVVq7K8oyCddpDhIzipiFsc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ikkewZMBr4JufMSvaG2MtKHONhXQbJXi { width:13.3744375rem;height:1.13606875rem;top:59.206665039062rem;left:3.2803621888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9UeJRNeo2FnAUAtPzSyxkSGvTW1UUy7 { width:14.375rem;height:1.21853125rem;top:63.625rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #Bhl8Dndos3Tf9yxUS4dqlPvTQDWdMkop { width:11.875rem;height:5.19965625rem;top:44.110528599471rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHMgsq8BPT3cZU4zzJMOmFAfNTOItCTx { width:11.875rem;height:2.11154375rem;top:60.8125rem;left:3.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) { #nb2Sgw8S5lJ4lOAXJgfSyF2EKSAeDiiW { width:20rem;height:2.51844375rem;top:72.855108737944rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG { width:14.375rem;height:10.6875rem;top:89.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; }#pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.adaptive-delivery-prevent-bg, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyload, #pVgVVLR4F3qfxNvyMuMOgiCkdWSXWlTG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QlT1pNbVZe1x5Cf8SoxgLSWgLGTzlzfm { width:11.875rem;height:3.9800375rem;top:11.068359375rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ { width:14.375rem;height:10.6875rem;top:56rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.adaptive-delivery-prevent-bg, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyload, #TCATpaD0xtHcBw6OzciXepxHHBopEwNZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V6AvW9CfTtsrEoyDNNzBhwIhzVNzxA5r { width:11.875rem;height:5.85069375rem;top:23.024634361267rem;left:4.0625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHotLidoT3cEli15yhwoS1XTkILT4CHM { width:14.375rem;height:1.21875rem;top:29.3125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #aP9fsa7LKc8WChAHwpTPHRZFoQSalWnS { width:20rem;height:0.1875rem;top:36.8125rem;left:0rem;z-index:100173;display:block; }
 }@media only screen and (max-width: 763px) { #TK3TlvFBCTRKTGzUk5hV0L9LXXRFkk2k { width:14.375rem;height:1.21875rem;top:14.874113082886rem;left:2.7562933564186rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #WwiphFxxh2HZu9Mzmc9FM8yk9JUDgcFT { width:14.375rem;height:1.21853125rem;top:49.930751800537rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #yNVNxPIkw5Pk4epRbNuX19JsXcSF39mA { width:14.375rem;height:1.21853125rem;top:96.750021500513rem;left:2.8116121888161rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #OXFat1ReOawd54ElU7T9Q8VV2DmbyEGf { width:8.75rem;height:2.6875rem;top:53.295608520507rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi1tncCSktzvCFmeL3NuX7kTbgt3InIh { display:block; }
 }@media only screen and (max-width: 763px) { #p8KCLKTOxA1cFMql4aeUZMxd3npQc0Bz { width:8.75rem;height:2.6875rem;top:67.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEJlWKKWBVtIngLWrMaQAVauJRX1gSQq { display:block; }
 }@media only screen and (max-width: 763px) { #Tc5gxePB9DwQJaeOqPZlVt5zP0pxIaTy { width:8.75rem;height:2.6875rem;top:101.12389257812rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV4k1LUlnyIm9UPSZDrTTKrTlbblchD2 { display:block; }
 }@media only screen and (max-width: 763px) { #vHZQHCGl4oLvzb6zcvvvFr1KnVgPbQcy { width:8.75rem;height:2.6875rem;top:86.560743093488rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWD26iaCImCDm77Ag2lFncgmMNKwJSzC { display:block; }
 }@media only screen and (max-width: 763px) { #zN50ofQfXNGS12vGsNI79EnWkLOn5upr { width:8.75rem;height:2.6875rem;top:32.622380256653rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTRVArGn1405pl9qHeB8N2U43Ke2OpRX { display:block; }
 }@media only screen and (max-width: 763px) { #qMJn9iozpsVILBMLPp8UlfTs1VP0J2P1 { width:8.75rem;height:2.6875rem;top:18.499488830566rem;left:5.6241121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #speFFUkkdhICR4SMGJaf8mfmuLXfmEDc { display:block; }
 }@media only screen and (max-width: 763px) { #VkTkLg2ghEowSkATlTB7UNOFpuN5Tw9V { width:20rem;height:0.1873225rem;top:71.561607360837rem;left:0rem;z-index:100174;display:block; }
 }@media only screen and (max-width: 763px) { #rfXh6rzpx6RqntTSH1ERVBtT33wDmHJf { width:20rem;height:0.1873225rem;top:121.24820102379rem;left:0rem;z-index:100175;display:block; }
 }@media only screen and (max-width: 763px) { #mMA5QHESz4UcA6grRCl4e1gwTb3W9eAH { width:20rem;height:2.51844375rem;top:38.248313080519rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veTcKfxEUUHwNciCLx3Gz5SdBG3MsQ1R { width:20rem;height:0.125rem;top:105.56207835937rem;left:0rem;z-index:100173;display:none; }
 }@media only screen and (max-width: 763px) { #flO56nauI2ccpS7bzZwbt9kzdNyLp0Eu { width:8.75rem;height:2.6875rem;top:117.49945628906rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh4KlhRTtTaPt3aL7P3mRBJk8JhA2SHF { display:block; }
 }@media only screen and (max-width: 763px) { #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv { width:14.375rem;height:10.6875rem;top:105.56195628906rem;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; }#IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.adaptive-delivery-prevent-bg, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyload, #IC4gDkWzz5GEDoOETukEWExpWIyqGfnv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FPTU06TOR7vhDQrX7CKQ1olrnGcOvvPd { width:14.375rem;height:1.21853125rem;top:112.68695628906rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #GiwyV2TvD2HV3O5D6H4iPiLul4ttWJGu { width:11.875rem;height:3.57421875rem;top:108.31053340698rem;left:3.9660857915878rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu { display:block; }#DAQnRCeiT5yh5UmryC8dlJCCWTHyHOnu > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgenyCSKcHUdVpNRxQ1uQBRKJnq6SamV { width:16.125rem;height:2.2745rem;top:19.437500953674rem;left:1.9375000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RRgXboiF38EUDriX3XJa8GTE9niH19bD { width:11.1875rem;height:1.625rem;top:26.531250953674rem;left:3.7500002980233rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GnsPQkUb13HPv5z1iFeqT3tsl6T4vB56 { width:13.0625rem;height:2.92535rem;top:22.759766578674rem;left:2.8125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GSCufOTRzywzMB8NDH0cE2dHGcld5MXb { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:11.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzaQD0rq9TJGvGfhLBcn8PhqLev9etc7 { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:7.9375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDquHaJBSgT7kG1qlTqdsS8Fe2rXzeLT { width:2.8125rem;height:2.8125rem;top:29.3125rem;left:4.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusokiBe0BFqf2zp3TgkvpBZ5k0R5OX6 { width:11.625rem;height:17.8125rem;top:0.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyeHuR4zVW620pLHx0weBMOZe89eWmv { width:2.8125rem;height:2.8125rem;top:25.937500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3ohoO1Zs6JR5CIbIJPeo5ezibTP7H4 { width:2.8125rem;height:2.8125rem;top:22.811198234558rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvGwT8UHKF3r4TpLRFbAkmIs8B1Phl3O { width:2.8125rem;height:2.8125rem;top:29.312500953674rem;left:15.875001251697rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iacfnz8KToy96XW9Je9lxGxqiV2AtO9X { width:19.3125rem;height:0.9747875rem;top:33.708984375rem;left:0.68684893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }