.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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { position:relative;display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { background-color: transparent; background-image: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row > .video-iframe-container { display: none; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .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); }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { border-width: 0; border-radius: 0; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container > .video-iframe-container {  }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:21.9998125rem;top:0.46875002980232rem;left:18.998481750488rem;overflow:hidden;display:block; }
#Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { color:#453f41;display:block;width:46.6873125rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);top:3.8736979961395rem;left:5.9016914367676rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -moz-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -ms-linear-gradient(180deg, #e3bfc8, #da96be);background-image: -o-linear-gradient(180deg, #e3bfc8, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bfc8', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #e3bfc8, #da96be);background-size:auto !important;position:relative;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { border-width: 0; border-radius: 0; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container {  }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.936625rem;width:20.7498125rem;top:7.5625rem;left:39.25rem;overflow:hidden;display:block; }
#qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.1875rem;width:28rem;top:18.875rem;left:0rem;overflow:hidden;display:block; }
#xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.8125rem;width:32.875rem;top:13.3125rem;left:13.5625rem;display:block; }
#GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:17.75rem;height:2.192925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-form-header {  }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { height:auto;display:none;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:27.75rem;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:left;text-align-last:left; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:27.75rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #878787;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:27.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { background-color:#d19a52;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-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:27.75rem;height:3rem;font-family:amiri;overflow:hidden; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-moz-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]:-ms-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk [class*="-text"]::-webkit-input-placeholder { color:#979797;font-family:"br font n-day";font-size:0.875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.375rem;overflow:hidden;font-style:normal; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .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; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container { padding-top:1.0625rem;padding-right:0;padding-bottom:1rem;padding-left:0;width:100%;font-size:0;height:auto; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:first-of-type{padding-top:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-container:last-of-type{padding-bottom:0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062283754349rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.75rem;display:block;vertical-align:top; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100010;position:absolute;top:16.062283754349rem;left:14.874132156372rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 { position:relative; }
#OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { position:relative;display:block; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 { position:relative; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ { position:relative; }
#uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { position:absolute;display:block;z-index:100011;background-color:#fce8b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:11.375rem;left:10.4375rem;display:block; }
#gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { color:#000000;display:block;width:5.56206875rem;position:absolute;font-family:"aref ruqaa";font-size:1.3125rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:12.9375rem;left:10.75rem;height:4.7265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pShgekOIHnqEBcI3gDud11kxTpAtvC3a { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:4.0603301525116rem;left:29.375rem; }
#ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:block; }
#xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { color:#494748;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(42,40,41,0.31);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:block; }
#WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:block; }
#tmGE4wi1eIuFIQl3v82M6m65KZJi335B { color:#ffffff;display:block;width:46.6873125rem;position:absolute;font-family:"mykonos ar";font-size:1.1875rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8736979961395rem;left:6.6547298431394rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#da96be;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.adaptive-delivery-prevent-bg, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyload, #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr.lazyloading { background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:11.6875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { background-color: transparent; background-image: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container { display: none; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .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); }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { border-width: 0; border-radius: 0; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row > .video-iframe-container {  }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { color:#014f4d;display:block;width:60rem;position:absolute;font-family:"br font n-day";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.796875rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;display:block; }
#WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { color:#d19a52;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.4998125rem;top:6.435546875rem;left:40.500217437744rem;overflow:hidden;display:block; }
#OIA38b21P6vL63AsEacnT33cNItEzvNX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.874375rem;width:19.375rem;top:6.435546875rem;left:20.3125rem;overflow:hidden;display:block; }
#HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.8125rem;width:19.375rem;top:6.435546875rem;left:0.25564193725586rem;overflow:hidden;display:block; }
#NnCG7tAREf1dPp39OAfgzLLqMEr14hao { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:none; }
#JHUVDvzC5WShquiQvydTssZoHxXDtWLn { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:none; }
#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { background-color: transparent; background-image: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container { display: none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .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); }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { border-width: 0; border-radius: 0; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row > .video-iframe-container {  }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:block; }#XxuR67rJmlHku0TafHHdTauEJbnxC3VS { position:absolute;display:block;z-index:100004;background-color:#efefef;background-image:none;background-position:center !important;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:5.3125rem;width:19.375rem;top:14.186630249024rem;left:0rem;display:block; }
#r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:14.623265266419rem;left:1.1848945617676rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { position:absolute;display:block;z-index:100008;background-color:#efefef;background-image:none;background-position:center !important;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:5.3125rem;width:19.375rem;top:14.125rem;left:20.3125rem;display:block; }
#Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:14.530165672303rem;left:21.498481750488rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { position:absolute;display:block;z-index:100012;background-color:#efefef;background-image:none;background-position:center !important;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:5.3125rem;width:19.375rem;top:14.125rem;left:40.625rem;display:block; }
#L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { color:#000000;display:block;width:16.9998125rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:15.558812141419rem;left:41.812068939209rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:none; }
#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container { background-color: transparent; background-image: none; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container > .video-iframe-container { display: none; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row > .video-iframe-container { display: none; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .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); }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container { border-width: 0; border-radius: 0; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row > .video-iframe-container {  }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:60rem;position:relative;display:block; }#wE7iLX76RXdBLuCC7aEbHEXf77PU1QbB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:15.625rem;width:23.75rem;top:1.4398965835571rem;left:33.946399688721rem;overflow:hidden;display:block; }
#kmDBXaKArmt88tPeriWIg5gludvZkKit { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.186625rem;width:18.2498125rem;top:2.5922312736511rem;left:24.955513000488rem;overflow:hidden;display:block; }
#l5RygT2PymhoucwJFZFsxRTleUNFE9CJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:13.75rem;width:20.875rem;top:3.4364147186279rem;left:34.186199188233rem;overflow:hidden;display:none; }
#LDui0rf0fsnnX54f5RTHgmv4lcqaTSMe { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:14.310541152954rem;left:10.001085281372rem;display:block; }
#tAZEQ9WMna6wqkMcrfO4WewXrJLBXduw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rMPtn4ItB9Fs9OBaG9apD6bGoO0TzTaN { color:#014f4d;display:block;width:28.811875rem;position:absolute;font-family:"neo sans arabic";font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:1.1859664916993rem;left:0rem;height:;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;font-style:normal;display:block; }
#sGhGMdyTfM1Mrs4l6R3L3JfVlJ10ag97 { color:#fdfdfd;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.4355471134187rem;left:23.068576812744rem;height:1.8684875rem;font-style:normal;display:none; }
#mbQnTVVpAJQgtf5et259pdsIABhT0niB { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.18685rem;width:8.499375rem;top:8.9680988788606rem;left:19.567058563233rem;overflow:hidden;display:none; }
#xob4r52F2TgTaOnAvrGboCaehTbBbkWq { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87435rem;width:7.249375rem;top:9.1243488788606rem;left:30.625rem;overflow:hidden;display:none; }
#lumfMlOT8whDwKeCQG3o1fCPuxc956Uy { color:#000000;display:block;width:19.8123125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.3498201370237rem;left:4.4976119995117rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container { background-color: transparent; background-image: none; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container > .video-iframe-container { display: none; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row > .video-iframe-container { display: none; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .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); }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container { border-width: 0; border-radius: 0; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row > .video-iframe-container {  }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container { font-size:0.875rem;font-family:arial;height:70.3125rem;width:60rem;position:relative;display:block; }#O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.adaptive-delivery-prevent-bg, #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.lazyload, #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.lazyloading { background-image: none; }
#ZT538Q10LoRTLILk8J7EPQNRsn7Wqz0V { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#IlFN4IsoVuuLEcR4EIKUnDy5cXHLpuX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:21.625rem;display:block; }#bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.adaptive-delivery-prevent-bg, #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.lazyload, #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.lazyloading { background-image: none; }
#vbgr3SMByyUAbaISMBREqlqcO2DPRgdz { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#wplHpBX0pIwL37aabWm5mPzIM2b17bb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.adaptive-delivery-prevent-bg, #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.lazyload, #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.lazyloading { background-image: none; }
#pLbz6QOOoPD2s4WMpINHeQBxkCNu8O6C { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#TsGUUC6eMtfb8DkXyyCRV4Bxs9sZiEEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kTLHiasV2AqXbTtClQCfGmzvasODCC0Z { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:4.2122359275818rem;left:26.499565124512rem;overflow:hidden;display:block; }
#J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5 { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.875rem;left:0.9375rem;display:block; }#J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.adaptive-delivery-prevent-bg, #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.lazyload, #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.lazyloading { background-image: none; }
#KKVkWHN8pzZsP5BtflRh5KXGNGUAFTu5 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:30.25rem;left:4.375rem;display:block; }
#L3WhdXREJ7AQ0ivvoQXWMgkrTk4TdBXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EErtsme1vlG70GmHCnoxoWM4CokAyM6e { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.9375rem;left:42.75rem;display:block; }#EErtsme1vlG70GmHCnoxoWM4CokAyM6e.adaptive-delivery-prevent-bg, #EErtsme1vlG70GmHCnoxoWM4CokAyM6e.lazyload, #EErtsme1vlG70GmHCnoxoWM4CokAyM6e.lazyloading { background-image: none; }
#o9QgmFhAygyiGTH5lrUZinnU1PbBA9Xh { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:30.3125rem;left:46.1875rem;display:block; }
#R3GlkQS7uMt6vdxbAwglIa2Vxq1SZP7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oOFRH17IDoERS5GruM1bZkSnwt4d1AlE { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:5.3548178672791rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Wt7i1CEEZb6vAgU16wEF0f6KPVeTlVeU { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:9.4987049102781rem;left:44.129776000976rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#VT51npiBoVVQ8QkQuETcHFt5J9Dmtgeu { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:6.0655384063721rem;left:22.624782562256rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#UWFSa9ytKpVnqK8QHzF0aOLZs7GCVrdX { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#qv4qaUfQwWzXtAbQxHcoNDxeI1TxzgrL { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:4.2100696563721rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#dOQNUZTEag8XJlkbdRXlRURd7x68NZu8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#uTnq5hZnZrenUqATl5GHt8SXJADCuhhu { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#QAxyNWgpAiIOXxIQgZgOWOM1ZntwbKzO { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:25.311847686767rem;left:44.436851501465rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#CqVq7gyySRXlXggU4sbhGm4qCTRdxOF5 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:27.875rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:18.873698711395rem;left:21.622177124024rem;display:block; }#Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.adaptive-delivery-prevent-bg, #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.lazyload, #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.lazyloading { background-image: none; }
#oa1d28mUmoqVxd60rgMPGqOpJGuXMTmO { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:30.25rem;left:25.0625rem;display:block; }
#xgwTDeoz7ItFMWataBVRlU5V2Qwu3DXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:1rem;display:block; }#CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.adaptive-delivery-prevent-bg, #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.lazyload, #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.lazyloading { background-image: none; }
#cASmRpkAgv2lL8GxvpHFi3WtaaT36lXH { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:49.25rem;left:4.4375rem;display:block; }
#RC3lrh455b8sBkZWpnvSDyMTRe4E2bmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nkADDDof88t5biJNsc5Tl8ute9AfgsMK { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:21.6875rem;display:block; }#nkADDDof88t5biJNsc5Tl8ute9AfgsMK.adaptive-delivery-prevent-bg, #nkADDDof88t5biJNsc5Tl8ute9AfgsMK.lazyload, #nkADDDof88t5biJNsc5Tl8ute9AfgsMK.lazyloading { background-image: none; }
#siMVDCtdVBcc7EFHQUoLZ0coknHT3oft { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:49.25rem;left:25.125rem;display:block; }
#LGl6z29Ck77G5U2lZ1vGzaGcAktZoWiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:42.6875rem;display:block; }#RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.adaptive-delivery-prevent-bg, #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.lazyload, #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.lazyloading { background-image: none; }
#cT5ONCPcOSyAvHTSFq7Wyt2KKXoyNHKc { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.25rem;left:46.125rem;display:block; }
#TBVBah4UlIC5CGIVlJ2WNEtMKzEDP2IP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BaGnWopWaLiSSZsThI3gf0vAWkLJuRlw { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#wJ0HyeHAeH5lbwkwW7oG53rGT342dzys { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:24.874347686767rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#cfTJztQ4qrVg2e9T8OQd6oSEyKru40iW { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100192;line-height:1.3;letter-spacing:0;top:27.875rem;left:23.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#qCrUrWObZXP6swNDAkRe3XXap4zy7tN3 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:20.735678195953rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#pHbmFsN5ap0TlJZT4ugCQTkyGc8Vmm0m { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.625rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#iofKU89GRHKaQ6k1lcHOyAbommsTESEb { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:1.4375rem;display:block; }#nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.adaptive-delivery-prevent-bg, #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.lazyload, #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.lazyloading { background-image: none; }
#mUoPbsuSlGTmEx70st9hd5WohnUGocx8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:66.75rem;left:4.875rem;display:block; }
#R1IK8ehd01sOSylVa3KCUOUS5U5w3U0i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qkpiocD1olZiuAA62hK4tsCRS7nSAK5a { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:22.1875rem;display:block; }#qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.adaptive-delivery-prevent-bg, #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.lazyload, #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.lazyloading { background-image: none; }
#uSR7cX1cJk0K5VkZ29NnfxBp8wr3FANE { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:66.75rem;left:25.5625rem;display:block; }
#DfH3WbfGQia0e5IhnUUOoXElzNHZTvQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:43.125rem;display:block; }#pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.adaptive-delivery-prevent-bg, #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.lazyload, #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.lazyloading { background-image: none; }
#NFhfqPfXRJkGzUOsl99pU1nAH4aTMdib { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:66.75rem;left:46.625rem;display:block; }
#ZrteGwGReLLhFl0tdqoSlBxr7Zwz7sbs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LfAitDMnPycy8EVGddJ684zvgtHQfZLI { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:39.3125rem;left:43.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#ZhNOMxJVfgOcuiKGzTkWXcPzHrFoFqiS { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:42.875rem;left:44.5rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#ICSl5p1iKQ6wOqGMOt2cLfQwkfLCXucB { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:46.625rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#srmLbPSL5gJJcTDyoBZWK9uoXvPBwECg { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:39.31206035614rem;left:22.624782562256rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#XBmnmZuz5WQknqutK5QlsUoXcq8WhqVa { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:43.484152793884rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#DapsT7AaBTKfifds3uzXXcToOz0ervqt { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100202;line-height:1.3;letter-spacing:0;top:46.624351501465rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#AwNZI8ms4U9Kq71qMVVVmrK3N79MuuUa { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:39.857856750488rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#MIg4eyBlqlbkhCIJZkLZWV5is3v4m13T { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100205;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#XK8gC75FTUuLJwoQIZmZPlUP0D52OhMg { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100204;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:43.817276000976rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#kRTE5Fu9BoJTX5rNiMBHOfgb3lkX6faU { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:64.0918006897rem;left:44.636501312256rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#tQzUg84bc9G6S55tCTyJc8FHwoiwVEzl { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:57.5rem;left:23.3125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#u98sFmE21Qcub7afycv75bZqW9Fn8ZM8 { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:61.062284469604rem;left:24.124347686767rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#DPr84Slu0Obk4JPELaPHLkuO7bJIT2rn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#DnfNLVBcFG2qcmGbr3bZ6R3l5lm7ppKy { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:2.2150592803955rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#a1GTLKrlf5UMWh1rhoc3BqogA6NmiBXx { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.0625rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#FxcSAAV7Qzw6w11iiPy4AtJC8hoCGFTc { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:6.0861549377441rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#fDyP05Qc9DnAyzTbhPaKrnWUUUN4Teug { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:7.8174896240238rem;left:2.7766914367676rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#nDDFqPlSOl5bxRhxQkncqx892PRhfsWA { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:44.091798782349rem;left:2.6236972808838rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#gbzpBli9nHaEPbXHMdgsTqxc09vPL0sX { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:61.827259063721rem;left:2.7777767181396rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container { background-color: transparent; background-image: none; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container > .video-iframe-container { display: none; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row > .video-iframe-container { display: none; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .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); }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container { border-width: 0; border-radius: 0; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row > .video-iframe-container {  }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container { font-size:0.875rem;font-family:arial;height:87.6875rem;width:60rem;position:relative;display:block; }#eEPva93BKaD66OueM8BqdmAG0e61r3qV { position:absolute;display:block;z-index:100039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.3975696563721rem;left:42.693141937256rem;display:block; }#eEPva93BKaD66OueM8BqdmAG0e61r3qV.adaptive-delivery-prevent-bg, #eEPva93BKaD66OueM8BqdmAG0e61r3qV.lazyload, #eEPva93BKaD66OueM8BqdmAG0e61r3qV.lazyloading { background-image: none; }
#CvmgpI4TOOqpmMN60JDVXBPotAhyTL05 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100040;text-align:center;text-align-last:center;top:12.772570610046rem;left:46.100479125976rem;display:block; }
#s6whWuTovWeAAg7I193mkCtaEE3yyipb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HoSlkGG3EoRdswSVe4m31B0VLa8HqK42 { position:absolute;display:block;z-index:100041;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:21.625rem;display:block; }#HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.adaptive-delivery-prevent-bg, #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.lazyload, #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.lazyloading { background-image: none; }
#d6z9XXz3qnZC3pUlWQPkRhZ4aa2gmEQU { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:12.75rem;left:25.0625rem;display:block; }
#rx1eOE7sSSXMK3QyKX9xI9Hx0eRXdUr2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#topTate3GP9i991vPEs71ncfBTWMnMya { position:absolute;display:block;z-index:100043;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:1.375rem;left:0.8125rem;display:block; }#topTate3GP9i991vPEs71ncfBTWMnMya.adaptive-delivery-prevent-bg, #topTate3GP9i991vPEs71ncfBTWMnMya.lazyload, #topTate3GP9i991vPEs71ncfBTWMnMya.lazyloading { background-image: none; }
#hdDF8MfdSglPRcZOMqT65THma9dFbklI { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100044;text-align:center;text-align-last:center;top:12.75rem;left:4.25rem;display:block; }
#QwUHhDZIG34Cb7dmJxwznb99S2Wek1AR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GH2qFpEfGlKsbUx3Tqvd8cvbLJ76yh1r { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9980625rem;width:20.8105625rem;top:4.2122359275818rem;left:26.499565124512rem;overflow:hidden;display:block; }
#S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18 { position:absolute;display:block;z-index:100047;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.875rem;left:0.9375rem;display:block; }#S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.adaptive-delivery-prevent-bg, #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.lazyload, #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.lazyloading { background-image: none; }
#O40FelZ2l3uwA7g42dRLNabovw9hiZtt { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:30.25rem;left:4.375rem;display:block; }
#MWoIOyS7UgCefP5UuNRNZeL8shJOzG2J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IdodyFsI2ZK87u1ypppLwukbmTmlBHiR { position:absolute;display:block;z-index:100045;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:18.9375rem;left:42.75rem;display:block; }#IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.adaptive-delivery-prevent-bg, #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.lazyload, #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.lazyloading { background-image: none; }
#SMdBN1NRN4Po4pv6CntTDEkBxCBtKO08 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100046;text-align:center;text-align-last:center;top:30.3125rem;left:46.1875rem;display:block; }
#WsVOiQ2tyf11KAxyIO1lUcocsgzBR3OI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HglRSqrL97VmhhQHen3DE1hL2T4IQD2u { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:5.3548178672791rem;left:43.693576812744rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#trb1ch2AAu5OKC56PFTWtkOA8OVyqp3V { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:9.4987049102781rem;left:44.129776000976rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#rTelrsTCreXIQTOMAuTQv9B3q6ppXv2r { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100179;line-height:1.3;letter-spacing:0;top:6.0655384063721rem;left:22.624782562256rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#tQcUJyARN28cedgdAgwGueCsDRTDmda3 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100183;line-height:1.3;letter-spacing:0;top:10.0625rem;left:23.0625rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#knuFCoS42f2IIxO2Tbq1UWJJ6OAwp7NV { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100182;line-height:1.3;letter-spacing:0;top:4.2100696563721rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Si9uKtSGZbF0zlDchS1QUnhscNUeoTnM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#EcxN4t0gan1WFZybQWZUW9gn1FkP5hQo { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:21.125rem;left:43.625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#q7ig9hNXXXLNGmm0asiZGxz4TNEhz1Qc { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:25.311847686767rem;left:44.436851501465rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#yMLn7OnFIxLPGbhWFpTZekF8a5avgM4D { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:27.875rem;left:44.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK { position:absolute;display:block;z-index:100049;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.8748125rem;width:15.1248125rem;top:18.873698711395rem;left:21.622177124024rem;display:block; }#TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.adaptive-delivery-prevent-bg, #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.lazyload, #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.lazyloading { background-image: none; }
#g6pU5055QGJo76Qp4aaaNG0pKJ0430sd { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:30.25rem;left:25.0625rem;display:block; }
#U316ccFQG5PAsNzKN6MZI8DXQ25C9KsG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J30lu9L8OlVkSO9Bb9urkfTBfGZO6611 { position:absolute;display:block;z-index:100051;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:1rem;display:block; }#J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.adaptive-delivery-prevent-bg, #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.lazyload, #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.lazyloading { background-image: none; }
#oE9nv3GcbHU8dRMhyZ72dCLUrcQbe2CV { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:49.25rem;left:4.4375rem;display:block; }
#PtlcDFLMfbVcRFgPd9hsVMMdHmpaXr0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O11giaua2UdVzOOWBy228vTTSv1sx5kg { position:absolute;display:block;z-index:100053;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:21.6875rem;display:block; }#O11giaua2UdVzOOWBy228vTTSv1sx5kg.adaptive-delivery-prevent-bg, #O11giaua2UdVzOOWBy228vTTSv1sx5kg.lazyload, #O11giaua2UdVzOOWBy228vTTSv1sx5kg.lazyloading { background-image: none; }
#pkH3IbVmnh0DBEg8grDelJF7vJ1N1Db8 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:49.25rem;left:25.125rem;display:block; }
#xe8dPKwGeiTuldQLbMn08z765qTMDKP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u { position:absolute;display:block;z-index:100055;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:37.875rem;left:42.6875rem;display:block; }#CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.adaptive-delivery-prevent-bg, #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.lazyload, #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.lazyloading { background-image: none; }
#F1cxaWQGKuAuAN0T2eiAXwEB4Lb71NJn { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:49.25rem;left:46.125rem;display:block; }
#L1rWfXVKZSx6N6TmTZ5a913sXIAVeksu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xyOxub8R0UdezAvLbOS5a8v0g9wwqUlH { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:21.125rem;left:22.625rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#L0BkApsUsykKex954hPxxih6IbAn5pyP { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100188;line-height:1.3;letter-spacing:0;top:25.061630249024rem;left:22.875rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#nDCMzrMbzw7cw2GU4OlqvwZOIMOD1JRM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100192;line-height:1.3;letter-spacing:0;top:27.875rem;left:23.125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#F9STRzfqP0ZT8x8hT6NsyN9KaC5NOeIH { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:20.735678195953rem;left:1.8109798431396rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#k4m2B9ER4BS91uBq5Zx7iQx58TKxMvyo { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.625rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#HEfT2nP6JgkUFNu82qKTs821LNI72VaK { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:27.875rem;left:2.3125rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC { position:absolute;display:block;z-index:100057;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:1.4375rem;display:block; }#q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.adaptive-delivery-prevent-bg, #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.lazyload, #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.lazyloading { background-image: none; }
#HLuZzneaBT6T0cCr0ATMHWPqfQsGf6R0 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:66.75rem;left:4.875rem;display:block; }
#I2QHMiRfXKsiyxTg5TUTsrdizcB8B0tV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qeONCzmHvgEKmhltvi37C0niHqqXTWuT { position:absolute;display:block;z-index:100059;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:22.1875rem;display:block; }#qeONCzmHvgEKmhltvi37C0niHqqXTWuT.adaptive-delivery-prevent-bg, #qeONCzmHvgEKmhltvi37C0niHqqXTWuT.lazyload, #qeONCzmHvgEKmhltvi37C0niHqqXTWuT.lazyloading { background-image: none; }
#sLeJ9URG63WE77u6tDDWFnVgfGzbZOPo { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100060;text-align:center;text-align-last:center;top:66.75rem;left:25.5625rem;display:block; }
#JRzfisCiPaD6OouCwC7HnEHGgN3DdVyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV { position:absolute;display:block;z-index:100061;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:55.375rem;left:43.125rem;display:block; }#r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.adaptive-delivery-prevent-bg, #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.lazyload, #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.lazyloading { background-image: none; }
#LhVIs4JkTnHOMOB5G3DfOAVryguNgF2h { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:66.75rem;left:46.625rem;display:block; }
#igvRXDKTMDwq25CMFTcCz8gx18yRvwoa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n5cw41Ph3WGO1fPWBhgoLBPoqkbdOMNJ { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:39.3125rem;left:43.6875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#r5lNnCD7QZhlBwvm8BoblmaXbtU15M2k { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100195;line-height:1.3;letter-spacing:0;top:42.875rem;left:44.5rem;height:2.4370625rem;text-align:center;text-align-last:center;display:block; }
#SQhZHDtnZ6GnuOiJTDhGGrHi7r25aUwp { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:46.625rem;left:44.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#pAdVUbTL5Rsx3QlES68SLWLBFFS5VqHZ { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:39.31206035614rem;left:22.624782562256rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#f2Fwfobedg3m2F0RSHXc0Toq0XcphWHn { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100198;line-height:1.3;letter-spacing:0;top:43.484152793884rem;left:23.4375rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#LX2NwO3KU1sVagCSvv5WSrTROJeDTakn { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100202;line-height:1.3;letter-spacing:0;top:46.624351501465rem;left:23.060981750488rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#IxZk9u5wqCgT7JdcgIGNELbLFawCOVx1 { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:39.857856750488rem;left:1.8109798431396rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#fHXqpxWXSkvTo1gFd7n6OWag625bL2St { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100205;line-height:1.3;letter-spacing:0;top:46.25rem;left:2.25rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#VgiXq3ToeSclaymqkLH6e20m2d6CVTRW { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100204;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:43.817276000976rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#cM8IHB7AsugtVsLNdoimGa7BIFy3Twup { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:64.0918006897rem;left:44.636501312256rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#gXt8oZhWyuv8gQB9UfHBs0m5aUZ7H4Tg { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:57.5rem;left:23.3125rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#TWEO4TUS36Cue5hDNcosfJlpeZxoLHKw { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:61.062284469604rem;left:24.124347686767rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#WX5MtIaiwO5hsmaVXOsXTahFlrIC1iHD { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.375rem;left:23.75rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#LJa0VZdwSlvFZQUWdoDmarxyIJlvWCTz { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100207;line-height:1.3;letter-spacing:0;top:59.042970657349rem;left:2.2150592803955rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#mpuKRwnXFdXWs9pX5KKL5AR9kFPz6IW8 { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100211;line-height:1.3;letter-spacing:0;top:64.0625rem;left:3.1875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#zauiNIGk3fKh28gtqsF8kbpno8EHFLvc { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:normal;z-index:100180;line-height:1.3;letter-spacing:0;top:4.2111549377441rem;left:43.693576812744rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#WTGS6nXuC2TGssKc4Z4WgBeDK9SV4qsn { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:7.8174896240238rem;left:2.7766914367676rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#Vl5Z72lr6w5xQACGS84PEtGBSwk6l4lz { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100199;line-height:1.3;letter-spacing:0;top:44.091798782349rem;left:2.6236972808838rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#MWETKEFPh0svExBOk6Kxkv0ZVPwS1gsp { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:61.827259063721rem;left:2.7777767181396rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#C9OOW80POs6mrhAsTMVlMWUJg0wmDcPe { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100208;line-height:1.3;letter-spacing:0;top:7.8493938446044rem;left:44.506294250488rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#boB9k2V6vPXUkL9QJO88C6o1x3XMJ0Qu { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100200;line-height:1.3;letter-spacing:0;top:61.827260971069rem;left:44.717884063721rem;height:1.21853125rem;text-align:center;text-align-last:center;display:block; }
#hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N { position:absolute;display:block;z-index:100064;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #cd789e;border-left:0.125rem dashed #cd789e;border-right:0.125rem dashed #cd789e;border-bottom:0.125rem dashed #cd789e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.375rem 0.625rem #b47d96 ;height:13.875rem;width:15.125rem;top:72.1875rem;left:22.3125rem;display:block; }#hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.adaptive-delivery-prevent-bg, #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.lazyload, #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.lazyloading { background-image: none; }
#PvbcUlrqu5ARdbJSTByZpow5xy31xua4 { background-color:#df4a8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8096875rem;height:2.74848125rem;text-decoration:none;z-index:100065;text-align:center;text-align-last:center;top:83.5625rem;left:25.6875rem;display:block; }
#cXlix2TH3R9fzwhXFuFo3B9s2ySdfxQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kdhwyTN7FrRioxcGSwPcdibH2KHF69tV { color:#000000;display:block;width:11.7480625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:normal;z-index:100212;line-height:1.3;letter-spacing:0;top:77.875rem;left:24.25rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#UgUOMErsVquDP9XxwvJmTn9FtPTkTpJM { color:#c53d3d;display:block;width:12.5rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:normal;z-index:100216;line-height:1.3;letter-spacing:0;top:81.1875rem;left:23.875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#t65JkGZfwCwKSBBKSqNEyUlBKBDGvuGV { color:#c53d3d;display:block;width:13.3735rem;position:absolute;font-family:"br font n-day";font-size:1.1875rem;font-weight:normal;z-index:100212;line-height:1.3;letter-spacing:0;top:74.3125rem;left:23.4375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.adaptive-delivery-prevent-bg, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyload, #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv.lazyloading { background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { background-color: transparent; background-image: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container { display: none; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .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); }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { border-width: 0; border-radius: 0; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row > .video-iframe-container {  }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014f4d;background-image:none;position:relative;display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { background-color: transparent; background-image: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container { display: none; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .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); }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { border-width: 0; border-radius: 0; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row > .video-iframe-container {  }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.7498125rem;width:22.5rem;top:5.3710947036743rem;left:12.655164718628rem;overflow:hidden;display:block; }
#LVl7d5baw4488HxCLSNkgCSBTc9Um44L { color:#ffffff;display:block;width:21.9998125rem;position:absolute;font-family:amiri;font-size:2.3125rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:7.4375rem;left:35.8125rem;height:3.46788125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:amiri;font-size:1.375rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:12.4375rem;left:38.625rem;height:3.574225rem;text-align:right;text-align-last:right;display:block; }
#hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { color:#ffffff;display:block;width:24.249125rem;position:absolute;font-family:rubik;font-size:1.625rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:28.625rem;height:2.11263125rem;text-align:right;text-align-last:right;display:block; }
#WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:20.8125rem;left:44.6875rem;display:block; }
#sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:20.9375rem;left:47.3125rem;display:block; }
#ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:20.9375rem;left:50rem;display:block; }
#O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { box-sizing:content-box;color:#ffffff;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:100030;top:17.1875rem;left:53.3125rem;display:block; }
#CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:12.5rem;left:53.25rem;display:block; }
#IltDanqoJXs3b889uPRIaDmAmVuWMPtA { box-sizing:content-box;color:#ffffff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:20.625rem;left:52.875rem;display:block; }
#AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:24.625rem;left:32.1875rem;height:1.2999125rem;display:block; }
#JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { position:absolute;display:block;z-index:100008;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5623125rem;width:15rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { top:0.4375rem;left:12.873481750488rem;width:21.9375rem;height:2.9289616637358rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:46.625rem;height:3.0625rem;top:3.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20.6875rem;height:23.863683067919rem;top:7.5625rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:27.9375rem;height:31.118420971861rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:32.8125rem;height:26.75rem;top:13.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:24.4375rem;height:2.1875rem;top:13.8125rem;left:11.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:26.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:27.6875rem;height:auto;top:16rem;left:8.7491321563719rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.5rem;height:3.125rem;top:12.9375rem;left:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:4rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:46.625rem;height:4.625rem;top:3.8125rem;left:0.52972984313965rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:47.75rem;height:;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { top:6.375rem;left:28.3125rem;width:19.4375rem;height:12.833234374049rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { top:6.375rem;left:14.1875rem;width:19.375rem;height:12.874375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { top:6.375rem;left:0rem;width:19.375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:block; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:19.375rem;height:5.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:16.9375rem;height:3.75rem;top:14.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:19.375rem;height:5.3125rem;top:14.125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:16.9375rem;height:3.75rem;top:14.5rem;left:14.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:19.375rem;height:5.3125rem;top:14.125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:16.9375rem;height:1.875rem;top:15.5rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCI06SkeG2VAXpT6TM1luMNfvmwubcxh { display:block; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7iLX76RXdBLuCC7aEbHEXf77PU1QbB { width:23.75rem;height:15.625rem;top:1.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmDBXaKArmt88tPeriWIg5gludvZkKit { width:18.1875rem;height:15.134771504502rem;top:2.5625rem;left:18.830513000488rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5RygT2PymhoucwJFZFsxRTleUNFE9CJ { width:20.875rem;height:13.75rem;top:3.375rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDui0rf0fsnnX54f5RTHgmv4lcqaTSMe { width:8.75rem;height:2.6875rem;top:14.25rem;left:3.8760852813721rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAZEQ9WMna6wqkMcrfO4WewXrJLBXduw { display:block; }
 }@media only screen and (max-width: 763px) { #rMPtn4ItB9Fs9OBaG9apD6bGoO0TzTaN { width:28.75rem;height:;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGhGMdyTfM1Mrs4l6R3L3JfVlJ10ag97 { top:6.375rem;left:16.943576812744rem;width:18.75rem;height:1.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbQnTVVpAJQgtf5et259pdsIABhT0niB { top:8.9375rem;left:13.442058563233rem;width:8.4375rem;height:3.163649900728rem;display:none; }
 }@media only screen and (max-width: 763px) { #xob4r52F2TgTaOnAvrGboCaehTbBbkWq { top:9.0625rem;left:24.5rem;width:7.1875rem;height:2.8498167945512rem;display:none; }
 }@media only screen and (max-width: 763px) { #lumfMlOT8whDwKeCQG3o1fCPuxc956Uy { top:6.3125rem;left:0rem;width:19.75rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En { display:block; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT538Q10LoRTLILk8J7EPQNRsn7Wqz0V { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlFN4IsoVuuLEcR4EIKUnDy5cXHLpuX3 { display:block; }
 }@media only screen and (max-width: 763px) { #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbgr3SMByyUAbaISMBREqlqcO2DPRgdz { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wplHpBX0pIwL37aabWm5mPzIM2b17bb8 { display:block; }
 }@media only screen and (max-width: 763px) { #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLbz6QOOoPD2s4WMpINHeQBxkCNu8O6C { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGUUC6eMtfb8DkXyyCRV4Bxs9sZiEEd { display:block; }
 }@media only screen and (max-width: 763px) { #kTLHiasV2AqXbTtClQCfGmzvasODCC0Z { width:20.75rem;height:17.945684883577rem;top:4.1875rem;left:20.374565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5 { width:15.0625rem;height:13.8125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKVkWHN8pzZsP5BtflRh5KXGNGUAFTu5 { width:8.75rem;height:2.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WhdXREJ7AQ0ivvoQXWMgkrTk4TdBXf { display:block; }
 }@media only screen and (max-width: 763px) { #EErtsme1vlG70GmHCnoxoWM4CokAyM6e { width:15.0625rem;height:13.8125rem;top:18.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9QgmFhAygyiGTH5lrUZinnU1PbBA9Xh { width:8.75rem;height:2.6875rem;top:30.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GlkQS7uMt6vdxbAwglIa2Vxq1SZP7O { display:block; }
 }@media only screen and (max-width: 763px) { #oOFRH17IDoERS5GruM1bZkSnwt4d1AlE { top:5.3125rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7i1CEEZb6vAgU16wEF0f6KPVeTlVeU { top:9.4375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT51npiBoVVQ8QkQuETcHFt5J9Dmtgeu { top:6.0625rem;left:16.499782562256rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFSa9ytKpVnqK8QHzF0aOLZs7GCVrdX { top:10rem;left:16.937065124512rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4qaUfQwWzXtAbQxHcoNDxeI1TxzgrL { top:4.1875rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQNUZTEag8XJlkbdRXlRURd7x68NZu8 { top:10rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnq5hZnZrenUqATl5GHt8SXJADCuhhu { top:21.0625rem;left:34.4375rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxyNWgpAiIOXxIQgZgOWOM1ZntwbKzO { top:25.25rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqVq7gyySRXlXggU4sbhGm4qCTRdxOF5 { top:27.8125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q { width:15.0625rem;height:13.8125rem;top:18.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa1d28mUmoqVxd60rgMPGqOpJGuXMTmO { width:8.75rem;height:2.6875rem;top:30.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwTDeoz7ItFMWataBVRlU5V2Qwu3DXZ { display:block; }
 }@media only screen and (max-width: 763px) { #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB { width:15.0625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cASmRpkAgv2lL8GxvpHFi3WtaaT36lXH { width:8.75rem;height:2.6875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC3lrh455b8sBkZWpnvSDyMTRe4E2bmv { display:block; }
 }@media only screen and (max-width: 763px) { #nkADDDof88t5biJNsc5Tl8ute9AfgsMK { width:15.0625rem;height:13.8125rem;top:37.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMVDCtdVBcc7EFHQUoLZ0coknHT3oft { width:8.75rem;height:2.6875rem;top:49.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGl6z29Ck77G5U2lZ1vGzaGcAktZoWiF { display:block; }
 }@media only screen and (max-width: 763px) { #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT { width:15.0625rem;height:13.8125rem;top:37.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5ONCPcOSyAvHTSFq7Wyt2KKXoyNHKc { width:8.75rem;height:2.6875rem;top:49.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVBah4UlIC5CGIVlJ2WNEtMKzEDP2IP { display:block; }
 }@media only screen and (max-width: 763px) { #BaGnWopWaLiSSZsThI3gf0vAWkLJuRlw { top:21.0625rem;left:16.499782562256rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0HyeHAeH5lbwkwW7oG53rGT342dzys { top:24.8125rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTJztQ4qrVg2e9T8OQd6oSEyKru40iW { top:27.8125rem;left:17rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrUrWObZXP6swNDAkRe3XXap4zy7tN3 { top:20.6875rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHbmFsN5ap0TlJZT4ugCQTkyGc8Vmm0m { top:24.0625rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iofKU89GRHKaQ6k1lcHOyAbommsTESEb { top:27.8125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL { width:15.0625rem;height:13.8125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUoPbsuSlGTmEx70st9hd5WohnUGocx8 { width:8.75rem;height:2.6875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1IK8ehd01sOSylVa3KCUOUS5U5w3U0i { display:block; }
 }@media only screen and (max-width: 763px) { #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a { width:15.0625rem;height:13.8125rem;top:55.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSR7cX1cJk0K5VkZ29NnfxBp8wr3FANE { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfH3WbfGQia0e5IhnUUOoXElzNHZTvQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h { width:15.0625rem;height:13.8125rem;top:55.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFhfqPfXRJkGzUOsl99pU1nAH4aTMdib { width:8.75rem;height:2.6875rem;top:66.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrteGwGReLLhFl0tdqoSlBxr7Zwz7sbs { display:block; }
 }@media only screen and (max-width: 763px) { #LfAitDMnPycy8EVGddJ684zvgtHQfZLI { top:39.25rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhNOMxJVfgOcuiKGzTkWXcPzHrFoFqiS { top:42.8125rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSl5p1iKQ6wOqGMOt2cLfQwkfLCXucB { top:46.5625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmLbPSL5gJJcTDyoBZWK9uoXvPBwECg { top:39.25rem;left:16.499782562256rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBmnmZuz5WQknqutK5QlsUoXcq8WhqVa { top:43.4375rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DapsT7AaBTKfifds3uzXXcToOz0ervqt { top:46.5625rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNZI8ms4U9Kq71qMVVVmrK3N79MuuUa { top:39.8125rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIg4eyBlqlbkhCIJZkLZWV5is3v4m13T { top:46.1875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8gC75FTUuLJwoQIZmZPlUP0D52OhMg { top:59rem;left:34.4375rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTE5Fu9BoJTX5rNiMBHOfgb3lkX6faU { top:64.0625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQzUg84bc9G6S55tCTyJc8FHwoiwVEzl { top:57.4375rem;left:17.186634063721rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98sFmE21Qcub7afycv75bZqW9Fn8ZM8 { top:61rem;left:17.998264312744rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPr84Slu0Obk4JPELaPHLkuO7bJIT2rn { top:64.3125rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnfNLVBcFG2qcmGbr3bZ6R3l5lm7ppKy { top:59rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1GTLKrlf5UMWh1rhoc3BqogA6NmiBXx { top:64rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxcSAAV7Qzw6w11iiPy4AtJC8hoCGFTc { top:6.0625rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDyP05Qc9DnAyzTbhPaKrnWUUUN4Teug { top:7.8125rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDDFqPlSOl5bxRhxQkncqx892PRhfsWA { top:44.0625rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbzpBli9nHaEPbXHMdgsTqxc09vPL0sX { top:61.8125rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz { display:block; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEPva93BKaD66OueM8BqdmAG0e61r3qV { width:15.125rem;height:13.875rem;top:1.375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvmgpI4TOOqpmMN60JDVXBPotAhyTL05 { width:8.75rem;height:2.6875rem;top:12.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6whWuTovWeAAg7I193mkCtaEE3yyipb { display:block; }
 }@media only screen and (max-width: 763px) { #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42 { width:15.0625rem;height:13.8125rem;top:1.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6z9XXz3qnZC3pUlWQPkRhZ4aa2gmEQU { width:8.75rem;height:2.6875rem;top:12.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx1eOE7sSSXMK3QyKX9xI9Hx0eRXdUr2 { display:block; }
 }@media only screen and (max-width: 763px) { #topTate3GP9i991vPEs71ncfBTWMnMya { width:15.0625rem;height:13.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdDF8MfdSglPRcZOMqT65THma9dFbklI { width:8.75rem;height:2.6875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwUHhDZIG34Cb7dmJxwznb99S2Wek1AR { display:block; }
 }@media only screen and (max-width: 763px) { #GH2qFpEfGlKsbUx3Tqvd8cvbLJ76yh1r { width:20.75rem;height:17.945684883577rem;top:4.1875rem;left:20.374565124512rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18 { width:15.0625rem;height:13.8125rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O40FelZ2l3uwA7g42dRLNabovw9hiZtt { width:8.75rem;height:2.6875rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoIOyS7UgCefP5UuNRNZeL8shJOzG2J { display:block; }
 }@media only screen and (max-width: 763px) { #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR { width:15.0625rem;height:13.8125rem;top:18.9375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMdBN1NRN4Po4pv6CntTDEkBxCBtKO08 { width:8.75rem;height:2.6875rem;top:30.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVOiQ2tyf11KAxyIO1lUcocsgzBR3OI { display:block; }
 }@media only screen and (max-width: 763px) { #HglRSqrL97VmhhQHen3DE1hL2T4IQD2u { top:5.3125rem;left:34.4375rem;width:13.3125rem;height:1.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trb1ch2AAu5OKC56PFTWtkOA8OVyqp3V { top:9.4375rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTelrsTCreXIQTOMAuTQv9B3q6ppXv2r { top:6.0625rem;left:16.499782562256rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUJyARN28cedgdAgwGueCsDRTDmda3 { top:10rem;left:16.937065124512rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuFCoS42f2IIxO2Tbq1UWJJ6OAwp7NV { top:4.1875rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9uKtSGZbF0zlDchS1QUnhscNUeoTnM { top:10rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcxN4t0gan1WFZybQWZUW9gn1FkP5hQo { top:21.0625rem;left:34.4375rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ig9hNXXXLNGmm0asiZGxz4TNEhz1Qc { top:25.25rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLn7OnFIxLPGbhWFpTZekF8a5avgM4D { top:27.8125rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK { width:15.0625rem;height:13.8125rem;top:18.8125rem;left:15.497177124024rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6pU5055QGJo76Qp4aaaNG0pKJ0430sd { width:8.75rem;height:2.6875rem;top:30.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U316ccFQG5PAsNzKN6MZI8DXQ25C9KsG { display:block; }
 }@media only screen and (max-width: 763px) { #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611 { width:15.0625rem;height:13.8125rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE9nv3GcbHU8dRMhyZ72dCLUrcQbe2CV { width:8.75rem;height:2.6875rem;top:49.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtlcDFLMfbVcRFgPd9hsVMMdHmpaXr0b { display:block; }
 }@media only screen and (max-width: 763px) { #O11giaua2UdVzOOWBy228vTTSv1sx5kg { width:15.0625rem;height:13.8125rem;top:37.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkH3IbVmnh0DBEg8grDelJF7vJ1N1Db8 { width:8.75rem;height:2.6875rem;top:49.25rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8dPKwGeiTuldQLbMn08z765qTMDKP5 { display:block; }
 }@media only screen and (max-width: 763px) { #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u { width:15.0625rem;height:13.8125rem;top:37.875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1cxaWQGKuAuAN0T2eiAXwEB4Lb71NJn { width:8.75rem;height:2.6875rem;top:49.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1rWfXVKZSx6N6TmTZ5a913sXIAVeksu { display:block; }
 }@media only screen and (max-width: 763px) { #xyOxub8R0UdezAvLbOS5a8v0g9wwqUlH { top:21.0625rem;left:16.499782562256rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BkApsUsykKex954hPxxih6IbAn5pyP { top:25rem;left:16.75rem;width:12.75rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDCMzrMbzw7cw2GU4OlqvwZOIMOD1JRM { top:27.8125rem;left:17rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9STRzfqP0ZT8x8hT6NsyN9KaC5NOeIH { top:20.6875rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m2B9ER4BS91uBq5Zx7iQx58TKxMvyo { top:24.0625rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEfT2nP6JgkUFNu82qKTs821LNI72VaK { top:27.8125rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC { width:15.0625rem;height:13.8125rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLuZzneaBT6T0cCr0ATMHWPqfQsGf6R0 { width:8.75rem;height:2.6875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2QHMiRfXKsiyxTg5TUTsrdizcB8B0tV { display:block; }
 }@media only screen and (max-width: 763px) { #qeONCzmHvgEKmhltvi37C0niHqqXTWuT { width:15.0625rem;height:13.8125rem;top:55.375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLeJ9URG63WE77u6tDDWFnVgfGzbZOPo { width:8.75rem;height:2.6875rem;top:66.75rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRzfisCiPaD6OouCwC7HnEHGgN3DdVyL { display:block; }
 }@media only screen and (max-width: 763px) { #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV { width:15.0625rem;height:13.8125rem;top:55.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhVIs4JkTnHOMOB5G3DfOAVryguNgF2h { width:8.75rem;height:2.6875rem;top:66.75rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #igvRXDKTMDwq25CMFTcCz8gx18yRvwoa { display:block; }
 }@media only screen and (max-width: 763px) { #n5cw41Ph3WGO1fPWBhgoLBPoqkbdOMNJ { top:39.25rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5lNnCD7QZhlBwvm8BoblmaXbtU15M2k { top:42.8125rem;left:36.0625rem;width:11.6875rem;height:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQhZHDtnZ6GnuOiJTDhGGrHi7r25aUwp { top:46.5625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAdVUbTL5Rsx3QlES68SLWLBFFS5VqHZ { top:39.25rem;left:16.499782562256rem;width:13.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Fwfobedg3m2F0RSHXc0Toq0XcphWHn { top:43.4375rem;left:17.3125rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2NwO3KU1sVagCSvv5WSrTROJeDTakn { top:46.5625rem;left:16.935981750488rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZk9u5wqCgT7JdcgIGNELbLFawCOVx1 { top:39.8125rem;left:0rem;width:13.3125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXqpxWXSkvTo1gFd7n6OWag625bL2St { top:46.25rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgiXq3ToeSclaymqkLH6e20m2d6CVTRW { top:59rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM8IHB7AsugtVsLNdoimGa7BIFy3Twup { top:64.0625rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXt8oZhWyuv8gQB9UfHBs0m5aUZ7H4Tg { top:57.5rem;left:17.186634063721rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEO4TUS36Cue5hDNcosfJlpeZxoLHKw { top:61rem;left:17.998264312744rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5MtIaiwO5hsmaVXOsXTahFlrIC1iHD { top:64.375rem;left:17.625rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJa0VZdwSlvFZQUWdoDmarxyIJlvWCTz { top:59rem;left:0rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpuKRwnXFdXWs9pX5KKL5AR9kFPz6IW8 { top:64.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauiNIGk3fKh28gtqsF8kbpno8EHFLvc { top:4.1875rem;left:34.4375rem;width:13.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGS6nXuC2TGssKc4Z4WgBeDK9SV4qsn { top:7.8125rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl5Z72lr6w5xQACGS84PEtGBSwk6l4lz { top:44.0625rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWETKEFPh0svExBOk6Kxkv0ZVPwS1gsp { top:61.8125rem;left:0rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9OOW80POs6mrhAsTMVlMWUJg0wmDcPe { top:7.8125rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boB9k2V6vPXUkL9QJO88C6o1x3XMJ0Qu { top:61.8125rem;left:36.0625rem;width:11.6875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N { width:15.0625rem;height:13.8125rem;top:72.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvbcUlrqu5ARdbJSTByZpow5xy31xua4 { width:8.75rem;height:2.6875rem;top:83.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlix2TH3R9fzwhXFuFo3B9s2ySdfxQg { display:block; }
 }@media only screen and (max-width: 763px) { #kdhwyTN7FrRioxcGSwPcdibH2KHF69tV { top:77.875rem;left:18.125rem;width:11.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgUOMErsVquDP9XxwvJmTn9FtPTkTpJM { top:81.1875rem;left:17.75rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t65JkGZfwCwKSBBKSqNEyUlBKBDGvuGV { top:74.3125rem;left:17.3125rem;width:13.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:22.5rem;height:20.7498125rem;top:5.3125rem;left:6.5301647186281rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { top:7.4375rem;left:25.8125rem;width:21.9375rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { top:12.4375rem;left:32.5rem;width:14.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { top:17.5625rem;left:22.5rem;width:24.1875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { top:20.8125rem;left:38.5625rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { top:20.9375rem;left:41.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { top:20.9375rem;left:43.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { top:17.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:12.5rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { top:20.625rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { top:24.625rem;left:19.9375rem;width:27.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { top:1.125rem;left:0rem;width:15rem;height:23.5623125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh { display:block; }#PLce5TffJlVP6pdN1T3ST0KTcT3Ku7rh > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mW2kaOMNNSf5Ms83zoTvVAEk4VGnelZm { width:20rem;height:2.6692954769501rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr0lJIiC5omPuOtMGBdgOonatnOoS5Xl { width:20rem;height:0;top:6.1805558204651rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMPh9q7yTATvII1GDvpet2tCgc7xcbTo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -moz-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -ms-linear-gradient(180deg, #ecb8c5, #da96be);background-image: -o-linear-gradient(180deg, #ecb8c5, #da96be);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecb8c5', endColorstr='#da96be' );";background-image: linear-gradient(180deg, #ecb8c5, #da96be);background-size:auto !important;display:block; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { background-color: transparent; background-image: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row > .video-iframe-container { display: none; }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .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); }#JMPh9q7yTATvII1GDvpet2tCgc7xcbTo > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfwvzEJJf2FvWaBf9vRbbKSTu7aMDOyO { width:20rem;height:23.072289156626rem;top:50.102083206177rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRpUURQuVTawh9kU9dnvNd3DmdRwmCxE { width:15.061875rem;height:16.8120625rem;top:27.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xriOgq0msMvfL5FlSAlfcGdA39WbgHbD { width:18.75rem;height:29.8125rem;top:14.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqRoEAT2KhpPvTmlQfwSaMtdhWr9OFi { width:18.375rem;height:1.9487875rem;top:18.6875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-regular-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-text {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-textarea { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-select {padding-top: 0; padding-bottom: 0;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-input-button { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .widget-checkbox-label { width:14.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk  { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk .radio-container { width:15.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk {display:block;}#mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk { width:15.5rem;height:auto;top:20.25rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #ihso1EdAfK7PfEFCIZVX6V1O7uTgZk2o {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #dL78uxVDNQHT7rpnPVUJXKvl1eUKKO3m {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #rVrVqcoIMaBfmVT8Gkz3M0gQAGCJww2I {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #a7b2mKqmNyUQcVQwcoEvK6IHmSk1wBMy {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #s3gLu9TLHCOMv7Hi8cfzgvNmsv4EP5gK {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #HVsqHZ55iTh6TMaV3pq4ukbLVqqX4klm {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #Vb6FRV3xdtNM4H6iFBooOUJM5DI9GptN {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #OAcHvAVgyU9hxVLKBDoScXHsioMTmBWq {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #DNzoHJcBSn8ZQMhmIezC0DNMFl80l1UT {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #U8gKFzo4EtCKeqTFZyb7RMTIh6sLVARp {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #mxeTqUkJDREb4nIqTictgh38kDB26gX8 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #MouDcqiN6bMdFQ07KnEQeJhXSnDavcF5 {  }
 }@media only screen and (max-width: 763px) { #OO9MDOQokbuMoJkRWlWrAmXEHuqwdMvG { display:block; }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #cToeNzTVBPtEgQZGIw6zRP7h9bPnopX7 {  }
 }@media only screen and (max-width: 763px) { #mlPCUNa3xSDO4UmeidOqRQGXZHf5M4pk #zw7LNOvh4FaACLbW2kWfKy62lAuoaTLJ {  }
 }@media only screen and (max-width: 763px) { #uDHmzMUpb9ipe5vv2eAvBJ8nl4s73zcw { width:6.25rem;height:6.25rem;top:11.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUs9Apcoy90IB0Apo3hslsyRGbxWp3SL { width:5.56206875rem;height:3.1510375rem;top:13.3125rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShgekOIHnqEBcI3gDud11kxTpAtvC3a { width:1.25rem;height:1.25rem;top:6rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozDkb49G8greBVcZpuIl57EKHtf4ryNQ { width:7.874375rem;height:2.8125rem;top:9.5rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xwP2kIcI67SH7c6ZZkf8Ns5vTXGJ7tZl { width:12.5rem;height:1.462675rem;top:7.4375rem;left:4.5rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #WbhRUHKWrMlTlc7uNKTKXmVtSA0aSrIC { width:7.6248125rem;height:2.87435rem;top:10rem;left:12.375rem;z-index:100097;display:block; }
 }@media only screen and (max-width: 763px) { #tmGE4wi1eIuFIQl3v82M6m65KZJi335B { width:20rem;height:4.87413125rem;top:0.63151037693025rem;left:0rem;font-size:0.9375rem;z-index:100006;color:#ffffff;font-family:"br font n-day";font-weight:400;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm { display:block; }#GGGAVCgFJfnGGslSTM3SspU4xCPUqWUm > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPLlr7Lz6UIiNPOuyHPuqtwt4PNQii1H { width:20rem;height:2.76041875rem;top:0.205078125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF700Vu2Ct120lZTTrbRWMSLgH2CbtGv { width:15.625rem;height:0;top:0rem;left:2.15625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QIOEW2oEJ7Ismvu6EKwS0pQgQTtmF1VX { width:19.436875rem;height:12.833125rem;top:41.649521827697rem;left:0.34353297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIA38b21P6vL63AsEacnT33cNItEzvNX { width:19.375rem;height:12.874375rem;top:22.839631557464rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAGvl5bTI65dp0FsqqGgv8iV8Alzdkv1 { width:19.375rem;height:12.8125rem;top:4.215496875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnCG7tAREf1dPp39OAfgzLLqMEr14hao { width:16.9998125rem;height:3.9388rem;top:17.998047828674rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #FsEgbz4JLPHx0rePmxvpTEVdvwhrtdeC { width:16.9998125rem;height:3.9388rem;top:36.936850547791rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #JHUVDvzC5WShquiQvydTssZoHxXDtWLn { width:16.9998125rem;height:1.9694rem;top:56.250001907349rem;left:1.4995661377907rem;font-size:1.3125rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh { display:none; }#BWAVEv7Rr1bok6BPJRu4xS5n2NJF5FMh > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XxuR67rJmlHku0TafHHdTauEJbnxC3VS { width:18.75rem;height:11.0625rem;top:6.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r13nNywpC3PZ2bn4KGPdRi24zKc9nfCv { width:17rem;height:1.50065rem;top:11.1875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuEAZgg7Oow3i1bnou0trUMNNOZm99TV { width:18.75rem;height:11.0625rem;top:25.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv6WxJmEdyXXafCEgG6yf5WkZaoBETDu { width:17rem;height:3.0013rem;top:30.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gabAVL3LSDEt7wQBryLhhuOiKpLrMiyK { width:18.75rem;height:11.0625rem;top:44.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1ASFlt4ysJffPw0xEgHC1pWvki8TH8U { width:17rem;height:1.50065rem;top:49.375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S76duc8sf7QQAtL17K5G0nVlcxD3wTHT { width:4rem;height:7.75rem;top:38.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCI06SkeG2VAXpT6TM1luMNfvmwubcxh { display:block; }#pCI06SkeG2VAXpT6TM1luMNfvmwubcxh > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wE7iLX76RXdBLuCC7aEbHEXf77PU1QbB { width:10.6875rem;height:7.0625rem;top:24.962024211884rem;left:0.62500005960463rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmDBXaKArmt88tPeriWIg5gludvZkKit { width:11.749125rem;height:9.749375rem;top:4.9186210632324rem;left:8.2508688569069rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5RygT2PymhoucwJFZFsxRTleUNFE9CJ { width:19.875rem;height:13.125rem;top:4.8719482421875rem;left:0rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LDui0rf0fsnnX54f5RTHgmv4lcqaTSMe { width:8.75rem;height:2.68663125rem;top:30.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAZEQ9WMna6wqkMcrfO4WewXrJLBXduw { display:block; }
 }@media only screen and (max-width: 763px) { #rMPtn4ItB9Fs9OBaG9apD6bGoO0TzTaN { width:20rem;height:2.59874375rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGhGMdyTfM1Mrs4l6R3L3JfVlJ10ag97 { width:10.375rem;height:1.462675rem;top:25.25rem;left:5.375rem;font-size:1.125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:100104;display:block; }
 }@media only screen and (max-width: 763px) { #mbQnTVVpAJQgtf5et259pdsIABhT0niB { width:7.874375rem;height:2.8125rem;top:27.0625rem;left:0.625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100105;display:block; }
 }@media only screen and (max-width: 763px) { #xob4r52F2TgTaOnAvrGboCaehTbBbkWq { width:7.6248125rem;height:2.87435rem;top:27.0625rem;left:11.75rem;z-index:100106;display:block; }
 }@media only screen and (max-width: 763px) { #lumfMlOT8whDwKeCQG3o1fCPuxc956Uy { width:19.749375rem;height:4.62890625rem;top:19.556220584549rem;left:0rem;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En { display:block; }#oBoHm2uO4LkQ22JVS0VXfhhwlCqMA7En > .row .container { width:20rem;height:185.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg { width:15.125rem;height:13.875rem;top:31.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.adaptive-delivery-prevent-bg, #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.lazyload, #O9ihcGAvRDxUJs1S6bqdH3JIlWeS95vg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZT538Q10LoRTLILk8J7EPQNRsn7Wqz0V { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlFN4IsoVuuLEcR4EIKUnDy5cXHLpuX3 { display:block; }
 }@media only screen and (max-width: 763px) { #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.adaptive-delivery-prevent-bg, #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.lazyload, #bxRlzhpwoGkpS0JuKDpMwSxlzrhvBhCc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vbgr3SMByyUAbaISMBREqlqcO2DPRgdz { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wplHpBX0pIwL37aabWm5mPzIM2b17bb8 { display:block; }
 }@media only screen and (max-width: 763px) { #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.adaptive-delivery-prevent-bg, #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.lazyload, #gE9mzpRBSXZk0XVTMHaoF9MS0R41IyLN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pLbz6QOOoPD2s4WMpINHeQBxkCNu8O6C { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsGUUC6eMtfb8DkXyyCRV4Bxs9sZiEEd { display:block; }
 }@media only screen and (max-width: 763px) { #kTLHiasV2AqXbTtClQCfGmzvasODCC0Z { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5 { width:15.0625rem;height:13.8125rem;top:47.24937875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.adaptive-delivery-prevent-bg, #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.lazyload, #J53cVTSOkwIIS0KFaW4PzcLV2U9pGUO5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KKVkWHN8pzZsP5BtflRh5KXGNGUAFTu5 { width:8.75rem;height:2.6875rem;top:58.62437875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3WhdXREJ7AQ0ivvoQXWMgkrTk4TdBXf { display:block; }
 }@media only screen and (max-width: 763px) { #EErtsme1vlG70GmHCnoxoWM4CokAyM6e { width:15.0625rem;height:13.8125rem;top:62.56187875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EErtsme1vlG70GmHCnoxoWM4CokAyM6e.adaptive-delivery-prevent-bg, #EErtsme1vlG70GmHCnoxoWM4CokAyM6e.lazyload, #EErtsme1vlG70GmHCnoxoWM4CokAyM6e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #o9QgmFhAygyiGTH5lrUZinnU1PbBA9Xh { width:8.75rem;height:2.6875rem;top:73.93687875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3GlkQS7uMt6vdxbAwglIa2Vxq1SZP7O { display:block; }
 }@media only screen and (max-width: 763px) { #oOFRH17IDoERS5GruM1bZkSnwt4d1AlE { width:13.3105625rem;height:1.7871125rem;top:4.393404006958rem;left:3.3430991768837rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt7i1CEEZb6vAgU16wEF0f6KPVeTlVeU { width:12.5rem;height:1.62435rem;top:10.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT51npiBoVVQ8QkQuETcHFt5J9Dmtgeu { width:13.311625rem;height:2.92535rem;top:18.9375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWFSa9ytKpVnqK8QHzF0aOLZs7GCVrdX { width:12.5rem;height:1.62435rem;top:24.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4qaUfQwWzXtAbQxHcoNDxeI1TxzgrL { width:13.311625rem;height:3.0859375rem;top:34.6875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOQNUZTEag8XJlkbdRXlRURd7x68NZu8 { width:12.5rem;height:1.62435rem;top:40.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTnq5hZnZrenUqATl5GHt8SXJADCuhhu { width:13.311625rem;height:3.0859375rem;top:49rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxyNWgpAiIOXxIQgZgOWOM1ZntwbKzO { width:11.6873125rem;height:1.38020625rem;top:51.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqVq7gyySRXlXggU4sbhGm4qCTRdxOF5 { width:12.5rem;height:1.62435rem;top:55.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q { width:15.0625rem;height:13.8125rem;top:77.873276757813rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.adaptive-delivery-prevent-bg, #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.lazyload, #Cs2caDiH5X9RE7ZXqlJTFzAxcTPF6W4Q.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oa1d28mUmoqVxd60rgMPGqOpJGuXMTmO { width:8.75rem;height:2.6875rem;top:89.249578046419rem;left:5.8153228759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwTDeoz7ItFMWataBVRlU5V2Qwu3DXZ { display:block; }
 }@media only screen and (max-width: 763px) { #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB { width:15.0625rem;height:13.8125rem;top:94.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.adaptive-delivery-prevent-bg, #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.lazyload, #CDmzxhdxCS5UnHhkT05dTKtsMLXvuDPB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cASmRpkAgv2lL8GxvpHFi3WtaaT36lXH { width:8.75rem;height:2.6875rem;top:105.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC3lrh455b8sBkZWpnvSDyMTRe4E2bmv { display:block; }
 }@media only screen and (max-width: 763px) { #nkADDDof88t5biJNsc5Tl8ute9AfgsMK { width:15.0625rem;height:13.8125rem;top:109.375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nkADDDof88t5biJNsc5Tl8ute9AfgsMK.adaptive-delivery-prevent-bg, #nkADDDof88t5biJNsc5Tl8ute9AfgsMK.lazyload, #nkADDDof88t5biJNsc5Tl8ute9AfgsMK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #siMVDCtdVBcc7EFHQUoLZ0coknHT3oft { width:8.75rem;height:2.6875rem;top:120.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGl6z29Ck77G5U2lZ1vGzaGcAktZoWiF { display:block; }
 }@media only screen and (max-width: 763px) { #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT { width:15.0625rem;height:13.8125rem;top:124.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.adaptive-delivery-prevent-bg, #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.lazyload, #RTNPIklET1x6WV2fuFZwNzc2lG7u5VhT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cT5ONCPcOSyAvHTSFq7Wyt2KKXoyNHKc { width:8.75rem;height:2.6875rem;top:136.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBVBah4UlIC5CGIVlJ2WNEtMKzEDP2IP { display:block; }
 }@media only screen and (max-width: 763px) { #BaGnWopWaLiSSZsThI3gf0vAWkLJuRlw { width:13.311625rem;height:3.0859375rem;top:64.1875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ0HyeHAeH5lbwkwW7oG53rGT342dzys { width:11.6873125rem;height:1.38020625rem;top:68.373460769656rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTJztQ4qrVg2e9T8OQd6oSEyKru40iW { width:12.5rem;height:1.62435rem;top:71.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCrUrWObZXP6swNDAkRe3XXap4zy7tN3 { width:13.311625rem;height:3.0859375rem;top:79.125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHbmFsN5ap0TlJZT4ugCQTkyGc8Vmm0m { width:11.6873125rem;height:2.76041875rem;top:81.999771329575rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iofKU89GRHKaQ6k1lcHOyAbommsTESEb { width:12.5rem;height:1.62435rem;top:86.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL { width:15.0625rem;height:13.8125rem;top:140.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.adaptive-delivery-prevent-bg, #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.lazyload, #nHC7CsxgzfTiXV9lDt40CNnqVLB8RfkL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mUoPbsuSlGTmEx70st9hd5WohnUGocx8 { width:8.75rem;height:2.6875rem;top:152.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1IK8ehd01sOSylVa3KCUOUS5U5w3U0i { display:block; }
 }@media only screen and (max-width: 763px) { #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a { width:15.0625rem;height:13.8125rem;top:156.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.adaptive-delivery-prevent-bg, #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.lazyload, #qkpiocD1olZiuAA62hK4tsCRS7nSAK5a.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uSR7cX1cJk0K5VkZ29NnfxBp8wr3FANE { width:8.75rem;height:2.6875rem;top:167.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfH3WbfGQia0e5IhnUUOoXElzNHZTvQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h { width:15.0625rem;height:13.8125rem;top:171.5rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.adaptive-delivery-prevent-bg, #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.lazyload, #pqfBmaD9bWy6UAtm3MsnHXmkzu8Go19h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NFhfqPfXRJkGzUOsl99pU1nAH4aTMdib { width:8.75rem;height:2.6875rem;top:182.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrteGwGReLLhFl0tdqoSlBxr7Zwz7sbs { display:block; }
 }@media only screen and (max-width: 763px) { #LfAitDMnPycy8EVGddJ684zvgtHQfZLI { width:13.311625rem;height:1.54296875rem;top:96.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhNOMxJVfgOcuiKGzTkWXcPzHrFoFqiS { width:11.6873125rem;height:2.76041875rem;top:99.4375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICSl5p1iKQ6wOqGMOt2cLfQwkfLCXucB { width:12.5rem;height:1.62435rem;top:103rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #srmLbPSL5gJJcTDyoBZWK9uoXvPBwECg { width:13.311625rem;height:1.54296875rem;top:111.3125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBmnmZuz5WQknqutK5QlsUoXcq8WhqVa { width:11.6873125rem;height:1.38020625rem;top:114.125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DapsT7AaBTKfifds3uzXXcToOz0ervqt { width:12.5rem;height:1.62435rem;top:118.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNZI8ms4U9Kq71qMVVVmrK3N79MuuUa { width:13.311625rem;height:3.0859375rem;top:126.4375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIg4eyBlqlbkhCIJZkLZWV5is3v4m13T { width:12.5rem;height:1.62435rem;top:133.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK8gC75FTUuLJwoQIZmZPlUP0D52OhMg { width:13.311625rem;height:3.0859375rem;top:142.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRTE5Fu9BoJTX5rNiMBHOfgb3lkX6faU { width:12.5rem;height:1.62435rem;top:149.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQzUg84bc9G6S55tCTyJc8FHwoiwVEzl { width:13.311625rem;height:3.0859375rem;top:156.9375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u98sFmE21Qcub7afycv75bZqW9Fn8ZM8 { width:11.6873125rem;height:1.2999125rem;top:161.37483734451rem;left:4.1558161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPr84Slu0Obk4JPELaPHLkuO7bJIT2rn { width:12.5rem;height:1.62435rem;top:165rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnfNLVBcFG2qcmGbr3bZ6R3l5lm7ppKy { width:13.311625rem;height:1.54296875rem;top:174.5rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1GTLKrlf5UMWh1rhoc3BqogA6NmiBXx { width:12.5rem;height:1.62435rem;top:179.9375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxcSAAV7Qzw6w11iiPy4AtJC8hoCGFTc { width:13.3105625rem;height:1.462675rem;top:6.8532990869137rem;left:3.3430991768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDyP05Qc9DnAyzTbhPaKrnWUUUN4Teug { width:11.6873125rem;height:1.38020625rem;top:36.747983932495rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDDFqPlSOl5bxRhxQkncqx892PRhfsWA { width:11.6873125rem;height:1.38020625rem;top:176.80987167358rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbzpBli9nHaEPbXHMdgsTqxc09vPL0sX { width:11.6873125rem;height:1.2999125rem;top:131.06788539886rem;left:4.1558161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz { display:block; }#S9BzpQVvDdXeu50SIAGFsN8UW7ADeEfz > .row .container { width:20rem;height:203.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eEPva93BKaD66OueM8BqdmAG0e61r3qV { width:15.125rem;height:13.875rem;top:31.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eEPva93BKaD66OueM8BqdmAG0e61r3qV.adaptive-delivery-prevent-bg, #eEPva93BKaD66OueM8BqdmAG0e61r3qV.lazyload, #eEPva93BKaD66OueM8BqdmAG0e61r3qV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CvmgpI4TOOqpmMN60JDVXBPotAhyTL05 { width:8.75rem;height:2.6875rem;top:43.249786376953rem;left:5.7821197509766rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6whWuTovWeAAg7I193mkCtaEE3yyipb { display:block; }
 }@media only screen and (max-width: 763px) { #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42 { width:15.0625rem;height:13.8125rem;top:16.5625rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.adaptive-delivery-prevent-bg, #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.lazyload, #HoSlkGG3EoRdswSVe4m31B0VLa8HqK42.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #d6z9XXz3qnZC3pUlWQPkRhZ4aa2gmEQU { width:8.75rem;height:2.6875rem;top:27.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx1eOE7sSSXMK3QyKX9xI9Hx0eRXdUr2 { display:block; }
 }@media only screen and (max-width: 763px) { #topTate3GP9i991vPEs71ncfBTWMnMya { width:15.0625rem;height:13.8125rem;top:1.25rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#topTate3GP9i991vPEs71ncfBTWMnMya.adaptive-delivery-prevent-bg, #topTate3GP9i991vPEs71ncfBTWMnMya.lazyload, #topTate3GP9i991vPEs71ncfBTWMnMya.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hdDF8MfdSglPRcZOMqT65THma9dFbklI { width:8.75rem;height:2.6875rem;top:12.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwUHhDZIG34Cb7dmJxwznb99S2Wek1AR { display:block; }
 }@media only screen and (max-width: 763px) { #GH2qFpEfGlKsbUx3Tqvd8cvbLJ76yh1r { width:15rem;height:12.9375rem;top:25.763541221619rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18 { width:15.0625rem;height:13.8125rem;top:47.24937875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.adaptive-delivery-prevent-bg, #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.lazyload, #S0FGcbGnXUoHNlaTM3tyopDtHQWDTC18.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #O40FelZ2l3uwA7g42dRLNabovw9hiZtt { width:8.75rem;height:2.6875rem;top:58.62437875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWoIOyS7UgCefP5UuNRNZeL8shJOzG2J { display:block; }
 }@media only screen and (max-width: 763px) { #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR { width:15.0625rem;height:13.8125rem;top:62.56187875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.adaptive-delivery-prevent-bg, #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.lazyload, #IdodyFsI2ZK87u1ypppLwukbmTmlBHiR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SMdBN1NRN4Po4pv6CntTDEkBxCBtKO08 { width:8.75rem;height:2.6875rem;top:73.93687875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsVOiQ2tyf11KAxyIO1lUcocsgzBR3OI { display:block; }
 }@media only screen and (max-width: 763px) { #HglRSqrL97VmhhQHen3DE1hL2T4IQD2u { width:13.3105625rem;height:1.7871125rem;top:4.393404006958rem;left:3.3430991768837rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trb1ch2AAu5OKC56PFTWtkOA8OVyqp3V { width:12.5rem;height:1.62435rem;top:10.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTelrsTCreXIQTOMAuTQv9B3q6ppXv2r { width:13.311625rem;height:2.92535rem;top:18.9375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQcUJyARN28cedgdAgwGueCsDRTDmda3 { width:12.5rem;height:1.62435rem;top:24.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knuFCoS42f2IIxO2Tbq1UWJJ6OAwp7NV { width:13.311625rem;height:3.0859375rem;top:34.6875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si9uKtSGZbF0zlDchS1QUnhscNUeoTnM { width:12.5rem;height:1.62435rem;top:40.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcxN4t0gan1WFZybQWZUW9gn1FkP5hQo { width:13.311625rem;height:3.0859375rem;top:49rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7ig9hNXXXLNGmm0asiZGxz4TNEhz1Qc { width:11.6873125rem;height:1.38020625rem;top:51.8125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMLn7OnFIxLPGbhWFpTZekF8a5avgM4D { width:12.5rem;height:1.62435rem;top:55.8125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK { width:15.0625rem;height:13.8125rem;top:77.873276757813rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.adaptive-delivery-prevent-bg, #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.lazyload, #TJ1bmxonEqhrr2FEZ98Zy6Xva8SBIaZK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #g6pU5055QGJo76Qp4aaaNG0pKJ0430sd { width:8.75rem;height:2.6875rem;top:89.249578046419rem;left:5.8153228759766rem;display:block; }
 }@media only screen and (max-width: 763px) { #U316ccFQG5PAsNzKN6MZI8DXQ25C9KsG { display:block; }
 }@media only screen and (max-width: 763px) { #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611 { width:15.0625rem;height:13.8125rem;top:94.0625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.adaptive-delivery-prevent-bg, #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.lazyload, #J30lu9L8OlVkSO9Bb9urkfTBfGZO6611.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oE9nv3GcbHU8dRMhyZ72dCLUrcQbe2CV { width:8.75rem;height:2.6875rem;top:105.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtlcDFLMfbVcRFgPd9hsVMMdHmpaXr0b { display:block; }
 }@media only screen and (max-width: 763px) { #O11giaua2UdVzOOWBy228vTTSv1sx5kg { width:15.0625rem;height:13.8125rem;top:109.375rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O11giaua2UdVzOOWBy228vTTSv1sx5kg.adaptive-delivery-prevent-bg, #O11giaua2UdVzOOWBy228vTTSv1sx5kg.lazyload, #O11giaua2UdVzOOWBy228vTTSv1sx5kg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pkH3IbVmnh0DBEg8grDelJF7vJ1N1Db8 { width:8.75rem;height:2.6875rem;top:120.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8dPKwGeiTuldQLbMn08z765qTMDKP5 { display:block; }
 }@media only screen and (max-width: 763px) { #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u { width:15.0625rem;height:13.8125rem;top:124.6875rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.adaptive-delivery-prevent-bg, #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.lazyload, #CFnEMeqgtgt4ZK36vWMnLAiuLk6hq49u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F1cxaWQGKuAuAN0T2eiAXwEB4Lb71NJn { width:8.75rem;height:2.6875rem;top:136.0625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1rWfXVKZSx6N6TmTZ5a913sXIAVeksu { display:block; }
 }@media only screen and (max-width: 763px) { #xyOxub8R0UdezAvLbOS5a8v0g9wwqUlH { width:13.311625rem;height:3.0859375rem;top:64.1875rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0BkApsUsykKex954hPxxih6IbAn5pyP { width:11.6873125rem;height:2.76041875rem;top:68.373460769656rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDCMzrMbzw7cw2GU4OlqvwZOIMOD1JRM { width:12.5rem;height:1.62435rem;top:71.3125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9STRzfqP0ZT8x8hT6NsyN9KaC5NOeIH { width:13.311625rem;height:1.54296875rem;top:79.125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4m2B9ER4BS91uBq5Zx7iQx58TKxMvyo { width:11.6873125rem;height:1.38020625rem;top:81.999771329575rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEfT2nP6JgkUFNu82qKTs821LNI72VaK { width:12.5rem;height:1.62435rem;top:86.625rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC { width:15.0625rem;height:13.8125rem;top:140.875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.adaptive-delivery-prevent-bg, #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.lazyload, #q5xgwOHgdvrHG7292kkLvUdOIOpaTGFC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HLuZzneaBT6T0cCr0ATMHWPqfQsGf6R0 { width:8.75rem;height:2.6875rem;top:152.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2QHMiRfXKsiyxTg5TUTsrdizcB8B0tV { display:block; }
 }@media only screen and (max-width: 763px) { #qeONCzmHvgEKmhltvi37C0niHqqXTWuT { width:15.0625rem;height:13.8125rem;top:156.1875rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#qeONCzmHvgEKmhltvi37C0niHqqXTWuT.adaptive-delivery-prevent-bg, #qeONCzmHvgEKmhltvi37C0niHqqXTWuT.lazyload, #qeONCzmHvgEKmhltvi37C0niHqqXTWuT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sLeJ9URG63WE77u6tDDWFnVgfGzbZOPo { width:8.75rem;height:2.6875rem;top:167.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRzfisCiPaD6OouCwC7HnEHGgN3DdVyL { display:block; }
 }@media only screen and (max-width: 763px) { #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV { width:15.0625rem;height:13.8125rem;top:172.625rem;left:2.3125rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.adaptive-delivery-prevent-bg, #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.lazyload, #r0Sb5lSVdTvc91lLevAORB9ceeiZvRoV.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LhVIs4JkTnHOMOB5G3DfOAVryguNgF2h { width:8.75rem;height:2.6875rem;top:184rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igvRXDKTMDwq25CMFTcCz8gx18yRvwoa { display:block; }
 }@media only screen and (max-width: 763px) { #n5cw41Ph3WGO1fPWBhgoLBPoqkbdOMNJ { width:13.311625rem;height:1.54296875rem;top:96.25rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5lNnCD7QZhlBwvm8BoblmaXbtU15M2k { width:11.6873125rem;height:4.140625rem;top:98.291694004088rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQhZHDtnZ6GnuOiJTDhGGrHi7r25aUwp { width:12.5rem;height:1.62435rem;top:103rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAdVUbTL5Rsx3QlES68SLWLBFFS5VqHZ { width:13.311625rem;height:1.54296875rem;top:111.3125rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2Fwfobedg3m2F0RSHXc0Toq0XcphWHn { width:11.6873125rem;height:1.38020625rem;top:114.125rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX2NwO3KU1sVagCSvv5WSrTROJeDTakn { width:12.5rem;height:1.62435rem;top:118.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZk9u5wqCgT7JdcgIGNELbLFawCOVx1 { width:13.311625rem;height:3.0859375rem;top:126.4375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXqpxWXSkvTo1gFd7n6OWag625bL2St { width:12.5rem;height:1.62435rem;top:133.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgiXq3ToeSclaymqkLH6e20m2d6CVTRW { width:13.311625rem;height:1.54296875rem;top:142.5625rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM8IHB7AsugtVsLNdoimGa7BIFy3Twup { width:12.5rem;height:1.62435rem;top:149.375rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXt8oZhWyuv8gQB9UfHBs0m5aUZ7H4Tg { width:13.311625rem;height:1.54296875rem;top:156.9375rem;left:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEO4TUS36Cue5hDNcosfJlpeZxoLHKw { width:11.6873125rem;height:1.2999125rem;top:161.37483734451rem;left:4.1558161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX5MtIaiwO5hsmaVXOsXTahFlrIC1iHD { width:12.5rem;height:1.62435rem;top:165rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJa0VZdwSlvFZQUWdoDmarxyIJlvWCTz { width:13.311625rem;height:1.54296875rem;top:175.625rem;left:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpuKRwnXFdXWs9pX5KKL5AR9kFPz6IW8 { width:12.5rem;height:1.62435rem;top:181.0625rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zauiNIGk3fKh28gtqsF8kbpno8EHFLvc { width:13.3105625rem;height:2.92535rem;top:6.8532990869137rem;left:3.3430991768837rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTGS6nXuC2TGssKc4Z4WgBeDK9SV4qsn { width:11.6873125rem;height:1.38020625rem;top:36.747983932495rem;left:4.1558161377907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl5Z72lr6w5xQACGS84PEtGBSwk6l4lz { width:11.6873125rem;height:1.38020625rem;top:177.9375rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWETKEFPh0svExBOk6Kxkv0ZVPwS1gsp { width:11.6873125rem;height:1.2999125rem;top:131.06788539886rem;left:4.1558161377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9OOW80POs6mrhAsTMVlMWUJg0wmDcPe { width:11.6873125rem;height:1.2999125rem;top:145.1875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boB9k2V6vPXUkL9QJO88C6o1x3XMJ0Qu { width:11.6873125rem;height:1.38020625rem;top:147.1875rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N { width:15.0625rem;height:13.8125rem;top:187.93631917969rem;left:2.375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T103wIwa/04.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.adaptive-delivery-prevent-bg, #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.lazyload, #hUsemUbTUNTHaoXxMfKeTfm3JVdbov6N.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PvbcUlrqu5ARdbJSTByZpow5xy31xua4 { width:8.75rem;height:2.6875rem;top:199.31131917969rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlix2TH3R9fzwhXFuFo3B9s2ySdfxQg { display:block; }
 }@media only screen and (max-width: 763px) { #kdhwyTN7FrRioxcGSwPcdibH2KHF69tV { width:11.6873125rem;height:2.599825rem;top:193.62381917969rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgUOMErsVquDP9XxwvJmTn9FtPTkTpJM { width:12.5rem;height:1.62435rem;top:196.93631917969rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t65JkGZfwCwKSBBKSqNEyUlBKBDGvuGV { width:13.311625rem;height:1.54296875rem;top:190.06131917969rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqhC2C9MssvksTAqX7bnciRGVV4uTnUv { display:block; }#IqhC2C9MssvksTAqX7bnciRGVV4uTnUv > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM { display:block; }#DX2MgTDPUl5lcuSILqhtJ7OSnDIIk2HM > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3dqLJbL6KSHDnWOxRpKkGc0pJaZkLE1 { width:6.5625rem;height:6.06228125rem;top:27.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVl7d5baw4488HxCLSNkgCSBTc9Um44L { width:20rem;height:2.99913125rem;top:0.93747711181638rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QnZpFdr3QUZna3sqAuMUJWfvyTPtWEFM { width:14.4998125rem;height:2.92535rem;top:25.936415672302rem;left:2.7495661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hDH4yGtS2fqOyz15QpvWGyhN1rT9NeOL { width:20rem;height:2.11263125rem;top:29.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBGGgF9V6COSIp6OQGcnDhnP7wcCLQgw { width:2.8125rem;height:2.8125rem;top:33.25rem;left:14.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVgcZ9NuFIn3Oi1Lm0y8Z5TGS7TnHvMn { width:2.8125rem;height:2.8125rem;top:33.25rem;left:10.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioW9iEdslgi80ddpwJDgKk2chO2iGR15 { width:2.8125rem;height:2.8125rem;top:33.25rem;left:3.125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90BTEvmuhhVU9UvH1aMLNMUe1eWOECd { width:3.125rem;height:3.125rem;top:29.375rem;left:1.8745661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDKuVLVcQWKt4BqvEQr7c2pkTc0GdyDd { width:3.125rem;height:3.125rem;top:25.836547851562rem;left:1.7495661377907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IltDanqoJXs3b889uPRIaDmAmVuWMPtA { width:3.1875rem;height:3.1875rem;top:33.0625rem;left:7rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAabnBA76TTt2kLRHd0PwAhpVO3O4pN8 { width:20rem;height:0.97439375rem;top:37.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkJbrHWwe22GZKVbf6FeBw6q2PH4PacS { width:12.8125rem;height:20.186625rem;top:4.7493457794189rem;left:3.5937500596046rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }