.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/Ff4ymwMt/istockphoto_1305026622_612x612.jpg");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.255425rem;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.38020625rem;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.75rem;top:10.810546875rem;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.75rem;top:10.810546875rem;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; }
#S6d3kV7IVQ8A1xfaqVo9ZUubABThcThD { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.47265625rem;left:0rem;height:2.11263125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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; }
#VhpuQwebS9f8R9LNo8VP9m53De4DssQG { color:#ffffff;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:19.125rem;left:24.5625rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#QGNuTKcPtTQqK19Vvqbl1xh1BnSWE8BR { position:absolute;display:block;z-index:100002;background-color:rgba(157,120,57,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:20.1875rem;top:18.25rem;left:24.875rem;display:block; }
#I6WW5TLA6Xx4kZQ2Hk4oce4c2Ln7ygq4 { position:absolute;display:block;z-index:100003;background-color:rgba(157,120,57,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68663125rem;width:12.5rem;top:14.444444656372rem;left:28.562282562256rem;display:block; }
#qbtGTKLCPJBxTCH6rw3MCmLdQRbKP87T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:15.055339813233rem;left:27.999134063721rem;height:;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:#64420a;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:0.38629150390625rem;left:0rem;height:2.24935rem;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:27.125rem;width:60rem;position:relative;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:4.125rem;left:12.5rem;height:3.78059375rem;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:8.875rem;left:8.1875rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { z-index:100014;top:11.435547828674rem;left:10.441623687744rem;background-color:#64420a;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.3748125rem;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; }
#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:11.4375rem;width:14.375rem;top:0rem;left:8.625rem;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:0.125rem;left:9.4375rem;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; }
#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:10.4375rem;width:14.375rem;top:0.875rem;left:43.625rem;display:block; }#JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.adaptive-delivery-prevent-bg, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyload, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyloading { background-image: none; }
#UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { z-index:100020;top:11.311849594116rem;left:45.630428314209rem;background-color:#64420a;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.372625rem;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:9rem;left:43.25rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;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:2rem;left:44.3125rem;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:4.4375rem;left:44.25rem;height:5.52083125rem;text-align:right;text-align-last:right;font-style:normal;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:9.5rem;width:14.375rem;top:15.0625rem;left:26.3125rem;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:21.1875rem;left:25.875rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;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:15.6875rem;left:27.375rem;height:2.03125rem;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:24.561633110046rem;left:27.374134063721rem;background-color:#64420a;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.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; }
#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#64420a;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.24978125rem;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:15.375rem;width:60rem;position:relative;display:block; }#vBTmsJnoGvZA8FTMpvRUQ4N6AZN4xIVQ { z-index:100042;top:12.4375rem;left:44.4375rem;background-color:#64420a;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.372625rem;height:2.49783125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#C0Wml0Q1o2owKEs8qW6oiTNV8y206xKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x3r9FTByWqzVJAhFqmeFyiPwlE8VTtXe { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100080;line-height:1.6;letter-spacing:0;top:9.1875rem;left:42.5rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzfe5faHl8gGtCtF99JIofgg7BTWw2gS { 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:10.75rem;width:15.25rem;top:1.6875rem;left:42.4375rem;display:block; }#hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.adaptive-delivery-prevent-bg, #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.lazyload, #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.lazyloading { background-image: none; }
#wLW3zKy9zCkCcbiIgQm1lwit077fCTGP { color:#1799eb;display:block;width:12.6215rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:2.75rem;left:43.8125rem;height:4.5486125rem;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; }
#LXRzMthLVeNPfsvA3B6p2MhGar6Rto0h { z-index:100046;top:12.561849117279rem;left:9.3098945617675rem;background-color:#64420a;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.372625rem;height:2.4989125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nfTILHTMQEecvKby2syLWem3SF9wZttp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:10.75rem;width:14.875rem;top:1.8120660781861rem;left:7.5618476867675rem;display:block; }#qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.adaptive-delivery-prevent-bg, #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.lazyload, #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.lazyloading { background-image: none; }
#Gub5PXZW5gXmTCoi1ipGiDd0CIVGGlcA { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:9.0488286018369rem;left:7.3407115936281rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m0R7UEw09U5t2KQNBBc6sLvrVgEDEN4p { color:#1799eb;display:block;width:12.6215rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:2.3730473518372rem;left:8.4982643127444rem;height:4.5486125rem;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:#64420a;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.24978125rem;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:38.1875rem;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:15.75rem;width:14.3730625rem;top:2.5625rem;left:43.1875rem;display:block; }#Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.adaptive-delivery-prevent-bg, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyload, #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D.lazyloading { background-image: none; }
#K3T9nZKMAyICyTVOgQeTr24aH2MVME2y { color:#1799eb;display:block;width:12.6225625rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:4rem;left:44.1875rem;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.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:15.936415582895rem;left:42.777778625488rem;height:1.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWTmb0lM9Jh0vKOQFW81MTnDmFT2bvUN { color:#00308a;display:block;width:10.9350625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;top:7.125rem;left:45.25rem;height:6.4995625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nUUGWbQmwKNrA399q56pIThL2amFggC8 { z-index:100038;top:18.375rem;left:44.6875rem;background-color:#64420a;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; }
#WGxTZHqBi0CULXsMrl6XEJ1rKBHCnB9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#X4bh87qkRqIuZyW7WZ0AZNvnN4GtTeWb { z-index:100043;top:18.375rem;left:25.3125rem;background-color:#64420a;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; }
#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:15.75rem;width:14.3730625rem;top:2.5625rem;left:23.8125rem;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:14.93701171875rem;left:23.37451171875rem;height:1.8994125rem;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:3.8997375rem;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:#64420a;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.8994125rem;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:3.8997375rem;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:35.062067031861rem;left:44.686416625976rem;background-color:#64420a;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.372625rem;height:2.4989125rem;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:10.75rem;width:14.375rem;top:24.1875rem;left:43.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:32.8125rem;left:42.779296875rem;height:1.8994125rem;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:26.99853515625rem;left:44.06103515625rem;height:2.33680625rem;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:35.192926406861rem;left:24.313152313233rem;background-color:#64420a;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.372625rem;height:2.4989125rem;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:10.75rem;width:14.375rem;top:24.3125rem;left:22.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:32.9375rem;left:22.3125rem;height:1.8994125rem;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:27.125rem;left:23.6875rem;height:4.5486125rem;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:10.75rem;width:14.375rem;top:24.3125rem;left:3.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:32.9375rem;left:2.875rem;height:1.8994125rem;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:27.125rem;left:4.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:35.184896469116rem;left:5.1226119995117rem;background-color:#64420a;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.372625rem;height:2.4989125rem;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; }
#fcAZAoRX66Af89aPxhcgy8adFtlPEUyo { color:#052956;display:block;width:8.8748125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:14.045139223337rem;left:45.935329437256rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VN8qWEIFa4k2n8J8oz5anNsNZ8EJ2DNS { color:#052956;display:block;width:8.8748125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:13.04470539093rem;left:25.560981750488rem;height:1.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#64420a;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.24978125rem;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:114.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:0.5rem;left:23rem;height:3.00564375rem;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, #ded0bd, #64420a);background-image: -moz-linear-gradient(107deg, #ded0bd, #64420a);background-image: -ms-linear-gradient(107deg, #ded0bd, #64420a);background-image: -o-linear-gradient(107deg, #ded0bd, #64420a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded0bd', endColorstr='#64420a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded0bd', endColorstr='#64420a' );";background-image: linear-gradient(107deg, #ded0bd, #64420a);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:0rem;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:25rem;left:43.8125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { z-index:100051;top:17.185974121094rem;left:7.90625rem;background-color:#64420a;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.372625rem;height:2.4989125rem;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:14.375rem;left:5.75rem;height:1.89886875rem;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:7rem;left:7.5625rem;height:3.8997375rem;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:10.9375rem;width:14.75rem;top:6.125rem;left:5.875rem;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:10.9375rem;width:14.7495rem;top:23.6875rem;left:41.625rem;display:block; }#Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.adaptive-delivery-prevent-bg, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyload, #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH.lazyloading { background-image: none; }
#mi6OK4f6Eesu2x32gLvcAEsN4PptquiQ { z-index:100044;top:34.8125rem;left:43.5rem;background-color:#64420a;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:31.6875rem;left:41.375rem;height:1.89886875rem;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:24.5rem;left:6.6875rem;height:3.8997375rem;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:10.9375rem;width:14.7480625rem;top:23.6875rem;left:4.5625rem;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:31.5625rem;left:4.25rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { z-index:100045;top:34.811199188233rem;left:6.1223945617676rem;background-color:#64420a;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.372625rem;height:2.4989125rem;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:39.875rem;left:23rem;height:3.00564375rem;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, #ede5d6, #64420a);background-image: -moz-linear-gradient(107deg, #ede5d6, #64420a);background-image: -ms-linear-gradient(107deg, #ede5d6, #64420a);background-image: -o-linear-gradient(107deg, #ede5d6, #64420a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5d6', endColorstr='#64420a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ede5d6', endColorstr='#64420a' );";background-image: linear-gradient(107deg, #ede5d6, #64420a);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:39.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:48.4375rem;left:43.3125rem;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:10.75rem;width:14.7480625rem;top:46.375rem;left:42.375rem;display:block; }#tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.adaptive-delivery-prevent-bg, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyload, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyloading { background-image: none; }
#MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { z-index:100045;top:57.375rem;left:44.0625rem;background-color:#64420a;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:53.5rem;left:42.125rem;height:1.89886875rem;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:10.75rem;width:14.75rem;top:46.375rem;left:4.8125rem;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:48.4375rem;left:5.75rem;height:0;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:53.375rem;left:4.5625rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { z-index:100053;top:57.3125rem;left:6.5rem;background-color:#64420a;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; }
#QTP08J5ynzRz7AvZCvIALrVC5vfTdRg3 { color:#00308a;display:block;width:10.747625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:6.7491245269775rem;left:43.936634063721rem;height:5.19965625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg { position:absolute;display:block;z-index:100000;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:10.9375rem;width:14.7480625rem;top:6.125rem;left:41.25rem;display:block; }#R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.adaptive-delivery-prevent-bg, #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.lazyload, #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.lazyloading { background-image: none; }
#uE7SOkKZoPtM3OeoNhyJiw9lQlXmc60n { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100087;line-height:1.6;letter-spacing:0;top:14.373907089233rem;left:40.881076812744rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHUOrXmu1QSflPLuvA0DoKQZO41t9Nmy { z-index:100049;top:17.195304870606rem;left:43.061199188233rem;background-color:#64420a;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.372625rem;height:2.4989125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GqTfre9MRgn7NwfW3KfhgJuXpQxCXIyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pvpqWR67lkgwTcSp1EWypxT0o3Z44wHc { color:#00308a;display:block;width:11.9965rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:49.125rem;left:5.9375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:10.75rem;width:14.8125rem;top:63.375rem;left:6rem;display:block; }#mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.adaptive-delivery-prevent-bg, #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.lazyload, #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.lazyloading { background-image: none; }
#tzBE0sTzWD5avkbNX4fTM3a0r6NBs37z { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:65.4375rem;left:6.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CxPhqWpgDNqVX4717P80XDq5udS9vwZT { color:#052956;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:71.1875rem;left:5.75rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpvq6yThUKKGq9L4x8hkLor5MMnXAL7s { z-index:100058;top:74.1875rem;left:7.6875rem;background-color:#64420a;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; }
#g2QPPtItVzRFbQDKiwf6CL0q3DJ5MRpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DIQr0kgiFaieib3Faxy6dW1q3xsFfyuK { color:#00308a;display:block;width:11.9965rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:66.125rem;left:7.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ND0GDT1l8qxI3JtAOctye8VTzmX5pbic { z-index:100063;top:90.874343872069rem;left:43.312282562256rem;background-color:#64420a;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.372625rem;height:2.49783125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#amWZoN1wgfKpw0or20ug3DK8Eq8exlNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM { position:absolute;display:block;z-index:100015;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:10.75rem;width:14.7471875rem;top:79.9375rem;left:41.3125rem;display:block; }#lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.adaptive-delivery-prevent-bg, #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.lazyload, #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.lazyloading { background-image: none; }
#gWG4Rcea97gAlq3SF2NFeWiGaVMNu5pp { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100101;line-height:1.6;letter-spacing:0;top:87.75rem;left:41.75rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UZ435UXQqSzB9VyTMAxxTKKdd1VowbnG { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:81.8125rem;left:42.9375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E { position:absolute;display:block;z-index:100019;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:10.75rem;width:14.75rem;top:62.9375rem;left:41.5625rem;display:block; }#C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.adaptive-delivery-prevent-bg, #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.lazyload, #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.lazyloading { background-image: none; }
#RAlnzZH7svDNrxyXNRNIlwrcDXfzZA2F { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100105;line-height:1.6;letter-spacing:0;top:70.75rem;left:42rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSI6N2eBFZFqz2sVZNhpAqi12VrHiBVk { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:64.25rem;left:43.25rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nluuEaTsXBFEfPVktXayusXTE4XbLg3E { z-index:100067;top:73.8125rem;left:43.4375rem;background-color:#64420a;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.372625rem;height:2.4989125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kUHtrqq0C6IsfKZPLBxGzqAI2kSP419f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz { 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:10.75rem;width:14.8125rem;top:82.1875rem;left:7.5625rem;display:block; }#SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.adaptive-delivery-prevent-bg, #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.lazyload, #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.lazyloading { background-image: none; }
#PLRmovw6wSb47SVnrOzq5rlMq250JXX7 { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100109;line-height:1.6;letter-spacing:0;top:88.875rem;left:8rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsLcZVOp8M5fRf4GRrh2PMXodxTBnoqh { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:83.0625rem;left:8.125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nslb9UXZm0blRrRTVaaka3atLOy5tTvS { z-index:100071;top:92.9375rem;left:9.375rem;background-color:#64420a;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.372625rem;height:2.4989125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DvNLrnwh7oT2MkqOMV7gGSshE4qBQ1Tf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL { position:absolute;display:block;z-index:100027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:10.75rem;width:14.8125rem;top:98.75rem;left:7.9375rem;display:block; }#rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.adaptive-delivery-prevent-bg, #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.lazyload, #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.lazyloading { background-image: none; }
#cNwecool6XMPFCqfkKo2DJ6fombOxSn0 { z-index:100075;top:109.625rem;left:10rem;background-color:#64420a;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.372625rem;height:2.49783125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fRCEAF8PBmubEoCohIBlKhz1B34ieyTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EvTSB1cUimItiKwTIkHzlnw2giOBnZ7Z { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100113;line-height:1.6;letter-spacing:0;top:105.0625rem;left:7.9375rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DrAbM0J3T5UBFlEK6kcKhIFWx2JgKHh3 { color:#00308a;display:block;width:11.994375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:99.8125rem;left:9.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ { position:absolute;display:block;z-index:100031;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:10.75rem;width:14.8125rem;top:98.75rem;left:41.9375rem;display:block; }#iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.adaptive-delivery-prevent-bg, #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.lazyload, #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.lazyloading { background-image: none; }
#k6LGWTwOVvx3truGLUU0mmr7GWgH8Q7X { z-index:100079;top:109.49979019165rem;left:43.249782562256rem;background-color:#64420a;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.372625rem;height:2.49783125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t0N0M14Zm9DRupvPq8EE51cEzpecJrgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h6x6fgs8qeOHPHXizG943f1O28rXMRl6 { color:#052956;display:block;width:15.186625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100117;line-height:1.6;letter-spacing:0;top:106.5625rem;left:42.375rem;height:1.89886875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pvXShoSFV5q867RPXEzCzPZ9soJyQaRh { color:#00308a;display:block;width:11.9954375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:100.625rem;left:42.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#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.28103125rem;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; }
@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) { #S6d3kV7IVQ8A1xfaqVo9ZUubABThcThD { width:47.75rem;height:2.0625rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@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) { #VhpuQwebS9f8R9LNo8VP9m53De4DssQG { top:19.125rem;left:18.4375rem;width:20rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNuTKcPtTQqK19Vvqbl1xh1BnSWE8BR { top:18.25rem;left:18.75rem;width:20.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6WW5TLA6Xx4kZQ2Hk4oce4c2Ln7ygq4 { top:14.4375rem;left:22.437282562256rem;width:12.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbtGTKLCPJBxTCH6rw3MCmLdQRbKP87T { top:15rem;left:21.874134063721rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;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:0.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.875rem;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) { #xEJWULVxTQrxyL4xnsEM3FFKDo6B93uc { top:4.125rem;left:6.375rem;width:9.1875rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5DOoPHEMTrqcHOelBzsHqdf2ULhJUO { width:15.125rem;height:1.875rem;top:8.875rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { top:11.375rem;left:4.3166236877441rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTHMTPzylmiZrbweSD0OLZ33uvHECtGE { display:block; }
 }@media only screen and (max-width: 763px) { #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX { width:14.375rem;height:11.4375rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZUoMQ6dNCFRpTvGccoJs8Su5baP9yM { width:12.5625rem;height:2.875rem;top:0.125rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF { width:14.375rem;height:10.4375rem;top:0.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { top:11.25rem;left:36.4375rem;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:9rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAzs1K6FMv5vM4igwc1int9USQkJ39Lr { width:12.5625rem;height:1.4375rem;top:2rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiA126ZFtBRMz8nDWqOPMHmct3kbQ0eO { top:4.4375rem;left:34.3125rem;width:13.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE { width:14.375rem;height:9.4375rem;top:15.0625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArtTm9S2agSgL8UxOtJvLTZSg66baDb8 { width:15.125rem;height:1.875rem;top:21.1875rem;left:19.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVm0pE0ihLmfhIvoAk60kNqJN9xXMfu { width:12.5625rem;height:2rem;top:15.6875rem;left:21.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nohKpatsh80Gl0f7gbWCVvFTTTBEeOT8 { top:24.5rem;left:21.249134063721rem;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) { #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.1875rem;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) { #vBTmsJnoGvZA8FTMpvRUQ4N6AZN4xIVQ { top:12.4375rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Wml0Q1o2owKEs8qW6oiTNV8y206xKX { display:block; }
 }@media only screen and (max-width: 763px) { #x3r9FTByWqzVJAhFqmeFyiPwlE8VTtXe { width:15.125rem;height:1.875rem;top:9.1875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS { width:15.1875rem;height:10.6875rem;top:1.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLW3zKy9zCkCcbiIgQm1lwit077fCTGP { width:12.5625rem;height:4.5rem;top:2.75rem;left:35.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXRzMthLVeNPfsvA3B6p2MhGar6Rto0h { top:12.5rem;left:3.1848945617676rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTILHTMQEecvKby2syLWem3SF9wZttp { display:block; }
 }@media only screen and (max-width: 763px) { #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg { width:14.875rem;height:10.75rem;top:1.75rem;left:1.4368476867676rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gub5PXZW5gXmTCoi1ipGiDd0CIVGGlcA { width:15.125rem;height:1.875rem;top:9rem;left:1.2157115936279rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0R7UEw09U5t2KQNBBc6sLvrVgEDEN4p { width:12.5625rem;height:4.5rem;top:2.3125rem;left:2.3732643127441rem;font-size:1.75rem;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.1875rem;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.3125rem;height:15.75rem;top:2.5625rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3T9nZKMAyICyTVOgQeTr24aH2MVME2y { width:12.5625rem;height:;top:4rem;left:35.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SncUNIZFmsMJhOehQS8FPQfCTvvLg4sX { width:15.125rem;height:1.875rem;top:15.875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWTmb0lM9Jh0vKOQFW81MTnDmFT2bvUN { top:7.125rem;left:36.875rem;width:10.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUGWbQmwKNrA399q56pIThL2amFggC8 { top:18.375rem;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:18.375rem;left:19.1875rem;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.3125rem;height:15.75rem;top:2.5625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryMIkBiekRFKs2wTIcbO8w5xeVi2TqAX { width:15.125rem;height:1.875rem;top:14.875rem;left:17.248481750488rem;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:3.9375rem;left:18.687282562256rem;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.125rem;height:1.875rem;top:14.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMg4nw4niKdZ3dToTRZ3BsSpnIlVQgm4 { top:9.25rem;left:1.1872825622559rem;width:10.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkx75vLL5P8eeuvofAxlJC46moXE7qf { width:12.5625rem;height:;top:3.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDC0T4eTPFSXHaKM6TgLPDv6NVi1vsWN { top:35rem;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:10.75rem;top:24.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhgNfAf4kWNvL7zg76C0Rglifi2fWBXi { width:15.125rem;height:1.875rem;top:32.8125rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKe9BitfxTnPWnCCyr3WQMqUVJQN5CMI { width:12.5625rem;height:2.25rem;top:26.9375rem;left:35.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwecUCLOQKr8SQfvFsiBb1uE478fcuBD { top:35.1875rem;left:18.188152313233rem;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:10.75rem;top:24.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXtLEBOU3f8pti8r3zHApuFOWWNrEuU { width:15.125rem;height:1.875rem;top:32.875rem;left:16.187282562256rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPVz7c3z1QQiRoW18tIvkxCFBfQs3qvx { width:12.5625rem;height:;top:27.125rem;left:17.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVPg8WvfwmJkzgZ2uycVwnSaOu3aprZz { width:14.375rem;height:10.75rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cofS5sEGipKz2v2CSID2XS1pzkCsJvIo { width:15.125rem;height:1.875rem;top:32.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RvmXnAHeCzn284r5AGI95HnGBgziuU { width:12.5625rem;height:;top:27.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTcKF73mRQ1sLsGEFiDn1AAV1xpHxBM { top:35.125rem;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) { #fcAZAoRX66Af89aPxhcgy8adFtlPEUyo { width:8.8125rem;height:1.875rem;top:14rem;left:38.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN8qWEIFa4k2n8J8oz5anNsNZ8EJ2DNS { width:8.8125rem;height:1.875rem;top:13rem;left:19.435981750488rem;font-size:1.1875rem;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.1875rem;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.875rem;height:3rem;top:0.4375rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eagLJs6XoTn0u8de4Is9AgANkBT71Ox2 { top:0rem;left:14rem;width:33.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nqPm5yR4OC7zgETfngErmRqo4sudRD { top:25rem;left:37.5625rem;width:10.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { top:17.125rem;left:1.78125rem;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.125rem;height:1.875rem;top:14.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6euP2Fe3HeTsakKkcHge6EOr6MTly { top:7rem;left:1.4375rem;width:10.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb { width:14.6875rem;height:10.9375rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bntr0Q2t4xeCyiBMmXk4eeTXZTd8lxBH { width:14.6875rem;height:10.9375rem;top:23.6875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #mi6OK4f6Eesu2x32gLvcAEsN4PptquiQ { top:34.8125rem;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.125rem;height:1.875rem;top:31.6875rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzBcVbaVhvu9MGWIGqkTxDkUsa83rMT { top:24.5rem;left:0.5625rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli { width:14.6875rem;height:10.9375rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetDcBiIN8s9evolsArCQJmfAnQLwdTt { width:15.125rem;height:1.875rem;top:31.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { top:34.75rem;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.875rem;height:3rem;top:39.875rem;left:10.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLyyrM2e4MpyqCgh4GV2568bqTpVRKdf { top:39.375rem;left:14rem;width:33.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbXEfggAUcoUPLTxAEdyrqeCWx9BKbh { top:48.4375rem;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:10.6875rem;top:46.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { top:57.375rem;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.125rem;height:1.875rem;top:53.5rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo { width:14.6875rem;height:10.75rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNAgZLGT0lh0mz77GmazqHhCXEKUcO78 { top:48.4375rem;left:0rem;width:11.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNSep2FglmHRo3v1zKsWPvJEHZe9zpNv { width:15.125rem;height:1.875rem;top:53.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { top:57.3125rem;left:0.375rem;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) { #QTP08J5ynzRz7AvZCvIALrVC5vfTdRg3 { top:6.6875rem;left:37.0625rem;width:10.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg { width:14.75rem;height:10.9375rem;top:6.125rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE7SOkKZoPtM3OeoNhyJiw9lQlXmc60n { width:15.125rem;height:1.875rem;top:14.3125rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHUOrXmu1QSflPLuvA0DoKQZO41t9Nmy { top:17.1875rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTfre9MRgn7NwfW3KfhgJuXpQxCXIyT { display:block; }
 }@media only screen and (max-width: 763px) { #pvpqWR67lkgwTcSp1EWypxT0o3Z44wHc { top:49.125rem;left:0rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn { width:14.75rem;height:10.75rem;top:63.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzBE0sTzWD5avkbNX4fTM3a0r6NBs37z { top:65.4375rem;left:0.8125rem;width:11.9375rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPhqWpgDNqVX4717P80XDq5udS9vwZT { width:15.125rem;height:1.875rem;top:71.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpvq6yThUKKGq9L4x8hkLor5MMnXAL7s { top:74.1875rem;left:1.5625rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QPPtItVzRFbQDKiwf6CL0q3DJ5MRpd { display:block; }
 }@media only screen and (max-width: 763px) { #DIQr0kgiFaieib3Faxy6dW1q3xsFfyuK { top:66.125rem;left:1rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0GDT1l8qxI3JtAOctye8VTzmX5pbic { top:90.8125rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amWZoN1wgfKpw0or20ug3DK8Eq8exlNA { display:block; }
 }@media only screen and (max-width: 763px) { #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM { width:14.6875rem;height:10.75rem;top:79.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWG4Rcea97gAlq3SF2NFeWiGaVMNu5pp { width:15.125rem;height:1.875rem;top:87.75rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ435UXQqSzB9VyTMAxxTKKdd1VowbnG { top:81.8125rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E { width:14.6875rem;height:10.75rem;top:62.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAlnzZH7svDNrxyXNRNIlwrcDXfzZA2F { width:15.125rem;height:1.875rem;top:70.75rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSI6N2eBFZFqz2sVZNhpAqi12VrHiBVk { top:64.25rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluuEaTsXBFEfPVktXayusXTE4XbLg3E { top:73.8125rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHtrqq0C6IsfKZPLBxGzqAI2kSP419f { display:block; }
 }@media only screen and (max-width: 763px) { #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz { width:14.75rem;height:10.75rem;top:82.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLRmovw6wSb47SVnrOzq5rlMq250JXX7 { width:15.125rem;height:1.875rem;top:88.875rem;left:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsLcZVOp8M5fRf4GRrh2PMXodxTBnoqh { top:83.0625rem;left:2rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nslb9UXZm0blRrRTVaaka3atLOy5tTvS { top:92.9375rem;left:3.25rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNLrnwh7oT2MkqOMV7gGSshE4qBQ1Tf { display:block; }
 }@media only screen and (max-width: 763px) { #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL { width:14.75rem;height:10.75rem;top:98.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwecool6XMPFCqfkKo2DJ6fombOxSn0 { top:109.625rem;left:3.875rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRCEAF8PBmubEoCohIBlKhz1B34ieyTl { display:block; }
 }@media only screen and (max-width: 763px) { #EvTSB1cUimItiKwTIkHzlnw2giOBnZ7Z { width:15.125rem;height:1.875rem;top:105.0625rem;left:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAbM0J3T5UBFlEK6kcKhIFWx2JgKHh3 { top:99.8125rem;left:3.25rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ { width:14.75rem;height:10.75rem;top:98.75rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LGWTwOVvx3truGLUU0mmr7GWgH8Q7X { top:109.4375rem;left:36.4375rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0N0M14Zm9DRupvPq8EE51cEzpecJrgJ { display:block; }
 }@media only screen and (max-width: 763px) { #h6x6fgs8qeOHPHXizG943f1O28rXMRl6 { width:15.125rem;height:1.875rem;top:106.5625rem;left:32.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvXShoSFV5q867RPXEzCzPZ9soJyQaRh { top:100.625rem;left:35.8125rem;width:11.9375rem;height:1.25rem;font-size:1rem;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) { #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) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF { display:block; }#Hsv4z7HAeuPLOTUQ0A7s8gDUTsaIUDwF > .row .container { width:20rem;height:5.3808625rem;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:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kULgQi4bRo2BCtkDWxESG2pzrlVKw2ZT { width:15.9375rem;height:2.9752625rem;top:12.06201171875rem;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:43.1240234375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3E7XfAFRp6TVJhPpXKG6CAStsE2tv4t { width:14.8125rem;height:1.38020625rem;top:54.99951171875rem;left:2.18701171875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ  { width:15rem;height:auto;top:14.9990234375rem;left:1.24951171875rem; }
#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ {display:block;}#JCICVm7KQEAcQy60l2hgcpgvw5W2FMZQ { width:15rem;height:auto;top:14.9990234375rem;left:1.24951171875rem; }
 }@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) { #S6d3kV7IVQ8A1xfaqVo9ZUubABThcThD { width:19.9980625rem;height:1.71180625rem;top:0.67426204681394rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6TJXEoWeC2K3IePTVSdHIHhPF0nodnQ { width:17.937rem;height:29.562rem;top:11.4365234375rem;left:1.06201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhpuQwebS9f8R9LNo8VP9m53De4DssQG { width:20rem;height:2.599825rem;top:6.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGNuTKcPtTQqK19Vvqbl1xh1BnSWE8BR { width:20rem;height:3.8125rem;top:6.125rem;left:0rem;background-color:rgba(157,120,57,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I6WW5TLA6Xx4kZQ2Hk4oce4c2Ln7ygq4 { width:12.5rem;height:2.625rem;top:3.0625rem;left:3.375rem;background-color:rgba(157,120,57,0.71);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qbtGTKLCPJBxTCH6rw3MCmLdQRbKP87T { width:12.5rem;height:1.7693125rem;top:3.5rem;left:3.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Er5fGQT0a6QEpvMvqEC7Ni9ZhbQKkFu7 { background-color:#64420a;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:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eV1asoJhzOgcoXfwz6AqzrJnGzJm7inp { width:19.875rem;height:3.75rem;top:0.24891471862793rem;left:0rem;font-size:1.875rem;line-height:1;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:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEJWULVxTQrxyL4xnsEM3FFKDo6B93uc { width:9.2480625rem;height:4.14061875rem;top:5.2094187736511rem;left:6.8804255127906rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5DOoPHEMTrqcHOelBzsHqdf2ULhJUO { width:15.186625rem;height:1.80013125rem;top:9.9989161491394rem;left:2.4055991768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INUV6cc1z5DwIkaiTeP0HMihPZDiOuGM { top:11.799045085907rem;left:4.3131514191628rem;width:11.372625rem;height:2.4989125rem;background-color:#64420a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cTHMTPzylmiZrbweSD0OLZ33uvHECtGE { display:block; }
 }@media only screen and (max-width: 763px) { #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX { width:14.375rem;height:11.125rem;top:0.625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.adaptive-delivery-prevent-bg, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyload, #k7XKcDvrvAEaaTfp0PIMWR07tw5U2zEX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NEZUoMQ6dNCFRpTvGccoJs8Su5baP9yM { width:12.6236875rem;height:3.2487rem;top:0.62391519546509rem;left:3.6870661377907rem;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) { #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF { width:14.375rem;height:11.125rem;top:15.8125rem;left:3.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.adaptive-delivery-prevent-bg, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyload, #JVlwFQKp3t3yRO6zv2T7CGURxT0PccoF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UHRLrcGfF0mbTySZsvAatP1ygw9puC0Q { top:26.934680938721rem;left:4.8871532082558rem;width:11.31075rem;height:2.4989125rem;background-color:#64420a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #esJMFJ68e7oTU6JBPsQodUOW0NqEfWEM { display:block; }
 }@media only screen and (max-width: 763px) { #Bcwv9ZeihABZJBuCoA6f4o5Mk6198iM3 { width:15.122625rem;height:1.80013125rem;top:24.874132156372rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAzs1K6FMv5vM4igwc1int9USQkJ39Lr { width:12.56075rem;height:3.2487rem;top:15.811633110046rem;left:4.3131514191628rem;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.4364375rem;height:5.52083125rem;top:20.394966125488rem;left:3.2486980557442rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Z4rzJkmMU0WLa5m8kfnHHpT0SyaotE { width:14.375rem;height:8.625rem;top:31.936850070953rem;left:3.2855904698372rem;background-color:#ffffff;background-image:url("https://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.1236875rem;height:1.89886875rem;top:38.123916625976rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVm0pE0ihLmfhIvoAk60kNqJN9xXMfu { width:12.561875rem;height:2.03125rem;top:33.811850070953rem;left:4.3131514191628rem;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:40.559897422791rem;left:4.8242188096046rem;width:11.3736875rem;height:2.5rem;background-color:#64420a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pmZOS2Ai2b4ifnBSMOGTVlu13cQbNB5m { display:block; }
 }@media only screen and (max-width: 763px) { #t7vBaJVD0meeTdsw9azEdem1ClvkXWgz { display:block; }#t7vBaJVD0meeTdsw9azEdem1ClvkXWgz > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtpuEzC1AbJDS8xSd2ERoq0gW1m2wxhE { width:20rem;height:5.19748125rem;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:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBTmsJnoGvZA8FTMpvRUQ4N6AZN4xIVQ { top:11.561414718628rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0Wml0Q1o2owKEs8qW6oiTNV8y206xKX { display:block; }
 }@media only screen and (max-width: 763px) { #x3r9FTByWqzVJAhFqmeFyiPwlE8VTtXe { width:15.1248125rem;height:1.80013125rem;top:7.0616321563719rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS { width:14.375rem;height:10.75rem;top:0.8125rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.adaptive-delivery-prevent-bg, #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.lazyload, #hzfe5faHl8gGtCtF99JIofgg7BTWw2gS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wLW3zKy9zCkCcbiIgQm1lwit077fCTGP { width:12.561875rem;height:4.5486125rem;top:1.3737000823021rem;left:3.7185330986977rem;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) { #LXRzMthLVeNPfsvA3B6p2MhGar6Rto0h { top:26.935764312744rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTILHTMQEecvKby2syLWem3SF9wZttp { display:block; }
 }@media only screen and (max-width: 763px) { #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg { width:14.375rem;height:10.75rem;top:16.187063217163rem;left:2.8125000596046rem;background-color:#ffffff;background-image:url("https://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; }#qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.adaptive-delivery-prevent-bg, #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.lazyload, #qdbTUOw5t05TTq2iAyHVtMKVf1KS2rxg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Gub5PXZW5gXmTCoi1ipGiDd0CIVGGlcA { width:15.1248125rem;height:1.80013125rem;top:23.060981750488rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0R7UEw09U5t2KQNBBc6sLvrVgEDEN4p { width:12.561875rem;height:4.5486125rem;top:16.99978351593rem;left:3.7185330986977rem;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) { #tIceiwRi6KFQv1rlVTwRiufameWqLX8x { display:block; }#tIceiwRi6KFQv1rlVTwRiufameWqLX8x > .row .container { width:20rem;height:6.4464rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZSgC7NwWhgdKdlUQgz0oyfWQ0CVhsGN { width:20rem;height:5.19748125rem;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:106.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xyp2SZxcmhlTA0Uc8zdh4MilDralKe3D { width:14.3125rem;height:15.75rem;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.186625rem;height:1.80013125rem;top:14.749349594116rem;left:2.4055991768837rem;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.4995625rem;top:6.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUUGWbQmwKNrA399q56pIThL2amFggC8 { top:17.4365234375rem;left:4.1865234375rem;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:38.375rem;left:4.5rem;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.3125rem;height:15.75rem;top:22.5625rem;left:2.8125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.adaptive-delivery-prevent-bg, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyload, #V2tOs9XeN8kbN43mPHLMug3E5O3nqr4W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ryMIkBiekRFKs2wTIcbO8w5xeVi2TqAX { width:15.186625rem;height:1.80013125rem;top:35.562056541443rem;left:2.4055991768837rem;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:27.5625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mSTTfzOSulDr03b0lTZ6XKtARG4T9Z { width:12.5625rem;height:1.8684875rem;top:23.9375rem;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) { #z64GPlBMSOuXWp00NNUDFeTh8B5UNn8w { top:59.25rem;left:4.375rem;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:43.4375rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:55.4375rem;left:2.375rem;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:50rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkx75vLL5P8eeuvofAxlJC46moXE7qf { width:12.5625rem;height:3.57421875rem;top:44.875rem;left:3.875rem;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:74.311417877675rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHyyJgAi72ESNE3I6eGrzXFBwDu1ahKw { display:block; }
 }@media only screen and (max-width: 763px) { #tlBPXAM52ldmqX5raLnLULe4BVqaxibO { width:14.375rem;height:10.75rem;top:63.436634063719rem;left:2.8125000596046rem;background-color:#ffffff;background-image:url("https://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:70.374141693113rem;left:2.3741319775581rem;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.33680625rem;top:64.999141693113rem;left:3.6870661377907rem;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:103.74892234803rem;left:3.8118491768837rem;width:11.31075rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKoAZ3bft2wVzHozTgD772616btR2pae { display:block; }
 }@media only screen and (max-width: 763px) { #MTAZMi9dnrvDdzgnpPreyfzF6nERyMfF { width:14.3125rem;height:10.75rem;top:93rem;left:2.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; }#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:101.0625rem;left:1.3125rem;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.5486125rem;top:94.0625rem;left:3.125rem;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:10.75rem;top:78.5625rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#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:86.375rem;left:2.4375rem;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.33680625rem;top:80.75rem;left:3.6875rem;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:89.375rem;left:4.1875rem;width:11.31075rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWatdE28HoNMiiKLCVxlIMPGtLSJBFoU { display:block; }
 }@media only screen and (max-width: 763px) { #fcAZAoRX66Af89aPxhcgy8adFtlPEUyo { width:8.811875rem;height:1.80013125rem;top:33.268230915069rem;left:5.5935330986977rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN8qWEIFa4k2n8J8oz5anNsNZ8EJ2DNS { width:8.811875rem;height:1.80013125rem;top:13.017579078674rem;left:5.5935330986977rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV { display:block; }#qTcJiX9J1P0d4ZTDdup0V9ZTOAZPIRIV > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAxDzTyPSFBNntFVtAkXTNfqKVLxzH06 { width:20rem;height:5.19748125rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB { display:block; }#LNnvR7hoXHtR4q4xlEyDH8FC9l8tOHrB > .row .container { width:20rem;height:196.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oq3y3IzAyqPyhJbCQwCIeKGFutAdPMvw { width:19.9995rem;height:1.9487875rem;top:0.9375rem;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.93663125rem;top:0.2500039935112rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nqPm5yR4OC7zgETfngErmRqo4sudRD { width:10.1844375rem;height:3.8997375rem;top:5.8734769821167rem;left:5.6336808800698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbrdr5BmWEcS9UI6Wfztkp8mMQFz7akZ { top:31.373701274395rem;left:5.0683594346046rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S87r2ZC50w0UkhONPHMk6pMMMBM8y4Oi { display:block; }
 }@media only screen and (max-width: 763px) { #MFXDwTaED3UqpT65NhwPw0MyuBrpKUf2 { width:15.186625rem;height:1.80013125rem;top:27.87434977293rem;left:2.4055991768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6euP2Fe3HeTsakKkcHge6EOr6MTly { width:10.8745625rem;height:3.8997375rem;top:21.248916804791rem;left:5.2864585518837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcGhnxm5uhBOWkbZckLEMQtVBuCQzeqb { width:14.749375rem;height:10.9375rem;top:20.37434977293rem;left:2.6247830986977rem;background-color:#ffffff;background-image:url("https://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:10.9375rem;top:4.875rem;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:15.873481929302rem;left:4.3435330986977rem;width:11.31075rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec1btifbZI3DTzstm0excqRTOd7ZhFh5 { display:block; }
 }@media only screen and (max-width: 763px) { #pLr6H6I02eWyNzQ9b02APHQbws8zW3bH { width:15.186625rem;height:1.80013125rem;top:12.56184977293rem;left:2.4055991768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFzBcVbaVhvu9MGWIGqkTxDkUsa83rMT { width:10.686875rem;height:3.8997375rem;top:36.374784469604rem;left:6.7556424736975rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpXZQLbxW8tERHSy9dGoUW3eIlqNBRli { width:14.6875rem;height:10.9375rem;top:35.315760612488rem;left:3.3810763955116rem;background-color:#ffffff;background-image:url("https://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.186625rem;height:1.80013125rem;top:42.999134063721rem;left:3.3810763955116rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5WwiEA5XHCoHmkTfSzNtGAvc7dJVNBS { top:46.314672470093rem;left:4.9685330986977rem;width:11.311875rem;height:2.43706875rem;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.9487875rem;top:66.6875rem;left:0rem;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:65.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbXEfggAUcoUPLTxAEdyrqeCWx9BKbh { width:11.936875rem;height:2.599825rem;top:72.686630249025rem;left:5.1870661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ { width:14.75rem;height:10.75rem;top:85.6875rem;left:2.875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.adaptive-delivery-prevent-bg, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyload, #tfuvo1cZEOPB5TpNJ4yESV0M2uWvI9aJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MGIThFdgcrSIAFNtGBiE92FNgpXUq8mp { top:81.506732940675rem;left:5.3194447159767rem;width:11.3096875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqcn9APaToSMFdPKVTfqbHAtsOrmwsr6 { display:block; }
 }@media only screen and (max-width: 763px) { #eDocVCxZQ8XIm9OSV8MMysDTtuTEy0dG { width:15.186625rem;height:1.80013125rem;top:78.25rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuFCu3VRdJnAiHxlO5W2RpPgCefJTaPo { width:14.8125rem;height:10.75rem;top:70.694449424744rem;left:3.3485246300697rem;background-color:#ffffff;background-image:url("https://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:0;top:72.6875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNSep2FglmHRo3v1zKsWPvJEHZe9zpNv { width:15.1855625rem;height:1.80013125rem;top:94.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyyFdVBU785yR6q9Hn2Ub4W9fpeVoiBI { top:96.499139785769rem;left:4.4685330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ik7m3yRUia6Mx14aNv1lPMQSKTWiZn { display:block; }
 }@media only screen and (max-width: 763px) { #QTP08J5ynzRz7AvZCvIALrVC5vfTdRg3 { width:10.686875rem;height:5.19965625rem;top:51.873916387558rem;left:5.6336808800698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg { width:14.6875rem;height:10.9375rem;top:50.999373197556rem;left:3.3810763955116rem;background-color:#ffffff;background-image:url("https://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; }#R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.adaptive-delivery-prevent-bg, #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.lazyload, #R9oJZdoWoMS1gSLG4nyf4TcVS41yloPg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uE7SOkKZoPtM3OeoNhyJiw9lQlXmc60n { width:15.1248125rem;height:1.80013125rem;top:59.061416625976rem;left:2.4370661377907rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHUOrXmu1QSflPLuvA0DoKQZO41t9Nmy { top:61.998700141907rem;left:5.0683594346046rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTfre9MRgn7NwfW3KfhgJuXpQxCXIyT { display:block; }
 }@media only screen and (max-width: 763px) { #pvpqWR67lkgwTcSp1EWypxT0o3Z44wHc { width:11.936875rem;height:2.599825rem;top:88.125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn { width:14.625rem;height:10.75rem;top:101.25rem;left:2.625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.adaptive-delivery-prevent-bg, #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.lazyload, #mNIZXbpsREPSmdxIVRUnbtigQ6iSDUcn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tzBE0sTzWD5avkbNX4fTM3a0r6NBs37z { width:11.936875rem;height:0;top:103.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxPhqWpgDNqVX4717P80XDq5udS9vwZT { width:15.1248125rem;height:1.80013125rem;top:109.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpvq6yThUKKGq9L4x8hkLor5MMnXAL7s { top:112.06229019165rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2QPPtItVzRFbQDKiwf6CL0q3DJ5MRpd { display:block; }
 }@media only screen and (max-width: 763px) { #DIQr0kgiFaieib3Faxy6dW1q3xsFfyuK { width:11.936875rem;height:2.599825rem;top:104rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND0GDT1l8qxI3JtAOctye8VTzmX5pbic { top:127.5625rem;left:4.125rem;width:11.3125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amWZoN1wgfKpw0or20ug3DK8Eq8exlNA { display:block; }
 }@media only screen and (max-width: 763px) { #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM { width:14.6875rem;height:10.75rem;top:116.8125rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.adaptive-delivery-prevent-bg, #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.lazyload, #lha7cPRlEDh0qG6ewC2zTJQSq9pFW2zM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gWG4Rcea97gAlq3SF2NFeWiGaVMNu5pp { width:15.1248125rem;height:1.80013125rem;top:124.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ435UXQqSzB9VyTMAxxTKKdd1VowbnG { width:11.936875rem;height:2.599825rem;top:119.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E { width:14.6875rem;height:10.75rem;top:133.125rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.adaptive-delivery-prevent-bg, #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.lazyload, #C52vOhRMr9tKprcGHXeGeM6xDt3z0g6E.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RAlnzZH7svDNrxyXNRNIlwrcDXfzZA2F { width:15.1248125rem;height:1.80013125rem;top:140.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSI6N2eBFZFqz2sVZNhpAqi12VrHiBVk { width:11.936875rem;height:3.8997375rem;top:135rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluuEaTsXBFEfPVktXayusXTE4XbLg3E { top:143.87479019165rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUHtrqq0C6IsfKZPLBxGzqAI2kSP419f { display:block; }
 }@media only screen and (max-width: 763px) { #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz { width:14.6875rem;height:10.75rem;top:149.0625rem;left:2.25rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.adaptive-delivery-prevent-bg, #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.lazyload, #SmvDvVvOc3vX9AEhhnyJiwuHdqfnElPz.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PLRmovw6wSb47SVnrOzq5rlMq250JXX7 { width:15.1248125rem;height:1.80013125rem;top:156.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsLcZVOp8M5fRf4GRrh2PMXodxTBnoqh { width:11.936875rem;height:3.8997375rem;top:150.9375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nslb9UXZm0blRrRTVaaka3atLOy5tTvS { top:159.81228637695rem;left:3.9060330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvNLrnwh7oT2MkqOMV7gGSshE4qBQ1Tf { display:block; }
 }@media only screen and (max-width: 763px) { #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL { width:14.6245625rem;height:10.75rem;top:164.43686103821rem;left:2.6866319775581rem;background-color:#ffffff;background-image:url("https://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; }#rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.adaptive-delivery-prevent-bg, #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.lazyload, #rzG5vpcbS4DlvJhG1l84ao9Ex0CaPowL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cNwecool6XMPFCqfkKo2DJ6fombOxSn0 { top:175.74871063232rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRCEAF8PBmubEoCohIBlKhz1B34ieyTl { display:block; }
 }@media only screen and (max-width: 763px) { #EvTSB1cUimItiKwTIkHzlnw2giOBnZ7Z { width:15.1248125rem;height:1.80013125rem;top:172rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrAbM0J3T5UBFlEK6kcKhIFWx2JgKHh3 { width:11.936875rem;height:1.2999125rem;top:167.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ { width:14.625rem;height:10.75rem;top:181.81186294556rem;left:2.6236980557442rem;background-color:#ffffff;background-image:url("https://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; }#iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.adaptive-delivery-prevent-bg, #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.lazyload, #iuTL5JghytAh1uW6boqVeKFpCxuqJTQJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k6LGWTwOVvx3truGLUU0mmr7GWgH8Q7X { top:192.56077003479rem;left:4.3435330986977rem;width:11.311875rem;height:2.43706875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0N0M14Zm9DRupvPq8EE51cEzpecJrgJ { display:block; }
 }@media only screen and (max-width: 763px) { #h6x6fgs8qeOHPHXizG943f1O28rXMRl6 { width:15.1248125rem;height:1.80013125rem;top:189.3125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvXShoSFV5q867RPXEzCzPZ9soJyQaRh { width:11.936875rem;height:1.2999125rem;top:184.625rem;left:4.25rem;font-size:1rem;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:17.1875rem;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.20095625rem;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) { #D32kxh9ToqzdgPAoZ5ihsUZ2PquVXthp { width:19.437rem;height:1.28103125rem;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.80143125rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }