.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:#d4d9df;background-image:url("https://images.assets-landingi.com/4OUK9GQP/test_12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.adaptive-delivery-prevent-bg, #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.lazyload, #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M.lazyloading { background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { z-index:100000;top:1.125rem;left:49.759765625rem;background-color:#fdfdfd;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0rem #62dede ;box-sizing:border-box;color:#ed00a6;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { z-index:100002;top:2.5625rem;left:50.15625rem;background-color:#c657a0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #29bdbe ;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.249rem;width:12.249rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { color:#e1097d;display:block;width:33.3125rem;position:absolute;font-family:"sari 3";font-size:2.375rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:2.08203125rem;left:24.186197280884rem;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; }
#WkZasvwfVFwd7woI1x339xvlMQoWauH7 { color:#e1097d;display:block;width:33rem;position:absolute;font-family:"sari 3";font-size:1.4375rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:5.875rem;left:24.342447280884rem;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;display:block; }
#s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { background-color:rgba(93,92,92,0.6);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.20833375rem;height:2.27083375rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:16.25rem;left:7.3932285308837rem;display:block; }
#B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { position:absolute;display:block;z-index:100075;background-color:rgba(1,133,138,0.8);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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.7495125rem;width:60rem;top:15.875rem;left:0rem;display:block; }
#Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { background-color:rgba(85,85,85,0.6);background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:2.3125rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:16.02734375rem;left:37.330728530884rem;display:block; }
#GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.6);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:18.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:100079;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:11.375rem;left:27.561197280884rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lckXMOepE0B50DoAD5VV4AtkzCds3Hbs { position:absolute;display:block;z-index:100202;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:15.8125rem;top:59.125rem;left:6.3125rem;display:none; }
#uDKFPcDXhZu9qB7lXUiXbEcCbidx0wAL { position:absolute;display:block;z-index:100202;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.8125rem;width:15.8125rem;top:59.125rem;left:6.3125rem;display:none; }
#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1eqM2ZIh/IMGL7039_copy.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F.adaptive-delivery-prevent-bg, #yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F.lazyload, #yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F.lazyloading { background-image: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { background-color: transparent; background-image: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container > .video-iframe-container { display: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row > .video-iframe-container { display: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .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); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { border-width: 0; border-radius: 0; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:block; }#B01OPGFCrzNu03NUO82CIdoTkPaABPQI { position:absolute;display:block;z-index:100013;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.25rem dashed #8499f0;border-left:0.25rem dashed #8499f0;border-right:0.25rem dashed #8499f0;border-bottom:0.25rem dashed #8499f0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:6.4995625rem;width:0.0618489375rem;top:8.2497825622556rem;left:45.437282562256rem;display:none; }
#F04cBNFNokKLJRhOpHqw8yTEd1Xw6izk { color:#f4eeef;display:block;width:26.8730625rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:normal;z-index:100040;line-height:1.7;letter-spacing:0;top:1.18359375rem;left:4.1845703125rem;height:6.3745rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeR8NGZF5b2JGh6RFCGU05zRv81enw5m { background-color:#fb0303;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.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:7.9980625rem;height:2.499025rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:23.125rem;left:26rem;display:block; }
#p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x5Q51dmICxgvfDsHPS3p7Ou41eASNLHd { box-sizing:content-box;color:#fb0303;font-size:3.875rem;font-weight:400;line-height:1;height:5.625rem;width:5.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:17.9375rem;left:27.71875rem;display:block; }
#kRqTp6x9w3UorMbcpgCW9RNCzzk93RuD { position:absolute;display:block;z-index:100039;background-color:#026499;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:32.0625rem;width:23.25rem;top:5.375rem;left:36.75rem;display:block; }
#gaEKPSqCOs2CmvFe2W9yWLbG8Eqtd3SZ { color:#fef7da;display:block;width:16.058625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:6.75rem;left:40.3447265625rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-form-header {  }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-regular-label { height:auto;display:block;font-family:"sari 3";font-size:1.625rem;font-weight:400;color:#dfdfdf;width:18.6875rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1;font-style:normal; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-text {padding-top: 0; padding-bottom: 0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.6875rem;box-sizing:border-box;height:2.3125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-select {padding-top: 0; padding-bottom: 0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:400;color:#f2f9ff;width:18.6875rem;height:2.8125rem;font-family:cairo;overflow:hidden;font-style:normal; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.5rem;overflow:hidden;font-style:normal; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:cairo;font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container:first-of-type{padding-top:0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container:last-of-type{padding-bottom:0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.7490234375rem;top:9.81201171875rem;z-index:100041;position:absolute; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX {display:block;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.7490234375rem;top:9.81201171875rem;z-index:100041;position:absolute; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PdWLJaCqboODfs7dxxMlDa5N1U1oxTgk { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #coZ1fZDFFViHZqMGtHNQPLUb8xecmx5J { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #M0ZnlmdDDCyXUA7bTtBwtkoWeUDXws29 { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #WP7lQ5NXmNcHDnQdTRq678mVR5sftfmT { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #bC0xcwHV63qooAfTRKbSUihucMSeGqrc { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #In4IE7cTtSGfIw69KmTmSm7mxVOeRbsO { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #Ghmz848CdQRWODmR5TJLJFBX1b6aV3FL { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PvwPNRbnlsnTuzn79FsQ4fBwcT2Ky5BX { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #ylusG5aTD0xqqyaDkqu2HX3o5VgfJHwb { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #HL9BZ2K7gNe7vSzqPHtCMOGsPKDky89Z { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #xmFW7UogLwDhPmTkhxEVKrUHvOKRbgeJ { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #TheKzLyu4fULpu3HN38G3aAMp2aql7B9 { position:relative; }
#aT51G7lQQPCHPzgFx5BzibiciB2C4B6s { position:relative;display:block; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #CT0O9QMudrPGVqFximLDDoMhwZL2morU { position:relative; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #dsp7ccA14tTtFy2TNdwWArPZQNOHDo5b { position:relative; }
#eAnH8U2Ayw3qUMsZmIdpw1iMwG5RVfOX { position:absolute;display:block;z-index:100082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:18.75rem;top:4.4375rem;left:0.998046875rem;overflow:hidden;display:block; }
#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { background-color: transparent; background-image: none; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container > .video-iframe-container { display: none; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row > .video-iframe-container { display: none; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .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); }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { border-width: 0; border-radius: 0; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { font-size:0.875rem;font-family:arial;height:141.5rem;width:60rem;position:relative;display:block; }#OPC7SyMmrs6VePuEnywUC7WNtTGuqeP5 { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.8125rem;text-decoration:none;z-index:100152;text-align:center;text-align-last:center;top:64.375rem;left:45.3125rem;display:block; }
#sh6qudgzrPg2Bd3udXORhMygxoKLLbaI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H08gSe6AtqlFsGb8PL8BoJUDKlV5I61o { position:absolute;display:block;z-index:100037;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.4375rem;width:16.8125rem;top:60.25rem;left:42rem;display:block; }
#HDnXhVRke4oL0tFxpTMxIKyU95bs0ueJ { position:absolute;display:block;z-index:100168;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.5rem;width:14.5625rem;top:58.8125rem;left:43.4375rem;display:block; }
#XTI39cR4GI6MEEclXOnkxJuxKdTnc8aE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100169;line-height:1.3;letter-spacing:0;top:58.875rem;left:44.375rem;height:;text-align:center;text-align-last:center;display:block; }
#BlGIHJhVhpRRgueLqcIHrS9ImFlLwTO6 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:47.375rem;left:44.09375rem;height:1.3806125rem;text-align:center;text-align-last:center;display:block; }
#UNLMWenG4aiEl3AySoL1CufcNJeEUL8v { position:absolute;display:block;z-index:100036;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:41.375rem;left:42.0625rem;display:block; }
#X81exJ8PKTSMz9BhEvR0iLUx6QckdJS6 { position:absolute;display:block;z-index:100170;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:40.25rem;left:42.9375rem;display:block; }
#ZaCKSF5dywXSqcuruOPDTXpVGTOBb81i { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100171;line-height:1.3;letter-spacing:0;top:40.4375rem;left:44.3125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#UKv3Vaq3d1eS8lcTF2f3cwMbMI847BnL { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7470625rem;height:2.8125rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:53.4375rem;left:45.5625rem;display:block; }
#vB2Tg2xQF6TESLywWpamW0bWltGm24Sd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cyAeqwP50zdoGQhmHoVDiMgnqekzn9Ml { position:absolute;display:block;z-index:100043;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:2.875rem;left:23.1875rem;display:block; }
#v09GqDF992C4p0ugkv0F377hP1g9PaPR { position:absolute;display:block;z-index:100177;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.5rem;width:15.8125rem;top:1.75rem;left:24.0625rem;display:block; }
#vunEWRDDigMzBJ9dzvu1RSQtA5dANxiE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100178;line-height:1.3;letter-spacing:0;top:1.9375rem;left:25.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#F1duallWnm1vOhBbZlGcFiOm6LogZeQ4 { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.747375rem;height:2.8125rem;text-decoration:none;z-index:100045;text-align:center;text-align-last:center;top:15.5625rem;left:26.8125rem;display:block; }
#v2D33ggnM7u0NlFMlid1l3iqEEcQOLHH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qz2MfcKbmzJArlFyi1o66rsOm1PhDPUg { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100054;line-height:1.3;letter-spacing:0;top:26.64453125rem;left:6.875rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#ThIO4dbtVbcHVDvPuE8aT86aFtIAhEfS { position:absolute;display:block;z-index:100050;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:21.875rem;left:4.75rem;display:block; }
#T2cmbwasXtCTJJygwDsSFaTU8Ua0BNK5 { position:absolute;display:block;z-index:100184;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.375rem;width:15.8125rem;top:20.75rem;left:5.625rem;display:block; }
#IA8DWERRUhsBE7ubnImAGGnuSie1wcv1 { color:#fdfdfd;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:20.9375rem;left:7rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#qmnv6RWal9JTgTZ2hzupiSDlBZPAhNSg { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:33.9375rem;left:8.3447265625rem;display:block; }
#xoyOKTv8HGUshFzCInOemvxSQavvrpfT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#usEhAIdW9d5LLWNh3nW012UhATAJWtHk { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:46.005859375rem;left:3.3125rem;display:block; }
#i8DhOKGFRXi0L9r2tdcOi1NP47ETaBoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Jns0CPsMFhDKhT9QMsqHPVIBLtZykpJx { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:kids;font-size:0.9375rem;font-weight:normal;z-index:100048;line-height:1.3;letter-spacing:0;top:6.546875rem;left:24.8125rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#ydzvUKhovERQB4bON6Pci3QcTuhpLgC7 { position:absolute;display:block;z-index:100041;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:5.4375rem;width:16.8125rem;top:41.6875rem;left:5.375rem;display:block; }
#tNUFTeTT4eiaGam8rGES4FDC5LVTowS3 { position:absolute;display:block;z-index:100172;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:40.25rem;left:6.8125rem;display:block; }
#DkhRqArDmosSDf9BIc4ZalDcwy0FzyBK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100173;line-height:1.3;letter-spacing:0;top:40.3125rem;left:7.75rem;height:;text-align:center;text-align-last:center;display:block; }
#AyvAPd5Gmw7rt7K0QT64By9pMRZUWUM8 { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.5625rem;width:16.75rem;top:71.375rem;left:42.125rem;display:block; }
#icqfCi6OXbh0s3QJafuTxyWMgfU7wukf { position:absolute;display:block;z-index:100180;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.375rem;width:15.75rem;top:69.75rem;left:42.8125rem;display:block; }
#PJx8zzInlH8QdE0EBcOpefl9HsuPVTTM { color:#efefef;display:block;width:13.75rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:69.9375rem;left:44.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#aUw9ixmGnZtnnJxNlTe571znhB0m7igQ { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:74.1875rem;left:42.75rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#gPpWhNRo0pJ3IxUySkCqH2DsvBECTrfe { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:78.3125rem;left:45.8125rem;display:block; }
#v6hKSmx6LPAKTrOD59GU0xBhobPTASSr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ShGEEgIH2dZ1HTkAtUfu9O4AzoV4Oxw0 { position:absolute;display:block;z-index:100055;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:21.375rem;left:42rem;display:block; }
#fkdoCLGNwzgLTL5lartssuTML5xkpnhO { position:absolute;display:block;z-index:100189;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.375rem;width:15.8125rem;top:21.375rem;left:42.875rem;display:block; }
#FJvAEhUvgMK5MLp1iI0tt5hDnTqCkR2G { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100059;line-height:1.3;letter-spacing:0;top:28.625rem;left:44.09375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#gszuqGkQ9Uf8hpK3QcDqHigiPzvcvct1 { color:#fdfdfd;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100190;line-height:1.3;letter-spacing:0;top:21.5625rem;left:44.25rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#WZU5bA9lOzRX003IhQ3TxtD6VDZ5p9D3 { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:33.4375rem;left:45.625rem;display:block; }
#dvedbuUFa5qkUOOz1u8hpBtZOrgik0Ff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tI2vD3xDq3LSbAwrkixfe3FItIvZFK9x { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:kids;font-size:0.875rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:76.75rem;left:6rem;height:3.4130875rem;text-align:center;text-align-last:center;display:block; }
#M1UzfIrVt3ErvDfyRcOfogOkiEpPFvTI { position:absolute;display:block;z-index:100051;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:8.5625rem;width:16.75rem;top:73.75rem;left:5.5rem;display:block; }
#CGcQNHs2rm8tb2yAxqvIQD7hKOcoqcy7 { position:absolute;display:block;z-index:100185;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:3.375rem;width:15.75rem;top:72.125rem;left:6.1875rem;display:block; }
#TD3qGQnSL0ignTSqgTl92CXcrcBggAzC { color:#efefef;display:block;width:13.75rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:72.3125rem;left:7.8125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#cd69riohe0kTnm5fp9ERGagsQTCWFNSr { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:80.6875rem;left:9.1875rem;display:block; }
#hLsps5JLCOQrSuKX4vA0EXTi54O84DoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yRqDU60PPtbrPStz73yfRymKGTPxb69h { position:absolute;display:block;z-index:100041;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:103.9375rem;left:6.1875rem;display:block; }
#ilX1nmKHJPRFcQ7bqzlHZB2lBO31RTup { position:absolute;display:block;z-index:100175;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:102.8125rem;left:7.0625rem;display:block; }
#Bm4iwL1aTSoPV9aAGpcETa0c9XQ9pBTn { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:110.4375rem;left:8rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#Thh32D97sGR0F4BzngUwCxtnl4c7hX0r { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100176;line-height:1.3;letter-spacing:0;top:103.875rem;left:8.25rem;height:4.2236375rem;text-align:center;text-align-last:center;display:block; }
#dzdwm2254TwiLtaZLfNNLG6ooQDGX7Sx { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7470625rem;height:2.8125rem;text-decoration:none;z-index:100042;text-align:center;text-align-last:center;top:116rem;left:9.6875rem;display:block; }
#dfwSwyX6nOaAAHidhdpiSmfzyvTJrBgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HahRI46ROpLuPiSHoRiiaqAdMQ5CX6TG { position:absolute;display:block;z-index:100180;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:85.75rem;left:6.3125rem;display:block; }
#A7uvGT3L5bLDZ4PPQEQxuEztXQrRLMg6 { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:86.8125rem;left:7.5rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#sBNOfpWQsJSJvx7UI9cTQyeh9hnkPywv { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:86.625rem;left:5.4375rem;display:block; }
#tEpRDTeU5nKiNQwW46hsKLv02Jt6vL1B { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.0625rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:93.0625rem;left:7.3125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#QgFqi6GwDibAPLxyo1IbzCN6xiad4ncp { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:98.125rem;left:9.5625rem;display:block; }
#xtZ4H6UCbSWZTXEoKQwM6IZyN1W4nsgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ToRiBlZn4GsboMcqEFF6P2x00qyqkzan { position:absolute;display:block;z-index:100049;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:86.4375rem;left:41.875rem;display:block; }
#fCWmaoJph08rordzVDOq6y87Faz4E1uE { position:absolute;display:block;z-index:100180;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:85rem;left:43.3125rem;display:block; }
#Xupto3ApMIstIbtEdo9OwAxFwcqfVdtu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:85.0625rem;left:44.25rem;height:;text-align:center;text-align-last:center;display:block; }
#a409vaRxnoo2zcolM3CNEOkO2BpRThDB { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100066;text-align:center;text-align-last:center;top:91.5625rem;left:45.8125rem;display:block; }
#gEd3qlu19WTnp5neTNnwu7N9GCuEZpOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cWatHMWs3XsIE4OxeaonUkxG7WcNBDvm { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:54.625rem;left:6.1875rem;display:block; }
#EdcNOGzTw9i2bOo5GqD9sIyXUzciUnbZ { position:absolute;display:block;z-index:100180;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.625rem;width:15.75rem;top:53.5rem;left:7.0625rem;display:block; }
#GQN0S9xKWIPwG02LoUHQa2FDzFMVDQqm { color:#efefef;display:block;width:13.8125rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:53.625rem;left:8.25rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#VECAfH50eZNWuZPuwhFwXeatCFv1LgM1 { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:59.5rem;left:8rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#HGBG32fVIkkbHWKz9BdkXkl8txFOU5WC { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7470625rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:66.6875rem;left:9.6875rem;display:block; }
#hn8yog5D23VM9JdnPry2EwT1GN0DK177 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hJ4cvST9wNUVDpoe7TgPqKSoGGf9Lhqz { position:absolute;display:block;z-index:100053;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:99.5rem;left:41.75rem;display:block; }
#UwvnNucIbrTVqzK60mrruWG5GFq7X2B9 { position:absolute;display:block;z-index:100184;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:98.0625rem;left:43.1875rem;display:block; }
#FX7hrmQVp2qKMyf1MHVrc6BFt98nKV6i { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.8125rem;font-weight:normal;z-index:100185;line-height:1.3;letter-spacing:0;top:98.125rem;left:44.125rem;height:;text-align:center;text-align-last:center;display:block; }
#vRmoqyQdwgPS9iHZDsaizU6bN23VQKVH { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100070;text-align:center;text-align-last:center;top:104.625rem;left:45.6875rem;display:block; }
#wBWa0UTAT9qzbOmVXITk80QXRh5Tm6nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WxsToTo90heyeTAX0ihh2HfIsUU9PlRL { position:absolute;display:block;z-index:100057;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:6.0625rem;width:17.25rem;top:112.375rem;left:41.875rem;display:block; }
#WDzWi3SWTQTnrInkC37SU24KHLslV4wM { position:absolute;display:block;z-index:100188;background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.5rem;width:14.5625rem;top:110.9375rem;left:43.3125rem;display:block; }
#SN5BvJ8DhEkBkzTPrA4BJsGEhtZCVJWr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100189;line-height:1.3;letter-spacing:0;top:111rem;left:44.25rem;height:;text-align:center;text-align-last:center;display:block; }
#xHp8WGRcyyXa19yJBe4AFtEniZPZmwcl { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:117.5rem;left:49.3779296875rem;display:block; }
#QaFTFyxeWgFtrD48rbMtPOTXRHtAvqlN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aSP6OyNv7zBEmczqP215yxsuvFi50dEM { position:absolute;display:block;z-index:100046;background-color:rgba(227,227,227,0.6);background-image:none;border-top:0.125rem solid #50bbd3;border-left:0.125rem solid #50bbd3;border-right:0.125rem solid #50bbd3;border-bottom:0.125rem solid #50bbd3;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:13.1875rem;width:16.8125rem;top:84.25rem;left:4.875rem;display:none; }
#h3XBET2BmBFiNrNhbeKZgcx0E6PeJXDS { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:78.3125rem;left:8.625rem;display:none; }
#d8bxKqxrDnf2WIKQrQbxSTBHQxWbMh9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K7QM2kywBbik4e7Thu7aIyusZEO0s1fI { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:117.5rem;left:38.625rem;display:block; }
#m2BMq3yHKdTgRAdHMiQ4xQ7GrpCJGZ9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d4maTD1yAI9rRJ0HDfyB0JCzK3h21s1X { position:absolute;display:block;z-index:100093;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:118.75rem;left:51.46875rem;display:block; }
#NUsfVzGE6q0IFOMsV5Pr7pvC5x4EKJIi { background-color:#b20129;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:"sari 3";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.746125rem;height:2.8125rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:46.005859375rem;left:15.1279296875rem;display:block; }
#xwT1g9PG275WO22Zi1UJnCqNXCk2d01R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P43vyTPTb6gIuQJEgLzdX2N80XkThK44 { position:absolute;display:block;z-index:100094;background-color:#f3432a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.25rem;width:3rem;top:47.5rem;left:16.75rem;display:block; }
#AyMcU6Wr8mwKwTkFI7SqSomn6QKT0dxa { z-index:100013;top:35.3125rem;left:26.8125rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ilqCzLm6sobBseNKx0RpGGtErJetuPOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HRBStSoAcPF7adBvFTpMtgseeUGO1ICg { z-index:100014;top:65.9375rem;left:26.8125rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#o2WNwdcmw2e2cwrfwIb812XLm6fPfUts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wE8QDUkAG7PVRNbSq2Ju5720EUx4QuNm { z-index:100015;top:104.1435546875rem;left:26.8125rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ATBGHk72y1svnRtp8TV49pB7HuERXh95 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eUFTiILbiXv7pqBIm666veQFVUlQNaJR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4cee9;background-image:none;position:relative;display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { background-color: transparent; background-image: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .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); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { border-width: 0; border-radius: 0; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { color:#0d1976;display:block;width:38.9375rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:0.75rem;left:11.375rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { color:#ba0484;display:block;width:52.999125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:5.0625rem;left:5.0625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { color:#0d1976;display:block;width:21.1875rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:16rem;left:35.9375rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { color:#ba0484;display:block;width:51.875rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:18.75rem;left:5.4375rem;height:1.4624rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wCsBx06ptBot8HJqeXdceczfcy8nRcQO { color:#0d1976;display:block;width:34rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:23.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { color:#0d1976;display:block;width:41.4375rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:23.5rem;left:15.8125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { color:#0d1976;display:block;width:55.4985rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100027;line-height:1.3;letter-spacing:0;top:31.43701171875rem;left:1.7197265625rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { color:#0d1976;display:block;width:55.6245rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:400;z-index:100029;line-height:1.3;letter-spacing:0;top:27.2490234375rem;left:1.59375rem;height:3.73779375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:27.2490234375rem;left:58.18798828125rem;display:block; }
#mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:31.41943359375rem;left:58.18798828125rem;display:block; }
#LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:23.5625rem;left:58.125rem;display:block; }
#t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { box-sizing:content-box;color:#0d1976;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:20.875rem;left:58.125rem;display:block; }
#vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { box-sizing:content-box;color:#0d1976;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:16.6875rem;left:58.0625rem;display:block; }
#lfpT02LH0X8CWXF0MGE3A2twCTSXbyg7 { z-index:100014;top:10.309894561767rem;left:25.091146469116rem;background-color:#0cac28;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;box-shadow: 0rem 0.1875rem 0rem #1e2c39 ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4986875rem;height:3.6862rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hNbHvHqPNOC8rVzdVhhoxoIK4qMcwU0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/NWQneI4u/IMGL7353_copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL.adaptive-delivery-prevent-bg, #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL.lazyload, #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL.lazyloading { background-image: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { background-color: transparent; background-image: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .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); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { border-width: 0; border-radius: 0; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { color:#2c3e50;display:block;width:18.9365rem;position:absolute;font-family:hekaya;font-size:2.4375rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:1.8125rem;left:38.77734375rem;height:17.0593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d669d;background-image:none;position:relative;display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { background-color: transparent; background-image: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row > .video-iframe-container { display: none; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .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); }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { border-width: 0; border-radius: 0; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:block; }#ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:hekaya;font-size:2.3125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.0458984375rem;left:3.936767578125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBRga9AwP7pB9E68DqGbGhqsNavTieCT { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:11.998699188233rem;left:4.96875rem;height:0;text-align:center;text-align-last:center;display:none; }
#Ic9iaTOqLlDrWdgEupVVdR4D8amt8UyR { position:absolute;display:block;z-index:100013;background-color:rgba(186,4,132,0.79);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem dotted #056ca4;border-left:0.25rem dotted #056ca4;border-right:0.25rem dotted #056ca4;border-bottom:0.25rem dotted #056ca4;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:27.25rem;width:28.75rem;top:8.5625rem;left:3.3125rem;display:none; }
#ITZmIxNqVwri1ZG3UUzv1KRblLWiWCyR { color:#0d1976;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:26.312500953674rem;left:6.6875019073488rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lQWMdMRyAd7pJpvOizelJT0KTxCesTxo { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:30.437505722046rem;left:9.7500019073488rem;display:none; }
#cIerse0VC0QXD1gUiWyWhaLvOn3RwBJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nQEAaQv80Es56K10DAigQOPin8Lp4d7b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940141;background-image:none;position:relative;display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { background-color: transparent; background-image: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row > .video-iframe-container { display: none; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .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); }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { border-width: 0; border-radius: 0; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { position:absolute;display:block;z-index:100004;background-color:#fcdf01;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:3.1875rem;top:9.0277709960938rem;left:29.523654937744rem;display:block; }
#gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { color:#ffffff;display:block;width:56.0623125rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:3.5362396240234rem;left:3.0859375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLfFFdE83fsB1as169Oe0cUFrqoV8wMD { position:absolute;display:block;z-index:100005;background-color:#fcdf01;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:3.18685rem;top:1.9650573730469rem;left:29.523654937744rem;display:block; }
#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/qYvqB6Aw/IMGL7564_copy.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.adaptive-delivery-prevent-bg, #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.lazyload, #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd.lazyloading { background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.56); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .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); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { border-width: 0; border-radius: 0; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124511875rem;width:3.125rem;top:6.1865234375rem;left:28.4375rem;display:block; }
#pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.0625rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:10.1875rem;left:54.6875rem;display:block; }
#TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { color:#ffffff;display:block;width:52.9980625rem;position:absolute;font-family:hekaya;font-size:1.5625rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:6.1865234375rem;left:3.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { color:#ffffff;display:block;width:38.9355625rem;position:absolute;font-family:hekaya;font-size:3.625rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:0.623779296875rem;left:10.499267578125rem;height:6.3745125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:12.5rem;left:54.8125rem;display:block; }
#aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:14.9375rem;left:54.8125rem;display:block; }
#VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:17.0625rem;left:54.8125rem;display:block; }
#s5waCyn8GdTdJRdvLTby9w669k4TQNNw { color:#ffffff;display:block;width:33.9995625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:12.5rem;left:20.3125rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { color:#ffffff;display:block;width:41.436625rem;position:absolute;font-family:hekaya;font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:14.9375rem;left:12.875rem;height:1.86889375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { color:#ffffff;display:block;width:43.4985625rem;position:absolute;font-family:hekaya;font-size:1.1875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:17.25rem;left:10.8125rem;height:1.54296875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#48b5ce;background-image:none;position:relative;display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { background-color: transparent; background-image: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row > .video-iframe-container { display: none; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .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); }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { border-width: 0; border-radius: 0; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#AkN69xS04F96SBAtS5EC0siqFUao8aJc { color:#ffffff;display:block;width:22.7480625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:18.6875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { box-sizing:content-box;color:#fbfeff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:0.8125rem;left:45.3125rem;display:block; }
#R3zxdrF5co39JyD4bgAWuPJDymzv021o { color:#ffffff;display:block;width:41.74925rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.1875rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { box-sizing:content-box;color:#ffffff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.9375rem;left:34.0625rem;display:block; }
#DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { color:#ffffff;display:block;width:10.8730625rem;position:absolute;font-family:tajawal;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:24.625rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:1.125rem;left:37.875rem;width:9.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:2.5625rem;left:41.1875rem;width:6.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { top:0rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { top:2.0625rem;left:14.4375rem;width:33.3125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkZasvwfVFwd7woI1x339xvlMQoWauH7 { top:5.875rem;left:14.75rem;width:33rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { width:20.1875rem;height:2.25rem;top:16.25rem;left:1.2682285308838rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block; }
 }@media only screen and (max-width: 763px) { #E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { top:15.875rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { width:19rem;height:2.3125rem;top:16rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block; }
 }@media only screen and (max-width: 763px) { #Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { top:0rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { top:11.375rem;left:21.1875rem;width:26.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lckXMOepE0B50DoAD5VV4AtkzCds3Hbs { top:59.125rem;left:0.1875rem;width:15.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDKFPcDXhZu9qB7lXUiXbEcCbidx0wAL { top:59.125rem;left:0.1875rem;width:15.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F { display:block; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B01OPGFCrzNu03NUO82CIdoTkPaABPQI { top:8.1875rem;left:39.312282562256rem;width:0;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F04cBNFNokKLJRhOpHqw8yTEd1Xw6izk { top:1.125rem;left:0rem;width:26.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeR8NGZF5b2JGh6RFCGU05zRv81enw5m { width:7.9375rem;height:2.4375rem;top:23.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block; }
 }@media only screen and (max-width: 763px) { #x5Q51dmICxgvfDsHPS3p7Ou41eASNLHd { top:17.9375rem;left:21.59375rem;width:5.625rem;height:5.5641406658724rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqTp6x9w3UorMbcpgCW9RNCzzk93RuD { top:5.375rem;left:24.5rem;width:23.25rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEKPSqCOs2CmvFe2W9yWLbG8Eqtd3SZ { top:6.75rem;left:31.75rem;width:16rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX  { width:18.6875rem;height:auto; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX {display:block;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX { width:18.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PdWLJaCqboODfs7dxxMlDa5N1U1oxTgk {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #coZ1fZDFFViHZqMGtHNQPLUb8xecmx5J {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #M0ZnlmdDDCyXUA7bTtBwtkoWeUDXws29 {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #WP7lQ5NXmNcHDnQdTRq678mVR5sftfmT {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #bC0xcwHV63qooAfTRKbSUihucMSeGqrc {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #In4IE7cTtSGfIw69KmTmSm7mxVOeRbsO {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #Ghmz848CdQRWODmR5TJLJFBX1b6aV3FL {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PvwPNRbnlsnTuzn79FsQ4fBwcT2Ky5BX {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #ylusG5aTD0xqqyaDkqu2HX3o5VgfJHwb {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #HL9BZ2K7gNe7vSzqPHtCMOGsPKDky89Z {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #xmFW7UogLwDhPmTkhxEVKrUHvOKRbgeJ {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #TheKzLyu4fULpu3HN38G3aAMp2aql7B9 {  }
 }@media only screen and (max-width: 763px) { #aT51G7lQQPCHPzgFx5BzibiciB2C4B6s { display:block; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #CT0O9QMudrPGVqFximLDDoMhwZL2morU {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #dsp7ccA14tTtFy2TNdwWArPZQNOHDo5b {  }
 }@media only screen and (max-width: 763px) { #eAnH8U2Ayw3qUMsZmIdpw1iMwG5RVfOX { top:4.4375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5eSUzcCgaJq9CdP6S3mt8ede9icThtq { display:block; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPC7SyMmrs6VePuEnywUC7WNtTGuqeP5 { width:10.375rem;height:2.8125rem;top:64.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh6qudgzrPg2Bd3udXORhMygxoKLLbaI { display:block; }
 }@media only screen and (max-width: 763px) { #H08gSe6AtqlFsGb8PL8BoJUDKlV5I61o { top:60.25rem;left:30.6875rem;width:16.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDnXhVRke4oL0tFxpTMxIKyU95bs0ueJ { top:58.8125rem;left:33.1875rem;width:14.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTI39cR4GI6MEEclXOnkxJuxKdTnc8aE { top:58.875rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlGIHJhVhpRRgueLqcIHrS9ImFlLwTO6 { top:47.375rem;left:34.9375rem;width:12.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNLMWenG4aiEl3AySoL1CufcNJeEUL8v { top:41.375rem;left:30.6875rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X81exJ8PKTSMz9BhEvR0iLUx6QckdJS6 { top:40.25rem;left:32rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCKSF5dywXSqcuruOPDTXpVGTOBb81i { top:40.4375rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKv3Vaq3d1eS8lcTF2f3cwMbMI847BnL { width:9.6875rem;height:2.8125rem;top:53.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB2Tg2xQF6TESLywWpamW0bWltGm24Sd { display:block; }
 }@media only screen and (max-width: 763px) { #cyAeqwP50zdoGQhmHoVDiMgnqekzn9Ml { top:2.875rem;left:17.0625rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v09GqDF992C4p0ugkv0F377hP1g9PaPR { top:1.75rem;left:17.9375rem;width:15.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vunEWRDDigMzBJ9dzvu1RSQtA5dANxiE { top:1.9375rem;left:19.3125rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1duallWnm1vOhBbZlGcFiOm6LogZeQ4 { width:9.6875rem;height:2.8125rem;top:15.5625rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2D33ggnM7u0NlFMlid1l3iqEEcQOLHH { display:block; }
 }@media only screen and (max-width: 763px) { #Qz2MfcKbmzJArlFyi1o66rsOm1PhDPUg { top:26.625rem;left:0.75rem;width:12.8125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThIO4dbtVbcHVDvPuE8aT86aFtIAhEfS { top:21.875rem;left:0rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cmbwasXtCTJJygwDsSFaTU8Ua0BNK5 { top:20.75rem;left:0rem;width:15.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA8DWERRUhsBE7ubnImAGGnuSie1wcv1 { top:20.9375rem;left:0.875rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmnv6RWal9JTgTZ2hzupiSDlBZPAhNSg { width:9.6875rem;height:2.8125rem;top:33.9375rem;left:2.2197265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOKTv8HGUshFzCInOemvxSQavvrpfT { display:block; }
 }@media only screen and (max-width: 763px) { #usEhAIdW9d5LLWNh3nW012UhATAJWtHk { width:9.6875rem;height:2.8125rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8DhOKGFRXi0L9r2tdcOi1NP47ETaBoT { display:block; }
 }@media only screen and (max-width: 763px) { #Jns0CPsMFhDKhT9QMsqHPVIBLtZykpJx { top:6.5rem;left:18.6875rem;width:13.8125rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydzvUKhovERQB4bON6Pci3QcTuhpLgC7 { top:41.6875rem;left:0rem;width:16.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNUFTeTT4eiaGam8rGES4FDC5LVTowS3 { top:40.25rem;left:0.6875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkhRqArDmosSDf9BIc4ZalDcwy0FzyBK { top:40.3125rem;left:1.625rem;width:12.5rem;height:4.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyvAPd5Gmw7rt7K0QT64By9pMRZUWUM8 { top:71.375rem;left:30.75rem;width:16.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icqfCi6OXbh0s3QJafuTxyWMgfU7wukf { top:69.75rem;left:32rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJx8zzInlH8QdE0EBcOpefl9HsuPVTTM { top:69.9375rem;left:34rem;width:13.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUw9ixmGnZtnnJxNlTe571znhB0m7igQ { top:74.1875rem;left:31.9375rem;width:15.8125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPpWhNRo0pJ3IxUySkCqH2DsvBECTrfe { width:9.6875rem;height:2.8125rem;top:78.3125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6hKSmx6LPAKTrOD59GU0xBhobPTASSr { display:block; }
 }@media only screen and (max-width: 763px) { #ShGEEgIH2dZ1HTkAtUfu9O4AzoV4Oxw0 { top:21.375rem;left:30.6875rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkdoCLGNwzgLTL5lartssuTML5xkpnhO { top:21.375rem;left:31.9375rem;width:15.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJvAEhUvgMK5MLp1iI0tt5hDnTqCkR2G { top:28.625rem;left:34.9375rem;width:12.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gszuqGkQ9Uf8hpK3QcDqHigiPzvcvct1 { top:21.5625rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZU5bA9lOzRX003IhQ3TxtD6VDZ5p9D3 { width:9.6875rem;height:2.8125rem;top:33.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvedbuUFa5qkUOOz1u8hpBtZOrgik0Ff { display:block; }
 }@media only screen and (max-width: 763px) { #tI2vD3xDq3LSbAwrkixfe3FItIvZFK9x { top:76.6875rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1UzfIrVt3ErvDfyRcOfogOkiEpPFvTI { top:73.75rem;left:0rem;width:16.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcQNHs2rm8tb2yAxqvIQD7hKOcoqcy7 { top:72.125rem;left:0.0625rem;width:15.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD3qGQnSL0ignTSqgTl92CXcrcBggAzC { top:72.3125rem;left:1.6875rem;width:13.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd69riohe0kTnm5fp9ERGagsQTCWFNSr { width:9.6875rem;height:2.8125rem;top:80.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLsps5JLCOQrSuKX4vA0EXTi54O84DoT { display:block; }
 }@media only screen and (max-width: 763px) { #yRqDU60PPtbrPStz73yfRymKGTPxb69h { top:103.9375rem;left:0.0625rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilX1nmKHJPRFcQ7bqzlHZB2lBO31RTup { top:102.8125rem;left:0.9375rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4iwL1aTSoPV9aAGpcETa0c9XQ9pBTn { top:110.4375rem;left:1.875rem;width:12.8125rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thh32D97sGR0F4BzngUwCxtnl4c7hX0r { top:103.875rem;left:2.125rem;width:12.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzdwm2254TwiLtaZLfNNLG6ooQDGX7Sx { width:9.6875rem;height:2.8125rem;top:116rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfwSwyX6nOaAAHidhdpiSmfzyvTJrBgJ { display:block; }
 }@media only screen and (max-width: 763px) { #HahRI46ROpLuPiSHoRiiaqAdMQ5CX6TG { top:85.75rem;left:0.1875rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7uvGT3L5bLDZ4PPQEQxuEztXQrRLMg6 { top:86.8125rem;left:1.375rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBNOfpWQsJSJvx7UI9cTQyeh9hnkPywv { top:86.625rem;left:0rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEpRDTeU5nKiNQwW46hsKLv02Jt6vL1B { top:93.0625rem;left:1.1875rem;width:12.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgFqi6GwDibAPLxyo1IbzCN6xiad4ncp { width:9.6875rem;height:2.8125rem;top:98.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtZ4H6UCbSWZTXEoKQwM6IZyN1W4nsgn { display:block; }
 }@media only screen and (max-width: 763px) { #ToRiBlZn4GsboMcqEFF6P2x00qyqkzan { top:86.4375rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWmaoJph08rordzVDOq6y87Faz4E1uE { top:85rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xupto3ApMIstIbtEdo9OwAxFwcqfVdtu { top:85.0625rem;left:35.25rem;width:12.5rem;height:7.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a409vaRxnoo2zcolM3CNEOkO2BpRThDB { width:9.6875rem;height:2.8125rem;top:91.5625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEd3qlu19WTnp5neTNnwu7N9GCuEZpOr { display:block; }
 }@media only screen and (max-width: 763px) { #cWatHMWs3XsIE4OxeaonUkxG7WcNBDvm { top:54.625rem;left:0.0625rem;width:16.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdcNOGzTw9i2bOo5GqD9sIyXUzciUnbZ { top:53.5rem;left:0.9375rem;width:15.75rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQN0S9xKWIPwG02LoUHQa2FDzFMVDQqm { top:53.625rem;left:2.125rem;width:13.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECAfH50eZNWuZPuwhFwXeatCFv1LgM1 { top:59.5rem;left:1.875rem;width:12.8125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBG32fVIkkbHWKz9BdkXkl8txFOU5WC { width:9.6875rem;height:2.8125rem;top:66.6875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn8yog5D23VM9JdnPry2EwT1GN0DK177 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ4cvST9wNUVDpoe7TgPqKSoGGf9Lhqz { top:99.5rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwvnNucIbrTVqzK60mrruWG5GFq7X2B9 { top:98.0625rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX7hrmQVp2qKMyf1MHVrc6BFt98nKV6i { top:98.125rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRmoqyQdwgPS9iHZDsaizU6bN23VQKVH { width:9.6875rem;height:2.8125rem;top:104.625rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWa0UTAT9qzbOmVXITk80QXRh5Tm6nw { display:block; }
 }@media only screen and (max-width: 763px) { #WxsToTo90heyeTAX0ihh2HfIsUU9PlRL { top:112.375rem;left:30.25rem;width:17.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDzWi3SWTQTnrInkC37SU24KHLslV4wM { top:110.9375rem;left:33.1875rem;width:14.5625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN5BvJ8DhEkBkzTPrA4BJsGEhtZCVJWr { top:111rem;left:35.25rem;width:12.5rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHp8WGRcyyXa19yJBe4AFtEniZPZmwcl { width:9.6875rem;height:2.8125rem;top:117.5rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaFTFyxeWgFtrD48rbMtPOTXRHtAvqlN { display:block; }
 }@media only screen and (max-width: 763px) { #aSP6OyNv7zBEmczqP215yxsuvFi50dEM { top:84.25rem;left:0rem;width:16.8125rem;height:13.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h3XBET2BmBFiNrNhbeKZgcx0E6PeJXDS { width:9.6875rem;height:2.8125rem;top:78.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8bxKqxrDnf2WIKQrQbxSTBHQxWbMh9X { display:block; }
 }@media only screen and (max-width: 763px) { #K7QM2kywBbik4e7Thu7aIyusZEO0s1fI { width:9.6875rem;height:2.8125rem;top:117.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2BMq3yHKdTgRAdHMiQ4xQ7GrpCJGZ9w { display:block; }
 }@media only screen and (max-width: 763px) { #d4maTD1yAI9rRJ0HDfyB0JCzK3h21s1X { top:118.75rem;left:44.75rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsfVzGE6q0IFOMsV5Pr7pvC5x4EKJIi { width:9.6875rem;height:2.8125rem;top:46rem;left:9.0029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwT1g9PG275WO22Zi1UJnCqNXCk2d01R { display:block; }
 }@media only screen and (max-width: 763px) { #P43vyTPTb6gIuQJEgLzdX2N80XkThK44 { top:47.5rem;left:10.625rem;width:3rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMcU6Wr8mwKwTkFI7SqSomn6QKT0dxa { top:35.3125rem;left:20.6875rem;width:11.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilqCzLm6sobBseNKx0RpGGtErJetuPOG { display:block; }
 }@media only screen and (max-width: 763px) { #HRBStSoAcPF7adBvFTpMtgseeUGO1ICg { top:65.9375rem;left:20.6875rem;width:11.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2WNwdcmw2e2cwrfwIb812XLm6fPfUts { display:block; }
 }@media only screen and (max-width: 763px) { #wE8QDUkAG7PVRNbSq2Ju5720EUx4QuNm { top:104.125rem;left:20.6875rem;width:11.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBGHk72y1svnRtp8TV49pB7HuERXh95 { display:block; }
 }@media only screen and (max-width: 763px) { #eUFTiILbiXv7pqBIm666veQFVUlQNaJR { display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { width:38.875rem;height:3.625rem;top:0.75rem;left:5.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { width:47.75rem;height:3.1875rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { top:16rem;left:26.5625rem;width:21.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { top:18.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsBx06ptBot8HJqeXdceczfcy8nRcQO { top:20.9375rem;left:13.75rem;width:33.9375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { top:23.5rem;left:6.3125rem;width:41.4375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { top:31.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { top:27.1875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { top:27.1875rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { top:31.375rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { top:23.5625rem;left:46rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { top:20.875rem;left:46rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { top:16.6875rem;left:45.9375rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpT02LH0X8CWXF0MGE3A2twCTSXbyg7 { top:10.25rem;left:18.966146469116rem;width:11.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbHvHqPNOC8rVzdVhhoxoIK4qMcwU0f { display:block; }
 }@media only screen and (max-width: 763px) { #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { width:18.875rem;height:13.5rem;top:1.8125rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:47.75rem;height:;top:2rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBRga9AwP7pB9E68DqGbGhqsNavTieCT { top:11.9375rem;left:0rem;width:25.9375rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9iaTOqLlDrWdgEupVVdR4D8amt8UyR { top:8.5625rem;left:0rem;width:28.75rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITZmIxNqVwri1ZG3UUzv1KRblLWiWCyR { top:26.3125rem;left:1.375rem;width:22.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQWMdMRyAd7pJpvOizelJT0KTxCesTxo { width:17.5rem;height:3.4375rem;top:30.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIerse0VC0QXD1gUiWyWhaLvOn3RwBJu { display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { width:3.1875rem;height:0.125rem;top:9rem;left:23.398654937744rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:47.75rem;height:4.0625rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLfFFdE83fsB1as169Oe0cUFrqoV8wMD { width:3.125rem;height:0.0625rem;top:1.9375rem;left:23.398654937744rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { width:3.125rem;height:0.0625rem;top:6.125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { top:9.9375rem;left:26.5625rem;width:21.1875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { top:10.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:47.75rem;height:2rem;top:6.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:38.875rem;height:6.25rem;top:0.5625rem;left:4.374267578125rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { top:12.5rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { top:14.9375rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { top:17.0625rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { top:12.5rem;left:13.8125rem;width:33.9375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { top:14.9375rem;left:6.375rem;width:41.375rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { top:17.25rem;left:4.3125rem;width:43.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { top:5.9375rem;left:12.5625rem;width:22.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { top:0.8125rem;left:39.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { top:1.5rem;left:3.0625rem;width:41.6875rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { top:3.9375rem;left:27.9375rem;width:2.1875rem;height:2.249025rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { top:4.1875rem;left:18.5rem;width:10.8125rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { background-color: transparent; background-image: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row > .video-iframe-container { display: none; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .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); }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { border-width: 0; border-radius: 0; }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5sAHKudN2IC7tdv1P7eWk89SXCnoBlf { top:47.8125rem;left:0.75rem;width:7.5625rem;height:2.1875rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #As8NEliBHybdBzJNzOSK1TaETksWTmX1 { display:block; }
 }@media only screen and (max-width: 763px) { #fEhVv4pIu11xITL01OKTaNPSGMp5mT4l { top:0.7470703125rem;left:12.873046875rem;width:6.5625rem;height:2.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzn67yIh6zKkOTxqGClV5kULh32KQczy { display:block; }
 }@media only screen and (max-width: 763px) { #XvnkiTV12yrbniSrvIUffL0zzvI4y9Hv { width:9.5625rem;height:9.75rem;top:0rem;left:5.2187502980232rem;z-index:100079;display:block; }
 }@media only screen and (max-width: 763px) { #fTDaWB199SqzhMwZh76nxxNrxCSv5Xnc { width:20rem;height:1.875rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:hekaya;line-height:1.5;color:#1f4a79;font-weight:400;font-style:normal;z-index:100080;display:block; }
 }@media only screen and (max-width: 763px) { #WkZasvwfVFwd7woI1x339xvlMQoWauH7 { width:20rem;height:4.142575rem;top:11.205729484558rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9O6Az13ISoHgILmydVtOD8eKOlbcBAM { width:7.78908375rem;height:2.415365rem;top:20.708333969116rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B18ulFg64STEGbWvfOn4StGTAHBO7abS { display:block; }
 }@media only screen and (max-width: 763px) { #E1WFyACFwToREMdhlzZEuMHRK7X4nvIB { width:20rem;height:2.75rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8Iw2m01GFJSDypeWpEkNT6xgxDszCJA { width:7.89583375rem;height:2.27083375rem;top:20.778646469116rem;left:11.470052063465rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWD0BNtAyuBnRu8mCOi0yJsnQkAVZe5p { display:block; }
 }@media only screen and (max-width: 763px) { #Gxt2L2cTyxPRAnuD9cDq47bXbTDO9gtZ { width:20rem;height:16.8125rem;top:22.95556640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vf3dBTgebzH1gGzJvip91ttbo5aeMTUq { width:20rem;height:2.923825rem;top:16.625rem;left:0rem;font-size:1.125rem;text-shadow:0.25rem 0.25rem 0.375rem rgba(0,0,0,0.5);font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lckXMOepE0B50DoAD5VV4AtkzCds3Hbs { width:15.8125rem;height:4.8125rem;top:0rem;left:-0.6875rem;z-index:100134;display:none; }
 }@media only screen and (max-width: 763px) { #uDKFPcDXhZu9qB7lXUiXbEcCbidx0wAL { width:15.8125rem;height:4.8125rem;top:0rem;left:-0.6875rem;z-index:100138;display:none; }
 }@media only screen and (max-width: 763px) { #yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F { background-color:transparent;background-image:none;display:block; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { background-color: transparent; background-image: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container > .video-iframe-container { display: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row > .video-iframe-container { display: none; }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .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); }#yxdQ8h4pT4FM8QD2SwAysnf5uc7lm88F > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B01OPGFCrzNu03NUO82CIdoTkPaABPQI { width:13.3745625rem;height:4.93706875rem;top:34.871515rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F04cBNFNokKLJRhOpHqw8yTEd1Xw6izk { width:16.5rem;height:3.3984375rem;top:3.3125rem;left:1.75rem;font-size:1rem;color:#150c0d;display:block; }
 }@media only screen and (max-width: 763px) { #LeR8NGZF5b2JGh6RFCGU05zRv81enw5m { width:7.9355625rem;height:2.5rem;top:28.0625rem;left:6.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block; }
 }@media only screen and (max-width: 763px) { #x5Q51dmICxgvfDsHPS3p7Ou41eASNLHd { width:5.625rem;height:5.563475rem;top:80.78466796875rem;left:1.43701171875rem;font-size:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRqTp6x9w3UorMbcpgCW9RNCzzk93RuD { width:20rem;height:32.0625rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaEKPSqCOs2CmvFe2W9yWLbG8Eqtd3SZ { width:16rem;height:1.4619125rem;top:34.625rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-form-header {  }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#dfdfdf;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-text {padding-top: 0; padding-bottom: 0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-select {padding-top: 0; padding-bottom: 0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-input-button { background-color:#e1096b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:2.8125rem;font-family:montserrat;overflow:hidden; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .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:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container:first-of-type{padding-top:0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-container:last-of-type{padding-bottom:0;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:26.625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:37.5rem;z-index:100041; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX {display:block;}#UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:26.625rem;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:37.5rem;z-index:100041; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PdWLJaCqboODfs7dxxMlDa5N1U1oxTgk {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #coZ1fZDFFViHZqMGtHNQPLUb8xecmx5J {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #M0ZnlmdDDCyXUA7bTtBwtkoWeUDXws29 {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #WP7lQ5NXmNcHDnQdTRq678mVR5sftfmT {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #bC0xcwHV63qooAfTRKbSUihucMSeGqrc {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #In4IE7cTtSGfIw69KmTmSm7mxVOeRbsO {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #Ghmz848CdQRWODmR5TJLJFBX1b6aV3FL {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #PvwPNRbnlsnTuzn79FsQ4fBwcT2Ky5BX {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #ylusG5aTD0xqqyaDkqu2HX3o5VgfJHwb {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #HL9BZ2K7gNe7vSzqPHtCMOGsPKDky89Z {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #xmFW7UogLwDhPmTkhxEVKrUHvOKRbgeJ {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #TheKzLyu4fULpu3HN38G3aAMp2aql7B9 {  }
 }@media only screen and (max-width: 763px) { #aT51G7lQQPCHPzgFx5BzibiciB2C4B6s { display:block; }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #CT0O9QMudrPGVqFximLDDoMhwZL2morU {  }
 }@media only screen and (max-width: 763px) { #UoEzDsTJ3XJJMsJZUsOPkIlKvLCLNGNX #dsp7ccA14tTtFy2TNdwWArPZQNOHDo5b {  }
 }@media only screen and (max-width: 763px) { #eAnH8U2Ayw3qUMsZmIdpw1iMwG5RVfOX { width:15.625rem;height:15.625rem;top:11.267578125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5eSUzcCgaJq9CdP6S3mt8ede9icThtq { display:block; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { width:20rem;height:209.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPC7SyMmrs6VePuEnywUC7WNtTGuqeP5 { width:10.375rem;height:2.8125rem;top:51.9375rem;left:5.625rem;z-index:100125;display:block; }
 }@media only screen and (max-width: 763px) { #sh6qudgzrPg2Bd3udXORhMygxoKLLbaI { display:block; }
 }@media only screen and (max-width: 763px) { #H08gSe6AtqlFsGb8PL8BoJUDKlV5I61o { width:16.8125rem;height:5.4375rem;top:47.8125rem;left:2.3125rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HDnXhVRke4oL0tFxpTMxIKyU95bs0ueJ { width:14.5625rem;height:2.5rem;top:47.1875rem;left:3.5625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #XTI39cR4GI6MEEclXOnkxJuxKdTnc8aE { width:12.5rem;height:2.35546875rem;top:47.25rem;left:4.625rem;font-size:1.8125rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #BlGIHJhVhpRRgueLqcIHrS9ImFlLwTO6 { width:12.8125rem;height:1.21875rem;top:39rem;left:3.3125rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #UNLMWenG4aiEl3AySoL1CufcNJeEUL8v { width:16.8125rem;height:8.4375rem;top:33.875rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #X81exJ8PKTSMz9BhEvR0iLUx6QckdJS6 { width:15.75rem;height:4.625rem;top:32.125rem;left:2.3125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #ZaCKSF5dywXSqcuruOPDTXpVGTOBb81i { width:12.5rem;height:3.57421875rem;top:32.3125rem;left:3.6875rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #UKv3Vaq3d1eS8lcTF2f3cwMbMI847BnL { width:9.6875rem;height:2.8125rem;top:41.9375rem;left:5.625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #vB2Tg2xQF6TESLywWpamW0bWltGm24Sd { display:block; }
 }@media only screen and (max-width: 763px) { #cyAeqwP50zdoGQhmHoVDiMgnqekzn9Ml { width:16.8125rem;height:10.5rem;top:1.3125rem;left:1.75rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #v09GqDF992C4p0ugkv0F377hP1g9PaPR { width:15.8125rem;height:2.5rem;top:0rem;left:2.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #vunEWRDDigMzBJ9dzvu1RSQtA5dANxiE { width:12.5rem;height:1.7871125rem;top:0.375rem;left:3.875rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #F1duallWnm1vOhBbZlGcFiOm6LogZeQ4 { width:9.6875rem;height:2.8125rem;top:11.078125rem;left:5.15625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #v2D33ggnM7u0NlFMlid1l3iqEEcQOLHH { display:block; }
 }@media only screen and (max-width: 763px) { #Qz2MfcKbmzJArlFyi1o66rsOm1PhDPUg { width:12.8125rem;height:3.65625rem;top:22.5625rem;left:3.90625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #ThIO4dbtVbcHVDvPuE8aT86aFtIAhEfS { width:16.8125rem;height:10.125rem;top:17.875rem;left:1.9375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T2cmbwasXtCTJJygwDsSFaTU8Ua0BNK5 { width:15.8125rem;height:4.375rem;top:16.25rem;left:2.625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #IA8DWERRUhsBE7ubnImAGGnuSie1wcv1 { width:12.5rem;height:3.57421875rem;top:16.4375rem;left:4rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #qmnv6RWal9JTgTZ2hzupiSDlBZPAhNSg { width:9.6875rem;height:2.8125rem;top:27.0625rem;left:5.5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #xoyOKTv8HGUshFzCInOemvxSQavvrpfT { display:block; }
 }@media only screen and (max-width: 763px) { #usEhAIdW9d5LLWNh3nW012UhATAJWtHk { width:6.625rem;height:2.5625rem;top:64.0625rem;left:2.5rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #i8DhOKGFRXi0L9r2tdcOi1NP47ETaBoT { display:block; }
 }@media only screen and (max-width: 763px) { #Jns0CPsMFhDKhT9QMsqHPVIBLtZykpJx { width:13.8125rem;height:6.09375rem;top:3.640625rem;left:3.09375rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #ydzvUKhovERQB4bON6Pci3QcTuhpLgC7 { width:16.8125rem;height:5.4375rem;top:59.9375rem;left:1.6875rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tNUFTeTT4eiaGam8rGES4FDC5LVTowS3 { width:14.5625rem;height:4.5rem;top:57.5rem;left:3rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #DkhRqArDmosSDf9BIc4ZalDcwy0FzyBK { width:12.5rem;height:4.7109375rem;top:57.375rem;left:3.9375rem;font-size:1.8125rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #AyvAPd5Gmw7rt7K0QT64By9pMRZUWUM8 { width:16.75rem;height:8.5625rem;top:72.0625rem;left:2.25rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #icqfCi6OXbh0s3QJafuTxyWMgfU7wukf { width:15.75rem;height:3.375rem;top:71rem;left:2.875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #PJx8zzInlH8QdE0EBcOpefl9HsuPVTTM { width:13.75rem;height:1.7871125rem;top:71.375rem;left:4.125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #aUw9ixmGnZtnnJxNlTe571znhB0m7igQ { width:16.0625rem;height:3.41015625rem;top:74.75rem;left:2.75rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #gPpWhNRo0pJ3IxUySkCqH2DsvBECTrfe { width:9.6875rem;height:2.8125rem;top:78.9375rem;left:5.9375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #v6hKSmx6LPAKTrOD59GU0xBhobPTASSr { display:block; }
 }@media only screen and (max-width: 763px) { #ShGEEgIH2dZ1HTkAtUfu9O4AzoV4Oxw0 { width:16.8125rem;height:9rem;top:141.1875rem;left:2.25rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fkdoCLGNwzgLTL5lartssuTML5xkpnhO { width:15.8125rem;height:4.375rem;top:141.1875rem;left:3.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #FJvAEhUvgMK5MLp1iI0tt5hDnTqCkR2G { width:12.8125rem;height:1.21875rem;top:146.9375rem;left:4.25rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #gszuqGkQ9Uf8hpK3QcDqHigiPzvcvct1 { width:12.5rem;height:1.7871125rem;top:141.375rem;left:4.5rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #WZU5bA9lOzRX003IhQ3TxtD6VDZ5p9D3 { width:9.6875rem;height:2.8125rem;top:149.625rem;left:6.0625rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #dvedbuUFa5qkUOOz1u8hpBtZOrgik0Ff { display:block; }
 }@media only screen and (max-width: 763px) { #tI2vD3xDq3LSbAwrkixfe3FItIvZFK9x { width:16.375rem;height:3.41015625rem;top:87.6875rem;left:2.625rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #M1UzfIrVt3ErvDfyRcOfogOkiEpPFvTI { width:16.75rem;height:8.5625rem;top:214.625rem;left:1.9375rem;z-index:99961;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CGcQNHs2rm8tb2yAxqvIQD7hKOcoqcy7 { width:15.75rem;height:3.375rem;top:83.6875rem;left:2.75rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #TD3qGQnSL0ignTSqgTl92CXcrcBggAzC { width:13.75rem;height:1.7871125rem;top:84.5rem;left:4.375rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #cd69riohe0kTnm5fp9ERGagsQTCWFNSr { width:9.6875rem;height:2.8125rem;top:221.5625rem;left:5.625rem;z-index:99989;display:none; }
 }@media only screen and (max-width: 763px) { #hLsps5JLCOQrSuKX4vA0EXTi54O84DoT { display:block; }
 }@media only screen and (max-width: 763px) { #yRqDU60PPtbrPStz73yfRymKGTPxb69h { width:16.875rem;height:9.125rem;top:99.6875rem;left:2.25rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ilX1nmKHJPRFcQ7bqzlHZB2lBO31RTup { width:15.75rem;height:4.625rem;top:98.4375rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4iwL1aTSoPV9aAGpcETa0c9XQ9pBTn { width:12.8125rem;height:2.4375rem;top:104.375rem;left:4.25rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #Thh32D97sGR0F4BzngUwCxtnl4c7hX0r { width:12.5rem;height:3.574225rem;top:99.5rem;left:4.125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #dzdwm2254TwiLtaZLfNNLG6ooQDGX7Sx { width:9.6875rem;height:2.8125rem;top:107.6875rem;left:5.8125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #dfwSwyX6nOaAAHidhdpiSmfzyvTJrBgJ { display:block; }
 }@media only screen and (max-width: 763px) { #HahRI46ROpLuPiSHoRiiaqAdMQ5CX6TG { width:15.75rem;height:4.625rem;top:113.75rem;left:3.0625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #A7uvGT3L5bLDZ4PPQEQxuEztXQrRLMg6 { width:12.5rem;height:1.7871125rem;top:114.8125rem;left:4.25rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #sBNOfpWQsJSJvx7UI9cTQyeh9hnkPywv { width:16.8125rem;height:9.75rem;top:114.875rem;left:2.375rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tEpRDTeU5nKiNQwW46hsKLv02Jt6vL1B { width:12.8125rem;height:2.4375rem;top:120rem;left:4.25rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #QgFqi6GwDibAPLxyo1IbzCN6xiad4ncp { width:9.6875rem;height:2.8125rem;top:124.125rem;left:5.8125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #xtZ4H6UCbSWZTXEoKQwM6IZyN1W4nsgn { display:block; }
 }@media only screen and (max-width: 763px) { #ToRiBlZn4GsboMcqEFF6P2x00qyqkzan { width:17.25rem;height:6.0625rem;top:130.875rem;left:2rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fCWmaoJph08rordzVDOq6y87Faz4E1uE { width:14.5625rem;height:4.5rem;top:130.5rem;left:2.5625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Xupto3ApMIstIbtEdo9OwAxFwcqfVdtu { width:12.5rem;height:3.8984375rem;top:131.9375rem;left:3.625rem;font-size:1.5rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #a409vaRxnoo2zcolM3CNEOkO2BpRThDB { width:9.6875rem;height:2.8125rem;top:136rem;left:5.9375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #gEd3qlu19WTnp5neTNnwu7N9GCuEZpOr { display:block; }
 }@media only screen and (max-width: 763px) { #cWatHMWs3XsIE4OxeaonUkxG7WcNBDvm { width:16.8125rem;height:9.375rem;top:156.75rem;left:2.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EdcNOGzTw9i2bOo5GqD9sIyXUzciUnbZ { width:15.75rem;height:4.625rem;top:154.4375rem;left:3.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #GQN0S9xKWIPwG02LoUHQa2FDzFMVDQqm { width:13.8125rem;height:3.57421875rem;top:155.4375rem;left:4.125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #VECAfH50eZNWuZPuwhFwXeatCFv1LgM1 { width:12.8125rem;height:4.546875rem;top:160.0625rem;left:4.625rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #HGBG32fVIkkbHWKz9BdkXkl8txFOU5WC { width:9.6875rem;height:2.8125rem;top:165.25rem;left:6.1875rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #hn8yog5D23VM9JdnPry2EwT1GN0DK177 { display:block; }
 }@media only screen and (max-width: 763px) { #hJ4cvST9wNUVDpoe7TgPqKSoGGf9Lhqz { width:17.25rem;height:6.0625rem;top:171rem;left:2rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UwvnNucIbrTVqzK60mrruWG5GFq7X2B9 { width:14.5625rem;height:4.5rem;top:169.75rem;left:3.5rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #FX7hrmQVp2qKMyf1MHVrc6BFt98nKV6i { width:12.5rem;height:2.03125rem;top:170.8125rem;left:4.5625rem;font-size:1.5625rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #vRmoqyQdwgPS9iHZDsaizU6bN23VQKVH { width:9.6875rem;height:2.8125rem;top:176.125rem;left:5.9375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #wBWa0UTAT9qzbOmVXITk80QXRh5Tm6nw { display:block; }
 }@media only screen and (max-width: 763px) { #WxsToTo90heyeTAX0ihh2HfIsUU9PlRL { width:17.25rem;height:6.0625rem;top:183rem;left:2.25rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WDzWi3SWTQTnrInkC37SU24KHLslV4wM { width:14.5625rem;height:4.5rem;top:181.5625rem;left:3.75rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #SN5BvJ8DhEkBkzTPrA4BJsGEhtZCVJWr { width:12.5rem;height:4.142575rem;top:181.625rem;left:4.6875rem;font-size:1.0625rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #xHp8WGRcyyXa19yJBe4AFtEniZPZmwcl { width:6.6875rem;height:2.9375rem;top:187.875rem;left:12.375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #QaFTFyxeWgFtrD48rbMtPOTXRHtAvqlN { display:block; }
 }@media only screen and (max-width: 763px) { #aSP6OyNv7zBEmczqP215yxsuvFi50dEM { width:17.4375rem;height:9.5625rem;top:83.9375rem;left:1.9375rem;z-index:99962;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h3XBET2BmBFiNrNhbeKZgcx0E6PeJXDS { width:9.6875rem;height:2.8125rem;top:91.9375rem;left:6.125rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #d8bxKqxrDnf2WIKQrQbxSTBHQxWbMh9X { display:block; }
 }@media only screen and (max-width: 763px) { #K7QM2kywBbik4e7Thu7aIyusZEO0s1fI { width:7.125rem;height:2.9375rem;top:187.875rem;left:3rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #m2BMq3yHKdTgRAdHMiQ4xQ7GrpCJGZ9w { display:block; }
 }@media only screen and (max-width: 763px) { #d4maTD1yAI9rRJ0HDfyB0JCzK3h21s1X { width:3rem;height:0.25rem;top:65.34375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUsfVzGE6q0IFOMsV5Pr7pvC5x4EKJIi { width:6.875rem;height:2.9375rem;top:63.8125rem;left:11.3125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #xwT1g9PG275WO22Zi1UJnCqNXCk2d01R { display:block; }
 }@media only screen and (max-width: 763px) { #P43vyTPTb6gIuQJEgLzdX2N80XkThK44 { width:3rem;height:0.25rem;top:189.3125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMcU6Wr8mwKwTkFI7SqSomn6QKT0dxa { top:192.0625rem;left:4.25rem;width:11.5rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilqCzLm6sobBseNKx0RpGGtErJetuPOG { display:block; }
 }@media only screen and (max-width: 763px) { #HRBStSoAcPF7adBvFTpMtgseeUGO1ICg { top:197rem;left:4.25rem;width:11.5rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2WNwdcmw2e2cwrfwIb812XLm6fPfUts { display:block; }
 }@media only screen and (max-width: 763px) { #wE8QDUkAG7PVRNbSq2Ju5720EUx4QuNm { top:201.9375rem;left:4.25rem;width:11.5rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBGHk72y1svnRtp8TV49pB7HuERXh95 { display:block; }
 }@media only screen and (max-width: 763px) { #eUFTiILbiXv7pqBIm666veQFVUlQNaJR { display:block; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR { background-color: transparent; background-image: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row > .video-iframe-container { display: none; }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .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); }#eUFTiILbiXv7pqBIm666veQFVUlQNaJR > .row .container { width:20rem;height:56rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { width:19.9995rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs3BF6Qkchl1hOkD4PLAEKwT34FzrWEb { width:19.9995rem;height:5.5234375rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NahbAspGOb28O7IOxkPxZ7MRp9VyCmtI { width:19.9995rem;height:1.3808625rem;top:18.499267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2cNFkOTD3nFssyQ0kO3aCRJpIuk7BAt { width:19.9995rem;height:1.7871125rem;top:14.93701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCsBx06ptBot8HJqeXdceczfcy8nRcQO { width:19.9995rem;height:1.3808625rem;top:24rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3puXAg7bbkZ2dIifaFITUeFUKAz8Nlr { width:19.9995rem;height:2.76171875rem;top:29.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GytbQBPlkJBGXmaGv8D3XD2kxMxXa8px { width:19.9995rem;height:2.76171875rem;top:44.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuqBTi60aow1w9XXOonKgVTnpDMeDfVC { width:19.9995rem;height:4.142575rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ye6v64dPkLqOdItzbf6JlRS2GE82aX3e { width:1.6875rem;height:1.6875rem;top:41.5rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLATcMKhLFbKRUSBcUQfmyIpU74n5F97 { width:1.6875rem;height:1.6875rem;top:48.3125rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcWczDhxsRtamCqlXTyDpOrr9iJNc5Pi { width:1.6875rem;height:1.6875rem;top:33.375rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6zdJLv5RyMZuxA1heXi23cXm4FZunCo { width:1.6875rem;height:1.6875rem;top:26.5625rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnXn5WC4XRIOpaPw3pArluWS8RbuEe7u { width:1.75rem;height:1.75rem;top:20.6240234375rem;left:9.124755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpT02LH0X8CWXF0MGE3A2twCTSXbyg7 { top:51.311280078125rem;left:4.25rem;width:11.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbHvHqPNOC8rVzdVhhoxoIK4qMcwU0f { display:block; }
 }@media only screen and (max-width: 763px) { #hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL { background-color:rgba(35,0,9,0.64);background-image:none;display:block; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { background-color: transparent; background-image: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row > .video-iframe-container { display: none; }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .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); }#hyJK5qlqblT8iOC3LfZx0EiJMHTT87bL > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvDTzZfGfm1r8hegkOxJgbheMEF7QTDd { width:13.375rem;height:4.38574375rem;top:0.34375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffd801;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ { display:block; }#hVyxvi7ARTe0O8p26tTe9wNyFLJikLuJ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMvR60dK2WKKGUhI9gaRekmq8fX2FS0 { width:14.7480625rem;height:8.53025rem;top:1.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WBRga9AwP7pB9E68DqGbGhqsNavTieCT { width:20rem;height:0;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic9iaTOqLlDrWdgEupVVdR4D8amt8UyR { width:19.5rem;height:25.0625rem;top:30.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITZmIxNqVwri1ZG3UUzv1KRblLWiWCyR { width:17.75rem;height:0;top:47.8125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQWMdMRyAd7pJpvOizelJT0KTxCesTxo { width:11.4375rem;height:2.0625rem;top:51.6875rem;left:4.375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIerse0VC0QXD1gUiWyWhaLvOn3RwBJu { display:block; }
 }@media only screen and (max-width: 763px) { #nQEAaQv80Es56K10DAigQOPin8Lp4d7b { display:block; }#nQEAaQv80Es56K10DAigQOPin8Lp4d7b > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7LsAwofTCnL6DrotdM9PvJAwKVtnzin { width:3.125rem;height:0.123046875rem;top:9.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsTUP2O8iF9Tt2I2C6cNJhbAIttBXssF { width:20rem;height:5.84765625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iLfFFdE83fsB1as169Oe0cUFrqoV8wMD { width:3.125rem;height:0.0625rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd { background-color:rgba(0,0,0,0.56);background-image:none;display:block; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { background-color: transparent; background-image: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container { display: none; }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .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); }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4cuggN7p4RJzNTHeqlbA2UUw2rrT05h { width:3.125rem;height:0.12402375rem;top:3.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUOVv6eTkXqvw5L6qazPw76hJE4y4Dg0 { width:15.184875rem;height:1.29980625rem;top:9.561195373535rem;left:2.4062500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6sT9FLgAgcF9mZA12QD0vF6xpILLAOM { width:1.936525rem;height:1.936525rem;top:7.625rem;left:9.03125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKOtLOTdRq4CsFNcwiGAfnMqZlk8raT { width:18.2480625rem;height:1.3808625rem;top:5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5pPOx4G67nngp2i4MQSzZelPxyzgxVV { width:18.8105625rem;height:3.82421875rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QC27ps4xQ7byz3AHwg2dLUOU7iHcZh { width:1.749025rem;height:1.749025rem;top:10.75rem;left:9.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVe7UFyMTTB96pxzkMQ3wMUFtdTNUSIe { width:1.7487rem;height:1.9362rem;top:13.799479007721rem;left:9.1250002980231rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgSWBJU4p8SitOo3bb5i5bKRf4TR1uHg { width:1.7487rem;height:1.8112rem;top:19.444010257721rem;left:9.1250002980231rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5waCyn8GdTdJRdvLTby9w669k4TQNNw { width:18.1855625rem;height:1.29980625rem;top:12.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EigyMyEhtaxEypcoQRI5BUMEbBxE8esG { width:17.247375rem;height:2.76171875rem;top:16.621094226837rem;left:1.3750000596046rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwtiui4QmhphgxMkSBfkXiAKOT11UZ5h { width:16.625rem;height:2.5996125rem;top:21.932291507721rem;left:1.6562500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq { display:block; }#b7W5TlJApFz1qorHZ4FMmDqEMd7B2Meq > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:20rem;height:0.73046875rem;top:9.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RgM0cl1mZK9cX62qvI5cV6UvTkKkbv { width:3.125rem;height:3.125rem;top:1.1875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3zxdrF5co39JyD4bgAWuPJDymzv021o { width:16.4375rem;height:3.0859375rem;top:1.375rem;left:0rem;text-align:right;text-align-last:right;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTtZQEiKTXqUWAvk9cVKFqBdzBU0C8Fu { width:3.936525rem;height:3.936525rem;top:5.3125rem;left:4.9375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNm8KiECSKFDkF6XodQWXx2NQ5GxvVys { width:20rem;height:1.54296875rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }