.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#a9ceec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { 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;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:8.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#is9dUZuhwooxVilGLoSNvL7GqnD3WUfO { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:21.4375rem;top:0.875rem;left:18.90625rem;overflow:hidden;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Cqv4w2J8/1389533390_660x330.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.57); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.57); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:0.125rem;top:21.5625rem;left:0rem;display:block; }
#R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { position:absolute;display:block;z-index:100005;background-color:#958282;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.3125rem;border-top-right-radius:6.3125rem;border-bottom-left-radius:6.3125rem;border-bottom-right-radius:6.3125rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.5) ;height:10rem;width:9.875rem;top:0.6875rem;left:30.5625rem;display:none; }
#zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { color:#ffffff;display:block;width:18.6248125rem;position:absolute;font-family:oswald;font-size:1.875rem;font-weight:700;z-index:100006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.8125rem #9d0e4e;top:2.1857242584229rem;left:37.119137763977rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mm6hV2NTLEA7VxzKx7BBNCHVc08rOym0 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.1875rem;width:16.4375rem;top:6.1875rem;left:36.21875rem;overflow:hidden;display:none; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-form-header { font-size:1rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1rem;font-weight:bold;color:#ffffff;width:18.375rem;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;text-align:right;text-align-last:right;line-height:1.4;vertical-align:top; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;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.375rem;box-sizing:border-box;height:3.625rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:exo;text-align:center;text-align-last:center;line-height:1.5;vertical-align:top;font-weight:700;font-style:normal; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.1875rem dotted #ffffff;border-left:0.1875rem dotted #ffffff;border-right:0.1875rem dotted #ffffff;border-bottom:0.1875rem dotted #ffffff;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.375rem;box-sizing:border-box;height:17.125rem;color:#ffffff;font-size:1.125rem;overflow:hidden;font-family:exo;text-align:center;text-align-last:center;line-height:1.5;vertical-align:top;font-weight:700;font-style:normal; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right;vertical-align:top; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#e92691;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;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:1.375rem;font-weight:700;color:#f2f9ff;width:18.375rem;height:2.9375rem;font-family:cairo;overflow:hidden;font-style:normal;line-height:1; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:left;text-align-last:left; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:left;text-align-last:left; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:left;text-align-last:left; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem;text-align:left;text-align-last:left; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .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; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container:first-of-type{padding-top:0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container:last-of-type{padding-bottom:0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3744375rem;height:auto;border-top:0rem none #fafbff;border-left:0rem none #fafbff;border-right:0rem none #fafbff;border-bottom:0rem none #fafbff;z-index:100006;position:absolute;top:5.0908203125rem;left:35.9921875rem;font-size:1rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe {display:block;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3744375rem;height:auto;border-top:0rem none #fafbff;border-left:0rem none #fafbff;border-right:0rem none #fafbff;border-bottom:0rem none #fafbff;z-index:100006;position:absolute;top:5.0908203125rem;left:35.9921875rem;font-size:1rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #PtrT0XltAV1TcOFldyDpHewNJuG5Tnob { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TlKSCIedRCauCv04Px6u1Lcq1UuqCA7K { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Xv701ouR4OJZbZJesTRo6fbcd5htGkUs { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #kpom6U7XlUpAIUu2i25vfT68mQnEHFBb { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #lO8uBil2czmTyt0vzWGTzFwRpIrf2bUH { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #d4BsBQHABwoqUIvJgefaTks4bTk3LmXs { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Lc2uQM0V9Ra5q1gU2SEJ782kqBdin6Lf { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #usM8MhVO8O8Ts2EQxO6vIOfxA9IlWnsa { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #cUAzo1dbJskO0SGRnMdJmROhlBuObTup { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TzcQu2XQETzzmW9lm1w708KtiF89lqdJ { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #NWLax9EIBfOTb9ATU8StFnJWI7rE6rBd { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #pvhWA5EAKiJAmNnTkCeag4z77xzhkVVP { position:relative; }
#geDMU3UyREm5MA58l5z7psVgSAVmWOKK { position:relative;display:block; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #L5QbIepMDRlmTsXcUbqVBcpipw2arEu6 { position:relative; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #BmtaE8VDAhZnGdEE8WPMHBMkLKc0zAkz { position:relative; }
#C6xJIe7fdVqOmepsrAabfoH4dDEPTyWx { color:#f8f8f8;display:block;width:18.9355625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:26.05202293396rem;left:9.8126783370969rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ceec;background-image:none;position:relative;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.98046875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { position:absolute;display:block;z-index:100004;background-color:#1c1d1d;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.125rem;width:9.375rem;top:8.5rem;left:26.5625rem;display:block; }
#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ceec;background-image:none;position:relative;display:block; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container { background-color: transparent; background-image: none; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container > .video-iframe-container { display: none; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row > .video-iframe-container { display: none; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .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); }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container { border-width: 0; border-radius: 0; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;position:relative;display:block; }#gDqBbLnTOTs9lkid6S5nP9furZE8vkAx { color:#1c1d1d;display:block;width:11.4375rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.625rem;left:43.9365234375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iXudDT8CdmDL5w7bamdvQT3tuWD7XegT { color:#000000;display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.90234375rem;left:43.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV5wqh0PMEGETAeihTV6O29uoSCLJXak { color:#000000;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:41.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#i65sZKEXB5i7zXakeGrrZSZPpuUGQWgB { color:#e92691;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:11.6875rem;left:48.5rem;height:2.5996125rem;font-style:normal;display:block; }
#A1XvgzQugOV5cL3ZC332CFixdHxwduTP { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:17.579368591309rem;left:44.687497138977rem;display:block; }
#kq2ovO4WUBDMZhDV2vWv9ayUyQgQdVU8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dZq2S6s0aLbELpynzwm5hWaOWa0wCqrq { color:#1c1d1d;display:block;width:19.125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:0.3251953125rem;left:31.3408203125rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TaZGf68QvrCWTXgFMwOvDSzlAOF1KpFp { position:absolute;display:block;z-index:99999;background-color:#a9ceec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:60rem;top:0.060762405395508rem;left:0rem;display:block; }
#WbcsinO2rS3kc7qwsFVAo2KoTPek0o52 { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:60rem;top:0.060367584228516rem;left:0rem;display:block; }
#BdGw74eunnW1X23aUdK2I1H37c1Ge7zH { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:60rem;top:0.060762405395508rem;left:0rem;display:none; }
#gAnqs2qkhxGulAxqpzcLiXqwShaiuhck { color:#1c1d1d;display:block;width:6.4375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.54296875rem;left:26.53125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H8XW5z4EJdTiTESRPLEBMMC3z7A2HdI4 { color:#000000;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:7.90234375rem;left:20rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XbbOXAzV6Uoq8PUNUVFpaQCdTn5uRVPt { color:#e92691;display:block;width:8.3115rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:11.6875rem;left:29.9375rem;height:2.5996125rem;font-style:normal;display:block; }
#Ucos4E0yKspoWxPxhQIwtBpSUm553V8r { color:#000000;display:block;width:6.3115rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:12rem;left:21.75rem;height:1.94921875rem;font-style:normal;display:block; }
#LAoUgClFfJ2DcSQM6gMon64xk2JMxJaJ { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:60rem;top:0.060762405395508rem;left:0rem;display:none; }
#paNqhSTZrnsRaQ7ga8EnizsK2RSimKCb { position:absolute;display:block;z-index:100017;background-color:#1c1d1d;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.12429rem;width:9.375rem;top:24.999999046326rem;left:3.4996452331543rem;display:none; }
#xUNG5XULT9PSI52tkEHPawoKrBggaHtG { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.517578125rem;left:23.8427734375rem;display:block; }
#SceROuKUq0aBwmfzQ7qM5IiHfmLLdeup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OFyykgKzPJDZiKOwk51vFtJutcpkOytu { color:#1c1d1d;display:block;width:9.124rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.7314453125rem;left:4.15625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsK8BTZp24ynJizwWvsJAbiD5MASTC9f { color:#1c1d1d;display:block;width:16.25rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:4.76953125rem;left:1.875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w0L8hiwX5fn3HN01qwke57cCgCGISQER { color:#000000;display:block;width:7.1244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#l6JBI7zFFT8A9r9f1ApSkm9167J2q0OC { color:#e92691;display:block;width:9.2498125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:11.9375rem;left:10.8125rem;height:2.5996125rem;font-style:normal;display:block; }
#IhkAShtfoIZaH7fNbMd6LVgS8yDOsT9T { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.517578125rem;left:4.6875rem;display:block; }
#UPXCrhweiL2KufHcObXoOhKz5gsmJDQx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#El4t4dAdIfJaQcp9V7PtEVhppwATC3To { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#gMKWr0TlcDHbpHnaKV1xxEK3iOgTWCxR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WenPN2ZRFfPXsknX0M3TL3ilqXScT2Lu { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74946875rem;width:60rem;top:35.373755455017rem;left:0rem;display:none; }
#AsUZo7stpGTNhlugnN9Qq7tXTUSlLivD { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#FJaosF0Z35Eawxi1vH5aKnoh2VsdJrhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QfsUUHSnkTFIoSA8bAUKmMKN0BfkUWkh { position:absolute;display:block;z-index:100007;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:24.375rem;left:4.96875rem;display:block; }
#fGRw6z1oaocBpwKiupKQvb7ZyrzKBGzM { color:#1c1d1d;display:block;width:12.75rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.33203125rem;left:2.3427734375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dSqoPrQpmBlTHTXEZnX6QrOd26EgJ0ry { color:#000000;display:block;width:7.1244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:31rem;left:1.25rem;height:1.94921875rem;font-style:normal;display:block; }
#wuGTgkscqaEVKUgaSTzJ8qE7XPnTm80i { color:#e92691;display:block;width:9.2498125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:30.6875rem;left:9.625rem;height:2.5996125rem;font-style:normal;display:block; }
#mVlorftktF0sETaMMRe7gBWaf5aZq8Qu { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:35.625rem;left:3.4052734375rem;display:block; }
#Lz16UzkV5u2g4IngJ1KGFLzotM0pqIOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q59s3mx3dsOzBEB57SDzs0sm3RLlNWMG { color:#1c1d1d;display:block;width:12.75rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:41.625rem;left:2.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1cE28nwN4KWUtlX3ZF3qsaLxmU10pnW { color:#000000;display:block;width:7.1244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:44.5rem;left:1.1875rem;height:1.94921875rem;font-style:normal;display:block; }
#R8Rr9aubvg2cxfNUrWRJdB6qcbeRdTAr { color:#e92691;display:block;width:9.2498125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:44.1875rem;left:9.5625rem;height:2.5996125rem;font-style:normal;display:block; }
#iV2DO2bJirN5s4AISkxg2NHPsQeLuyw5 { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:48.375rem;left:3.4052734375rem;display:block; }
#JO5XRbbvTUQzZrGA882AGHSedJQoFEmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZyfGf53MZNcD0q1T23FVPMktQzSv7ieZ { position:absolute;display:block;z-index:100008;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:24.375rem;left:25.3125rem;display:block; }
#TTEVEdc9B6D6oTPTeZfbX5lfvhaIav9O { position:absolute;display:block;z-index:100009;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:24.375rem;left:46.0625rem;display:block; }
#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ceec;background-image:none;position:relative;display:block; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container { background-color: transparent; background-image: none; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container > .video-iframe-container { display: none; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row > .video-iframe-container { display: none; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .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); }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container { border-width: 0; border-radius: 0; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#gpSzngzmTePN5ONS6k6ZZm6fhN81VQTZ { color:#000000;display:block;width:19.3105625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:7.953125rem;left:40rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMhJRALBmQqNSWTxamSKsxkno6g82BhD { color:#1c1d1d;display:block;width:18.25rem;position:absolute;font-family:"mykonos ar";font-size:1.0625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.0556640625rem;left:40.875rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhfBrwKRAPgUt8dt3hudat8FaMTFp6lT { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:15.486328125rem;left:42.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#BsTSC3MEcmGmuFWqJFayskk8hf27eEpT { color:#e92691;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:15.16015625rem;left:51.123046875rem;height:2.5996125rem;font-style:normal;display:block; }
#MhpCTSWxTvxpAHMqQunh8QgzIVVWy8HM { color:#1c1d1d;display:block;width:9.4365rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.4189453125rem;left:46.3720703125rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HOcyB5ie5pvtvTWCZO0pTHVbDarMiRCX { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.5rem;left:45.3125rem;display:block; }
#NNFXl5y0NGJmAaKO8v2BE52deS5VhZOM { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74956875rem;width:60rem;top:0.060762405395508rem;left:0rem;display:block; }
#GOMh4Gdv1va7DLXJcAGTDB7HVr7pCv1q { color:#1c1d1d;display:block;width:11.4375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:0.4189453125rem;left:24.875rem;height:2.0317375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLc2XcUhrgaia7haeF87bw4f1dTxwKWC { color:#1c1d1d;display:block;width:16.25rem;position:absolute;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:4.0556640625rem;left:21.875rem;height:3.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOpaQ4vZN4QpmKRDTNkOurfUVT1Ocwss { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:7.953125rem;left:20rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzfQP82EaZt56vQhpOh4pgC3Tvpoh1XO { color:#e92691;display:block;width:9.249rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15.0224609375rem;left:30.8134765625rem;height:2.5996125rem;font-style:normal;display:block; }
#Wd4aCuR7Tx22BzCEbmBroMt8zTU95d7Q { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:15.28515625rem;left:21.25rem;height:1.94921875rem;font-style:normal;display:block; }
#sDuv9rbhhBoMNdT7pZW7tgDJoievbb9t { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:block; }
#tlzEQVB2U0eso1ePWhzhtdhSHmBytMCr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IXLzCHcTHiMe3dompRzTLVKVOhKzXHri { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:37.5625rem;left:46.3720703125rem;display:block; }
#zhZetTbxNTQSCvEFAfPchcrbpTVSl3SK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yxbgZxfkps6ewo5moyUkCbdWOQXsDSUI { color:#1c1d1d;display:block;width:15.0625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:0.3115234375rem;left:2.46875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJrGNXf783Ocasu7fCPZvTafchiTlq0H { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74946875rem;width:60rem;top:28.7482213974rem;left:0rem;display:none; }
#ylFGdDS2eVbpmnEIk9dRBhHKPgOCSFWT { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74946875rem;width:60rem;top:35.373755455017rem;left:0rem;display:none; }
#dg5SOo2e9m68qyFebCm4n48eiruqrUVZ { color:#1c1d1d;display:block;width:12.8125rem;position:absolute;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:20.9375rem;left:44.25rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXWml6cxAs7iAdXvH70EcARpNqWsIhVM { color:#1c1d1d;display:block;width:7.9375rem;position:absolute;font-family:"mykonos ar";font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:23.287109375rem;left:46.03125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tda6k5k9IrfQvTHTQPnDR3B8HrppEldA { color:#e92691;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;top:25.625rem;left:50.25rem;height:2.5996125rem;font-style:normal;display:block; }
#miHGdKLfoAkt86oXvfqShdlNVzImJdsd { color:#000000;display:block;width:5.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:25.9375rem;left:41.75rem;height:1.94921875rem;font-style:normal;display:block; }
#kzzZpNDoabmwKs5E72ok7WwkKMAvkTfD { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.5rem;left:45.3125rem;display:none; }
#Be7StsqtyEWg0DJ9rv6q4SLlDuAKTKiA { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.5rem;left:45.3125rem;display:none; }
#eUFloXMxpypFocSsgNREA211IV4ZezWM { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.5rem;left:45.3125rem;display:none; }
#qa44BevaKr9t0wgQT61m6NlutRPOOHbA { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#b9uApAzMVvTdgbu8Dbm5VA8yRpowtFRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O67tThfLzBbPx1MAbMOtnUFvJHrSQ3E5 { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#WsH5UOkEEKnzDhE6QhTWkDSeoPEp79TH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CJaaVP5FXf8E3ynwq5WMOTvqMQRMzHot { position:absolute;display:block;z-index:100007;background-color:#1c1d1d;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.12429rem;width:9.375rem;top:18.4375rem;left:24.875rem;display:none; }
#cK1RK7DT9u6TbnLCDfHMJwhrvCqd3Hfw { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#RHOOcRcKRvQ4sxt69lxAhJJxiSOsoyfX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bUrlRNnuF2XOlToum6TiBtwXHLSDlWfz { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#cwXacEM26EBWwXtT80v4b2zS9yI3sJiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PvzI90PEs67euSyMEq0zriufXJbe7PVD { color:#000000;display:block;width:1.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:7.828125rem;left:37.5625rem;height:1.4619125rem;font-style:normal;display:block; }
#aAMAtwW4EAkKBkT8RmEivclQThPn7fJp { color:#1c1d1d;display:block;width:16.25rem;position:absolute;font-family:"mykonos ar";font-size:1.1875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:21.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQFBQzXB90b3PhgaFF1zPMuROPeaAAkE { color:#e92691;display:block;width:9.2480625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:32.2001953125rem;left:30.8134765625rem;height:2.5996125rem;font-style:normal;display:block; }
#dK09ArnwhVVNhPUzgwR8z2Pr6yuVN3dr { color:#000000;display:block;width:8.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:32.525390625rem;left:21.25rem;height:1.94921875rem;font-style:normal;display:block; }
#AdxdM0K1ZLVvvAq6nUIrgrD2vLJ4zxB0 { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:37.5625rem;left:24.6875rem;display:block; }
#mikdQF9hIx0xUe3IymGXmp4VbFUxd0w9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bu0qGKQ0naZCeIdcMgKp8DWPLOOBcWNM { color:#1c1d1d;display:block;width:11.625rem;position:absolute;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:4.0556640625rem;left:4.1875rem;height:3.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EtVIBKEr8WLcd4mP5S4FC2IttLQCKdCs { color:#1c1d1d;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:8.5rem;left:2rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prn0wGbcyRgWEqn3VcwHQnodxmLNkW1H { color:#000000;display:block;width:1.4375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:8.375rem;left:16.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#fgd1as8fV7ImVD69EtdIGXA3s5HCIi6P { color:#e92691;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:14.25rem;left:9.75rem;height:2.5996125rem;font-style:normal;display:block; }
#XVt3TrM2fTLq43M0sIyWl9LpdHC3y13a { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#IzkMfWKeqgPG2QuDCOTwbWqQuof38A62 { position:absolute;display:block;z-index:100019;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.4375rem;left:4.375rem;display:block; }
#e0S7AaltcWa3B3mwz4f5BpUhH4gb2rey { color:#1c1d1d;display:block;width:11.625rem;position:absolute;font-family:"mykonos ar";font-size:1.3125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:21.125rem;left:4.8125rem;height:3.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQwrkfSrRCOu0xvyyTzSE1tFUf2xxTQJ { color:#1c1d1d;display:block;width:6.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:25.75rem;left:6.875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zumXH4AbLeOvTgFPWcr6p3VX4qsdPIK5 { color:#000000;display:block;width:1.4375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:25.6875rem;left:13.25rem;height:1.4619125rem;font-style:normal;display:block; }
#exmERc6vfKlNQng135BOK4mii29JaC3E { color:#e92691;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:31.5625rem;left:9.75rem;height:2.5996125rem;font-style:normal;display:block; }
#uV4hvZ0Nvmc0b0guXIQU8tFWug73UOig { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:31.875rem;left:0.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#u1c8HDEdCxQEomWnKRflnETi6GBZSZD3 { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:37.5625rem;left:2.46875rem;display:block; }
#ZT7yr7mlv5m82IDJk78FsOkZmxLR4eAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TGwtTga1DNkhcPmkPJMgZ61IPJmTEgW8 { position:absolute;display:block;z-index:100020;background-color:#1c1d1d;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.12402375rem;width:9.375rem;top:18.5rem;left:25.3125rem;display:block; }
#HNTuRxx2bMRQGohfQryydl2hkHS9W10T { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#p0QOGAwEIbBBZnyhfB3hB5iFgeTli0ZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HFeAtrJBd7qp7UzpPXQ8hScGXEKlzTKv { background-color:#1c1d1d;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.625rem;height:3.75rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.935546875rem;left:24.6875rem;display:none; }
#TAa1ShzCTTk3vUxchxDmAHuACwC7qgps { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { position:relative;display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { background-color: transparent; background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { border-width: 0; border-radius: 0; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { position:absolute;display:block;z-index:100006;background-color:#1c1d1d;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.125rem;width:9.375rem;top:7.125rem;left:25.3125rem;display:block; }
#rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I1nxysnMuNrNIBDkayA4ARi3f1OGfMSS { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ceec;background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.adaptive-delivery-prevent-bg, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyload, #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR.lazyloading { background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { background-color: transparent; background-image: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row > .video-iframe-container { display: none; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .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); }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { border-width: 0; border-radius: 0; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:30.9375rem;top:0rem;left:-0.12478446960449rem;display:block; }
#xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:15rem;top:0rem;left:30rem;display:block; }
#e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:15rem;top:0rem;left:45rem;display:block; }
#gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { position:absolute;display:block;z-index:100004;background-color:#fce92d;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:0.8125rem;left:4.375rem;display:block; }
#TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { position:absolute;display:block;z-index:100005;background-color:#e92691;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:0.8125rem;left:19.1875rem;display:block; }
#pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { position:absolute;display:block;z-index:100006;background-color:#fce92d;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:0.8125rem;left:35.0625rem;display:block; }
#NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { position:absolute;display:block;z-index:100007;background-color:#e92691;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:0.8125rem;left:49.9375rem;display:block; }
#rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { color:#000000;display:block;width:8.3125rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:5.96875rem;left:3.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:8.90625rem;left:2.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { color:#000000;display:block;width:9.375rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:6rem;left:17.9375rem;height:1.4619125rem;font-style:normal;display:block; }
#ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { color:#000000;display:block;width:11.436625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:7.7951359748837rem;left:15.944011688233rem;height:4.546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6rem;left:33.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.5rem;height:4.546875rem;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;text-align:center;text-align-last:center;display:block; }
#VJDxX29yRepayN9TsAThl4FJbTcw7GaH { color:#000000;display:block;width:11.5rem;position:absolute;font-family:kids;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:47.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:9.3125rem;left:47.5rem;height:3.47265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FeHIG8g9GpyU24GLEFyONmidFGLFs0Np { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:0.6875rem;left:50.25rem;display:block; }
#B9pPwHzXPFXDsTDsLz3oeDT1m81ODfAX { box-sizing:content-box;color:#020202;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:0.9375rem;left:35.5rem;display:block; }
#MDcF6tHfnTd1gVJ3wx2LznfvTcomTM8U { box-sizing:content-box;color:#ffffff;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:1rem;left:19.625rem;display:block; }
#sDlm3TB2dGfNLPephe0bo5tcsWML9eaJ { box-sizing:content-box;color:#000000;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:100015;top:1.4375rem;left:5rem;display:block; }
#UW55JBEmy1JXSA0WP9LiJkNbqbSZFkIG { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.8125rem;width:30.0625rem;top:0rem;left:-0.125rem;display:none; }
#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a9ceec;background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW.adaptive-delivery-prevent-bg, #Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW.lazyload, #Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW.lazyloading { background-image: none; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container { background-color: transparent; background-image: none; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container > .video-iframe-container { display: none; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row > .video-iframe-container { display: none; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .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); }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container { border-width: 0; border-radius: 0; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:60rem;position:relative;display:block; }#IVZTwZCsbzAKupsTTe5VqKxMnUmOSRgX { color:#ffffff;display:block;width:29.6244375rem;position:absolute;font-family:kids;font-size:2.8125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.1239347457886rem;left:15.936612129211rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ytSTKSlpRz3UA6IntUMKfdivUiVkBMqF { box-sizing:content-box;color:#11f621;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:5.2796521186829rem;left:24.248047828674rem;display:block; }
#rwHWVRwET8fTbL9fgUEifg1QLiD7vUKK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;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:100009;text-align:center;text-align-last:center;top:5.2805390357971rem;left:23.308770179749rem;display:block; }
#QW19EAz8RTeDPxsyLsJH1ls6OSsBRkX4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Khg5XFOer87CtcRHAuB5poLR3FxVRThQ { position:absolute;display:block;z-index:100003;background-color:#e1097d;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:10.99875rem;width:60rem;top:1.1239347457886rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is9dUZuhwooxVilGLoSNvL7GqnD3WUfO { top:0.875rem;left:12.78125rem;width:21.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:6.875rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:9.875rem;height:10rem;top:0.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:18.5625rem;height:2.1875rem;top:2.125rem;left:27.931637763977rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6hV2NTLEA7VxzKx7BBNCHVc08rOym0 { top:6.1875rem;left:27.03125rem;width:16.4375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-regular-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-textarea { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-button { width:14.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.875rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe  { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .radio-container { width:26.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe {display:block;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe { width:26.25rem;height:auto;top:15.75rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #PtrT0XltAV1TcOFldyDpHewNJuG5Tnob {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TlKSCIedRCauCv04Px6u1Lcq1UuqCA7K {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Xv701ouR4OJZbZJesTRo6fbcd5htGkUs {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #kpom6U7XlUpAIUu2i25vfT68mQnEHFBb {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #lO8uBil2czmTyt0vzWGTzFwRpIrf2bUH {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #d4BsBQHABwoqUIvJgefaTks4bTk3LmXs {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Lc2uQM0V9Ra5q1gU2SEJ782kqBdin6Lf {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #usM8MhVO8O8Ts2EQxO6vIOfxA9IlWnsa {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #cUAzo1dbJskO0SGRnMdJmROhlBuObTup {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TzcQu2XQETzzmW9lm1w708KtiF89lqdJ {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #NWLax9EIBfOTb9ATU8StFnJWI7rE6rBd {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #pvhWA5EAKiJAmNnTkCeag4z77xzhkVVP {  }
 }@media only screen and (max-width: 763px) { #geDMU3UyREm5MA58l5z7psVgSAVmWOKK { display:block; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #L5QbIepMDRlmTsXcUbqVBcpipw2arEu6 {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #BmtaE8VDAhZnGdEE8WPMHBMkLKc0zAkz {  }
 }@media only screen and (max-width: 763px) { #C6xJIe7fdVqOmepsrAabfoH4dDEPTyWx { top:26rem;left:5rem;width:18.875rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:47.75rem;height:3.9375rem;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:8.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u { display:block; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDqBbLnTOTs9lkid6S5nP9furZE8vkAx { width:11.4375rem;height:1.4375rem;top:4.625rem;left:33.6240234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXudDT8CdmDL5w7bamdvQT3tuWD7XegT { width:12.625rem;height:1.1875rem;top:7.875rem;left:33.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV5wqh0PMEGETAeihTV6O29uoSCLJXak { width:6.75rem;height:1.9375rem;top:12.0625rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i65sZKEXB5i7zXakeGrrZSZPpuUGQWgB { width:8.1875rem;height:2.5625rem;top:11.6875rem;left:38.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XvgzQugOV5cL3ZC332CFixdHxwduTP { width:10.625rem;height:3.75rem;top:17.5625rem;left:34.374997138977rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq2ovO4WUBDMZhDV2vWv9ayUyQgQdVU8 { display:block; }
 }@media only screen and (max-width: 763px) { #dZq2S6s0aLbELpynzwm5hWaOWa0wCqrq { width:19.125rem;height:2.8125rem;top:0.3125rem;left:12.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZGf68QvrCWTXgFMwOvDSzlAOF1KpFp { top:0rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbcsinO2rS3kc7qwsFVAo2KoTPek0o52 { top:0rem;left:0rem;width:47.75rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdGw74eunnW1X23aUdK2I1H37c1Ge7zH { top:0rem;left:0rem;width:47.75rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAnqs2qkhxGulAxqpzcLiXqwShaiuhck { width:6.4375rem;height:1.625rem;top:4.5rem;left:20.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8XW5z4EJdTiTESRPLEBMMC3z7A2HdI4 { width:19.5rem;height:1.1875rem;top:7.875rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbOXAzV6Uoq8PUNUVFpaQCdTn5uRVPt { width:8.25rem;height:2.5625rem;top:11.6875rem;left:23.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucos4E0yKspoWxPxhQIwtBpSUm553V8r { width:6.25rem;height:1.9375rem;top:12rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoUgClFfJ2DcSQM6gMon64xk2JMxJaJ { top:0rem;left:0rem;width:47.75rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #paNqhSTZrnsRaQ7ga8EnizsK2RSimKCb { width:9.375rem;height:0.0625rem;top:24.9375rem;left:1.4371452331543rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUNG5XULT9PSI52tkEHPawoKrBggaHtG { width:10.625rem;height:3.75rem;top:17.5rem;left:17.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SceROuKUq0aBwmfzQ7qM5IiHfmLLdeup { display:block; }
 }@media only screen and (max-width: 763px) { #OFyykgKzPJDZiKOwk51vFtJutcpkOytu { width:9.0625rem;height:2rem;top:0.6875rem;left:2.09375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsK8BTZp24ynJizwWvsJAbiD5MASTC9f { width:16.25rem;height:1.4375rem;top:4.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0L8hiwX5fn3HN01qwke57cCgCGISQER { width:7.0625rem;height:1.9375rem;top:12.25rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6JBI7zFFT8A9r9f1ApSkm9167J2q0OC { width:9.1875rem;height:2.5625rem;top:11.9375rem;left:6.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhkAShtfoIZaH7fNbMd6LVgS8yDOsT9T { width:10.625rem;height:3.75rem;top:17.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPXCrhweiL2KufHcObXoOhKz5gsmJDQx { display:block; }
 }@media only screen and (max-width: 763px) { #El4t4dAdIfJaQcp9V7PtEVhppwATC3To { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMKWr0TlcDHbpHnaKV1xxEK3iOgTWCxR { display:block; }
 }@media only screen and (max-width: 763px) { #WenPN2ZRFfPXsknX0M3TL3ilqXScT2Lu { top:35.3125rem;left:0rem;width:47.75rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AsUZo7stpGTNhlugnN9Qq7tXTUSlLivD { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJaosF0Z35Eawxi1vH5aKnoh2VsdJrhI { display:block; }
 }@media only screen and (max-width: 763px) { #QfsUUHSnkTFIoSA8bAUKmMKN0BfkUWkh { width:9.375rem;height:0.0625rem;top:24.375rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGRw6z1oaocBpwKiupKQvb7ZyrzKBGzM { width:12.75rem;height:1.4375rem;top:27.3125rem;left:0.2802734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSqoPrQpmBlTHTXEZnX6QrOd26EgJ0ry { width:7.0625rem;height:1.9375rem;top:31rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuGTgkscqaEVKUgaSTzJ8qE7XPnTm80i { width:9.1875rem;height:2.5625rem;top:30.6875rem;left:6.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVlorftktF0sETaMMRe7gBWaf5aZq8Qu { width:10.625rem;height:3.75rem;top:35.625rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz16UzkV5u2g4IngJ1KGFLzotM0pqIOn { display:block; }
 }@media only screen and (max-width: 763px) { #q59s3mx3dsOzBEB57SDzs0sm3RLlNWMG { width:12.75rem;height:1.25rem;top:41.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1cE28nwN4KWUtlX3ZF3qsaLxmU10pnW { width:7.0625rem;height:1.9375rem;top:44.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Rr9aubvg2cxfNUrWRJdB6qcbeRdTAr { width:9.1875rem;height:2.5625rem;top:44.1875rem;left:6.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV2DO2bJirN5s4AISkxg2NHPsQeLuyw5 { width:10.625rem;height:3.75rem;top:48.375rem;left:1.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO5XRbbvTUQzZrGA882AGHSedJQoFEmF { display:block; }
 }@media only screen and (max-width: 763px) { #ZyfGf53MZNcD0q1T23FVPMktQzSv7ieZ { width:9.375rem;height:0.0625rem;top:24.375rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEVEdc9B6D6oTPTeZfbX5lfvhaIav9O { width:9.375rem;height:0.0625rem;top:24.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq { display:block; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSzngzmTePN5ONS6k6ZZm6fhN81VQTZ { width:19.25rem;height:2.4375rem;top:7.9375rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhJRALBmQqNSWTxamSKsxkno6g82BhD { width:18.25rem;height:1.375rem;top:4rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhfBrwKRAPgUt8dt3hudat8FaMTFp6lT { width:5.875rem;height:1.9375rem;top:15.4375rem;left:32.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTSC3MEcmGmuFWqJFayskk8hf27eEpT { width:8rem;height:2.5625rem;top:15.125rem;left:39.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpCTSWxTvxpAHMqQunh8QgzIVVWy8HM { width:9.375rem;height:2rem;top:0.375rem;left:36.0595703125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcyB5ie5pvtvTWCZO0pTHVbDarMiRCX { width:9.375rem;height:0.0625rem;top:18.5rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNFXl5y0NGJmAaKO8v2BE52deS5VhZOM { top:0rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMh4Gdv1va7DLXJcAGTDB7HVr7pCv1q { width:11.4375rem;height:2rem;top:0.375rem;left:18.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLc2XcUhrgaia7haeF87bw4f1dTxwKWC { width:16.25rem;height:3.4375rem;top:4rem;left:15.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOpaQ4vZN4QpmKRDTNkOurfUVT1Ocwss { width:17.5625rem;height:2.4375rem;top:7.9375rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzfQP82EaZt56vQhpOh4pgC3Tvpoh1XO { width:9.1875rem;height:2.5625rem;top:15rem;left:22.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4aCuR7Tx22BzCEbmBroMt8zTU95d7Q { width:8.25rem;height:1.9375rem;top:15.25rem;left:15.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuv9rbhhBoMNdT7pZW7tgDJoievbb9t { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlzEQVB2U0eso1ePWhzhtdhSHmBytMCr { display:block; }
 }@media only screen and (max-width: 763px) { #IXLzCHcTHiMe3dompRzTLVKVOhKzXHri { width:10.625rem;height:3.75rem;top:37.5625rem;left:36.0595703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZetTbxNTQSCvEFAfPchcrbpTVSl3SK { display:block; }
 }@media only screen and (max-width: 763px) { #yxbgZxfkps6ewo5moyUkCbdWOQXsDSUI { width:15.0625rem;height:2rem;top:0.25rem;left:0.40625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJrGNXf783Ocasu7fCPZvTafchiTlq0H { top:28.6875rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylFGdDS2eVbpmnEIk9dRBhHKPgOCSFWT { top:35.3125rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5SOo2e9m68qyFebCm4n48eiruqrUVZ { width:12.8125rem;height:1.6875rem;top:20.9375rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXWml6cxAs7iAdXvH70EcARpNqWsIhVM { width:7.9375rem;height:1.4375rem;top:23.25rem;left:35.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tda6k5k9IrfQvTHTQPnDR3B8HrppEldA { width:8rem;height:2.5625rem;top:25.625rem;left:39.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #miHGdKLfoAkt86oXvfqShdlNVzImJdsd { width:5.875rem;height:1.9375rem;top:25.9375rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzZpNDoabmwKs5E72ok7WwkKMAvkTfD { width:9.375rem;height:0.0625rem;top:18.5rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #Be7StsqtyEWg0DJ9rv6q4SLlDuAKTKiA { width:9.375rem;height:0.0625rem;top:18.5rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUFloXMxpypFocSsgNREA211IV4ZezWM { width:9.375rem;height:0.0625rem;top:18.5rem;left:35rem;display:none; }
 }@media only screen and (max-width: 763px) { #qa44BevaKr9t0wgQT61m6NlutRPOOHbA { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9uApAzMVvTdgbu8Dbm5VA8yRpowtFRH { display:block; }
 }@media only screen and (max-width: 763px) { #O67tThfLzBbPx1MAbMOtnUFvJHrSQ3E5 { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsH5UOkEEKnzDhE6QhTWkDSeoPEp79TH { display:block; }
 }@media only screen and (max-width: 763px) { #CJaaVP5FXf8E3ynwq5WMOTvqMQRMzHot { width:9.375rem;height:0.0625rem;top:18.4375rem;left:18.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK1RK7DT9u6TbnLCDfHMJwhrvCqd3Hfw { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHOOcRcKRvQ4sxt69lxAhJJxiSOsoyfX { display:block; }
 }@media only screen and (max-width: 763px) { #bUrlRNnuF2XOlToum6TiBtwXHLSDlWfz { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwXacEM26EBWwXtT80v4b2zS9yI3sJiM { display:block; }
 }@media only screen and (max-width: 763px) { #PvzI90PEs67euSyMEq0zriufXJbe7PVD { top:7.8125rem;left:29.9375rem;width:1.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAMAtwW4EAkKBkT8RmEivclQThPn7fJp { width:16.25rem;height:1.5rem;top:27.1875rem;left:15.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQFBQzXB90b3PhgaFF1zPMuROPeaAAkE { width:9.1875rem;height:2.5625rem;top:32.1875rem;left:22.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK09ArnwhVVNhPUzgwR8z2Pr6yuVN3dr { width:8.25rem;height:1.9375rem;top:32.5rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdxdM0K1ZLVvvAq6nUIrgrD2vLJ4zxB0 { width:10.625rem;height:3.75rem;top:37.5625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mikdQF9hIx0xUe3IymGXmp4VbFUxd0w9 { display:block; }
 }@media only screen and (max-width: 763px) { #bu0qGKQ0naZCeIdcMgKp8DWPLOOBcWNM { width:11.625rem;height:3.4375rem;top:4rem;left:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtVIBKEr8WLcd4mP5S4FC2IttLQCKdCs { width:14.75rem;height:1.1875rem;top:8.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prn0wGbcyRgWEqn3VcwHQnodxmLNkW1H { top:8.375rem;left:14.125rem;width:1.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgd1as8fV7ImVD69EtdIGXA3s5HCIi6P { width:9.5rem;height:2.5625rem;top:14.25rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVt3TrM2fTLq43M0sIyWl9LpdHC3y13a { width:7.8125rem;height:1.9375rem;top:14.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzkMfWKeqgPG2QuDCOTwbWqQuof38A62 { width:9.375rem;height:0.0625rem;top:18.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0S7AaltcWa3B3mwz4f5BpUhH4gb2rey { width:11.625rem;height:3.4375rem;top:21.125rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQwrkfSrRCOu0xvyyTzSE1tFUf2xxTQJ { width:6.125rem;height:1.25rem;top:25.75rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zumXH4AbLeOvTgFPWcr6p3VX4qsdPIK5 { top:25.6875rem;left:11.1875rem;width:1.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exmERc6vfKlNQng135BOK4mii29JaC3E { width:9.5rem;height:2.5625rem;top:31.5625rem;left:6.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV4hvZ0Nvmc0b0guXIQU8tFWug73UOig { width:7.8125rem;height:1.9375rem;top:31.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1c8HDEdCxQEomWnKRflnETi6GBZSZD3 { width:10.625rem;height:3.75rem;top:37.5625rem;left:0.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT7yr7mlv5m82IDJk78FsOkZmxLR4eAe { display:block; }
 }@media only screen and (max-width: 763px) { #TGwtTga1DNkhcPmkPJMgZ61IPJmTEgW8 { width:9.375rem;height:0.0625rem;top:18.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNTuRxx2bMRQGohfQryydl2hkHS9W10T { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0QOGAwEIbBBZnyhfB3hB5iFgeTli0ZG { display:block; }
 }@media only screen and (max-width: 763px) { #HFeAtrJBd7qp7UzpPXQ8hScGXEKlzTKv { width:10.625rem;height:3.75rem;top:20.875rem;left:18.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAa1ShzCTTk3vUxchxDmAHuACwC7qgps { display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.125rem;top:7.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:47.75rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1nxysnMuNrNIBDkayA4ARi3f1OGfMSS { width:47.75rem;height:3.625rem;top:7.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:30.9375rem;height:14.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:14.8125rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:14.8125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { width:4.375rem;height:4.375rem;top:0.8125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { width:4.375rem;height:4.375rem;top:0.8125rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { width:4.375rem;height:4.375rem;top:0.8125rem;left:27.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { width:4.375rem;height:4.375rem;top:0.8125rem;left:39.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { width:8.3125rem;height:1.4375rem;top:5.9375rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:11.4375rem;height:2.25rem;top:8.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { width:9.375rem;height:1.4375rem;top:6rem;left:13.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { width:11.375rem;height:4.4375rem;top:7.75rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { width:9.375rem;height:1.4375rem;top:6rem;left:25.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { width:11.4375rem;height:4.5rem;top:8.5625rem;left:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDxX29yRepayN9TsAThl4FJbTcw7GaH { width:11.5rem;height:1.4375rem;top:6.1875rem;left:36.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { width:11.4375rem;height:2.25rem;top:9.3125rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeHIG8g9GpyU24GLEFyONmidFGLFs0Np { top:0.6875rem;left:39.53125rem;width:4rem;height:4rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9pPwHzXPFXDsTDsLz3oeDT1m81ODfAX { top:0.9375rem;left:27.84375rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDcF6tHfnTd1gVJ3wx2LznfvTcomTM8U { top:1rem;left:15.03125rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDlm3TB2dGfNLPephe0bo5tcsWML9eaJ { top:1.4375rem;left:3.46875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW55JBEmy1JXSA0WP9LiJkNbqbSZFkIG { width:30.0625rem;height:14.8125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW { display:block; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVZTwZCsbzAKupsTTe5VqKxMnUmOSRgX { width:29.5625rem;height:3.625rem;top:1.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSTKSlpRz3UA6IntUMKfdivUiVkBMqF { top:5.25rem;left:19.654297828674rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHWVRwET8fTbL9fgUEifg1QLiD7vUKK { width:17.5rem;height:3.4375rem;top:5.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW19EAz8RTeDPxsyLsJH1ls6OSsBRkX4 { display:block; }
 }@media only screen and (max-width: 763px) { #Khg5XFOer87CtcRHAuB5poLR3FxVRThQ { width:47.75rem;height:10.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is9dUZuhwooxVilGLoSNvL7GqnD3WUfO { width:19.1875rem;height:5.6875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { background-color:rgba(0,0,0,0.57);background-image:url("https://images.assets-landingi.com/Cqv4w2J8/1389533390_660x330.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:45.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PagLtXVuhQqzaU8pEIkAUPWsintdS2cA { width:0.125rem;height:4.0625rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2y0rbCTvL2CCHAaVvMT1gRksgPZwTl9 { width:8.125rem;height:8.125rem;top:8.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zx3N56WUx8k5Td4qJbnIoCOGKFPkKgh8 { width:13.4375rem;height:2.3994125rem;top:11.41157579422rem;left:3.2812500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm6hV2NTLEA7VxzKx7BBNCHVc08rOym0 { width:15.2495625rem;height:12.249375rem;top:5.6315107345581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;color:#000000; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-text {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;color:#000000; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:cairo;height:2.8125rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-select {padding-top: 0; padding-bottom: 0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;height:2.9375rem;line-height:1.2;overflow:hidden;font-size:1.375rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container:first-of-type{padding-top:0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .widget-container:last-of-type{padding-bottom:0;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe  { width:17.6873125rem;height:auto;top:16.439985752106rem;left:0rem; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe {display:block;}#VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe { width:17.6873125rem;height:auto;top:16.439985752106rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #PtrT0XltAV1TcOFldyDpHewNJuG5Tnob {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TlKSCIedRCauCv04Px6u1Lcq1UuqCA7K {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Xv701ouR4OJZbZJesTRo6fbcd5htGkUs {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #kpom6U7XlUpAIUu2i25vfT68mQnEHFBb {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #lO8uBil2czmTyt0vzWGTzFwRpIrf2bUH {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #d4BsBQHABwoqUIvJgefaTks4bTk3LmXs {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #Lc2uQM0V9Ra5q1gU2SEJ782kqBdin6Lf {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #usM8MhVO8O8Ts2EQxO6vIOfxA9IlWnsa {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #cUAzo1dbJskO0SGRnMdJmROhlBuObTup {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #TzcQu2XQETzzmW9lm1w708KtiF89lqdJ {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #NWLax9EIBfOTb9ATU8StFnJWI7rE6rBd {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #pvhWA5EAKiJAmNnTkCeag4z77xzhkVVP {  }
 }@media only screen and (max-width: 763px) { #geDMU3UyREm5MA58l5z7psVgSAVmWOKK { display:block; }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #L5QbIepMDRlmTsXcUbqVBcpipw2arEu6 {  }
 }@media only screen and (max-width: 763px) { #VrapU5b7gOTmVC04CmDHzIiwP2HmhOWe #BmtaE8VDAhZnGdEE8WPMHBMkLKc0zAkz {  }
 }@media only screen and (max-width: 763px) { #C6xJIe7fdVqOmepsrAabfoH4dDEPTyWx { width:18.8725rem;height:3.4746125rem;top:14.401632785797rem;left:0.56285506486893rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:1.625rem;top:2.46875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:5.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u { display:block; }#mX51w6C0HNIcJhJyfKohBzDSuCR5Ie9u > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDqBbLnTOTs9lkid6S5nP9furZE8vkAx { width:9.8125rem;height:1.29980625rem;top:4.1240234375rem;left:5.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXudDT8CdmDL5w7bamdvQT3tuWD7XegT { width:14.8125rem;height:1.29980625rem;top:7.0615234375rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV5wqh0PMEGETAeihTV6O29uoSCLJXak { width:6.624rem;height:1.94921875rem;top:10.2265625rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i65sZKEXB5i7zXakeGrrZSZPpuUGQWgB { width:9rem;height:2.5996125rem;top:9.900390625rem;left:9.998046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XvgzQugOV5cL3ZC332CFixdHxwduTP { width:10.625rem;height:3.75rem;top:45.998752593994rem;left:4.6866121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #kq2ovO4WUBDMZhDV2vWv9ayUyQgQdVU8 { display:block; }
 }@media only screen and (max-width: 763px) { #dZq2S6s0aLbELpynzwm5hWaOWa0wCqrq { width:9.4375rem;height:1.8681625rem;top:0.4375rem;left:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZGf68QvrCWTXgFMwOvDSzlAOF1KpFp { width:20rem;height:2.3117875rem;top:77.686414718625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WbcsinO2rS3kc7qwsFVAo2KoTPek0o52 { width:20rem;height:2.3117875rem;top:36.285510063171rem;left:0rem;z-index:100000;background-color:#a9ceec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #BdGw74eunnW1X23aUdK2I1H37c1Ge7zH { width:20rem;height:2.31228125rem;top:0.63802051544187rem;left:0rem;z-index:100001;background-color:#a9ceec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gAnqs2qkhxGulAxqpzcLiXqwShaiuhck { width:6.6875rem;height:1.54385625rem;top:15.0615234375rem;left:6.65625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8XW5z4EJdTiTESRPLEBMMC3z7A2HdI4 { width:18.9355625rem;height:1.29980625rem;top:18.1220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbbOXAzV6Uoq8PUNUVFpaQCdTn5uRVPt { width:8.3125rem;height:2.5996125rem;top:21.4365234375rem;left:9.998046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucos4E0yKspoWxPxhQIwtBpSUm553V8r { width:6.3115rem;height:1.94921875rem;top:21.7626953125rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoUgClFfJ2DcSQM6gMon64xk2JMxJaJ { width:20rem;height:2.875rem;top:-0.02609920501709rem;left:0rem;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #paNqhSTZrnsRaQ7ga8EnizsK2RSimKCb { width:9.375rem;height:0.0625rem;top:63.366479873656rem;left:5.3116121888161rem;display:none; }
 }@media only screen and (max-width: 763px) { #xUNG5XULT9PSI52tkEHPawoKrBggaHtG { width:10.625rem;height:3.75rem;top:17.5rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SceROuKUq0aBwmfzQ7qM5IiHfmLLdeup { display:block; }
 }@media only screen and (max-width: 763px) { #OFyykgKzPJDZiKOwk51vFtJutcpkOytu { width:9.0625rem;height:1.8681625rem;top:32.1572265625rem;left:7.810546875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsK8BTZp24ynJizwWvsJAbiD5MASTC9f { width:16.25rem;height:1.54385625rem;top:35.9404296875rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0L8hiwX5fn3HN01qwke57cCgCGISQER { width:7.0625rem;height:1.94921875rem;top:42.3818359375rem;left:0.9677734375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6JBI7zFFT8A9r9f1ApSkm9167J2q0OC { width:9.1875rem;height:2.5996125rem;top:42.056640625rem;left:9.904296875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhkAShtfoIZaH7fNbMd6LVgS8yDOsT9T { width:10.625rem;height:3.75rem;top:17.5rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPXCrhweiL2KufHcObXoOhKz5gsmJDQx { display:block; }
 }@media only screen and (max-width: 763px) { #El4t4dAdIfJaQcp9V7PtEVhppwATC3To { width:10.625rem;height:3.75rem;top:26.1865234375rem;left:4.6875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #gMKWr0TlcDHbpHnaKV1xxEK3iOgTWCxR { display:block; }
 }@media only screen and (max-width: 763px) { #WenPN2ZRFfPXsknX0M3TL3ilqXScT2Lu { width:20rem;height:2.6875rem;top:31.7470703125rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #AsUZo7stpGTNhlugnN9Qq7tXTUSlLivD { width:10.625rem;height:3.75rem;top:47.0625rem;left:4.6875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #FJaosF0Z35Eawxi1vH5aKnoh2VsdJrhI { display:block; }
 }@media only screen and (max-width: 763px) { #QfsUUHSnkTFIoSA8bAUKmMKN0BfkUWkh { width:9.375rem;height:0.12429rem;top:53.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGRw6z1oaocBpwKiupKQvb7ZyrzKBGzM { width:12.75rem;height:1.29980625rem;top:54.68652375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSqoPrQpmBlTHTXEZnX6QrOd26EgJ0ry { width:7.0625rem;height:1.94921875rem;top:58.1669921875rem;left:2.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuGTgkscqaEVKUgaSTzJ8qE7XPnTm80i { width:9.1875rem;height:2.5996125rem;top:60.67871125rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVlorftktF0sETaMMRe7gBWaf5aZq8Qu { width:10.625rem;height:3.75rem;top:35.625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lz16UzkV5u2g4IngJ1KGFLzotM0pqIOn { display:block; }
 }@media only screen and (max-width: 763px) { #q59s3mx3dsOzBEB57SDzs0sm3RLlNWMG { width:12.75rem;height:1.29980625rem;top:64.52832375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1cE28nwN4KWUtlX3ZF3qsaLxmU10pnW { width:7.0625rem;height:1.94921875rem;top:67.578125rem;left:2.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8Rr9aubvg2cxfNUrWRJdB6qcbeRdTAr { width:9.1875rem;height:2.5996125rem;top:70.27734875rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV2DO2bJirN5s4AISkxg2NHPsQeLuyw5 { width:10.625rem;height:3.75rem;top:48.375rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JO5XRbbvTUQzZrGA882AGHSedJQoFEmF { display:block; }
 }@media only screen and (max-width: 763px) { #ZyfGf53MZNcD0q1T23FVPMktQzSv7ieZ { width:9.375rem;height:0.0625rem;top:74.12695625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTEVEdc9B6D6oTPTeZfbX5lfvhaIav9O { width:9.375rem;height:0.0625rem;top:74.751953125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq { display:block; }#cI4xTrs4yVCkfwiaI2G08SyC8xWtO5eq > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpSzngzmTePN5ONS6k6ZZm6fhN81VQTZ { width:14.8125rem;height:3.8994125rem;top:7.5rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhJRALBmQqNSWTxamSKsxkno6g82BhD { width:17.6875rem;height:1.29980625rem;top:5.0244140625rem;left:1.15625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HhfBrwKRAPgUt8dt3hudat8FaMTFp6lT { width:6.375rem;height:1.94921875rem;top:13.875rem;left:2.59375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsTSC3MEcmGmuFWqJFayskk8hf27eEpT { width:8.125rem;height:2.5996125rem;top:13.548828125rem;left:10.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhpCTSWxTvxpAHMqQunh8QgzIVVWy8HM { width:9.437125rem;height:1.8681625rem;top:1.375rem;left:5.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOcyB5ie5pvtvTWCZO0pTHVbDarMiRCX { width:9.375rem;height:0.125rem;top:18.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNFXl5y0NGJmAaKO8v2BE52deS5VhZOM { width:20rem;height:2.3125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOMh4Gdv1va7DLXJcAGTDB7HVr7pCv1q { width:8.9375rem;height:1.7871125rem;top:41.5625rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLc2XcUhrgaia7haeF87bw4f1dTxwKWC { width:16.25rem;height:3.0859375rem;top:46.75rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uOpaQ4vZN4QpmKRDTNkOurfUVT1Ocwss { width:17.1875rem;height:1.0556625rem;top:49.8359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzfQP82EaZt56vQhpOh4pgC3Tvpoh1XO { width:9.25rem;height:2.5996125rem;top:53rem;left:9.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd4aCuR7Tx22BzCEbmBroMt8zTU95d7Q { width:7.125rem;height:1.8681625rem;top:53.3662109375rem;left:1.15625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuv9rbhhBoMNdT7pZW7tgDJoievbb9t { width:10.625rem;height:3.75rem;top:168.375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlzEQVB2U0eso1ePWhzhtdhSHmBytMCr { display:block; }
 }@media only screen and (max-width: 763px) { #IXLzCHcTHiMe3dompRzTLVKVOhKzXHri { width:10.625rem;height:3.75rem;top:128.96253469238rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhZetTbxNTQSCvEFAfPchcrbpTVSl3SK { display:block; }
 }@media only screen and (max-width: 763px) { #yxbgZxfkps6ewo5moyUkCbdWOQXsDSUI { width:13.8105625rem;height:1.8681625rem;top:79.3125rem;left:3.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJrGNXf783Ocasu7fCPZvTafchiTlq0H { width:20rem;height:2.6875rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylFGdDS2eVbpmnEIk9dRBhHKPgOCSFWT { width:20rem;height:2.6875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg5SOo2e9m68qyFebCm4n48eiruqrUVZ { width:12.6873125rem;height:1.54385625rem;top:21.1860704422rem;left:5.4989343285561rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXWml6cxAs7iAdXvH70EcARpNqWsIhVM { width:6.8119375rem;height:1.21875rem;top:24.374111652374rem;left:7.7485795617106rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tda6k5k9IrfQvTHTQPnDR3B8HrppEldA { width:8rem;height:2.5996125rem;top:27.8125rem;left:10.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #miHGdKLfoAkt86oXvfqShdlNVzImJdsd { width:5.875rem;height:1.94921875rem;top:28.125rem;left:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzZpNDoabmwKs5E72ok7WwkKMAvkTfD { width:9.375rem;height:0.125rem;top:35.5625rem;left:5.71875rem;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #Be7StsqtyEWg0DJ9rv6q4SLlDuAKTKiA { width:9.375rem;height:0.125rem;top:28.5625rem;left:4.6875rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #eUFloXMxpypFocSsgNREA211IV4ZezWM { width:9.375rem;height:0.125rem;top:40.1875rem;left:5.3125rem;z-index:100009;display:none; }
 }@media only screen and (max-width: 763px) { #qa44BevaKr9t0wgQT61m6NlutRPOOHbA { width:10.625rem;height:3.75rem;top:33.3115234375rem;left:4.6875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #b9uApAzMVvTdgbu8Dbm5VA8yRpowtFRH { display:block; }
 }@media only screen and (max-width: 763px) { #O67tThfLzBbPx1MAbMOtnUFvJHrSQ3E5 { width:10.625rem;height:3.75rem;top:57.4990234375rem;left:4.123046875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #WsH5UOkEEKnzDhE6QhTWkDSeoPEp79TH { display:block; }
 }@media only screen and (max-width: 763px) { #CJaaVP5FXf8E3ynwq5WMOTvqMQRMzHot { width:9.375rem;height:0.125rem;top:72.4375rem;left:3.4375rem;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #cK1RK7DT9u6TbnLCDfHMJwhrvCqd3Hfw { width:10.625rem;height:3.75rem;top:73.375rem;left:4.123046875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #RHOOcRcKRvQ4sxt69lxAhJJxiSOsoyfX { display:block; }
 }@media only screen and (max-width: 763px) { #bUrlRNnuF2XOlToum6TiBtwXHLSDlWfz { width:10.625rem;height:3.75rem;top:143.0625rem;left:5.1875rem;z-index:100004;display:none; }
 }@media only screen and (max-width: 763px) { #cwXacEM26EBWwXtT80v4b2zS9yI3sJiM { display:block; }
 }@media only screen and (max-width: 763px) { #PvzI90PEs67euSyMEq0zriufXJbe7PVD { width:1.8125rem;height:1.4619125rem;top:49.6328125rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAMAtwW4EAkKBkT8RmEivclQThPn7fJp { width:16.25rem;height:1.54385625rem;top:64.0625rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQFBQzXB90b3PhgaFF1zPMuROPeaAAkE { width:9.1875rem;height:2.5996125rem;top:68.5625rem;left:9.71875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK09ArnwhVVNhPUzgwR8z2Pr6yuVN3dr { width:8.25rem;height:1.94921875rem;top:68.8876953125rem;left:1.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdxdM0K1ZLVvvAq6nUIrgrD2vLJ4zxB0 { width:10.625rem;height:3.75rem;top:37.5625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mikdQF9hIx0xUe3IymGXmp4VbFUxd0w9 { display:block; }
 }@media only screen and (max-width: 763px) { #bu0qGKQ0naZCeIdcMgKp8DWPLOOBcWNM { width:11.625rem;height:3.0859375rem;top:83.25rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EtVIBKEr8WLcd4mP5S4FC2IttLQCKdCs { width:14.75rem;height:1.21875rem;top:87.4375rem;left:1.15625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #prn0wGbcyRgWEqn3VcwHQnodxmLNkW1H { width:1.625rem;height:1.4619125rem;top:87.31640625rem;left:15.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgd1as8fV7ImVD69EtdIGXA3s5HCIi6P { width:9.5rem;height:2.5996125rem;top:91.5625rem;left:9.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVt3TrM2fTLq43M0sIyWl9LpdHC3y13a { width:7.8125rem;height:1.94921875rem;top:91.8876953125rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzkMfWKeqgPG2QuDCOTwbWqQuof38A62 { width:9.375rem;height:0.0625rem;top:136.189453125rem;left:3.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e0S7AaltcWa3B3mwz4f5BpUhH4gb2rey { width:11.625rem;height:3.0859375rem;top:102.375rem;left:4.1875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQwrkfSrRCOu0xvyyTzSE1tFUf2xxTQJ { width:6.125rem;height:1.29980625rem;top:106.6875rem;left:6.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zumXH4AbLeOvTgFPWcr6p3VX4qsdPIK5 { width:1.4375rem;height:1.4619125rem;top:106.58203125rem;left:13.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exmERc6vfKlNQng135BOK4mii29JaC3E { width:9.5rem;height:2.5996125rem;top:110.1748046875rem;left:9.40625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uV4hvZ0Nvmc0b0guXIQU8tFWug73UOig { width:7.8125rem;height:1.94921875rem;top:110.5rem;left:0.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1c8HDEdCxQEomWnKRflnETi6GBZSZD3 { width:10.625rem;height:3.75rem;top:37.5625rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT7yr7mlv5m82IDJk78FsOkZmxLR4eAe { display:block; }
 }@media only screen and (max-width: 763px) { #TGwtTga1DNkhcPmkPJMgZ61IPJmTEgW8 { width:9.375rem;height:0.0625rem;top:185.42090625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNTuRxx2bMRQGohfQryydl2hkHS9W10T { width:10.625rem;height:3.75rem;top:96.1875rem;left:4.6875rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #p0QOGAwEIbBBZnyhfB3hB5iFgeTli0ZG { display:block; }
 }@media only screen and (max-width: 763px) { #HFeAtrJBd7qp7UzpPXQ8hScGXEKlzTKv { width:10.625rem;height:3.75rem;top:115.6875rem;left:4.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #TAa1ShzCTTk3vUxchxDmAHuACwC7qgps { display:block; }
 }@media only screen and (max-width: 763px) { #exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { background-color: transparent; background-image: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row > .video-iframe-container { display: none; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .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); }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { border-width: 0; border-radius: 0; }#exWqmKzFMr4FX5JdvNCoTUJuinsh7WfL > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDzkosivUmPK0fS7r3RCFxo1qblmSOhz { width:9.375rem;height:0.125rem;top:4.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI57oAZz1Tw4ZGotuI7VPavAWz8485iv { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1nxysnMuNrNIBDkayA4ARi3f1OGfMSS { width:20rem;height:2.0317375rem;top:5.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR { display:block; }#CDRrSixsCc5L2K6eVmlzAH1dpB7Qz7TR > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5HC7mzitBSnneL06qKAq97Vb7u0ZRxb { width:15rem;height:13.125rem;top:15.061853408814rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5abqxDcWyyX1pWhZoiZRBIFRETMD5Z { width:15rem;height:13.125rem;top:30rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9kE9l746rHWQbchJQ9eKxTQ5WPlL9UI { width:15rem;height:10.9375rem;top:44.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkQxMp3IcTZk0ZmqBC4mi5gaXic7wi4A { width:4.375rem;height:4.375rem;top:44.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnthO3yvffDHtc1wwHWGWK6hnNEeQty { width:4.375rem;height:4.375rem;top:2rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPmlWK6nDrCFw4zI9WLlESehe6N5fitc { width:4.375rem;height:4.375rem;top:16.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKZyuDSHPOiBMnUuaaWmHNhSRCS4sy5V { width:4.375rem;height:4.375rem;top:30.875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEOw5UTzgezXQvn1P0IIrPZ1GF7fnup2 { width:10.6875rem;height:1.4619125rem;top:49.8125rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLTu8HQ7BIegTAJzqiMZnuqdeyqBcOAR { width:13.125rem;height:2.2734375rem;top:51.875rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSWTr76qxvnaND3ArKLPt3T4UOtVKHvL { width:9.5rem;height:1.4619125rem;top:35.84375rem;left:5.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfSOuAmex2SbpVR3nTlhTo2Cfz0GnOzP { width:13.125rem;height:4.546875rem;top:37.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVr1gaV28WbGf7Tz22rJVV2sxzzPZ6I4 { width:9.4375rem;height:1.4619125rem;top:21.5625rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Air2ZqIDC2VAm8MVOB2LgBL95g3ZWe9o { width:13.75rem;height:3.41015625rem;top:23.625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDxX29yRepayN9TsAThl4FJbTcw7GaH { width:11.5rem;height:1.4619125rem;top:7.09375rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyzMZi07hu3xhhhnEZTOTO5wZZu5NkyT { width:13.0625rem;height:3.47265625rem;top:9.625rem;left:3.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeHIG8g9GpyU24GLEFyONmidFGLFs0Np { width:4rem;height:4rem;top:2.1875rem;left:8rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9pPwHzXPFXDsTDsLz3oeDT1m81ODfAX { width:3.625rem;height:3.625rem;top:16.625rem;left:8.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDcF6tHfnTd1gVJ3wx2LznfvTcomTM8U { width:3.6875rem;height:3.6875rem;top:31.1875rem;left:8.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDlm3TB2dGfNLPephe0bo5tcsWML9eaJ { width:3.125rem;height:3.125rem;top:45.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW55JBEmy1JXSA0WP9LiJkNbqbSZFkIG { width:15rem;height:13.125rem;top:1.2586806118488rem;left:2.5000000596046rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW { display:block; }#Jq5zKV7f48P5yHHRNd42zZi5tQG7FkwW > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVZTwZCsbzAKupsTTe5VqKxMnUmOSRgX { width:20rem;height:2.5996125rem;top:1.8723363876343rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytSTKSlpRz3UA6IntUMKfdivUiVkBMqF { width:3.4375rem;height:3.4375rem;top:5.2485799789429rem;left:4.0607243180275rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwHWVRwET8fTbL9fgUEifg1QLiD7vUKK { width:11.8119375rem;height:2.374825rem;top:5.7794742584229rem;left:4.9991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW19EAz8RTeDPxsyLsJH1ls6OSsBRkX4 { display:block; }
 }@media only screen and (max-width: 763px) { #Khg5XFOer87CtcRHAuB5poLR3FxVRThQ { width:20rem;height:8.6869375rem;top:1.0280542373657rem;left:0rem;display:block; }
 }