.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { background-color: transparent; background-image: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row > .video-iframe-container { display: none; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .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); }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { border-width: 0; border-radius: 0; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0617875rem;width:22.8125rem;top:0rem;left:18.593749046326rem;overflow:hidden;display:block; }
#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/M0Qb08Ps/images.jfif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.adaptive-delivery-prevent-bg, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyload, #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt.lazyloading { background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { background-color: transparent; background-image: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row > .video-iframe-container { display: none; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .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); }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { border-width: 0; border-radius: 0; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { color:#272828;display:block;width:15.997375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:8rem;left:4.5950527191162rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:10rem;top:32.3125rem;left:47.25rem;overflow:hidden;display:block; }
#D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { color:rgba(2,172,0,0.8);display:block;width:14.8118125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:39.1875rem;left:42.25rem;height:1.38093125rem;font-style:normal;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-form-header {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.75rem;font-weight:700;color:#000000;width:15.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;font-style:normal;overflow:hidden; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:15.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.1875rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#fdbd61;background-image:none;background-position:center !important;background-repeat:no-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-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:400;color:#000000;width:15.1875rem;height:3.125rem;font-family:kids;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;text-align:center;text-align-last:center;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .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;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:14rem;overflow:hidden;font-style:normal; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .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; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:first-of-type{padding-top:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-container:last-of-type{padding-bottom:0;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.7456588745117rem;top:10.808378219604rem;z-index:100038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.1875rem;display:block;vertical-align:top; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.7456588745117rem;top:10.808378219604rem;z-index:100038;position:absolute; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { position:relative;z-index:2; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 { position:relative; }
#APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { position:relative;display:block; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP { position:relative; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV { position:relative; }
#E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -moz-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -ms-linear-gradient(180deg, #d5d9df, #4bc8d7);background-image: -o-linear-gradient(180deg, #d5d9df, #4bc8d7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d9df', endColorstr='#4bc8d7' );";background-image: linear-gradient(180deg, #d5d9df, #4bc8d7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:17.9375rem;top:7.6875rem;left:3.5625rem;display:block; }
#EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { position:absolute;display:block;z-index:100047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.24925rem;width:31.24925rem;top:12.505064964294rem;left:24.748264312744rem;overflow:hidden;display:block; }
#FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:2.5rem;left:15.770833969116rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { background-color: transparent; background-image: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container > .video-iframe-container { display: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row > .video-iframe-container { display: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .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); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { border-width: 0; border-radius: 0; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#eV1asoJhzOgcoXfwz6AqzrJnGzJm7inp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:.9;letter-spacing:0;top:1.0117188692093rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { background-color: transparent; background-image: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container > .video-iframe-container { display: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row > .video-iframe-container { display: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .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); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { border-width: 0; border-radius: 0; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { font-size:0.875rem;font-family:arial;height:114.25rem;width:60rem;position:relative;display:block; }#roAZzyLQ4PP3hoTvNCdZVKBvXCMrymlC { z-index:100001;top:0.90087890625rem;left:14.87255859375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #311a66;border-left:0.125rem solid #311a66;border-right:0.125rem solid #311a66;border-bottom:0.125rem solid #311a66;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#fb0303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U77Utt6ssUgM7cWgZrtxTzckC0Kgt9no { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xEJWULVxTQrxyL4xnsEM3FFKDo6B93uc { color:#00308a;display:block;width:9.25rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:12.3125rem;left:7.0625rem;height:3.65559375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RK5DOoPHEMTrqcHOelBzsHqdf2ULhJUO { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100054;line-height:1.6;letter-spacing:0;top:17.375rem;left:2.75rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { z-index:100014;top:21.124267578125rem;left:4.8125rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cTHMTPzylmiZrbweSD0OLZ33uvHECtGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MUEZP3JRESQ8KwnTwAHKe02dmrVRqsrx { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100056;line-height:1.6;letter-spacing:0;top:18.125rem;left:23.0205078125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbmTmQLUsRR9pRalWkMOJQcsbf98NA5L { z-index:100019;top:21.186767578125rem;left:24.832763671875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J412ApKd3v0FTcdDTLVRW4hFXi2Ax4q0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.8125rem;left:3.1875rem;display:block; }#k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.adaptive-delivery-prevent-bg, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyload, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyloading { background-image: none; }
#NEZUoMQ6dNCFRpTvGccoJs8Su5baP9yM { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:6.8125rem;left:4rem;height:2.92535rem;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; }
#plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw { position:absolute;display:block;z-index:100023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.8740234375rem;left:23.37451171875rem;display:block; }#plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.adaptive-delivery-prevent-bg, #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.lazyload, #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.lazyloading { background-image: none; }
#FIBxNIRUKRohiClV5Gz7forfesNEv3S7 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;top:7.5732421875rem;left:24.332763671875rem;height:1.462675rem;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; }
#R5XErdW27BnzTPurs5rhDtWU08Tx2Rul { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100069;line-height:1.3;letter-spacing:0;top:12.034912109375rem;left:26.15966796875rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dzRD44IKMIIAc1db9OnX6vODimxChC2T { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.3125rem;width:14.375rem;top:5.9375rem;left:43.9375rem;display:block; }#dzRD44IKMIIAc1db9OnX6vODimxChC2T.adaptive-delivery-prevent-bg, #dzRD44IKMIIAc1db9OnX6vODimxChC2T.lazyload, #dzRD44IKMIIAc1db9OnX6vODimxChC2T.lazyloading { background-image: none; }
#RUxbFLlpI7MyyWfe6ZOSyVT8qCLDVwmn { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:7.625rem;left:44.875rem;height:1.462675rem;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; }
#bDqDT71xnpZvnShDotAmHTwe3p5WmtwI { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:12.4375rem;left:46.125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CL5hmR2frUrgfS3BKa2LpTLTrnygaCro { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:10.623779296875rem;left:46.70166015625rem;height:6.90103125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DpKIFI6NHF4gE4igTLWLoENBzI2M2PQn { color:#052956;display:block;width:15.18675rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100057;line-height:1.6;letter-spacing:0;top:18.203125rem;left:43.203125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9PmxXCuHJQJ0lk1NiJqp9Iq1rnTravR { z-index:100014;top:21.249267578125rem;left:45.43701171875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3733125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tSqUVsv0Q8bozyaBa3ZV00EHpooEvBMh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0625rem;width:14.375rem;top:27.810302734375rem;left:3.18603515625rem;display:block; }#JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.adaptive-delivery-prevent-bg, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyload, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyloading { background-image: none; }
#UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { z-index:100020;top:41.872802734375rem;left:5.076904296875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3733125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#esJMFJ68e7oTU6JBPsQodUOW0NqEfWEM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Bcwv9ZeihABZJBuCoA6f4o5Mk6198iM3 { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:37.56103515625rem;left:2.78076171875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X5ZtOx81HM2GaNgVkv6oBoAlLzA0Tpse { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:36.5rem;left:4.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iAzs1K6FMv5vM4igwc1int9USQkJ39Lr { color:#1799eb;display:block;width:12.6245rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:28.9248046875rem;left:3.826904296875rem;height:1.462675rem;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; }
#RiA126ZFtBRMz8nDWqOPMHmct3kbQ0eO { color:#00308a;display:block;width:13.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:32.6748046875rem;left:3.77978515625rem;height:4.14061875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PrfGZXnJC7kfL74Q5LlvD767D99xrnnc { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100061;line-height:1.6;letter-spacing:0;top:39.8125rem;left:23rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg { position:absolute;display:block;z-index:100028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.375rem;top:27.4375rem;left:23.375rem;display:block; }#RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.adaptive-delivery-prevent-bg, #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.lazyload, #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.lazyloading { background-image: none; }
#CBK8443d69KnN5o4FC5HTng1rqpmPChO { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:32rem;left:26.1875rem;height:6.4995625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZvqQkqTT9umDK0m1VdBBmeH6zf46qcSW { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:28.125rem;left:24.375rem;height:1.462675rem;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; }
#kdhAhZtTvhBLeX6PtoDS89wamMlCRvsw { z-index:100023;top:43.248046875rem;left:24.925537109375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3745rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BukSg5hxKQO3kvh46xuO80KLHEWpZS7o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE { position:absolute;display:block;z-index:100040;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.0625rem;width:14.375rem;top:27.5625rem;left:42.9375rem;display:block; }#o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.adaptive-delivery-prevent-bg, #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.lazyload, #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.lazyloading { background-image: none; }
#ArtTm9S2agSgL8UxOtJvLTZSg66baDb8 { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100069;line-height:1.6;letter-spacing:0;top:37.5625rem;left:42.5rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DOflQo23uTtPWnUZ9oL27Qbb4iK1pANa { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:36.25rem;left:44.375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EIVm0pE0ihLmfhIvoAk60kNqJN9xXMfu { color:#1799eb;display:block;width:12.6233125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:32.674560546875rem;left:43.99951171875rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nohKpatsh80Gl0f7gbWCVvFTTTBEeOT8 { z-index:100028;top:41.74755859375rem;left:44.8740234375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3745rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pmZOS2Ai2b4ifnBSMOGTVlu13cQbNB5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qPVTnxrTKM2u0Vxz2dDmu5wZ9B5MF63u { z-index:100002;top:48.685546875rem;left:16.37255859375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #311a66;border-left:0.125rem solid #311a66;border-right:0.125rem solid #311a66;border-bottom:0.125rem solid #311a66;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#fb0303;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.375rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nGURVnuEC7kSoDe8wh41dcesmOd2WskG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:29.3115rem;width:14.4375rem;top:54.375rem;left:9.625rem;display:block; }#IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.adaptive-delivery-prevent-bg, #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.lazyload, #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.lazyloading { background-image: none; }
#dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:22.437rem;width:14.3115rem;top:87.875rem;left:10.1875rem;display:block; }#dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.adaptive-delivery-prevent-bg, #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.lazyload, #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.lazyloading { background-image: none; }
#RAdVvrVFouTnMoChpZhN7CoBLVlhGxx8 { color:#00308a;display:block;width:10.9365rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:61.5rem;left:12.25rem;height:19.4986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MlbxH2Kbsc92BGxqGp8GLaUmp8wPIuSf { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:55.3740234375rem;left:10.42822265625rem;height:1.462675rem;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; }
#BAWvbgdn3kkZmiVQ990eNUPh7McsU2O3 { color:#1799eb;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:59.9375rem;left:11.875rem;height:1.38020625rem;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; }
#ebemV1sIiytM4hFzKi1gGn8x8eHToN0a { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.6;letter-spacing:0;top:57.625rem;left:12.9375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFyR5T4qOQAEGnx9R5bHh9yGXgknUwBq { color:#00308a;display:block;width:10.9365rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:93.4375rem;left:12.9375rem;height:12.999125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Gaty1Dm3oH3f7nNXA2mkF8tElb2ESrLq { color:#1799eb;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:88.875rem;left:11.1875rem;height:1.462675rem;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; }
#efdlh7ELKwFxMplEploexal4yZSse9Za { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:107.125rem;left:9.75rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1lt5mIFTueGHBmWU4im0cZvEg1b5sKf { z-index:100028;top:110.3125rem;left:11.625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tmi7hqnSZiUf9lc9DyCnCkiUQmg6JHzX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vUSIRaTvQ8TDTd2uySinSz7KGtV7SOAR { color:#052956;display:block;width:15.4995rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100044;line-height:1.6;letter-spacing:0;top:80.25rem;left:9.0625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QI7TBSWV6aGT1eTK9vikeuAboxIyEvg0 { z-index:100005;top:83.75rem;left:11.625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3745rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GtTtgDlMr3RVy3A39MVbzl998PPyOoTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:57.3125rem;width:14.4375rem;top:54.375rem;left:40rem;display:block; }#a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.adaptive-delivery-prevent-bg, #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.lazyload, #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.lazyloading { background-image: none; }
#ztF7EOszVa9Ak6uk4fvIE09loApwJFRT { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100024;line-height:1.6;letter-spacing:0;top:57.625rem;left:43.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6CUMTW1cXnDJrCNkKEkT84kH2prlEsq { color:#052956;display:block;width:15.4986875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100051;line-height:1.6;letter-spacing:0;top:108.4375rem;left:39.4375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVkPIkOe41nzyuwopnhNnVaf4vXKwn75 { z-index:100012;top:111.68618011474rem;left:42.500001907349rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3736875rem;height:2.4987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t2TMk13IKdd3aNcAJxqV63bNzobJnVks { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RD50TeKn3LERxI2A7QAO2AJqPSvin8KW { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:60.3125rem;left:42.6875rem;height:42.8971125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qp4TpNQs49AFxa8hEtDfiXDCSNVcah03 { color:#1799eb;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:55.5625rem;left:40.6875rem;height:1.462675rem;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; }
#ea3hWnGhe51zFu3sMbuku81lFrKsBLLE { box-sizing:content-box;color:#ff0000;font-size:5.75rem;font-weight:400;line-height:1;height:8.25rem;width:8.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100089;top:50.4375rem;left:49.9375rem;display:block; }
#t4tivaBkO937BJaDDv7UvJuUHvTw2Fah { color:#052956;display:block;width:10.125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:53.5625rem;left:49rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { background-color: transparent; background-image: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container > .video-iframe-container { display: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row > .video-iframe-container { display: none; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .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); }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { border-width: 0; border-radius: 0; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1.0117188692093rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container { background-color: transparent; background-image: none; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container > .video-iframe-container { display: none; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row > .video-iframe-container { display: none; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .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); }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container { border-width: 0; border-radius: 0; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#zT2LvT85vmWqfnTUOxtBxE9wkwODVFH7 { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100066;line-height:1.6;letter-spacing:0;top:15.4990234375rem;left:43.25rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EA1OHViQSl8g3k4tWwZP0HZT38L6p14I { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3745rem;top:3.1240234375rem;left:43.6865234375rem;display:block; }#EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.adaptive-delivery-prevent-bg, #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.lazyload, #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.lazyloading { background-image: none; }
#qDFFTRDb3vTvLD3eWwXRZXcQTt8b0Oyc { color:#00308a;display:block;width:10.9365rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:6.8740234375rem;left:46.43701171875rem;height:5.19965625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SgiOuN1JPUoeHVOSRQxXMbUZcIkIEq7f { color:#1799eb;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:4.12451171875rem;left:44.68701171875rem;height:1.94921875rem;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; }
#TNkuSV2IWmRAhBMyPbC3R9CfWGdCTzwK { z-index:100028;top:18.93701171875rem;left:45.24951171875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V1RQb1sglOUivMnkHDbVyC1EQF6ryhRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BkHZB6XsuZH1FV0MILKv3tltUG0zERQb { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3745rem;top:2.99951171875rem;left:23.4365234375rem;display:block; }#BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.adaptive-delivery-prevent-bg, #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.lazyload, #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.lazyloading { background-image: none; }
#T088nIfB0tsJyIEsDinnJ8JsiugvVS6V { z-index:100033;top:18.8125rem;left:24.99951171875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TGDPZ4pqn02wzaw9yxGzoyKKUvzyuiVS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#miAPz97VW2XHFr8F4Kk2KSoThDqywcMB { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:15.1240234375rem;left:23rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LOZBZfgQNMkUxu5b787tL9aiaouoTTcc { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:5.54541015625rem;left:24.43701171875rem;height:2.68120625rem;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; }
#nTav69eN04SJqNMAvaFRkEnfuJT8HLuU { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:15.75rem;left:4.625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqVelXE58LAEmIABTKoHcSGAU1plOg9S { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3745rem;top:3.125rem;left:5.0625rem;display:block; }#TqVelXE58LAEmIABTKoHcSGAU1plOg9S.adaptive-delivery-prevent-bg, #TqVelXE58LAEmIABTKoHcSGAU1plOg9S.lazyload, #TqVelXE58LAEmIABTKoHcSGAU1plOg9S.lazyloading { background-image: none; }
#ZATaWABM5oCIOnJIZAWTXEPiWxBRePJw { z-index:100033;top:18.9375rem;left:6.625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ce3psiIQtyN0SbcHvshFxBNiUTdDSPx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XG5hi53NdSEmgh4g13myRB1koTz4SOfn { color:#1799eb;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.0625rem;height:6.337875rem;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; }
#QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR { position:absolute;display:block;z-index:100042;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3745rem;top:26.625rem;left:23.4375rem;display:block; }#QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.adaptive-delivery-prevent-bg, #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.lazyload, #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.lazyloading { background-image: none; }
#LtbtcO3UgJECha4bnXbuhXx1PtynnTBF { z-index:100037;top:42.4375rem;left:25rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LSBXTXPAeNmQJq2oOFsAytAS69icJV6D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HdiVKu0ghcP8NQ46N9zuq4ssrl8nkFZA { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100075;line-height:1.6;letter-spacing:0;top:38.75rem;left:23rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiL4Ficv4QM4nvLpNQWOrvplzx8hemJe { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:29.1875rem;left:24.4375rem;height:2.68120625rem;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; }
#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { background-color: transparent; background-image: none; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container > .video-iframe-container { display: none; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row > .video-iframe-container { display: none; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .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); }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { border-width: 0; border-radius: 0; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.8232421875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { background-color: transparent; background-image: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container > .video-iframe-container { display: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row > .video-iframe-container { display: none; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .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); }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { border-width: 0; border-radius: 0; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#PF2PRy9aztJUZ8Zrx7RqNIBS05lT5zTh { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:15.5rem;left:41.125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w133M1e0BLiLMm3TSWIGRt0NEb7xn5To { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3730625rem;top:3.125rem;left:41.5625rem;display:block; }#w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.adaptive-delivery-prevent-bg, #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.lazyload, #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.lazyloading { background-image: none; }
#GNiyaINTrT01hDMg1Bb666MRJPbpDBRh { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:8.4619140625rem;left:43.24951171875rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ycdRT7yixCBP5RlUplgrpEliNLO63hqR { z-index:100033;top:18.9375rem;left:43.0625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#X9nT4TqknqZ3Wb6aKfvAwFAODCHIPuGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CHgl154uMktfX4Jr7z9xl7JMkTGqglWc { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:4.5625rem;left:42.5625rem;height:1.8684875rem;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; }
#V307Z2pTTHDXaoUKi0lRg9wLiNyv8pZT { z-index:100038;top:19.0625rem;left:13.9365234375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qvyxtHgQ4wKMDnQzQXHcXTtKgKGEnHaR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vkTkHkGiuwvfB71KDPeWM7ZAJgsArmXe { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:14.97509765625rem;left:12.029296875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xerJTzFTUnaftST80NO0V8vyO6TLMEiw { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.8125rem;width:14.375rem;top:3.12451171875rem;left:12.375rem;display:block; }#xerJTzFTUnaftST80NO0V8vyO6TLMEiw.adaptive-delivery-prevent-bg, #xerJTzFTUnaftST80NO0V8vyO6TLMEiw.lazyload, #xerJTzFTUnaftST80NO0V8vyO6TLMEiw.lazyloading { background-image: none; }
#J4DTa8OvSQHuIxSwmkVzMNTgCCcJvtnu { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:6.7490234375rem;left:12.87451171875rem;height:2.2747375rem;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; }
#OuTc979mhStouoTR3rmRZZMgtevP8x3h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container { background-color: transparent; background-image: none; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container > .video-iframe-container { display: none; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row > .video-iframe-container { display: none; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .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); }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container { border-width: 0; border-radius: 0; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.9482421875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { background-color: transparent; background-image: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container > .video-iframe-container { display: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row > .video-iframe-container { display: none; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .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); }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { border-width: 0; border-radius: 0; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:block; }#elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.375rem;width:14.375rem;top:2.75rem;left:41.5rem;display:block; }#elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.adaptive-delivery-prevent-bg, #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.lazyload, #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.lazyloading { background-image: none; }
#Lk3w03wdskui7nAwBbBCiNh1p3FKiTDT { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:5.1875rem;left:42.4990234375rem;height:3.8984375rem;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; }
#wbUQxiyWwe2D389r7UAoiA7NdOrv8nGN { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:11.56103515625rem;left:41.49853515625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exaNdFvwGKQNeo5W3xQqaMWP9dALW3uv { z-index:100038;top:17.31201171875rem;left:43rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ANsiwc9peLpvIe5cgRa9CToa3WXtlust { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fyxxzEZsKoJroDZDdsguORNymRXaXthX { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:14.375rem;width:14.375rem;top:2.75rem;left:11.5625rem;display:block; }#fyxxzEZsKoJroDZDdsguORNymRXaXthX.adaptive-delivery-prevent-bg, #fyxxzEZsKoJroDZDdsguORNymRXaXthX.lazyload, #fyxxzEZsKoJroDZDdsguORNymRXaXthX.lazyloading { background-image: none; }
#NSN9muefJ7TwMg5MLkTp239W1A6JOGLy { z-index:100042;top:17.25rem;left:13.1875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L7DVTT8VS1TXZrCdlicORbRWix9eNiMR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GfX3cXVGD2vlsuQ2WwDco59Ub47NSfeN { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100080;line-height:1.6;letter-spacing:0;top:11.5625rem;left:11.5625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxqTrFc0GPftoZOcqVqIUbOAfx4DtWJx { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:5.1875rem;left:12.5625rem;height:1.94921875rem;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; }
#tIceiwRi6KFQv1rlVTwRiufameWqLX8x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { background-color: transparent; background-image: none; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container > .video-iframe-container { display: none; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row > .video-iframe-container { display: none; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .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); }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { border-width: 0; border-radius: 0; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#SZSgC7NwWhgdKdlUQgz0oyfWQ0CVhsGN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.84228515625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;display:block; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container { background-color: transparent; background-image: none; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container > .video-iframe-container { display: none; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row > .video-iframe-container { display: none; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .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); }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container { border-width: 0; border-radius: 0; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:20.3125rem;width:14.375rem;top:2.5625rem;left:43.187501907349rem;display:block; }#Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.adaptive-delivery-prevent-bg, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyload, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyloading { background-image: none; }
#K3T9nZKMAyICyTVOgQeTr24aH2MVME2y { color:#1799eb;display:block;width:12.622375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:3.9999904632568rem;left:44.093751907349rem;height:1.8684875rem;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; }
#SncUNIZFmsMJhOehQS8FPQfCTvvLg4sX { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:15.0517578125rem;left:42.78125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWTmb0lM9Jh0vKOQFW81MTnDmFT2bvUN { color:#00308a;display:block;width:10.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:5.8658761978149rem;left:44.937501907349rem;height:3.8997375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nUUGWbQmwKNrA399q56pIThL2amFggC8 { z-index:100038;top:22.875rem;left:44.720056533814rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.372375rem;height:2.4987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WGxTZHqBi0CULXsMrl6XEJ1rKBHCnB9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X4bh87qkRqIuZyW7WZ0AZNvnN4GtTeWb { z-index:100043;top:22.875rem;left:25.312501907349rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.372375rem;height:2.4987rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uiXFVil4bWUsT2xBtdoqBIdvLr4zraWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:20.1875rem;width:14.4375rem;top:2.5625rem;left:23.812501907349rem;display:block; }#V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.adaptive-delivery-prevent-bg, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyload, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyloading { background-image: none; }
#ryMIkBiekRFKs2wTIcbO8w5xeVi2TqAX { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.6;letter-spacing:0;top:15.0205078125rem;left:23.404296875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VdzFqlq0DxdAdLaOuTeGn0rVGFDE57qr { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:8rem;left:26rem;height:2.599825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#q9mSTTfzOSulDr03b0lTZ6XKtARG4T9Z { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:4rem;left:24.8125rem;height:1.8684875rem;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; }
#z64GPlBMSOuXWp00NNUDFeTh8B5UNn8w { z-index:100048;top:18.375rem;left:6.625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TaWpPtqp3iiSReT3a85OidneWdS5hSlA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:15.75rem;width:14.3730625rem;top:2.5625rem;left:5.125rem;display:block; }#VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.adaptive-delivery-prevent-bg, #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.lazyload, #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.lazyloading { background-image: none; }
#DZqxqSCT2mWiWSIAgTHXPdm34PKnlVLM { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100086;line-height:1.6;letter-spacing:0;top:14.9375rem;left:4.625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMg4nw4niKdZ3dToTRZ3BsSpnIlVQgm4 { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:9.2724609375rem;left:7.3125rem;height:2.599825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lZkx75vLL5P8eeuvofAxlJC46moXE7qf { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:4rem;left:6.125rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDC0T4eTPFSXHaKM6TgLPDv6NVi1vsWN { z-index:100043;top:42.0625rem;left:45.6875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UHyyJgAi72ESNE3I6eGrzXFBwDu1ahKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tlBPXAM52ldmqX5raLnLULe4BVqaxibO { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.25rem;width:14.375rem;top:28.8125rem;left:44.1875rem;display:block; }#tlBPXAM52ldmqX5raLnLULe4BVqaxibO.adaptive-delivery-prevent-bg, #tlBPXAM52ldmqX5raLnLULe4BVqaxibO.lazyload, #tlBPXAM52ldmqX5raLnLULe4BVqaxibO.lazyloading { background-image: none; }
#rhgNfAf4kWNvL7zg76C0Rglifi2fWBXi { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.6;letter-spacing:0;top:37.4375rem;left:43.8125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKe9BitfxTnPWnCCyr3WQMqUVJQN5CMI { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;top:31.625rem;left:45.0625rem;height:2.2747375rem;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; }
#xwecUCLOQKr8SQfvFsiBb1uE478fcuBD { z-index:100047;top:42.3125rem;left:25.4375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zKoAZ3bft2wVzHozTgD772616btR2pae { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF { position:absolute;display:block;z-index:100052;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.25rem;width:14.375rem;top:28.9375rem;left:23.8125rem;display:block; }#MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.adaptive-delivery-prevent-bg, #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.lazyload, #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.lazyloading { background-image: none; }
#TAXtLEBOU3f8pti8r3zHApuFOWWNrEuU { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.6;letter-spacing:0;top:37.5625rem;left:23.3125rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPVz7c3z1QQiRoW18tIvkxCFBfQs3qvx { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:31.75rem;left:24.6875rem;height:2.2747375rem;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; }
#RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz { position:absolute;display:block;z-index:100056;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.25rem;width:14.375rem;top:28.9375rem;left:4.375rem;display:block; }#RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.adaptive-delivery-prevent-bg, #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.lazyload, #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.lazyloading { background-image: none; }
#cofS5sEGipKz2v2CSID2XS1pzkCsJvIo { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100089;line-height:1.6;letter-spacing:0;top:37.5625rem;left:3.875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7RvmXnAHeCzn284r5AGI95HnGBgziuU { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:31.75rem;left:5.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; }
#UHTcKF73mRQ1sLsGEFiDn1AAV1xpHxBM { z-index:100051;top:42.3125rem;left:6rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AWatdE28HoNMiiKLCVxlIMPGtLSJBFoU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { background-color: transparent; background-image: none; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container > .video-iframe-container { display: none; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row > .video-iframe-container { display: none; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .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); }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { border-width: 0; border-radius: 0; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#WAxDzTyPSFBNntFVtAkXTNfqKVLxzH06 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:0.76025390625rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB { border-top:0.625rem solid #eea631;border-left:0.625rem solid #eea631;border-right:0.625rem solid #eea631;border-bottom:0.625rem solid #eea631;background-color:#e7e9f1;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { background-color: transparent; background-image: none; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container > .video-iframe-container { display: none; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row > .video-iframe-container { display: none; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .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); }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { border-width: 0; border-radius: 0; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { font-size:0.875rem;font-family:arial;height:100.125rem;width:60rem;position:relative;display:block; }#oq3y3IzAyqPyhJbCQwCIeKGFutAdPMvw { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:6.875rem;left:23rem;height:3.00636875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#eagLJs6XoTn0u8de4Is9AgANkBT71Ox2 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #cccccc, #668ef3);background-image: -moz-linear-gradient(107deg, #cccccc, #668ef3);background-image: -ms-linear-gradient(107deg, #cccccc, #668ef3);background-image: -o-linear-gradient(107deg, #cccccc, #668ef3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );";background-image: linear-gradient(107deg, #cccccc, #668ef3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:4rem;width:33.75rem;top:6.375rem;left:26.25rem;display:block; }
#X2nqPm5yR4OC7zgETfngErmRqo4sudRD { color:#00308a;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:36.4375rem;left:45.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT { position:absolute;display:block;z-index:100048;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.375rem;top:12.1875rem;left:43.875rem;display:block; }#dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.adaptive-delivery-prevent-bg, #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.lazyload, #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.lazyloading { background-image: none; }
#WiKlZmk3ZoeZvUIthcUVLEx8IFb1i4lR { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:14.62353515625rem;left:46.43408203125rem;height:2.599825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fyJ3lEI3bhJpHaCyJ3WHuovDA9JkT4nv { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.6;letter-spacing:0;top:21.2490234375rem;left:43.435546875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uq6yUr6Z937Hi7nseDdr2CK7LcRByhXC { z-index:100043;top:26.06103515625rem;left:45.4375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wiXUZ7rCGZX4PgMkF7u3sna2lNZNvfRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { z-index:100051;top:25.875rem;left:5.6865234375rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#S87r2ZC50w0UkhONPHMk6pMMMBM8y4Oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MFXDwTaED3UqpT65NhwPw0MyuBrpKUf2 { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100089;line-height:1.6;letter-spacing:0;top:20.75rem;left:3.5rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X3R6euP2Fe3HeTsakKkcHge6EOr6MTly { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:15.0625rem;left:6.75rem;height:2.599825rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.75rem;top:12.1875rem;left:3.65625rem;display:block; }#dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.adaptive-delivery-prevent-bg, #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.lazyload, #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.lazyloading { background-image: none; }
#Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH { position:absolute;display:block;z-index:99995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.7495rem;top:33.5625rem;left:43.9375rem;display:block; }#Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.adaptive-delivery-prevent-bg, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyload, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyloading { background-image: none; }
#mi6OK4f6Eesu2x32gLvcAEsN4PptquiQ { z-index:100044;top:47.25rem;left:45.8125rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ec1btifbZI3DTzstm0excqRTOd7ZhFh5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pLr6H6I02eWyNzQ9b02APHQbws8zW3bH { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100082;line-height:1.6;letter-spacing:0;top:42.19482421875rem;left:43.71630859375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFzBcVbaVhvu9MGWIGqkTxDkUsa83rMT { color:#00308a;display:block;width:10.749rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:37.125rem;left:6.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli { position:absolute;display:block;z-index:99996;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.7480625rem;top:33.5625rem;left:4.0625rem;display:block; }#lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.adaptive-delivery-prevent-bg, #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.lazyload, #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.lazyloading { background-image: none; }
#TetDcBiIN8s9evolsArCQJmfAnQLwdTt { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:42.125rem;left:3.75rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { z-index:100045;top:47.0625rem;left:6rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aOERQpL2JaxJhZLmvKcqhdPn4XN2HNDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HnAFwipyAfsSpl9HbhnAhpawH5fCGCvB { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:51.875rem;left:23rem;height:3.00636875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#mLyyrM2e4MpyqCgh4GV2568bqTpVRKdf { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #cccccc, #668ef3);background-image: -moz-linear-gradient(107deg, #cccccc, #668ef3);background-image: -ms-linear-gradient(107deg, #cccccc, #668ef3);background-image: -o-linear-gradient(107deg, #cccccc, #668ef3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );";background-image: linear-gradient(107deg, #cccccc, #668ef3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:4rem;width:33.75rem;top:51.375rem;left:26.25rem;display:block; }
#mLbXEfggAUcoUPLTxAEdyrqeCWx9BKbh { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:61.125rem;left:44.4375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ { position:absolute;display:block;z-index:99997;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.7480625rem;top:59.06689453125rem;left:43.5rem;display:block; }#tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.adaptive-delivery-prevent-bg, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyload, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyloading { background-image: none; }
#MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { z-index:100045;top:72.75439453125rem;left:45.1875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lqcn9APaToSMFdPKVTfqbHAtsOrmwsr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eDocVCxZQ8XIm9OSV8MMysDTtuTEy0dG { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:68.3173828125rem;left:43.2802734375rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:13.6875rem;width:14.7480625rem;top:59.0625rem;left:5.9375rem;display:block; }#zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.adaptive-delivery-prevent-bg, #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.lazyload, #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.lazyloading { background-image: none; }
#vNAgZLGT0lh0mz77GmazqHhCXEKUcO78 { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:61.125rem;left:6.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNSep2FglmHRo3v1zKsWPvJEHZe9zpNv { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100091;line-height:1.6;letter-spacing:0;top:68.3125rem;left:5.6875rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { z-index:100053;top:72.75rem;left:7.625rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#n5ik7m3yRUia6Mx14aNv1lPMQSKTWiZn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CUA5XoB4F5EUKg11zvocdaekuxSHLAPW { color:#00308a;display:block;width:10.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:60.8115234375rem;left:13.388671875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o20pb98g8Qmemde1kEZb8aVkwyNCIqx4 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:16.8125rem;width:14.75rem;top:77.75390625rem;left:42.77490234375rem;display:block; }#o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.adaptive-delivery-prevent-bg, #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.lazyload, #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.lazyloading { background-image: none; }
#NZ32cKs4x0bG9Unhgk77UTVRrzz2affa { color:#00308a;display:block;width:11.9970625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:79.7548828125rem;left:44.0947265625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTvUorBJN5zMMdPEXPBTLLrlIy6phTyM { color:#00308a;display:block;width:11.995625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:86.6923828125rem;left:44.0947265625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IThJWX3GAB4B1ypkGsBysD8RdmiJ1Xqq { color:#00308a;display:block;width:10.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:86.345703125rem;left:47.716796875rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFRDTFOrH0H7uR0MBhug06D2xFqwEdSu { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:83.19287109375rem;left:42.3369140625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIZrFocU3c2BQxgQy2CtDKrvzNWbIOwc { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100093;line-height:1.6;letter-spacing:0;top:87.99169921875rem;left:42.3369140625rem;height:1.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DysdH9NcXrgMp1dkJWA6p25P4uObbgRw { z-index:100046;top:92.81689453125rem;left:45.1875rem;background-color:#e1093f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3730625rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KsKHEBR1mpTExLTZcTPOdaGuRSWuqJea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -moz-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -ms-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-image: -o-linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f141b', endColorstr='#99637789' );";background-image: linear-gradient(188deg, #0f141b, rgba(99,119,137,0.6));background-size:initial !important;position:relative;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { font-size:0.875rem;font-family:"open sans";height:14.4375rem;width:60rem;position:relative;display:block; }#O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5435rem;font-style:normal;display:block; }
#Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:25.24951171875rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { top:0rem;left:12.468749046326rem;width:22.8125rem;height:6.0617875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.1875rem;top:8rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { top:32.3125rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { top:39.1875rem;left:33rem;width:14.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { top:7.6875rem;left:0rem;width:17.9375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { top:12.5rem;left:16.5625rem;width:31.1875rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { top:2.5rem;left:9.6458339691163rem;width:31.5625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 { display:block; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV1asoJhzOgcoXfwz6AqzrJnGzJm7inp { top:1rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF { display:block; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roAZzyLQ4PP3hoTvNCdZVKBvXCMrymlC { top:0.875rem;left:8.74755859375rem;width:36.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77Utt6ssUgM7cWgZrtxTzckC0Kgt9no { display:block; }
 }@media only screen and (max-width: 763px) { #xEJWULVxTQrxyL4xnsEM3FFKDo6B93uc { top:12.3125rem;left:0.9375rem;width:9.25rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5DOoPHEMTrqcHOelBzsHqdf2ULhJUO { width:15.1875rem;height:1.875rem;top:17.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { top:21.0625rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTHMTPzylmiZrbweSD0OLZ33uvHECtGE { display:block; }
 }@media only screen and (max-width: 763px) { #MUEZP3JRESQ8KwnTwAHKe02dmrVRqsrx { width:15.1875rem;height:1.875rem;top:18.0625rem;left:16.89501953125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmTmQLUsRR9pRalWkMOJQcsbf98NA5L { top:21.125rem;left:18.707763671875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J412ApKd3v0FTcdDTLVRW4hFXi2Ax4q0 { display:block; }
 }@media only screen and (max-width: 763px) { #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX { width:14.375rem;height:15.3125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZUoMQ6dNCFRpTvGccoJs8Su5baP9yM { width:12.625rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw { width:14.375rem;height:15.3125rem;top:5.8125rem;left:17.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIBxNIRUKRohiClV5Gz7forfesNEv3S7 { width:12.625rem;height:1.5rem;top:7.5625rem;left:18.207763671875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5XErdW27BnzTPurs5rhDtWU08Tx2Rul { top:12rem;left:20.03466796875rem;width:10.9375rem;height:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzRD44IKMIIAc1db9OnX6vODimxChC2T { width:14.375rem;height:15.3125rem;top:5.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUxbFLlpI7MyyWfe6ZOSyVT8qCLDVwmn { width:12.5625rem;height:;top:7.5625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDqDT71xnpZvnShDotAmHTwe3p5WmtwI { top:12.375rem;left:36.8125rem;width:10.9375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL5hmR2frUrgfS3BKa2LpTLTrnygaCro { top:10.5625rem;left:36.8125rem;width:10.9375rem;height:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKIFI6NHF4gE4igTLWLoENBzI2M2PQn { width:15.125rem;height:1.875rem;top:18.1875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PmxXCuHJQJ0lk1NiJqp9Iq1rnTravR { top:21.1875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSqUVsv0Q8bozyaBa3ZV00EHpooEvBMh { display:block; }
 }@media only screen and (max-width: 763px) { #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF { width:14.375rem;height:14.0625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { top:41.8125rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJMFJ68e7oTU6JBPsQodUOW0NqEfWEM { display:block; }
 }@media only screen and (max-width: 763px) { #Bcwv9ZeihABZJBuCoA6f4o5Mk6198iM3 { width:15.125rem;height:1.875rem;top:37.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZtOx81HM2GaNgVkv6oBoAlLzA0Tpse { top:36.5rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAzs1K6FMv5vM4igwc1int9USQkJ39Lr { width:12.5625rem;height:;top:28.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiA126ZFtBRMz8nDWqOPMHmct3kbQ0eO { top:32.625rem;left:0rem;width:13.4375rem;height:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfGZXnJC7kfL74Q5LlvD767D99xrnnc { width:15.1875rem;height:1.875rem;top:39.75rem;left:16.87451171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg { width:14.375rem;height:15.75rem;top:27.4375rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBK8443d69KnN5o4FC5HTng1rqpmPChO { top:32rem;left:20.0625rem;width:10.9375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqQkqTT9umDK0m1VdBBmeH6zf46qcSW { width:12.5625rem;height:;top:28.125rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdhAhZtTvhBLeX6PtoDS89wamMlCRvsw { top:43.1875rem;left:18.800537109375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukSg5hxKQO3kvh46xuO80KLHEWpZS7o { display:block; }
 }@media only screen and (max-width: 763px) { #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE { width:14.375rem;height:14.0625rem;top:27.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArtTm9S2agSgL8UxOtJvLTZSg66baDb8 { width:15.125rem;height:1.875rem;top:37.5625rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOflQo23uTtPWnUZ9oL27Qbb4iK1pANa { top:36.25rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVm0pE0ihLmfhIvoAk60kNqJN9xXMfu { width:12.5625rem;height:2rem;top:32.625rem;left:35.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohKpatsh80Gl0f7gbWCVvFTTTBEeOT8 { top:41.6875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmZOS2Ai2b4ifnBSMOGTVlu13cQbNB5m { display:block; }
 }@media only screen and (max-width: 763px) { #qPVTnxrTKM2u0Vxz2dDmu5wZ9B5MF63u { top:48.625rem;left:10.24755859375rem;width:30.375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGURVnuEC7kSoDe8wh41dcesmOd2WskG { display:block; }
 }@media only screen and (max-width: 763px) { #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L { width:14.4375rem;height:29.25rem;top:54.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq { width:14.25rem;height:22.375rem;top:87.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAdVvrVFouTnMoChpZhN7CoBLVlhGxx8 { top:61.5rem;left:6.125rem;width:10.875rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlbxH2Kbsc92BGxqGp8GLaUmp8wPIuSf { width:12.5625rem;height:1.5rem;top:55.3125rem;left:4.30322265625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAWvbgdn3kkZmiVQ990eNUPh7McsU2O3 { width:12.5625rem;height:1.4375rem;top:59.9375rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebemV1sIiytM4hFzKi1gGn8x8eHToN0a { width:10.125rem;height:1.9375rem;top:57.625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFyR5T4qOQAEGnx9R5bHh9yGXgknUwBq { top:93.4375rem;left:6.8125rem;width:10.875rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaty1Dm3oH3f7nNXA2mkF8tElb2ESrLq { width:12.5625rem;height:1.4375rem;top:88.875rem;left:5.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdlh7ELKwFxMplEploexal4yZSse9Za { width:15.1875rem;height:1.875rem;top:107.125rem;left:3.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lt5mIFTueGHBmWU4im0cZvEg1b5sKf { top:110.3125rem;left:5.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmi7hqnSZiUf9lc9DyCnCkiUQmg6JHzX { display:block; }
 }@media only screen and (max-width: 763px) { #vUSIRaTvQ8TDTd2uySinSz7KGtV7SOAR { width:15.4375rem;height:1.9375rem;top:80.25rem;left:2.9375019073486rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI7TBSWV6aGT1eTK9vikeuAboxIyEvg0 { top:83.75rem;left:5.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTtgDlMr3RVy3A39MVbzl998PPyOoTT { display:block; }
 }@media only screen and (max-width: 763px) { #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc { width:14.4375rem;height:57.3125rem;top:54.375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztF7EOszVa9Ak6uk4fvIE09loApwJFRT { width:10.125rem;height:2rem;top:57.625rem;left:36.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CUMTW1cXnDJrCNkKEkT84kH2prlEsq { width:15.4375rem;height:1.875rem;top:108.4375rem;left:32.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkPIkOe41nzyuwopnhNnVaf4vXKwn75 { top:111.625rem;left:36.375001907349rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TMk13IKdd3aNcAJxqV63bNzobJnVks { display:block; }
 }@media only screen and (max-width: 763px) { #RD50TeKn3LERxI2A7QAO2AJqPSvin8KW { top:60.3125rem;left:36.5625rem;width:10.9375rem;height:48.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4TpNQs49AFxa8hEtDfiXDCSNVcah03 { width:12.625rem;height:1.4375rem;top:55.5625rem;left:34.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea3hWnGhe51zFu3sMbuku81lFrKsBLLE { top:50.4375rem;left:39.5rem;width:8.25rem;height:8.25rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tivaBkO937BJaDDv7UvJuUHvTw2Fah { width:10.125rem;height:2rem;top:53.5625rem;left:37.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc { display:block; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT2LvT85vmWqfnTUOxtBxE9wkwODVFH7 { width:15.1875rem;height:1.875rem;top:15.4375rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I { width:14.3125rem;height:15.75rem;top:3.0625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDFFTRDb3vTvLD3eWwXRZXcQTt8b0Oyc { top:6.8125rem;left:36.875rem;width:10.875rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgiOuN1JPUoeHVOSRQxXMbUZcIkIEq7f { width:12.5625rem;height:2rem;top:4.0625rem;left:35.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkuSV2IWmRAhBMyPbC3R9CfWGdCTzwK { top:18.875rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1RQb1sglOUivMnkHDbVyC1EQF6ryhRF { display:block; }
 }@media only screen and (max-width: 763px) { #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb { width:14.3125rem;height:15.75rem;top:2.9375rem;left:17.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T088nIfB0tsJyIEsDinnJ8JsiugvVS6V { top:18.8125rem;left:18.87451171875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDPZ4pqn02wzaw9yxGzoyKKUvzyuiVS { display:block; }
 }@media only screen and (max-width: 763px) { #miAPz97VW2XHFr8F4Kk2KSoThDqywcMB { width:15.1875rem;height:1.875rem;top:15.0625rem;left:16.87451171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZBZfgQNMkUxu5b787tL9aiaouoTTcc { width:12.5625rem;height:5.3125rem;top:5.5rem;left:18.31201171875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTav69eN04SJqNMAvaFRkEnfuJT8HLuU { width:15.1875rem;height:1.875rem;top:15.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVelXE58LAEmIABTKoHcSGAU1plOg9S { width:14.3125rem;height:15.75rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZATaWABM5oCIOnJIZAWTXEPiWxBRePJw { top:18.9375rem;left:0.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce3psiIQtyN0SbcHvshFxBNiUTdDSPx7 { display:block; }
 }@media only screen and (max-width: 763px) { #XG5hi53NdSEmgh4g13myRB1koTz4SOfn { width:12.5625rem;height:8.4375rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR { width:14.3125rem;height:15.75rem;top:26.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtbtcO3UgJECha4bnXbuhXx1PtynnTBF { top:42.4375rem;left:18.875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBXTXPAeNmQJq2oOFsAytAS69icJV6D { display:block; }
 }@media only screen and (max-width: 763px) { #HdiVKu0ghcP8NQ46N9zuq4ssrl8nkFZA { width:15.1875rem;height:1.875rem;top:38.6875rem;left:16.87451171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL4Ficv4QM4nvLpNQWOrvplzx8hemJe { width:12.5625rem;height:5.3125rem;top:29.1875rem;left:18.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7vBaJVD0meeTdsw9azEdem1ClvkXWgz { display:block; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { top:0.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF2PRy9aztJUZ8Zrx7RqNIBS05lT5zTh { width:15.1875rem;height:1.875rem;top:15.4375rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To { width:14.3125rem;height:15.75rem;top:3.125rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNiyaINTrT01hDMg1Bb666MRJPbpDBRh { top:8.4375rem;left:36.875rem;width:10.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdRT7yixCBP5RlUplgrpEliNLO63hqR { top:18.9375rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nT4TqknqZ3Wb6aKfvAwFAODCHIPuGo { display:block; }
 }@media only screen and (max-width: 763px) { #CHgl154uMktfX4Jr7z9xl7JMkTGqglWc { width:12.5625rem;height:1.8125rem;top:4.5625rem;left:35.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V307Z2pTTHDXaoUKi0lRg9wLiNyv8pZT { top:19.0625rem;left:7.8115234375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvyxtHgQ4wKMDnQzQXHcXTtKgKGEnHaR { display:block; }
 }@media only screen and (max-width: 763px) { #vkTkHkGiuwvfB71KDPeWM7ZAJgsArmXe { width:15.1875rem;height:1.875rem;top:14.9375rem;left:5.904296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerJTzFTUnaftST80NO0V8vyO6TLMEiw { width:14.375rem;height:15.8125rem;top:3.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4DTa8OvSQHuIxSwmkVzMNTgCCcJvtnu { width:12.5625rem;height:4.5625rem;top:6.6875rem;left:6.74951171875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuTc979mhStouoTR3rmRZZMgtevP8x3h { display:block; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { top:0.9375rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU { width:14.375rem;height:14.375rem;top:2.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk3w03wdskui7nAwBbBCiNh1p3FKiTDT { width:12.5625rem;height:3.9375rem;top:5.1875rem;left:35.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbUQxiyWwe2D389r7UAoiA7NdOrv8nGN { width:15.1875rem;height:3.8125rem;top:11.5rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exaNdFvwGKQNeo5W3xQqaMWP9dALW3uv { top:17.25rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsiwc9peLpvIe5cgRa9CToa3WXtlust { display:block; }
 }@media only screen and (max-width: 763px) { #fyxxzEZsKoJroDZDdsguORNymRXaXthX { width:14.3125rem;height:14.3125rem;top:2.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSN9muefJ7TwMg5MLkTp239W1A6JOGLy { top:17.25rem;left:7.0625rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DVTT8VS1TXZrCdlicORbRWix9eNiMR { display:block; }
 }@media only screen and (max-width: 763px) { #GfX3cXVGD2vlsuQ2WwDco59Ub47NSfeN { width:15.1875rem;height:3.8125rem;top:11.5625rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqTrFc0GPftoZOcqVqIUbOAfx4DtWJx { width:12.5625rem;height:;top:5.1875rem;left:6.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIceiwRi6KFQv1rlVTwRiufameWqLX8x { display:block; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZSgC7NwWhgdKdlUQgz0oyfWQ0CVhsGN { top:0.8125rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO { display:block; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D { width:14.375rem;height:20.3125rem;top:2.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3T9nZKMAyICyTVOgQeTr24aH2MVME2y { width:12.5625rem;height:1.8125rem;top:3.9375rem;left:35.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SncUNIZFmsMJhOehQS8FPQfCTvvLg4sX { width:15.1875rem;height:1.875rem;top:15rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTmb0lM9Jh0vKOQFW81MTnDmFT2bvUN { top:5.8125rem;left:36.875rem;width:10.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUGWbQmwKNrA399q56pIThL2amFggC8 { top:22.875rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGxTZHqBi0CULXsMrl6XEJ1rKBHCnB9z { display:block; }
 }@media only screen and (max-width: 763px) { #X4bh87qkRqIuZyW7WZ0AZNvnN4GtTeWb { top:22.875rem;left:19.187501907349rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXFVil4bWUsT2xBtdoqBIdvLr4zraWm { display:block; }
 }@media only screen and (max-width: 763px) { #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W { width:14.4375rem;height:20.1875rem;top:2.5625rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryMIkBiekRFKs2wTIcbO8w5xeVi2TqAX { width:15.1875rem;height:1.875rem;top:15rem;left:17.279296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdzFqlq0DxdAdLaOuTeGn0rVGFDE57qr { top:8rem;left:19.875rem;width:10.875rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mSTTfzOSulDr03b0lTZ6XKtARG4T9Z { width:12.5625rem;height:;top:4rem;left:18.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z64GPlBMSOuXWp00NNUDFeTh8B5UNn8w { top:18.375rem;left:0.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWpPtqp3iiSReT3a85OidneWdS5hSlA { display:block; }
 }@media only screen and (max-width: 763px) { #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs { width:14.3125rem;height:15.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZqxqSCT2mWiWSIAgTHXPdm34PKnlVLM { width:15.1875rem;height:1.875rem;top:14.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMg4nw4niKdZ3dToTRZ3BsSpnIlVQgm4 { top:9.25rem;left:1.1875rem;width:10.875rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkx75vLL5P8eeuvofAxlJC46moXE7qf { width:12.5625rem;height:3.5625rem;top:4rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDC0T4eTPFSXHaKM6TgLPDv6NVi1vsWN { top:42.0625rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyyJgAi72ESNE3I6eGrzXFBwDu1ahKw { display:block; }
 }@media only screen and (max-width: 763px) { #tlBPXAM52ldmqX5raLnLULe4BVqaxibO { width:14.375rem;height:13.25rem;top:28.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgNfAf4kWNvL7zg76C0Rglifi2fWBXi { width:15.1875rem;height:1.9375rem;top:37.4375rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKe9BitfxTnPWnCCyr3WQMqUVJQN5CMI { width:12.5625rem;height:2.25rem;top:31.625rem;left:35.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwecUCLOQKr8SQfvFsiBb1uE478fcuBD { top:42.3125rem;left:19.3125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoAZ3bft2wVzHozTgD772616btR2pae { display:block; }
 }@media only screen and (max-width: 763px) { #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF { width:14.375rem;height:13.25rem;top:28.9375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXtLEBOU3f8pti8r3zHApuFOWWNrEuU { width:15.1875rem;height:1.9375rem;top:37.5625rem;left:17.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPVz7c3z1QQiRoW18tIvkxCFBfQs3qvx { width:12.5625rem;height:4.5rem;top:31.75rem;left:18.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz { width:14.375rem;height:13.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cofS5sEGipKz2v2CSID2XS1pzkCsJvIo { width:15.1875rem;height:1.9375rem;top:37.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RvmXnAHeCzn284r5AGI95HnGBgziuU { width:12.5625rem;height:2.25rem;top:31.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTcKF73mRQ1sLsGEFiDn1AAV1xpHxBM { top:42.3125rem;left:0rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWatdE28HoNMiiKLCVxlIMPGtLSJBFoU { display:block; }
 }@media only screen and (max-width: 763px) { #qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV { display:block; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAxDzTyPSFBNntFVtAkXTNfqKVLxzH06 { top:0.75rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB { display:block; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq3y3IzAyqPyhJbCQwCIeKGFutAdPMvw { width:36.9375rem;height:3rem;top:6.8125rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagLJs6XoTn0u8de4Is9AgANkBT71Ox2 { top:6.375rem;left:14rem;width:33.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nqPm5yR4OC7zgETfngErmRqo4sudRD { top:36.375rem;left:37.5625rem;width:10.1875rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT { width:14.375rem;height:13.6875rem;top:12.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKlZmk3ZoeZvUIthcUVLEx8IFb1i4lR { top:14.5625rem;left:36.875rem;width:10.875rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyJ3lEI3bhJpHaCyJ3WHuovDA9JkT4nv { width:15.1875rem;height:1.875rem;top:21.1875rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6yUr6Z937Hi7nseDdr2CK7LcRByhXC { top:26rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiXUZ7rCGZX4PgMkF7u3sna2lNZNvfRc { display:block; }
 }@media only screen and (max-width: 763px) { #Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { top:25.875rem;left:0rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87r2ZC50w0UkhONPHMk6pMMMBM8y4Oi { display:block; }
 }@media only screen and (max-width: 763px) { #MFXDwTaED3UqpT65NhwPw0MyuBrpKUf2 { width:15.1875rem;height:1.875rem;top:20.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6euP2Fe3HeTsakKkcHge6EOr6MTly { top:15.0625rem;left:0.625rem;width:10.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb { width:14.75rem;height:13.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH { width:14.6875rem;height:13.6875rem;top:33.5625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6OK4f6Eesu2x32gLvcAEsN4PptquiQ { top:47.25rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1btifbZI3DTzstm0excqRTOd7ZhFh5 { display:block; }
 }@media only screen and (max-width: 763px) { #pLr6H6I02eWyNzQ9b02APHQbws8zW3bH { width:15.1875rem;height:1.875rem;top:42.1875rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzBcVbaVhvu9MGWIGqkTxDkUsa83rMT { top:37.125rem;left:0.0625rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli { width:14.6875rem;height:13.6875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetDcBiIN8s9evolsArCQJmfAnQLwdTt { width:15.1875rem;height:1.875rem;top:42.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { top:47.0625rem;left:0rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOERQpL2JaxJhZLmvKcqhdPn4XN2HNDA { display:block; }
 }@media only screen and (max-width: 763px) { #HnAFwipyAfsSpl9HbhnAhpawH5fCGCvB { width:36.9375rem;height:3rem;top:51.875rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyyrM2e4MpyqCgh4GV2568bqTpVRKdf { top:51.375rem;left:14rem;width:33.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbXEfggAUcoUPLTxAEdyrqeCWx9BKbh { top:61.125rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ { width:14.6875rem;height:13.6875rem;top:59.0625rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { top:72.75rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqcn9APaToSMFdPKVTfqbHAtsOrmwsr6 { display:block; }
 }@media only screen and (max-width: 763px) { #eDocVCxZQ8XIm9OSV8MMysDTtuTEy0dG { width:15.1875rem;height:1.875rem;top:68.3125rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo { width:14.6875rem;height:13.6875rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNAgZLGT0lh0mz77GmazqHhCXEKUcO78 { top:61.125rem;left:0.75rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNSep2FglmHRo3v1zKsWPvJEHZe9zpNv { width:15.1875rem;height:1.875rem;top:68.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { top:72.75rem;left:1.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ik7m3yRUia6Mx14aNv1lPMQSKTWiZn { display:block; }
 }@media only screen and (max-width: 763px) { #CUA5XoB4F5EUKg11zvocdaekuxSHLAPW { top:60.75rem;left:7.263671875rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4 { width:14.75rem;height:16.8125rem;top:77.75rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ32cKs4x0bG9Unhgk77UTVRrzz2affa { top:79.75rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvUorBJN5zMMdPEXPBTLLrlIy6phTyM { top:86.6875rem;left:35.8125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IThJWX3GAB4B1ypkGsBysD8RdmiJ1Xqq { top:86.3125rem;left:37.4375rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFRDTFOrH0H7uR0MBhug06D2xFqwEdSu { width:15.1875rem;height:1.875rem;top:83.1875rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIZrFocU3c2BQxgQy2CtDKrvzNWbIOwc { width:15.1875rem;height:1.875rem;top:87.9375rem;left:32.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DysdH9NcXrgMp1dkJWA6p25P4uObbgRw { top:92.8125rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKHEBR1mpTExLTZcTPOdaGuRSWuqJea { display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:28.8125rem;height:2.5rem;top:1.375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { top:13rem;left:19.12451171875rem;width:19.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqDpo2cv06OMTBuEnxGW62pwn4sqhOe7 { width:19.9980625rem;height:5.3818375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amVamLxxE4OvuUCERAD8sOBGqVqMbwJt { display:block; }#amVamLxxE4OvuUCERAD8sOBGqVqMbwJt > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.97395625rem;top:27.5625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #qzQ3vnsMmfinxrTWoIFRzBUdbiqtPu5b { width:15.5625rem;height:15.5625rem;top:57.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { width:14.8125rem;height:1.38020625rem;top:69.1875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto;top:30.5rem;left:1.25rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto;top:30.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Tu4QArtyhLArtg5DiQ0eOym2n77Os2zM {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Dwv26hJJxNuqhPpu7P6qvTESDn86Tiio {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #VBtodryDOzw9P7Q2ft0E9kpBgVtmQ0x7 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #PQvRfCpdPaTGnaaOMTHsZ5CTxzqIJXvJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTAbkhA3tBUhPbZPt7ttRI31UEFUVe2z {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #ySipH8sKFN5TDNSTOCb45XC41fD4Tfb8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #V8sMyligrLZT9OviA9QK9MxT8ozJLtlO {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #vl1lDgGrhQ8HHotsFubg94KWll8hAPN9 { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #zok6694OtZU1M7Gx9kCdekr1PSGqsdrQ {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tCxPgVrW8ELRR8vT7S0h8bl5tCPo9158 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LrQbt7eeb5OQqGK1hWdXiFNkP8e8QxIW {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #KH2VvWndAggINArpW1FQeqqeomUBrB8X {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #IMI2X3BAveLarbN8IdI5vHX6cdVNH0Tl {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #fw5EgXqGFoG8xtF1zKA5uC05K5L2woKm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #uFuvw4WI9l9Car4HxJvXazVo75nH9Os8 {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #puUUgt0I8BHbooDQ8yozTM9ZEcxlzgRk {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #Xw3eAib2xgVGXUT6zMq0pG0KGBNz7Ewc {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #wm78MOZUlhMIy63q9pxxu41l6zz3V8mm {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS {  }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #XATpG54FnWRAMhHE0MU07xWzii9cCPbS .container-column{width:50%;} }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #LR6JVV4BHGOzEtErSfiJvIpKkOFJmQ1C {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #s9d1vfe7OTyrMm8rTuHnJUG9LSEUWtnA { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #APgczBr5zmn21hEBRGA5GTvJWMKUlVkL {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #bQtmL8LIMZusG0mQ3eg4ufRO6wCPczdL { z-index:2; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #tuh0M0BuSupJVlv8tTBfV9xUiEUKJCD9 {  }
 }@media only screen and (max-width: 763px) { #APu8bDAq1cCXGXKUESA9zKOTbsQGeNI7 { display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #sTCAGmKqATaAwoPXIufGhwa5eaSkppLP {  }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ #xTozqmLSX4WDxQkSFZcLNX0ne7cC2MCV {  }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { width:17.937rem;height:29.562rem;top:26.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJNLmm5eLhyJQhAWeQbdlzqImQDFEhB1 { width:20rem;height:20rem;top:6.9375028610231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM7T6GzpdIikaJU6HdvJdJdwAyOpHT9T { width:19.99925rem;height:4.22395625rem;top:2.7481188774109rem;left:0.0014467239379883rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 { background-color:#2c427f;background-image:none;display:block; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { background-color: transparent; background-image: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container > .video-iframe-container { display: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row > .video-iframe-container { display: none; }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .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); }#Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV1asoJhzOgcoXfwz6AqzrJnGzJm7inp { width:20rem;height:1.79976875rem;top:0.6240234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF { background-color:#ffffff;background-image:none;display:block; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { background-color: transparent; background-image: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container > .video-iframe-container { display: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row > .video-iframe-container { display: none; }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .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); }#NFpQX0UWFP6WU2Xf7JxCvVN5bpTL6JSF > .row .container { width:20rem;height:252.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #roAZzyLQ4PP3hoTvNCdZVKBvXCMrymlC { top:1.24755859375rem;left:1.03125rem;width:17.9375rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U77Utt6ssUgM7cWgZrtxTzckC0Kgt9no { display:block; }
 }@media only screen and (max-width: 763px) { #xEJWULVxTQrxyL4xnsEM3FFKDo6B93uc { width:9.249rem;height:4.14061875rem;top:52.0625rem;left:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5DOoPHEMTrqcHOelBzsHqdf2ULhJUO { width:15.1875rem;height:1.80013125rem;top:58.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { top:61.6845703125rem;left:4.9658203125rem;width:11.3730625rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTHMTPzylmiZrbweSD0OLZ33uvHECtGE { display:block; }
 }@media only screen and (max-width: 763px) { #MUEZP3JRESQ8KwnTwAHKe02dmrVRqsrx { width:15.1875rem;height:1.80013125rem;top:36.123046875rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbmTmQLUsRR9pRalWkMOJQcsbf98NA5L { top:41.34033203125rem;left:4.625rem;width:11.3730625rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #J412ApKd3v0FTcdDTLVRW4hFXi2Ax4q0 { display:block; }
 }@media only screen and (max-width: 763px) { #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX { width:14.3745rem;height:15.312rem;top:46.375rem;left:3.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.adaptive-delivery-prevent-bg, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyload, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NEZUoMQ6dNCFRpTvGccoJs8Su5baP9yM { width:12.624rem;height:3.25rem;top:47.6875rem;left:4.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw { width:14.3730625rem;height:15.3105625rem;top:25.90576171875rem;left:3.03076171875rem;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; }#plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.adaptive-delivery-prevent-bg, #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.lazyload, #plOgy9xXEqgtaT3NOJ54sm4mOA0XvnRw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FIBxNIRUKRohiClV5Gz7forfesNEv3S7 { width:12.624rem;height:1.625rem;top:27.1845703125rem;left:3.65478515625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #R5XErdW27BnzTPurs5rhDtWU08Tx2Rul { width:10.9365rem;height:4.14061875rem;top:30.498046875rem;left:4.68603515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzRD44IKMIIAc1db9OnX6vODimxChC2T { width:14.3745rem;height:15.312rem;top:5.70361328125rem;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; }#dzRD44IKMIIAc1db9OnX6vODimxChC2T.adaptive-delivery-prevent-bg, #dzRD44IKMIIAc1db9OnX6vODimxChC2T.lazyload, #dzRD44IKMIIAc1db9OnX6vODimxChC2T.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RUxbFLlpI7MyyWfe6ZOSyVT8qCLDVwmn { width:12.561rem;height:1.625rem;top:6.6162109375rem;left:3.7177734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #bDqDT71xnpZvnShDotAmHTwe3p5WmtwI { width:10.9375rem;height:0;top:199.1875rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL5hmR2frUrgfS3BKa2LpTLTrnygaCro { width:10.9365rem;height:6.90103125rem;top:9.818359375rem;left:4.49853515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpKIFI6NHF4gE4igTLWLoENBzI2M2PQn { width:15.1230625rem;height:1.80013125rem;top:16.966796875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PmxXCuHJQJ0lk1NiJqp9Iq1rnTravR { top:21.07666015625rem;left:4.3125rem;width:11.3745rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSqUVsv0Q8bozyaBa3ZV00EHpooEvBMh { display:block; }
 }@media only screen and (max-width: 763px) { #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF { width:14.3745rem;height:14.0625rem;top:66.25rem;left:2.77880859375rem;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; }#JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.adaptive-delivery-prevent-bg, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyload, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { top:80.3740234375rem;left:4.68603515625rem;width:11.3115rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #esJMFJ68e7oTU6JBPsQodUOW0NqEfWEM { display:block; }
 }@media only screen and (max-width: 763px) { #Bcwv9ZeihABZJBuCoA6f4o5Mk6198iM3 { width:15.1230625rem;height:1.80013125rem;top:76.9990234375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5ZtOx81HM2GaNgVkv6oBoAlLzA0Tpse { width:10.9375rem;height:0;top:87.25rem;left:3.2490234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAzs1K6FMv5vM4igwc1int9USQkJ39Lr { width:12.561rem;height:3.25rem;top:67.31201171875rem;left:4.060546875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #RiA126ZFtBRMz8nDWqOPMHmct3kbQ0eO { width:13.437rem;height:5.52083125rem;top:72.560546875rem;left:2.8740234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrfGZXnJC7kfL74Q5LlvD767D99xrnnc { width:15.1233125rem;height:1.80013125rem;top:97.49951171875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg { width:14.375rem;height:15.75rem;top:84.8740234375rem;left:2.8740234375rem;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; }#RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.adaptive-delivery-prevent-bg, #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.lazyload, #RNtiqUQSiiT9bHUmJBwwHzHe8Ruuv6tg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CBK8443d69KnN5o4FC5HTng1rqpmPChO { width:10.9375rem;height:7.79688125rem;top:89.5615234375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvqQkqTT9umDK0m1VdBBmeH6zf46qcSW { width:12.56225rem;height:3.25rem;top:85.5625rem;left:3.8115234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kdhAhZtTvhBLeX6PtoDS89wamMlCRvsw { top:100.623046875rem;left:4.5rem;width:11.3730625rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #BukSg5hxKQO3kvh46xuO80KLHEWpZS7o { display:block; }
 }@media only screen and (max-width: 763px) { #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE { width:14.375rem;height:14.0625rem;top:105.5rem;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; }#o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.adaptive-delivery-prevent-bg, #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.lazyload, #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ArtTm9S2agSgL8UxOtJvLTZSg66baDb8 { width:15.1245rem;height:1.8997375rem;top:114.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOflQo23uTtPWnUZ9oL27Qbb4iK1pANa { width:10.9375rem;height:0;top:123.0625rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVm0pE0ihLmfhIvoAk60kNqJN9xXMfu { width:12.56225rem;height:2.0317375rem;top:109.375rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nohKpatsh80Gl0f7gbWCVvFTTTBEeOT8 { top:119.5625rem;left:4.5rem;width:11.3745rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmZOS2Ai2b4ifnBSMOGTVlu13cQbNB5m { display:block; }
 }@media only screen and (max-width: 763px) { #qPVTnxrTKM2u0Vxz2dDmu5wZ9B5MF63u { top:123.3115234375rem;left:0.6875rem;width:18.50147625rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGURVnuEC7kSoDe8wh41dcesmOd2WskG { display:block; }
 }@media only screen and (max-width: 763px) { #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L { width:14.4375rem;height:27.5625rem;top:131.43603515625rem;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; }#IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.adaptive-delivery-prevent-bg, #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.lazyload, #IuSZ01U0u7dIiVdKG3tmzLup1D1Cfp3L.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq { width:14.3125rem;height:17.8125rem;top:168.24169921875rem;left:2.74951171875rem;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; }#dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.adaptive-delivery-prevent-bg, #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.lazyload, #dhkwAzkTipmv8q4mQm7lrhhln5rtaJbq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RAdVvrVFouTnMoChpZhN7CoBLVlhGxx8 { width:10.9350625rem;height:19.49221875rem;top:137.25244140625rem;left:5.34228515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlbxH2Kbsc92BGxqGp8GLaUmp8wPIuSf { width:12.625rem;height:2.2747375rem;top:128.3740234375rem;left:3.74853515625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #BAWvbgdn3kkZmiVQ990eNUPh7McsU2O3 { width:12.625rem;height:1.38093125rem;top:134.99951171875rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ebemV1sIiytM4hFzKi1gGn8x8eHToN0a { width:10.125rem;height:2.3997375rem;top:131.875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFyR5T4qOQAEGnx9R5bHh9yGXgknUwBq { width:10.9350625rem;height:12.9948125rem;top:170.17822265625rem;left:4.49853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gaty1Dm3oH3f7nNXA2mkF8tElb2ESrLq { width:12.6225625rem;height:4.54948125rem;top:163.12109375rem;left:3.90478515625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #efdlh7ELKwFxMplEploexal4yZSse9Za { width:15.1875rem;height:1.80013125rem;top:183.42236328125rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1lt5mIFTueGHBmWU4im0cZvEg1b5sKf { top:186.0537109375rem;left:4.34326171875rem;width:11.3100625rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmi7hqnSZiUf9lc9DyCnCkiUQmg6JHzX { display:block; }
 }@media only screen and (max-width: 763px) { #vUSIRaTvQ8TDTd2uySinSz7KGtV7SOAR { width:12.999rem;height:1.80013125rem;top:155.6591796875rem;left:3.494140625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI7TBSWV6aGT1eTK9vikeuAboxIyEvg0 { top:159.18603515625rem;left:4.3125rem;width:11.3730625rem;height:2.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTtgDlMr3RVy3A39MVbzl998PPyOoTT { display:block; }
 }@media only screen and (max-width: 763px) { #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc { width:14.4375rem;height:57.3125rem;top:192.375rem;left:2.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.adaptive-delivery-prevent-bg, #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.lazyload, #a1vWoqZd2nhlm9Sr7RWlycroQH2Ogcyc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ztF7EOszVa9Ak6uk4fvIE09loApwJFRT { width:10.125rem;height:2.3997375rem;top:195.625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CUMTW1cXnDJrCNkKEkT84kH2prlEsq { width:15.4375rem;height:1.79948125rem;top:247.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVkPIkOe41nzyuwopnhNnVaf4vXKwn75 { top:249.6875rem;left:5.25rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2TMk13IKdd3aNcAJxqV63bNzobJnVks { display:block; }
 }@media only screen and (max-width: 763px) { #RD50TeKn3LERxI2A7QAO2AJqPSvin8KW { width:10.9375rem;height:48.080775rem;top:198.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp4TpNQs49AFxa8hEtDfiXDCSNVcah03 { width:12.625rem;height:1.625rem;top:193.5625rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ea3hWnGhe51zFu3sMbuku81lFrKsBLLE { width:8.25rem;height:8.25rem;top:188rem;left:11.6875rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4tivaBkO937BJaDDv7UvJuUHvTw2Fah { width:7.8125rem;height:2.3997375rem;top:191.125rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD { display:block; }#RByBbJcCrUMpGzHAuXEuVuUSPaLxyVZD > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVKWLdsy3d1yZDHIwOfa8DVddAnaOtIV { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc { display:block; }#EC7w5o5ceUeKdBsQ530TNyWZCEOiRaIc > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zT2LvT85vmWqfnTUOxtBxE9wkwODVFH7 { width:15.1875rem;height:1.80013125rem;top:14.74951171875rem;left:2.6240234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I { width:14.3125rem;height:15.75rem;top:1.6875rem;left:3.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.adaptive-delivery-prevent-bg, #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.lazyload, #EA1OHViQSl8g3k4tWwZP0HZT38L6p14I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qDFFTRDb3vTvLD3eWwXRZXcQTt8b0Oyc { width:10.875rem;height:7.796875rem;top:5.7490234375rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgiOuN1JPUoeHVOSRQxXMbUZcIkIEq7f { width:12.5625rem;height:1.94921875rem;top:2.49951171875rem;left:4.3740234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TNkuSV2IWmRAhBMyPbC3R9CfWGdCTzwK { top:17.5rem;left:4.875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1RQb1sglOUivMnkHDbVyC1EQF6ryhRF { display:block; }
 }@media only screen and (max-width: 763px) { #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb { width:14.3125rem;height:12.1875rem;top:22.7490234375rem;left:3.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.adaptive-delivery-prevent-bg, #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.lazyload, #BkHZB6XsuZH1FV0MILKv3tltUG0zERQb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T088nIfB0tsJyIEsDinnJ8JsiugvVS6V { top:35.0615234375rem;left:4.779296875rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGDPZ4pqn02wzaw9yxGzoyKKUvzyuiVS { display:block; }
 }@media only screen and (max-width: 763px) { #miAPz97VW2XHFr8F4Kk2KSoThDqywcMB { width:15.1875rem;height:1.80013125rem;top:31.4990234375rem;left:2.81201171875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZBZfgQNMkUxu5b787tL9aiaouoTTcc { width:12.5625rem;height:6.17448125rem;top:23.9990234375rem;left:4.4052734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nTav69eN04SJqNMAvaFRkEnfuJT8HLuU { width:15.1875rem;height:1.80013125rem;top:53.3125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqVelXE58LAEmIABTKoHcSGAU1plOg9S { width:14.3125rem;height:15.75rem;top:40.4375rem;left:3.125rem;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; }#TqVelXE58LAEmIABTKoHcSGAU1plOg9S.adaptive-delivery-prevent-bg, #TqVelXE58LAEmIABTKoHcSGAU1plOg9S.lazyload, #TqVelXE58LAEmIABTKoHcSGAU1plOg9S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZATaWABM5oCIOnJIZAWTXEPiWxBRePJw { top:56.24951171875rem;left:4.68505859375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce3psiIQtyN0SbcHvshFxBNiUTdDSPx7 { display:block; }
 }@media only screen and (max-width: 763px) { #XG5hi53NdSEmgh4g13myRB1koTz4SOfn { width:12.5625rem;height:8.4479375rem;top:43.0625rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR { width:14.3125rem;height:15.75rem;top:62.98339765625rem;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; }#QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.adaptive-delivery-prevent-bg, #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.lazyload, #QpgiQQnM9eGZ4T1uDDZiq2tOOXtLgbMR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LtbtcO3UgJECha4bnXbuhXx1PtynnTBF { top:79.98339765625rem;left:4.3125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSBXTXPAeNmQJq2oOFsAytAS69icJV6D { display:block; }
 }@media only screen and (max-width: 763px) { #HdiVKu0ghcP8NQ46N9zuq4ssrl8nkFZA { width:15.1875rem;height:1.80013125rem;top:75.24755859375rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiL4Ficv4QM4nvLpNQWOrvplzx8hemJe { width:12.5625rem;height:6.0112875rem;top:66.60791015625rem;left:3.7177734375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:2.3125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #t7vBaJVD0meeTdsw9azEdem1ClvkXWgz { display:block; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { width:20rem;height:5.19791875rem;top:0.681640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s { display:block; }#ePdbT3cogGpd2TF2h2nxBFGKd7IKhW4s > .row .container { width:20rem;height:37.46875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF2PRy9aztJUZ8Zrx7RqNIBS05lT5zTh { width:15.1875rem;height:1.80013125rem;top:31.4833984375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To { width:14.3125rem;height:15.75rem;top:19.2197265625rem;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; }#w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.adaptive-delivery-prevent-bg, #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.lazyload, #w133M1e0BLiLMm3TSWIGRt0NEb7xn5To.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GNiyaINTrT01hDMg1Bb666MRJPbpDBRh { width:10.875rem;height:5.19791875rem;top:24.55615234375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdRT7yixCBP5RlUplgrpEliNLO63hqR { top:35.0322265625rem;left:4.875rem;width:11.3100625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nT4TqknqZ3Wb6aKfvAwFAODCHIPuGo { display:block; }
 }@media only screen and (max-width: 763px) { #CHgl154uMktfX4Jr7z9xl7JMkTGqglWc { width:12.5625rem;height:1.8684875rem;top:20.65673828125rem;left:4.06298828125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #V307Z2pTTHDXaoUKi0lRg9wLiNyv8pZT { top:13.984375rem;left:4.7177734375rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvyxtHgQ4wKMDnQzQXHcXTtKgKGEnHaR { display:block; }
 }@media only screen and (max-width: 763px) { #vkTkHkGiuwvfB71KDPeWM7ZAJgsArmXe { width:15.1875rem;height:1.80013125rem;top:10.12451171875rem;left:2.341796875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerJTzFTUnaftST80NO0V8vyO6TLMEiw { width:14.3125rem;height:12.5rem;top:1.359375rem;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; }#xerJTzFTUnaftST80NO0V8vyO6TLMEiw.adaptive-delivery-prevent-bg, #xerJTzFTUnaftST80NO0V8vyO6TLMEiw.lazyload, #xerJTzFTUnaftST80NO0V8vyO6TLMEiw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #J4DTa8OvSQHuIxSwmkVzMNTgCCcJvtnu { width:12.5625rem;height:4.54948125rem;top:2.98388671875rem;left:4.12451171875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #OuTc979mhStouoTR3rmRZZMgtevP8x3h { display:block; }#OuTc979mhStouoTR3rmRZZMgtevP8x3h > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKH840uz7AeBwB6EV15p5AvPGxZ7FMhH { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS { display:block; }#TPuHF7Qoqx6yoDQlTiqdmM2MmRF2UkHS > .row .container { width:20rem;height:37.43359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU { width:15.5rem;height:14.375rem;top:2.37451171875rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.adaptive-delivery-prevent-bg, #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.lazyload, #elrzCHZ4ylzThuzk4Mt4rJ2AETqgyafU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Lk3w03wdskui7nAwBbBCiNh1p3FKiTDT { width:12.5625rem;height:3.8984375rem;top:5.06201171875rem;left:3.8115234375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #wbUQxiyWwe2D389r7UAoiA7NdOrv8nGN { width:15.1875rem;height:1.80013125rem;top:11.5615234375rem;left:2.62451171875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exaNdFvwGKQNeo5W3xQqaMWP9dALW3uv { top:16.9365234375rem;left:4.3125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANsiwc9peLpvIe5cgRa9CToa3WXtlust { display:block; }
 }@media only screen and (max-width: 763px) { #fyxxzEZsKoJroDZDdsguORNymRXaXthX { width:14.3125rem;height:14.3125rem;top:20.6240234375rem;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; }#fyxxzEZsKoJroDZDdsguORNymRXaXthX.adaptive-delivery-prevent-bg, #fyxxzEZsKoJroDZDdsguORNymRXaXthX.lazyload, #fyxxzEZsKoJroDZDdsguORNymRXaXthX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NSN9muefJ7TwMg5MLkTp239W1A6JOGLy { top:34.99658203125rem;left:4.341796875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7DVTT8VS1TXZrCdlicORbRWix9eNiMR { display:block; }
 }@media only screen and (max-width: 763px) { #GfX3cXVGD2vlsuQ2WwDco59Ub47NSfeN { width:15.1875rem;height:1.80013125rem;top:29.4365234375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxqTrFc0GPftoZOcqVqIUbOAfx4DtWJx { width:12.5625rem;height:1.94921875rem;top:23.0615234375rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.5rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tIceiwRi6KFQv1rlVTwRiufameWqLX8x { display:block; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZSgC7NwWhgdKdlUQgz0oyfWQ0CVhsGN { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO { display:block; }#GG0ccXbBbXGzOWf5gQbC2JEzS5oABTfO > .row .container { width:20rem;height:129.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D { width:14.3125rem;height:20.5625rem;top:1.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; }#Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.adaptive-delivery-prevent-bg, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyload, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K3T9nZKMAyICyTVOgQeTr24aH2MVME2y { width:12.5625rem;height:1.8684875rem;top:3.125rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #SncUNIZFmsMJhOehQS8FPQfCTvvLg4sX { width:15.1875rem;height:1.80013125rem;top:19.625001251698rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTmb0lM9Jh0vKOQFW81MTnDmFT2bvUN { width:10.875rem;height:6.497375rem;top:6.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUGWbQmwKNrA399q56pIThL2amFggC8 { top:22.248698532581rem;left:4.34375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGxTZHqBi0CULXsMrl6XEJ1rKBHCnB9z { display:block; }
 }@media only screen and (max-width: 763px) { #X4bh87qkRqIuZyW7WZ0AZNvnN4GtTeWb { top:48.750001907349rem;left:4.34375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXFVil4bWUsT2xBtdoqBIdvLr4zraWm { display:block; }
 }@media only screen and (max-width: 763px) { #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W { width:14.375rem;height:20.5625rem;top:26.8125rem;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; }#V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.adaptive-delivery-prevent-bg, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyload, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ryMIkBiekRFKs2wTIcbO8w5xeVi2TqAX { width:15.1875rem;height:1.80013125rem;top:43.835939407349rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdzFqlq0DxdAdLaOuTeGn0rVGFDE57qr { width:10.875rem;height:3.8997375rem;top:30.375001430511rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mSTTfzOSulDr03b0lTZ6XKtARG4T9Z { width:12.5625rem;height:1.8684875rem;top:27.625011444092rem;left:3.71875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.4375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #z64GPlBMSOuXWp00NNUDFeTh8B5UNn8w { top:69.5rem;left:4.5625rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWpPtqp3iiSReT3a85OidneWdS5hSlA { display:block; }
 }@media only screen and (max-width: 763px) { #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs { width:14.3125rem;height:15.75rem;top:53.6875rem;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; }#VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.adaptive-delivery-prevent-bg, #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.lazyload, #VgSOoqNGnWPL6gMBP9lzeMnU4DNJZSCs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DZqxqSCT2mWiWSIAgTHXPdm34PKnlVLM { width:15.1875rem;height:1.80013125rem;top:65.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMg4nw4niKdZ3dToTRZ3BsSpnIlVQgm4 { width:10.875rem;height:3.8997375rem;top:60.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkx75vLL5P8eeuvofAxlJC46moXE7qf { width:12.5625rem;height:3.57291875rem;top:55.125rem;left:4.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ZDC0T4eTPFSXHaKM6TgLPDv6NVi1vsWN { top:88.8125rem;left:4.5rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyyJgAi72ESNE3I6eGrzXFBwDu1ahKw { display:block; }
 }@media only screen and (max-width: 763px) { #tlBPXAM52ldmqX5raLnLULe4BVqaxibO { width:14.375rem;height:13.25rem;top:75.4375rem;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; }#tlBPXAM52ldmqX5raLnLULe4BVqaxibO.adaptive-delivery-prevent-bg, #tlBPXAM52ldmqX5raLnLULe4BVqaxibO.lazyload, #tlBPXAM52ldmqX5raLnLULe4BVqaxibO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rhgNfAf4kWNvL7zg76C0Rglifi2fWBXi { width:15.1875rem;height:1.80013125rem;top:83.875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKe9BitfxTnPWnCCyr3WQMqUVJQN5CMI { width:12.5625rem;height:2.2747375rem;top:78.25rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #xwecUCLOQKr8SQfvFsiBb1uE478fcuBD { top:124.75rem;left:4.375rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoAZ3bft2wVzHozTgD772616btR2pae { display:block; }
 }@media only screen and (max-width: 763px) { #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF { width:14.3125rem;height:13.1875rem;top:111.4375rem;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; }#MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.adaptive-delivery-prevent-bg, #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.lazyload, #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TAXtLEBOU3f8pti8r3zHApuFOWWNrEuU { width:15.1875rem;height:1.80013125rem;top:121.125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPVz7c3z1QQiRoW18tIvkxCFBfQs3qvx { width:12.5625rem;height:4.54948125rem;top:114.25rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz { width:14.3125rem;height:13.1875rem;top:93.9375rem;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; }#RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.adaptive-delivery-prevent-bg, #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.lazyload, #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cofS5sEGipKz2v2CSID2XS1pzkCsJvIo { width:15.1875rem;height:1.80013125rem;top:103.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RvmXnAHeCzn284r5AGI95HnGBgziuU { width:12.5625rem;height:2.2747375rem;top:96.75rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #UHTcKF73mRQ1sLsGEFiDn1AAV1xpHxBM { top:107.125rem;left:4.1875rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWatdE28HoNMiiKLCVxlIMPGtLSJBFoU { display:block; }
 }@media only screen and (max-width: 763px) { #qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV { display:block; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAxDzTyPSFBNntFVtAkXTNfqKVLxzH06 { width:20rem;height:2.599825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB { display:block; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { width:20rem;height:147.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq3y3IzAyqPyhJbCQwCIeKGFutAdPMvw { width:19.9995rem;height:1.94921875rem;top:5.55517578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagLJs6XoTn0u8de4Is9AgANkBT71Ox2 { width:20rem;height:3.9375rem;top:4.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nqPm5yR4OC7zgETfngErmRqo4sudRD { width:10.1850625rem;height:3.8997375rem;top:31.75rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT { width:14.3125rem;height:12.9375rem;top:10.17187421875rem;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; }#dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.adaptive-delivery-prevent-bg, #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.lazyload, #dwJ1bbQubm9GKpzwVyJ5GcTJ426HOKTT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WiKlZmk3ZoeZvUIthcUVLEx8IFb1i4lR { width:10.875rem;height:3.8997375rem;top:12.17041015625rem;left:5.21630859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyJ3lEI3bhJpHaCyJ3WHuovDA9JkT4nv { width:15.1875rem;height:1.80013125rem;top:18.810546875rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq6yUr6Z937Hi7nseDdr2CK7LcRByhXC { top:23.1083984375rem;left:4.4033203125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiXUZ7rCGZX4PgMkF7u3sna2lNZNvfRc { display:block; }
 }@media only screen and (max-width: 763px) { #Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { top:59.8125rem;left:4.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87r2ZC50w0UkhONPHMk6pMMMBM8y4Oi { display:block; }
 }@media only screen and (max-width: 763px) { #MFXDwTaED3UqpT65NhwPw0MyuBrpKUf2 { width:15.1875rem;height:1.80013125rem;top:55.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6euP2Fe3HeTsakKkcHge6EOr6MTly { width:10.875rem;height:2.599825rem;top:48.875rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb { width:14.75rem;height:13.6875rem;top:46rem;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; }#dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.adaptive-delivery-prevent-bg, #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.lazyload, #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH { width:14.6865rem;height:13.6875rem;top:27.6875rem;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; }#Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.adaptive-delivery-prevent-bg, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyload, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mi6OK4f6Eesu2x32gLvcAEsN4PptquiQ { top:41.5625rem;left:4.625rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1btifbZI3DTzstm0excqRTOd7ZhFh5 { display:block; }
 }@media only screen and (max-width: 763px) { #pLr6H6I02eWyNzQ9b02APHQbws8zW3bH { width:15.1875rem;height:1.80013125rem;top:37.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzBcVbaVhvu9MGWIGqkTxDkUsa83rMT { width:10.6875rem;height:2.599825rem;top:70.125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli { width:14.6875rem;height:13.6875rem;top:66.5625rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.adaptive-delivery-prevent-bg, #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.lazyload, #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TetDcBiIN8s9evolsArCQJmfAnQLwdTt { width:15.1875rem;height:1.80013125rem;top:75.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { top:80.0625rem;left:4.375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOERQpL2JaxJhZLmvKcqhdPn4XN2HNDA { display:block; }
 }@media only screen and (max-width: 763px) { #HnAFwipyAfsSpl9HbhnAhpawH5fCGCvB { width:19.9995rem;height:1.94921875rem;top:88rem;left:-0.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyyrM2e4MpyqCgh4GV2568bqTpVRKdf { width:20rem;height:3.9375rem;top:87rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbXEfggAUcoUPLTxAEdyrqeCWx9BKbh { width:11.937rem;height:2.599825rem;top:115.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ { width:14.6875rem;height:13.6875rem;top:113.4375rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.adaptive-delivery-prevent-bg, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyload, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { top:127.125rem;left:4.1875rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqcn9APaToSMFdPKVTfqbHAtsOrmwsr6 { display:block; }
 }@media only screen and (max-width: 763px) { #eDocVCxZQ8XIm9OSV8MMysDTtuTEy0dG { width:15.1875rem;height:1.80013125rem;top:120.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo { width:14.6875rem;height:13.6875rem;top:95.25rem;left:2.4375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.adaptive-delivery-prevent-bg, #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.lazyload, #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vNAgZLGT0lh0mz77GmazqHhCXEKUcO78 { width:11.937rem;height:3.8997375rem;top:97.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNSep2FglmHRo3v1zKsWPvJEHZe9zpNv { width:15.1875rem;height:1.80013125rem;top:102.6875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { top:108.5625rem;left:4rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ik7m3yRUia6Mx14aNv1lPMQSKTWiZn { display:block; }
 }@media only screen and (max-width: 763px) { #CUA5XoB4F5EUKg11zvocdaekuxSHLAPW { width:10.3125rem;height:1.8684875rem;top:115.5rem;left:11.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4 { width:14.75rem;height:12.75rem;top:131.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; }#o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.adaptive-delivery-prevent-bg, #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.lazyload, #o20pb98g8Qmemde1kEZb8aVkwyNCIqx4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NZ32cKs4x0bG9Unhgk77UTVRrzz2affa { width:11.937rem;height:2.599825rem;top:133.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTvUorBJN5zMMdPEXPBTLLrlIy6phTyM { width:11.9355625rem;height:1.2999125rem;top:139.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IThJWX3GAB4B1ypkGsBysD8RdmiJ1Xqq { width:10.3125rem;height:1.8684875rem;top:139.3125rem;left:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFRDTFOrH0H7uR0MBhug06D2xFqwEdSu { width:15.1875rem;height:1.80013125rem;top:136.4375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIZrFocU3c2BQxgQy2CtDKrvzNWbIOwc { width:15.1875rem;height:1.80013125rem;top:141.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DysdH9NcXrgMp1dkJWA6p25P4uObbgRw { top:144.6875rem;left:4.6875rem;width:11.3115rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsKHEBR1mpTExLTZcTPOdaGuRSWuqJea { display:block; }
 }@media only screen and (max-width: 763px) { #KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { background-color: transparent; background-image: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row > .video-iframe-container { display: none; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .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); }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { border-width: 0; border-radius: 0; }#KTBXSZgfg9GBzogNbHLq2fALK3XB5Lcm > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3lUwGwkimEfwZqUzXJNqF4v4iHTR6Db { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdz7mgdRMMFhQoInb79EZNddC6iRfb9h { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TSWhXVtpP9Ezl7avF3C7fdXBtEnzfIf6 { width:13.0625rem;height:3.19791875rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMHRTekBkIEvyxTaQ08GOkXdFD6HdsXb { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2SbkarbPCFKUdST6zW7l4LCDCZGy8WZ { width:3.125rem;height:3.125rem;top:9.0625rem;left:15.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { width:19.437rem;height:1.21875rem;top:14.60888671875rem;left:0.27978515625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzF3Xfviz2kQbSJLyD0gXAo5D9abywVt { width:14.875rem;height:4.796875rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocwsufZnfxrRvJHncl0DpUp2u9Av7nxA { width:3.125rem;height:3.125rem;top:3.5rem;left:15.5rem;font-size:2.1875rem;display:block; }
 }