.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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 > .video-iframe-container {  }#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; }
#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ { 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; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ.adaptive-delivery-prevent-bg, #wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ.lazyload, #wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ.lazyloading { background-image: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { background-color: transparent; background-image: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container > .video-iframe-container { display: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .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); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row > .video-iframe-container { display: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .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); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { border-width: 0; border-radius: 0; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row > .video-iframe-container {  }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:60rem;position:relative;display:block; }#g50gSf7VVbT6WczgWshXlkce8wtLH5Kt { color:#ffffff;display:block;width:22.8730625rem;position:absolute;font-family:hekaya;font-size:1.8125rem;font-weight:400;z-index:100013;line-height:1.4;letter-spacing:0;top:8.875rem;left:18.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-form-header {  }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-text {padding-top: 0; padding-bottom: 0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-select {padding-top: 0; padding-bottom: 0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container:first-of-type{padding-top:0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container:last-of-type{padding-bottom:0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv  { 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:36.04062461853rem;top:7.48046875rem;z-index:100038;position:absolute; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.6875rem;display:block;vertical-align:top; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv {display:block;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv { 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:36.04062461853rem;top:7.48046875rem;z-index:100038;position:absolute; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #WtBWqPGT26UfdbmBueSHgcx681iU4oUM { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #yoMA0B6WEDTPzTravtbQz1305tkLTzw2 { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #TSICoOhDTskKwJugzSSgy2ykLOyELdVM { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #UNRkkhR2Dq4XzXQkLms2qTRsuQJoAez2 { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #ZsO8eZTnuLz3KEizh1BsA579yQQwJpsn { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #x4DsnF1888nkl3ERtwPFagFqFKFA1WFS { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #M4epm7AH2VnJAcGWA2G0SRchz6gI6Qd7 { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #uWEGriC5g3L6TcZ26skTcKDTbOBvxKNS { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #gTnMDrwpekIwnHxsIdfQNI6BKfyhCooc { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #zGBDplxIBBLfQMF0c1TIqmSRx2y4Dsqg { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #mfXp782qR8EW318nxvl92HcS6XUyTllp { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #CXQMzEv7F2RRNJynTAqh76Ro8l8ndZCP { position:relative; }
#wAWanAETSR5Q4aiA5p1xGKDEUZGsOC8J { position:relative;display:block; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #OxIzk5Mf1SK7q2r5FfeudGrGoHDhyZkl { position:relative; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #C17D3vbWreiGQP9rlZ0LQyuTU66ZmzuU { position:relative; }
#OSfUF4DK2Zlb3TRZ7csiRbQBuSv2tT2B { position:absolute;display:block;z-index:100036;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:36rem;width:23.25rem;top:2.8958339691162rem;left:35.014322280884rem;display:block; }
#FQt6LlG9JWTsRNWuwT89rCGO6By3Q7zt { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:"sari 3";font-size:2rem;font-weight:normal;z-index:100040;line-height:1.7;letter-spacing:0;top:13.18359375rem;left:0rem;height:6.8rem;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; }
#te7Wh2sOOT6VdRo9T5W4AsHXLSNtvKTK { color:#fef7da;display:block;width:16.0595625rem;position:absolute;font-family:cairo;font-size:1.75rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:4.1953125rem;left:38.609375rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTMto6t1FNPqD4UTHc8MlUmQUTtly9WJ { color:#ffffff;display:block;width:23.558625rem;position:absolute;font-family:"sari 3";font-size:1.875rem;font-weight:normal;z-index:100074;line-height:1.3;letter-spacing:0;top:39rem;left:4.6875rem;height:0;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:none; }
#Q4HHV3RntkUwfgEa7stCaLrRFUQweXPH { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100074;text-align:center;text-align-last:center;top:42.75rem;left:13.5rem;display:none; }
#enOMvKK40GOdJFRlsIVtCfQE3fRqKglT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N65d4CIQG6Msga20ulo60mOwUHwFpI4H { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100075;text-align:center;text-align-last:center;top:42.75rem;left:3.625rem;display:none; }
#kOJZKK16ZTOLFXn32Cxik38KOe0SwRix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VLKG6zdHkontbTzTTo3vCArQhX0FfcZ8 { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100077;text-align:center;text-align-last:center;top:42.75rem;left:23.375rem;display:none; }
#TfWyVL1goWEZgnbIXvhSLl4XHfLbBy4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QpSIJ6tV9kypiZhsdlApzFNqfp590Ud5 { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100076;text-align:center;text-align-last:center;top:46.6875rem;left:23.375rem;display:none; }
#EW3tJpUL6IMyp9tsZc7se2z20X7CXLWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yRKzF5Ba4KBf1XKp0ChEXeK6tTsc6zvz { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100079;text-align:center;text-align-last:center;top:46.6875rem;left:13.5rem;display:none; }
#b44osQ2VVum43MSCuHiDHfptXB2e5Ti1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q0f9V1Sq2TC7yiGK2QdcbQU6MatQr14V { 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;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-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:8rem;height:2.5rem;text-decoration:none;z-index:100080;text-align:center;text-align-last:center;top:46.6875rem;left:3.625rem;display:none; }
#MD4XwsyJJF3X7iHKGnr7gafCWqyL7Q0Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#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:13.96875rem;left:3.09375rem;overflow:hidden;display:block; }
#w71QeRTX4G3GgMF9sfIdx0lu6Wpqskx1 { z-index:100012;top:32.98046875rem;left:6.71875rem;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; }
#EwMAkxTPsNbiCw91liLC4d2032mE6PG2 { 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:28.5625rem;left:22.5rem;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:34.1875rem;left:21.875rem;display:block; }
#p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#isooKbETJ5UJJMdeWb2McdKnXbWT51Ed { position:absolute;display:block;z-index:100182;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:11.25rem;top:27.1875rem;left:6.84375rem;overflow:hidden;display:block; }
#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l { position:relative;display:none; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l { border-width: 0; border-radius: 0; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container > .video-iframe-container {  }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(37,173,221,0.18);background-image:url("https://images.assets-landingi.com/1wALYWG7/ZCAQnKmdvPqiotDkpwG6pnq5wuPiXfZ4Z6qNoK2tZp1QEIPhkvIR_4ttIPQ9_biRHgHrRbrLE2_i4nad3oxy2I6U4hyg_zJ0Be7ox_xLKJr_0BwKJHfSUQ0SQtI2L9y38WrJnB21qtv8d1N4L4g4RsU1b_IhqnEqVpjCkLTMgikZHmgwTfKc4h6136_E6qPTb6smOqSn3eWaF8.jfif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:none; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.adaptive-delivery-prevent-bg, #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.lazyload, #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.lazyloading { background-image: none; }#iunJZCCEUk2Tv4Nsvp2QHTQhfdL30NGe { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#mQKpAzGQzpATZDAuhgJx8Z9WJxy6swIo { color:#000000;display:block;width:22.25rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100143;line-height:1.7;letter-spacing:0;top:14.3125rem;left:2rem;height:5.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WamwRnyTm0pVeKOBbATp89eI29DyCBfn { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:10.4375rem;left:1.0625rem;display:block; }
#SCcECiA7ELy1osV0zWRMCkutof98QGXd { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100133;line-height:1.6;letter-spacing:0;top:11.125rem;left:5.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dbQMHlktsJInQPkIG9ufqsJUsCrCVlXe { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:23.5rem;left:1.0625rem;display:block; }
#KiDfPiOUFMqN8rqqJyV3p0hvCR6fdfER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g8LuSCDL5Rpxhsz8SE0hTgWP0KXQ1hXi { position:absolute;display:block;z-index:100021;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -moz-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -ms-linear-gradient(302deg, #d7b0cd, #ffffff);background-image: -o-linear-gradient(302deg, #d7b0cd, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7b0cd', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #d7b0cd, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.625rem;left:33.5625rem;display:block; }
#ZOJ5yrs3SXbiEWUadxiPT51bbdenqbqs { color:#a0111b;display:block;width:12.496125rem;position:absolute;font-family:cairo;font-size:4.375rem;font-weight:700;z-index:100182;line-height:1.3;letter-spacing:0;top:12.375rem;left:32.9375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnbcuAskTzpy7FHe9ike7oU7V4wLVUT9 { background-color:#b20129;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,0.5) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307625rem;height:2.62305rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:22.6875rem;left:33rem;display:block; }
#DyCtD2tgLtuR7KdDgtiWVXJMiXFQR8AF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xfNLUo3UTDx7sS8nXc8MXPEwtOkorq9n { color:#10610f;display:block;width:3.5625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100207;line-height:1.7;letter-spacing:0;top:18.25rem;left:37.375rem;height:2.23046875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vE1ZTfEiNSvIVJG5s2eVnPSPFSTSnOlB { color:#000000;display:block;width:15.371125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100134;line-height:1.6;letter-spacing:0;top:14rem;left:43.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDbK2KGiu3JMvI0VodBxzK6hzD27kGTk { color:#000000;display:block;width:42.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100122;line-height:1.6;letter-spacing:0;top:3.75rem;left:10.8125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;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 > .video-iframe-container {  }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { font-size:0.875rem;font-family:arial;height:195.25rem;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:2.7625rem;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.225rem;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.1125rem;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.9rem;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.225rem;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; }
#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.875rem;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.1125rem;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.4125rem;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.4625rem;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.225rem;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:73.625rem;left:5.4375rem;height:3.4125rem;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:70.625rem;left:4.9375rem;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:69rem;left:5.625rem;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:69.1875rem;left:7.25rem;height:2.1125rem;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:79.434814453125rem;left:8.406982421875rem;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.925rem;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.225rem;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.1125rem;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.7625rem;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:44.5625rem;left:3rem;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:43.4375rem;left:3.875rem;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:43.5625rem;left:5.0625rem;height:4.225rem;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:49.4375rem;left:4.8125rem;height:6.5rem;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.746125rem;height:2.8125rem;text-decoration:none;z-index:100047;text-align:center;text-align-last:center;top:57.5146484375rem;left:6.875rem;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.24902375rem;width:2.99926875rem;top:118.81225585938rem;left:51.279296875rem;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:61.248779296875rem;left:24.249267578125rem;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.499rem;height:3.686525rem;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; }
#k5s7kDl9WuKaIu2T31Bea4R4OeNtc37H { 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.624025rem;width:15.7495rem;top:123.24951171875rem;left:41.99951171875rem;display:block; }
#pMkU0ma34ir8QSwuX9h3bwkXebm21Lfh { 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.18725rem;width:16.8115rem;top:124.24682617188rem;left:41.015625rem;display:block; }
#kJr15pxfGkqxuLy2Shpt2Vv6uRP9oZGt { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100181;line-height:1.3;letter-spacing:0;top:124.24682617188rem;left:44.249267578125rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#lLJSIzbE6mCyJIbpNM99hKOnx2ZVz5hc { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100050;line-height:1.3;letter-spacing:0;top:129.501953125rem;left:42.95166015625rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#rPI0QHbmLkfCQGufQS54yo4tooX1n6pB { 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:135.498046875rem;left:45.3125rem;display:block; }
#WrVJ8Up6IUiZplJrkEwQ5CGAyNmW20kD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hGt6LrUBwXylLOw8KJmpC7ccPkpaeqmI { 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:4.624025rem;width:15.7495rem;top:123.24951171875rem;left:6.875rem;display:block; }
#dNxL3BWMWvISxN0ypT8PAeJ8UHiAtBaN { 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:13.18725rem;width:16.8115rem;top:124.24926757812rem;left:6.204833984375rem;display:block; }
#n0VefadrdtG9WW7wSyFuZ9cukVwO0ctH { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100186;line-height:1.3;letter-spacing:0;top:123.24951171875rem;left:9.013671875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#BTPQzXMZnpiBA2TZeHXNAOOTi4o4srxb { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100055;line-height:1.3;letter-spacing:0;top:128.77075195312rem;left:8.3447265625rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#mP9WFq5NMHwWhSFuhzamo5r6mRn8VllJ { 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:136.12426757812rem;left:9.830322265625rem;display:block; }
#M4QkeOw6W4lQIQDChZTxSmlbFGzh0sSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sc11XJRmdgZnH1sTf6V6x5dhyKQTXhSL { z-index:100016;top:126.8115234375rem;left:26.51611328125rem;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.499rem;height:3.686525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Zi2F79iGhUCLr4XM5WaQT96ofPPOlt5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UVAkZhsiEM9CPKOehBwoM2CZdB5Syc54 { position:absolute;display:block;z-index:100190;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.624025rem;width:15.7495rem;top:147rem;left:40.875rem;display:block; }
#XRPS2uLGoaSAc0GBKh1E17LCheHIcTRG { position:absolute;display:block;z-index:100056;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.18725rem;width:16.8115rem;top:148.75rem;left:40.1875rem;display:block; }
#IM09mE0s1pEobD8W9ux5Zl8U7yVPGlep { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100191;line-height:1.3;letter-spacing:0;top:147.375rem;left:43rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pTXrIbh09OFUpzp3JfrGlpGs4H4K4WcA { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100060;line-height:1.3;letter-spacing:0;top:153.25rem;left:42.3125rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#d4e49qw8tFsJON30QxckNexNPyxZOmq4 { 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:100057;text-align:center;text-align-last:center;top:160.625rem;left:43.8125rem;display:block; }
#rIrLmaa8bekK1kPIkeVmiGtu1cNBz4Iz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BAEWJf7Cgq66RCMdOD7ZPT8Xy1JCTbcO { position:absolute;display:block;z-index:100195;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.624025rem;width:15.7483125rem;top:146.99951171875rem;left:6.875rem;display:block; }
#hSZZWxSsu4nOCFi9JnFXGZvpbFVdBo0c { position:absolute;display:block;z-index:100061;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.18725rem;width:16.8115rem;top:148.75rem;left:6.5rem;display:block; }
#bCh5FqK9VNg7U5K9TRfWwv5SMkiShTUf { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100196;line-height:1.3;letter-spacing:0;top:147.375rem;left:9.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#ome2kQ5unhd7DCld07QGRWEQa1hXttdm { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:153.25rem;left:8.625rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#JqT1cMSTHVkakE1DlmTWX7e1ynBVM1Pk { 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:100062;text-align:center;text-align-last:center;top:160.625rem;left:10.125rem;display:block; }
#JGkXsnEqULOPMSK6EVnPKOudzLEm4GD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uf1mg46NFse2yFPS0KBtsXuWtAWyipZz { position:absolute;display:block;z-index:100195;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.624025rem;width:15.7495rem;top:167.4375rem;left:40.8125rem;display:block; }
#Olirv6cEoNRkXsXIX9rV7DBpRoRdIWGO { color:#efefef;display:block;width:12.5rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100196;line-height:1.3;letter-spacing:0;top:167.8125rem;left:42.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Hd2ixk2E4JHqtllMJSo7f1SzhgVNNN1M { position:absolute;display:block;z-index:100061;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.18725rem;width:16.8115rem;top:169.1875rem;left:40.125rem;display:block; }
#OZHnh0vAvwJDso8DJS9GxM73HkHAwWla { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:173.6875rem;left:42.25rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#VCo3DlaMJwyzl1XwrrHTU2d4vdHp823L { 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:100062;text-align:center;text-align-last:center;top:181.0625rem;left:43.75rem;display:block; }
#uNHFzXphGeMwWIUUIdxcdNUOFxulNNW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QkAvnyLKxDT5H8DkLw4psHS9T3iQ8G85 { 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:none; }
#uM9crPyHq3kSbToDXcAD71JSXJTrkC40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I4TLtcQcJlyIb34dbXAzr1PN5pTXKgcF { z-index:100014;top:61.248779296875rem;left:24.249267578125rem;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.499rem;height:3.686525rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#LAuo9E0zK0iGtHQfPhOxcWqxr4m5UqX8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mqL1erpyNkxhiMUJDuLCfgLKHu45aScf { color:#010709;display:block;width:13.9375rem;position:absolute;font-family:kids;font-size:1.25rem;font-weight:normal;z-index:100201;line-height:1.3;letter-spacing:0;top:176.0625rem;left:7.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#xq99Juna09oJB8taamcFvt0fU8NcK98Q { position:absolute;display:block;z-index:100066;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.18725rem;width:16.8115rem;top:168.9375rem;left:6.1875rem;display:block; }
#CUCuzZaZMpktrtGUcRwneyTtRHAky6Nz { 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:100067;text-align:center;text-align-last:center;top:181.5625rem;left:9.8125rem;display:block; }
#JuTBmKWBzuU4HLNU2xzrn96tvmwgOiKO { 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 > .video-iframe-container {  }#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.65625rem;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.25rem;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.4625rem;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.7375rem;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 > .video-iframe-container {  }#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.0625rem;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 > .video-iframe-container {  }#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 > .video-iframe-container {  }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eZW8UEUGcPNkE34w7CrODf5kTNTF2Bkd > .row > .video-iframe-container {  }#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.375rem;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.54375rem;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 > .video-iframe-container {  }#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.1375rem;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.86875rem;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.86875rem;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) { #wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ { display:block; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g50gSf7VVbT6WczgWshXlkce8wtLH5Kt { width:22.8125rem;height:0;top:8.875rem;left:12.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv  { width:18.6875rem;height:auto; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv {display:block;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv { width:18.6875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #WtBWqPGT26UfdbmBueSHgcx681iU4oUM {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #yoMA0B6WEDTPzTravtbQz1305tkLTzw2 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #TSICoOhDTskKwJugzSSgy2ykLOyELdVM {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #UNRkkhR2Dq4XzXQkLms2qTRsuQJoAez2 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #ZsO8eZTnuLz3KEizh1BsA579yQQwJpsn {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #x4DsnF1888nkl3ERtwPFagFqFKFA1WFS {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #M4epm7AH2VnJAcGWA2G0SRchz6gI6Qd7 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #uWEGriC5g3L6TcZ26skTcKDTbOBvxKNS {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #gTnMDrwpekIwnHxsIdfQNI6BKfyhCooc {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #zGBDplxIBBLfQMF0c1TIqmSRx2y4Dsqg {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #mfXp782qR8EW318nxvl92HcS6XUyTllp {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #CXQMzEv7F2RRNJynTAqh76Ro8l8ndZCP {  }
 }@media only screen and (max-width: 763px) { #wAWanAETSR5Q4aiA5p1xGKDEUZGsOC8J { display:block; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #OxIzk5Mf1SK7q2r5FfeudGrGoHDhyZkl {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #C17D3vbWreiGQP9rlZ0LQyuTU66ZmzuU {  }
 }@media only screen and (max-width: 763px) { #OSfUF4DK2Zlb3TRZ7csiRbQBuSv2tT2B { top:2.875rem;left:24.5rem;width:23.25rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQt6LlG9JWTsRNWuwT89rCGO6By3Q7zt { top:13.125rem;left:0rem;width:31.3125rem;height:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #te7Wh2sOOT6VdRo9T5W4AsHXLSNtvKTK { top:4.1875rem;left:31.75rem;width:16rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMto6t1FNPqD4UTHc8MlUmQUTtly9WJ { top:39rem;left:0rem;width:23.5rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4HHV3RntkUwfgEa7stCaLrRFUQweXPH { width:8rem;height:2.5rem;top:42.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOMvKK40GOdJFRlsIVtCfQE3fRqKglT { display:block; }
 }@media only screen and (max-width: 763px) { #N65d4CIQG6Msga20ulo60mOwUHwFpI4H { width:8rem;height:2.5rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOJZKK16ZTOLFXn32Cxik38KOe0SwRix { display:block; }
 }@media only screen and (max-width: 763px) { #VLKG6zdHkontbTzTTo3vCArQhX0FfcZ8 { width:8rem;height:2.5rem;top:42.75rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfWyVL1goWEZgnbIXvhSLl4XHfLbBy4m { display:block; }
 }@media only screen and (max-width: 763px) { #QpSIJ6tV9kypiZhsdlApzFNqfp590Ud5 { width:8rem;height:2.5rem;top:46.6875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW3tJpUL6IMyp9tsZc7se2z20X7CXLWV { display:block; }
 }@media only screen and (max-width: 763px) { #yRKzF5Ba4KBf1XKp0ChEXeK6tTsc6zvz { width:8rem;height:2.5rem;top:46.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b44osQ2VVum43MSCuHiDHfptXB2e5Ti1 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0f9V1Sq2TC7yiGK2QdcbQU6MatQr14V { width:8rem;height:2.5rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD4XwsyJJF3X7iHKGnr7gafCWqyL7Q0Q { display:block; }
 }@media only screen and (max-width: 763px) { #eAnH8U2Ayw3qUMsZmIdpw1iMwG5RVfOX { top:13.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w71QeRTX4G3GgMF9sfIdx0lu6Wpqskx1 { top:32.9375rem;left:0.59375rem;width:11.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMAkxTPsNbiCw91liLC4d2032mE6PG2 { display:block; }
 }@media only screen and (max-width: 763px) { #x5Q51dmICxgvfDsHPS3p7Ou41eASNLHd { top:28.5625rem;left:16.375rem;width:5.625rem;height:5.5641406658724rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeR8NGZF5b2JGh6RFCGU05zRv81enw5m { width:7.9375rem;height:2.4375rem;top:34.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block; }
 }@media only screen and (max-width: 763px) { #isooKbETJ5UJJMdeWb2McdKnXbWT51Ed { top:27.1875rem;left:0.71875rem;width:11.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l { display:block; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iunJZCCEUk2Tv4Nsvp2QHTQhfdL30NGe { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQKpAzGQzpATZDAuhgJx8Z9WJxy6swIo { top:14.3125rem;left:0rem;width:22.25rem;height:8.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WamwRnyTm0pVeKOBbATp89eI29DyCBfn { top:10.4375rem;left:0rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCcECiA7ELy1osV0zWRMCkutof98QGXd { top:11.125rem;left:0rem;width:15.3125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbQMHlktsJInQPkIG9ufqsJUsCrCVlXe { width:9.25rem;height:2.5625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiDfPiOUFMqN8rqqJyV3p0hvCR6fdfER { display:block; }
 }@media only screen and (max-width: 763px) { #g8LuSCDL5Rpxhsz8SE0hTgWP0KXQ1hXi { top:9.625rem;left:22.5rem;width:25rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJ5yrs3SXbiEWUadxiPT51bbdenqbqs { top:12.375rem;left:26.8125rem;width:12.4375rem;height:5.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbcuAskTzpy7FHe9ike7oU7V4wLVUT9 { width:9.25rem;height:2.5625rem;top:22.6875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyCtD2tgLtuR7KdDgtiWVXJMiXFQR8AF { display:block; }
 }@media only screen and (max-width: 763px) { #xfNLUo3UTDx7sS8nXc8MXPEwtOkorq9n { top:18.25rem;left:31.25rem;width:3.5625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE1ZTfEiNSvIVJG5s2eVnPSPFSTSnOlB { top:14rem;left:32.4375rem;width:15.3125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDbK2KGiu3JMvI0VodBxzK6hzD27kGTk { top:3.75rem;left:4.6875rem;width:42.5rem;height:4.1875rem;font-size:1rem;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.3125rem;left:34.9375rem;width:12.8125rem;height:4.125rem;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) { #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) { #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:73.625rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1UzfIrVt3ErvDfyRcOfogOkiEpPFvTI { top:70.625rem;left:0rem;width:16.6875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcQNHs2rm8tb2yAxqvIQD7hKOcoqcy7 { top:69rem;left:0rem;width:15.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD3qGQnSL0ignTSqgTl92CXcrcBggAzC { top:69.1875rem;left:1.125rem;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:79.375rem;left:2.281982421875rem;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:44.5625rem;left:0rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdcNOGzTw9i2bOo5GqD9sIyXUzciUnbZ { top:43.4375rem;left:0rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQN0S9xKWIPwG02LoUHQa2FDzFMVDQqm { top:43.5625rem;left:0rem;width:13.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VECAfH50eZNWuZPuwhFwXeatCFv1LgM1 { top:49.375rem;left:0rem;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:57.5rem;left:0.75rem;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.8125rem;width:2.9375rem;height:0.1875rem;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:61.1875rem;left:18.124267578125rem;width:11.4375rem;height:3.625rem;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) { #k5s7kDl9WuKaIu2T31Bea4R4OeNtc37H { top:123.1875rem;left:32.0625rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMkU0ma34ir8QSwuX9h3bwkXebm21Lfh { top:124.1875rem;left:30.75rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJr15pxfGkqxuLy2Shpt2Vv6uRP9oZGt { top:124.1875rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLJSIzbE6mCyJIbpNM99hKOnx2ZVz5hc { top:129.5rem;left:34.9375rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPI0QHbmLkfCQGufQS54yo4tooX1n6pB { width:9.6875rem;height:2.8125rem;top:135.4375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVJ8Up6IUiZplJrkEwQ5CGAyNmW20kD { display:block; }
 }@media only screen and (max-width: 763px) { #hGt6LrUBwXylLOw8KJmpC7ccPkpaeqmI { top:123.1875rem;left:0.75rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxL3BWMWvISxN0ypT8PAeJ8UHiAtBaN { top:124.1875rem;left:0.079833984375rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VefadrdtG9WW7wSyFuZ9cukVwO0ctH { top:123.1875rem;left:2.888671875rem;width:12.5rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTPQzXMZnpiBA2TZeHXNAOOTi4o4srxb { top:128.75rem;left:2.2197265625rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP9WFq5NMHwWhSFuhzamo5r6mRn8VllJ { width:9.6875rem;height:2.8125rem;top:136.0625rem;left:3.705322265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4QkeOw6W4lQIQDChZTxSmlbFGzh0sSl { display:block; }
 }@media only screen and (max-width: 763px) { #Sc11XJRmdgZnH1sTf6V6x5dhyKQTXhSL { top:126.75rem;left:20.39111328125rem;width:11.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2F79iGhUCLr4XM5WaQT96ofPPOlt5V { display:block; }
 }@media only screen and (max-width: 763px) { #UVAkZhsiEM9CPKOehBwoM2CZdB5Syc54 { top:147rem;left:32.0625rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRPS2uLGoaSAc0GBKh1E17LCheHIcTRG { top:148.75rem;left:30.75rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM09mE0s1pEobD8W9ux5Zl8U7yVPGlep { top:147.375rem;left:35.25rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTXrIbh09OFUpzp3JfrGlpGs4H4K4WcA { top:153.25rem;left:34.9375rem;width:12.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4e49qw8tFsJON30QxckNexNPyxZOmq4 { width:9.6875rem;height:2.8125rem;top:160.625rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIrLmaa8bekK1kPIkeVmiGtu1cNBz4Iz { display:block; }
 }@media only screen and (max-width: 763px) { #BAEWJf7Cgq66RCMdOD7ZPT8Xy1JCTbcO { top:146.9375rem;left:0.75rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSZZWxSsu4nOCFi9JnFXGZvpbFVdBo0c { top:148.75rem;left:0.375rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCh5FqK9VNg7U5K9TRfWwv5SMkiShTUf { top:147.375rem;left:3.1875rem;width:12.5rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ome2kQ5unhd7DCld07QGRWEQa1hXttdm { top:153.25rem;left:2.5rem;width:12.8125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqT1cMSTHVkakE1DlmTWX7e1ynBVM1Pk { width:9.6875rem;height:2.8125rem;top:160.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGkXsnEqULOPMSK6EVnPKOudzLEm4GD3 { display:block; }
 }@media only screen and (max-width: 763px) { #Uf1mg46NFse2yFPS0KBtsXuWtAWyipZz { top:167.4375rem;left:32.0625rem;width:15.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olirv6cEoNRkXsXIX9rV7DBpRoRdIWGO { top:167.8125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2ixk2E4JHqtllMJSo7f1SzhgVNNN1M { top:169.1875rem;left:30.75rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZHnh0vAvwJDso8DJS9GxM73HkHAwWla { top:173.6875rem;left:34.9375rem;width:12.8125rem;height:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCo3DlaMJwyzl1XwrrHTU2d4vdHp823L { width:9.6875rem;height:2.8125rem;top:181.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNHFzXphGeMwWIUUIdxcdNUOFxulNNW9 { display:block; }
 }@media only screen and (max-width: 763px) { #QkAvnyLKxDT5H8DkLw4psHS9T3iQ8G85 { top:104.125rem;left:20.6875rem;width:11.5rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uM9crPyHq3kSbToDXcAD71JSXJTrkC40 { display:block; }
 }@media only screen and (max-width: 763px) { #I4TLtcQcJlyIb34dbXAzr1PN5pTXKgcF { top:61.1875rem;left:18.124267578125rem;width:11.4375rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAuo9E0zK0iGtHQfPhOxcWqxr4m5UqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #mqL1erpyNkxhiMUJDuLCfgLKHu45aScf { top:176.0625rem;left:1.6875rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq99Juna09oJB8taamcFvt0fU8NcK98Q { top:168.9375rem;left:0.0625rem;width:16.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUCuzZaZMpktrtGUcRwneyTtRHAky6Nz { width:9.6875rem;height:2.8125rem;top:181.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuTBmKWBzuU4HLNU2xzrn96tvmwgOiKO { 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.125rem;left:18.4990234375rem;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 > .video-iframe-container {  }#uHrZTTvhRK4UTwR9NJFA6kArOnsrv43M > .row .container { width:20rem;height:23.75rem;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) { #wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ { background-color:transparent;background-image:none;display:block; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { background-color: transparent; background-image: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container > .video-iframe-container { display: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row > .video-iframe-container { display: none; }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .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); }#wds0X2eDImKN4EPJkLHJXDQ2zA89JGUQ > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g50gSf7VVbT6WczgWshXlkce8wtLH5Kt { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-form-header {  }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#dfdfdf;width:14.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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:14.75rem;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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-text {padding-top: 0; padding-bottom: 0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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:14.75rem;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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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:14.75rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-select {padding-top: 0; padding-bottom: 0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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:14.75rem;height:2.8125rem;font-family:montserrat;overflow:hidden; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:0.875rem; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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:13.5625rem;overflow:hidden;font-style:normal; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container:first-of-type{padding-top:0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .widget-container:last-of-type{padding-bottom:0;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.3750001192093rem;top:7.7500014305112rem;z-index:100041; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:14.75rem;display:block;vertical-align:top; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv .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; }
#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv {display:block;}#OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:14.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:1.3750001192093rem;top:7.7500014305112rem;z-index:100041; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #WtBWqPGT26UfdbmBueSHgcx681iU4oUM {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #yoMA0B6WEDTPzTravtbQz1305tkLTzw2 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #TSICoOhDTskKwJugzSSgy2ykLOyELdVM {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #UNRkkhR2Dq4XzXQkLms2qTRsuQJoAez2 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #ZsO8eZTnuLz3KEizh1BsA579yQQwJpsn {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #x4DsnF1888nkl3ERtwPFagFqFKFA1WFS {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #M4epm7AH2VnJAcGWA2G0SRchz6gI6Qd7 {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #uWEGriC5g3L6TcZ26skTcKDTbOBvxKNS {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #gTnMDrwpekIwnHxsIdfQNI6BKfyhCooc {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #zGBDplxIBBLfQMF0c1TIqmSRx2y4Dsqg {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #mfXp782qR8EW318nxvl92HcS6XUyTllp {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #CXQMzEv7F2RRNJynTAqh76Ro8l8ndZCP {  }
 }@media only screen and (max-width: 763px) { #wAWanAETSR5Q4aiA5p1xGKDEUZGsOC8J { display:block; }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #OxIzk5Mf1SK7q2r5FfeudGrGoHDhyZkl {  }
 }@media only screen and (max-width: 763px) { #OUlXpif6O1ZTM7JV3i0ftQ1TJgG0BQxv #C17D3vbWreiGQP9rlZ0LQyuTU66ZmzuU {  }
 }@media only screen and (max-width: 763px) { #OSfUF4DK2Zlb3TRZ7csiRbQBuSv2tT2B { width:16.9375rem;height:26.5625rem;top:6.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQt6LlG9JWTsRNWuwT89rCGO6By3Q7zt { width:19.9375rem;height:4.25rem;top:1rem;left:-0.125rem;font-size:1.25rem;color:#150c0d;display:block; }
 }@media only screen and (max-width: 763px) { #te7Wh2sOOT6VdRo9T5W4AsHXLSNtvKTK { width:14.25rem;height:1.4625rem;top:6.8125rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMto6t1FNPqD4UTHc8MlUmQUTtly9WJ { width:19.9980625rem;height:1.4375rem;top:27.28125rem;left:0rem;font-size:1.125rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #Q4HHV3RntkUwfgEa7stCaLrRFUQweXPH { width:8rem;height:2.5rem;top:30.25rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #enOMvKK40GOdJFRlsIVtCfQE3fRqKglT { display:block; }
 }@media only screen and (max-width: 763px) { #N65d4CIQG6Msga20ulo60mOwUHwFpI4H { width:8rem;height:2.5rem;top:34.1875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOJZKK16ZTOLFXn32Cxik38KOe0SwRix { display:block; }
 }@media only screen and (max-width: 763px) { #VLKG6zdHkontbTzTTo3vCArQhX0FfcZ8 { width:8rem;height:2.5rem;top:30.25rem;left:10.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfWyVL1goWEZgnbIXvhSLl4XHfLbBy4m { display:block; }
 }@media only screen and (max-width: 763px) { #QpSIJ6tV9kypiZhsdlApzFNqfp590Ud5 { width:8rem;height:2.5rem;top:34.1875rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EW3tJpUL6IMyp9tsZc7se2z20X7CXLWV { display:block; }
 }@media only screen and (max-width: 763px) { #yRKzF5Ba4KBf1XKp0ChEXeK6tTsc6zvz { width:8rem;height:2.5rem;top:38rem;left:10.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #b44osQ2VVum43MSCuHiDHfptXB2e5Ti1 { display:block; }
 }@media only screen and (max-width: 763px) { #Q0f9V1Sq2TC7yiGK2QdcbQU6MatQr14V { width:8rem;height:2.5rem;top:38rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MD4XwsyJJF3X7iHKGnr7gafCWqyL7Q0Q { display:block; }
 }@media only screen and (max-width: 763px) { #eAnH8U2Ayw3qUMsZmIdpw1iMwG5RVfOX { width:10.4375rem;height:10.4375rem;top:38.267186164856rem;left:4.7812498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #w71QeRTX4G3GgMF9sfIdx0lu6Wpqskx1 { top:10.517578125rem;left:4.2822265625rem;width:11.433625rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwMAkxTPsNbiCw91liLC4d2032mE6PG2 { 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) { #LeR8NGZF5b2JGh6RFCGU05zRv81enw5m { width:7.9351875rem;height:2.5rem;top:34.562500953674rem;left:6.032031416893rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8ALX5E9CrFbK6V6gRCvDIAdnlEQKsOT { display:block; }
 }@media only screen and (max-width: 763px) { #isooKbETJ5UJJMdeWb2McdKnXbWT51Ed { width:11.25rem;height:4rem;top:46.8916015625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l { display:none; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l { border-width: 0; border-radius: 0; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container > .video-iframe-container {  }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container { width:20rem;height:43.0625rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/1wALYWG7/ZCAQnKmdvPqiotDkpwG6pnq5wuPiXfZ4Z6qNoK2tZp1QEIPhkvIR_4ttIPQ9_biRHgHrRbrLE2_i4nad3oxy2I6U4hyg_zJ0Be7ox_xLKJr_0BwKJHfSUQ0SQtI2L9y38WrJnB21qtv8d1N4L4g4RsU1b_IhqnEqVpjCkLTMgikZHmgwTfKc4h6136_E6qPTb6smOqSn3eWaF8.jfif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; }#FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.adaptive-delivery-prevent-bg, #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.lazyload, #FDfVWrIuhhMZfyhoupfLqBbiDCwZIi6l > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #iunJZCCEUk2Tv4Nsvp2QHTQhfdL30NGe { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQKpAzGQzpATZDAuhgJx8Z9WJxy6swIo { width:19.75rem;height:8.285125rem;top:29.375rem;left:0rem;font-size:0.8125rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WamwRnyTm0pVeKOBbATp89eI29DyCBfn { width:19.75rem;height:13.75rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCcECiA7ELy1osV0zWRMCkutof98QGXd { width:15.3125rem;height:1.23730625rem;top:26.6875rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dbQMHlktsJInQPkIG9ufqsJUsCrCVlXe { width:9.24925rem;height:2.56225625rem;top:39rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiDfPiOUFMqN8rqqJyV3p0hvCR6fdfER { display:block; }
 }@media only screen and (max-width: 763px) { #g8LuSCDL5Rpxhsz8SE0hTgWP0KXQ1hXi { width:19.75rem;height:13.75rem;top:7.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOJ5yrs3SXbiEWUadxiPT51bbdenqbqs { width:5.25rem;height:2.6806625rem;top:16.125rem;left:1.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbcuAskTzpy7FHe9ike7oU7V4wLVUT9 { width:9.2480625rem;height:2.561525rem;top:21.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyCtD2tgLtuR7KdDgtiWVXJMiXFQR8AF { display:block; }
 }@media only screen and (max-width: 763px) { #xfNLUo3UTDx7sS8nXc8MXPEwtOkorq9n { width:5.061525rem;height:1.6875rem;top:18.6875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:block; }
 }@media only screen and (max-width: 763px) { #vE1ZTfEiNSvIVJG5s2eVnPSPFSTSnOlB { width:15.3125rem;height:2.75rem;top:9.9375rem;left:3.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FDbK2KGiu3JMvI0VodBxzK6hzD27kGTk { width:20rem;height:3.298825rem;top:1.16015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #V5eSUzcCgaJq9CdP6S3mt8ede9icThtq { display:block; }#V5eSUzcCgaJq9CdP6S3mt8ede9icThtq > .row .container { width:20rem;height:354.3125rem;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.35625rem;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:2.4375rem;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.575rem;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.7875rem;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.575rem;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) { #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) { #AyvAPd5Gmw7rt7K0QT64By9pMRZUWUM8 { width:16.75rem;height:8.5625rem;top:59.0625rem;left:2.4375rem;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:58rem;left:3.0625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #PJx8zzInlH8QdE0EBcOpefl9HsuPVTTM { width:13.75rem;height:1.7875rem;top:58.375rem;left:4.3125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #aUw9ixmGnZtnnJxNlTe571znhB0m7igQ { width:16.0625rem;height:3.41015625rem;top:61.75rem;left:2.9375rem;font-size:0.875rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #gPpWhNRo0pJ3IxUySkCqH2DsvBECTrfe { width:9.6875rem;height:2.8125rem;top:65.9375rem;left:6.125rem;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:133.5625rem;left:1.4375rem;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:133.5625rem;left:2.375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #FJvAEhUvgMK5MLp1iI0tt5hDnTqCkR2G { width:12.8125rem;height:1.21875rem;top:139.3125rem;left:3.4375rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #gszuqGkQ9Uf8hpK3QcDqHigiPzvcvct1 { width:12.5rem;height:1.7875rem;top:133.75rem;left:3.6875rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #WZU5bA9lOzRX003IhQ3TxtD6VDZ5p9D3 { width:9.6875rem;height:2.8125rem;top:142rem;left:5.25rem;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:76.4375rem;left:2.8125rem;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:72.4375rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #TD3qGQnSL0ignTSqgTl92CXcrcBggAzC { width:13.75rem;height:1.7875rem;top:73.25rem;left:4.5625rem;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:89.3125rem;left:2.375rem;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:88.0625rem;left:3.0625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Bm4iwL1aTSoPV9aAGpcETa0c9XQ9pBTn { width:12.8125rem;height:2.4375rem;top:94rem;left:4.375rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #Thh32D97sGR0F4BzngUwCxtnl4c7hX0r { width:12.5rem;height:3.574225rem;top:89.125rem;left:4.25rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #dzdwm2254TwiLtaZLfNNLG6ooQDGX7Sx { width:9.6875rem;height:2.8125rem;top:97.3125rem;left:5.9375rem;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:105.3125rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #A7uvGT3L5bLDZ4PPQEQxuEztXQrRLMg6 { width:12.5rem;height:1.7875rem;top:106.375rem;left:3.3125rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #sBNOfpWQsJSJvx7UI9cTQyeh9hnkPywv { width:16.8125rem;height:9.75rem;top:106.4375rem;left:1.4375rem;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:111.5625rem;left:3.3125rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #QgFqi6GwDibAPLxyo1IbzCN6xiad4ncp { width:9.6875rem;height:2.8125rem;top:115.6875rem;left:4.875rem;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:123.25rem;left:1.4375rem;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:122.875rem;left:2.9375rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Xupto3ApMIstIbtEdo9OwAxFwcqfVdtu { width:12.5rem;height:3.8984375rem;top:124.3125rem;left:3.9375rem;font-size:1.5rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #a409vaRxnoo2zcolM3CNEOkO2BpRThDB { width:9.6875rem;height:2.8125rem;top:128.375rem;left:5.375rem;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.6875rem;left:1.625rem;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.375rem;left:2.3125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #GQN0S9xKWIPwG02LoUHQa2FDzFMVDQqm { width:13.8125rem;height:3.57421875rem;top:155.375rem;left:3.25rem;font-size:1.375rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #VECAfH50eZNWuZPuwhFwXeatCFv1LgM1 { width:12.8125rem;height:4.546875rem;top:160rem;left:3.75rem;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.1875rem;left:5.3125rem;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:172.25rem;left:1.25rem;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:171rem;left:2.75rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #FX7hrmQVp2qKMyf1MHVrc6BFt98nKV6i { width:12.5rem;height:2.03125rem;top:172.0625rem;left:3.8125rem;font-size:1.5625rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #vRmoqyQdwgPS9iHZDsaizU6bN23VQKVH { width:9.6875rem;height:2.8125rem;top:177.375rem;left:5.1875rem;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:190rem;left:1.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:188.5625rem;left:2.75rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #SN5BvJ8DhEkBkzTPrA4BJsGEhtZCVJWr { width:12.5rem;height:4.142575rem;top:188.625rem;left:3.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:194.875rem;left:11.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:72.6875rem;left:2.125rem;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:80.6875rem;left:6.3125rem;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:194.875rem;left:2rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #m2BMq3yHKdTgRAdHMiQ4xQ7GrpCJGZ9w { display:block; }
 }@media only screen and (max-width: 763px) { #d4maTD1yAI9rRJ0HDfyB0JCzK3h21s1X { width:2.99926875rem;height:0.1867675rem;top:196.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMcU6Wr8mwKwTkFI7SqSomn6QKT0dxa { top:147.87353515625rem;left:4.249267578125rem;width:11.499rem;height:3.686525rem;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:199.873046875rem;left:4.2802734375rem;width:11.4365rem;height:3.624025rem;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:250.873046875rem;left:5.0625rem;width:11.4980625rem;height:3.686525rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATBGHk72y1svnRtp8TV49pB7HuERXh95 { display:block; }
 }@media only screen and (max-width: 763px) { #k5s7kDl9WuKaIu2T31Bea4R4OeNtc37H { width:15.6875rem;height:4.5625rem;top:233.25rem;left:2.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #pMkU0ma34ir8QSwuX9h3bwkXebm21Lfh { width:16.75rem;height:13.125rem;top:233.74853710938rem;left:1.5625rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kJr15pxfGkqxuLy2Shpt2Vv6uRP9oZGt { width:12.5rem;height:5.84765625rem;top:233.25rem;left:3.75rem;font-size:1.5rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #lLJSIzbE6mCyJIbpNM99hKOnx2ZVz5hc { width:12.8125rem;height:2.4375rem;top:239.0036640625rem;left:3.49853515625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #rPI0QHbmLkfCQGufQS54yo4tooX1n6pB { width:9.6875rem;height:2.8125rem;top:244.9997578125rem;left:5.859375rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #WrVJ8Up6IUiZplJrkEwQ5CGAyNmW20kD { display:block; }
 }@media only screen and (max-width: 763px) { #hGt6LrUBwXylLOw8KJmpC7ccPkpaeqmI { width:15.6875rem;height:4.5625rem;top:207.8125rem;left:2.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #dNxL3BWMWvISxN0ypT8PAeJ8UHiAtBaN { width:16.75rem;height:13.125rem;top:208.9375rem;left:1.625rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n0VefadrdtG9WW7wSyFuZ9cukVwO0ctH { width:12.5rem;height:4.875rem;top:207.8125rem;left:4.3125rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #BTPQzXMZnpiBA2TZeHXNAOOTi4o4srxb { width:12.8125rem;height:3.65625rem;top:213.4375rem;left:3.75rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #mP9WFq5NMHwWhSFuhzamo5r6mRn8VllJ { width:9.6875rem;height:2.8125rem;top:220.8125rem;left:5.25rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #M4QkeOw6W4lQIQDChZTxSmlbFGzh0sSl { display:block; }
 }@media only screen and (max-width: 763px) { #Sc11XJRmdgZnH1sTf6V6x5dhyKQTXhSL { top:226.123046875rem;left:4.28125rem;width:11.4375rem;height:3.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi2F79iGhUCLr4XM5WaQT96ofPPOlt5V { display:block; }
 }@media only screen and (max-width: 763px) { #UVAkZhsiEM9CPKOehBwoM2CZdB5Syc54 { width:15.6875rem;height:4.5625rem;top:280.1875rem;left:2.125rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #XRPS2uLGoaSAc0GBKh1E17LCheHIcTRG { width:16.75rem;height:13.125rem;top:281.8125rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IM09mE0s1pEobD8W9ux5Zl8U7yVPGlep { width:12.5rem;height:3.25rem;top:280.84375rem;left:3.75rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #pTXrIbh09OFUpzp3JfrGlpGs4H4K4WcA { width:12.8125rem;height:3.65625rem;top:286.3125rem;left:3.625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #d4e49qw8tFsJON30QxckNexNPyxZOmq4 { width:9.6875rem;height:2.8125rem;top:293.6875rem;left:5.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #rIrLmaa8bekK1kPIkeVmiGtu1cNBz4Iz { display:block; }
 }@media only screen and (max-width: 763px) { #BAEWJf7Cgq66RCMdOD7ZPT8Xy1JCTbcO { width:15.6875rem;height:4.5625rem;top:258.625rem;left:2.1875rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #hSZZWxSsu4nOCFi9JnFXGZvpbFVdBo0c { width:16.75rem;height:13.125rem;top:260.5625rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bCh5FqK9VNg7U5K9TRfWwv5SMkiShTUf { width:12.5rem;height:3.25rem;top:259.28125rem;left:3.75rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #ome2kQ5unhd7DCld07QGRWEQa1hXttdm { width:12.8125rem;height:4.875rem;top:265.0625rem;left:3.625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #JqT1cMSTHVkakE1DlmTWX7e1ynBVM1Pk { width:9.6875rem;height:2.8125rem;top:272.4375rem;left:5.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #JGkXsnEqULOPMSK6EVnPKOudzLEm4GD3 { display:block; }
 }@media only screen and (max-width: 763px) { #Uf1mg46NFse2yFPS0KBtsXuWtAWyipZz { width:15.68725rem;height:4.56176875rem;top:302.1240234375rem;left:2.154541015625rem;z-index:100130;display:block; }
 }@media only screen and (max-width: 763px) { #Olirv6cEoNRkXsXIX9rV7DBpRoRdIWGO { width:12.5rem;height:1.625rem;top:303.591796875rem;left:3.75rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #Hd2ixk2E4JHqtllMJSo7f1SzhgVNNN1M { width:16.75rem;height:13.125rem;top:303.375rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OZHnh0vAvwJDso8DJS9GxM73HkHAwWla { width:12.8125rem;height:3.65625rem;top:307.875rem;left:3.625rem;font-size:0.9375rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #VCo3DlaMJwyzl1XwrrHTU2d4vdHp823L { width:9.6875rem;height:2.8125rem;top:315.25rem;left:5.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #uNHFzXphGeMwWIUUIdxcdNUOFxulNNW9 { display:block; }
 }@media only screen and (max-width: 763px) { #QkAvnyLKxDT5H8DkLw4psHS9T3iQ8G85 { top:320.185546875rem;left:4.25rem;width:11.4970625rem;height:3.686525rem;font-size:1.0625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #uM9crPyHq3kSbToDXcAD71JSXJTrkC40 { display:block; }
 }@media only screen and (max-width: 763px) { #I4TLtcQcJlyIb34dbXAzr1PN5pTXKgcF { top:182.4345703125rem;left:4.28125rem;width:11.4355625rem;height:3.624025rem;font-size:1.0625rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #LAuo9E0zK0iGtHQfPhOxcWqxr4m5UqX8 { display:block; }
 }@media only screen and (max-width: 763px) { #mqL1erpyNkxhiMUJDuLCfgLKHu45aScf { width:13.9375rem;height:1.625rem;top:334.8584rem;left:3.09375rem;font-size:1.25rem;z-index:100132;display:block; }
 }@media only screen and (max-width: 763px) { #xq99Juna09oJB8taamcFvt0fU8NcK98Q { width:16.75rem;height:13.125rem;top:327.747071875rem;left:1.5rem;z-index:99961;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CUCuzZaZMpktrtGUcRwneyTtRHAky6Nz { width:9.6875rem;height:2.8125rem;top:340.372071875rem;left:5.125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #JuTBmKWBzuU4HLNU2xzrn96tvmwgOiKO { 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:55.9375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKcCIpPOUEBXHR3K8ICgA1Ogwp64UTxv { width:19.9995rem;height:1.95rem;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.38125rem;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.7875rem;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.38125rem;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.7625rem;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.7625rem;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.71875rem;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:25.9375rem;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.3rem;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.38125rem;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.825rem;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.3rem;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.7625rem;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.6rem;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.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkN69xS04F96SBAtS5EC0siqFUao8aJc { width:20rem;height:0.73125rem;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.54375rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }