.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;
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container { background-color: transparent; background-image: none; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container > .video-iframe-container { display: none; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row > .video-iframe-container { display: none; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .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); }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container { border-width: 0; border-radius: 0; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#saKAWUI75PXhgvIMmhHrWRp24wAMSlaJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZQfKkLXCRTKoKIsXp01Q2yTdgxymKI5E { background-color:#50c8e8;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.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.1875rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:1.0625rem;left:49.249219894409rem;display:block; }
#QOf4syIs1v0trxkQMkysSlKqgtsXQLWJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qSQIFlW9fxh16U9a29lhtElaQTMD64Bq { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:2.375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:0.96875rem;left:42.187501907349rem;display:block; }
#wHswcnvT4Wv6GZUC6zKMCImQqsfPXpZx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XRKTlwslGOHvt3GOQin5QIu8s1LGIGEn { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:2.375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:1rem;left:38.375rem;display:block; }
#TwVGWHTxm0T0FQT3AuCK7FX2O8NnwAno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uu4HXvZsTQGovuKMR1IX7aVuA922Lbd8 { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:1rem;left:32.3125rem;display:block; }
#H2qH8k3LTnB6bNxt71HLP7SqfT9GV1Le { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LXDBtiObxnAnh7iCfMu7riuclrXvFDpW { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.3125rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:1rem;left:28.3125rem;display:block; }
#TE3CAXAee4zAqePW28moTUB7rEudxS0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TZ52AOFRii227TeKb9gvwLCBg6U1Dppx { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:2.375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:1rem;left:24.25rem;display:block; }
#AZwgc53Kg8Tfs2gs7DwFcRFgNMIPJUQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gWO30E5yhuAbXFepXZgoDE7P2Kf1tZnJ { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:2.375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1rem;left:20.8125rem;display:block; }
#N0cJLT1bi8uGpBnSXZJ8wufdu8cGFVfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfR2H5aporJbkwl9n8Ws4Dh2vmuJhXu3 { background-color:rgba(0,0,0,0);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;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:#6a737b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:2.3125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:1rem;left:14.5625rem;display:block; }
#XEOcx0RfMuT3nQuOuVXiPnWFsTcIuzbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:rgba(5,5,5,0.68);background-image:url("https://images.assets-landingi.com/rMd67fM3/porbahatter.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla.adaptive-delivery-prevent-bg, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyload, #TumlXP4MMA6arvszvbJlKaargqOaWwla.lazyloading { background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { border-width: 0; border-radius: 0; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:60rem;height:39.3125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { box-sizing:content-box;color:#8dc63f;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:29.125rem;left:17.21875rem;display:block; }
#osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { box-sizing:content-box;color:#ffffff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:32.8125rem;left:3.125rem;display:block; }
#KTV4ounFtTQvSdZaW0QaLEFn9oqctE5q { color:#65696a;display:block;width:35.9375rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:5.5625rem;left:1.125rem;height:7.474625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-form-header {  }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:20.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.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:20.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .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.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#50c8e8;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:20.0625rem;height:3.4375rem;font-family:ubuntu;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:18.875rem;overflow:hidden;font-style:normal; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-container:first-of-type{padding-top:0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-container:last-of-type{padding-bottom:0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.9375rem;top:3.3740234375rem;z-index:100012;position:absolute; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.0625rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG {display:block;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.9375rem;top:3.3740234375rem;z-index:100012;position:absolute; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dATtJhs4Pnccupz3RqHdgZfJrEQpufT6 { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #RbPvgWWhoP6PGwBMC6si3Unwlmc3qKNx { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #nQfxwQCQhHUrJrCOkXVLnCdoKfpSoLrT { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #e37ya2ZkRUs02TgHXMU12BmAwhPxSVmr { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #duvFkHQlmW8UK439mpX5DpAmHdJ8T5hx { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #OBXrM9Lk0oHR6zLXgD9beQhzSQvRlKxe { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #uekZhC3q0tcXZiOQIR29As6ZlgkksN0p { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #yEvTwu0ThfsRkgo6KTBU7Fqly5Xzoz95 { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #v05Qt3E580m1F3Xg6JXeHas7KeGavAgD { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bnwZfn29yTLF3OwZrQL5kVEXdrVFPiIZ { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #TQarxJDbKOb3QG94aFrIJiVwWxdNdzlZ { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #w8N3xQ8y1dFQTToHC06CsiTgJxKAzvmp { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dVMAxy1u3JLIC23C6MMpTy0KWGXQO5XU { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #aJcJszx77P0RTLZqnTBXGvDaTgpo5UHw { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #cSizWaLH4kfOaQslnCQ8OS8IdnFkvUGv { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #FANdnwGAMzX0MhMSUmn0CEaNTmP12y7u { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #VBXsTvWGwI33LPSQCieUTPy1LyTwvy7X { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bAsvQTxpg4ECO77BrClLqOlQ3T1o6ewk { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #y1yIIisW3TH8xieLvKm4IuWTCNgLNpes { position:relative; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #g1pXeFPxiR99bU2VTLM6peH05eKAA3AL { position:relative; }
#bI9CknQAiuhLscJkowmXMm38ni3TyNhS { color:#65696a;display:block;width:33.8745rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:17.235107421875rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfh0KaIyHgZQbRQP2emrumPXrLNwko3r { color:#65696a;display:block;width:28.374rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:23.0615234375rem;left:3.125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;background-image:url("https://images.assets-landingi.com/u5w3hIxn/K_perny_fot_2019_07_18_12.07.56.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD.adaptive-delivery-prevent-bg, #ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD.lazyload, #ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD.lazyloading { background-image: none; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container { background-color: transparent; background-image: none; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container > .video-iframe-container { display: none; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row > .video-iframe-container { display: none; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .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); }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container { border-width: 0; border-radius: 0; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:60rem;position:relative;display:block; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 { position:relative;display:block; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 { background-color: transparent; background-image: none; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row .container > .video-iframe-container { display: none; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row > .video-iframe-container { display: none; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .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); }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 { border-width: 0; border-radius: 0; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#iCd2gMm0SwMZIrysVtB7dQxFkVG6yUAO { color:#50c8e8;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.967529296875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KzqTkxUQwE1f3A4mWKLa5buxNC4ZoiIQ { color:#000000;display:block;width:44.4995rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:6.436767578125rem;left:7.71728515625rem;height:23.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe { position:relative;display:block; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe { background-color: transparent; background-image: none; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row .container > .video-iframe-container { display: none; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row > .video-iframe-container { display: none; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .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); }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe { border-width: 0; border-radius: 0; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #0e9ae5;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#JNzcmiiSF0fNfzmrEaGT557frvOARrD9 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:17.875rem;width:28.5625rem;top:4.19921875rem;left:0.6875rem;overflow:hidden;display:block; }
#J7fC31ILBrvfTFDi1yDSG1svyPJbvxO0 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:7.1240234375rem;left:31.7490234375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0Fc0C43wdE6sbG967blrTAkNtv5JJ7G { color:#000000;display:block;width:27.9980625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:12.49755859375rem;left:31.810302734375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tsx8BdnMorJQCJeuXUTGH10AZwCPfhGv { color:#50c8e8;display:block;width:12.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:0.8125rem;left:30.5rem;height:2.199225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tbh22mTtQ3kMH7HDb3Hd5nC9DZgTOQNV { color:#000000;display:block;width:13rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:31.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GT4MW7ZIV0LX5weyAz0Wrdk6Faie3spT { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxxFCwKeL5ncvLNqkAkEe8iaINhVsp3D { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23.1875rem;left:35.5rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXBG00ZVab329NCyMu2TobSsIKPG7tBy { color:#000000;display:block;width:22.6233125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:5.9521484375rem;left:31.529541015625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdzWhoxka9Uf7KUQ65BvS9xot0Qk8oHS { color:#000000;display:block;width:27.9980625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:11.32568359375rem;left:32.000732421875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RCEwQSW5GID5pvBi5piTc3tG1hNkS8tt { color:#000000;display:block;width:12.99925rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.999267578125rem;left:31.4990234375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I9GuDkCEBvqoGNqnlySVyBpKMwVkX9kb { color:#000000;display:block;width:6.75rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:31.74843788147rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uIxM0wBTlr8ozD8hJJZFTei0tO5DpeRk { color:#000000;display:block;width:20.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:20.387500762939rem;left:31.74843788147rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N { position:relative;display:block; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N { background-color: transparent; background-image: none; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row .container > .video-iframe-container { display: none; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row > .video-iframe-container { display: none; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .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); }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N { border-width: 0; border-radius: 0; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#l4t069eqH6CKhclwlccB9KxaSEJiFTs1 { color:#50c8e8;display:block;width:29.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:0.4375rem;left:0.625rem;height:2.199225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nTlZBFTBMgS4HQFl6UJTo0WAT3WX0E8b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:2rem;left:1.6875rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mkO7lh3ZUswk1PqsNEyni6yqyZCrvDDB { position:absolute;display:block;z-index:100007;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.4375rem;left:14.5rem;display:block; }
#sGNhphJqICRIXfW7oQeqzWsoAOtTZ1nc { position:absolute;display:block;z-index:100008;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.4375rem;left:16.25rem;display:block; }
#tS4TOEWF68LfMfuaqccPz2sWz1T0daaN { position:absolute;display:block;z-index:100009;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.4375rem;left:18rem;display:block; }
#GS6k9gzTXhe9OprHvbuIxfgg2zP4Kkf7 { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.4375rem;left:19.75rem;display:block; }
#zmSAqlWsnsrZFIIp0TpPC5q54Emhfxgn { position:absolute;display:block;z-index:100011;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.4375rem;left:21.5rem;display:block; }
#qrtWCzWQaO1EiGC3Hoaq6LtPHBxl7N2D { position:absolute;display:block;z-index:100008;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.625rem;left:14.5rem;display:block; }
#K9EJqRmpTnV2g1CDTOB88TlMQi3UGh2H { position:absolute;display:block;z-index:100009;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.625rem;left:16.25rem;display:block; }
#UUEGPnArXtfNmT1aZUg6zIEr5R7WJg2d { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.625rem;left:18rem;display:block; }
#o8V4zSQzNwaATHUwOxEHmRxg8TdwPy2T { position:absolute;display:block;z-index:100011;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.625rem;left:19.75rem;display:block; }
#htw2AE3rnfzIfVafz9Gng5BvXAX3Mrfu { position:absolute;display:block;z-index:100012;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.625rem;left:21.5rem;display:block; }
#TJ6NZTg4HPHJkofERlvLPT0dzWvITem9 { position:absolute;display:block;z-index:100009;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.8125rem;left:14.5rem;display:block; }
#OuEI02Ud9ri7HrKq2eZQvsQKJUH5kGaZ { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.8125rem;left:16.25rem;display:block; }
#ucaCTTrbHALIgzQyx121r1N5BcRakK5e { position:absolute;display:block;z-index:100011;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.8125rem;left:18rem;display:block; }
#anAMhDKgL95m0LxzHRuPdX2dvT0HnI4R { position:absolute;display:block;z-index:100013;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.8125rem;left:19.75rem;display:block; }
#qSzUTZa2ATEgGnN4BZvT78uysDXqcHts { position:absolute;display:block;z-index:100013;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.8125rem;left:21.5rem;display:block; }
#Oq5uzMTsMhiQ4kEUs0XET24ImBCinNQB { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:2rem;left:30.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9zErWe1rwvw6K0HwLMr3yXev2N4yeLI { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:7rem;left:14.5rem;display:block; }
#REDSeqZvelNTwchdfOmwrgT9KFL0RzkK { position:absolute;display:block;z-index:100011;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:7rem;left:16.25rem;display:block; }
#KeyPDmzTOE9Ott4r9qUds5lQS1KGnycc { position:absolute;display:block;z-index:100014;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:7rem;left:18rem;display:block; }
#J24liIh77WNcc1NTdyPlt3wCo9t4d467 { position:absolute;display:block;z-index:100014;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:7rem;left:19.75rem;display:block; }
#BeedfXXUAXWw5QyZZFcTrKQFKvvCW2sO { position:absolute;display:block;z-index:100014;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:7rem;left:21.5rem;display:block; }
#H7N0Adl7oVbdXwPKHyDt1BLHxQLiDOBQ { position:absolute;display:block;z-index:100008;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.5rem;left:43.5rem;display:block; }
#bftfvqnZm8gMVURUPfx9wiGJJKvQrv3I { position:absolute;display:block;z-index:100009;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.5rem;left:45.25rem;display:block; }
#bH085lapIr6cbXSbi5CQ8EobGWB443dx { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.5rem;left:47rem;display:block; }
#ONOPsFeDhWrU4n44Wvo8gfTmS1NqGBpq { position:absolute;display:block;z-index:100015;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.5rem;left:48.6875rem;display:block; }
#Nsyq61RFiBaSka1elTdF24ALpz6Sg6sG { position:absolute;display:block;z-index:100016;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:3.5rem;left:50.375rem;display:block; }
#BvFKZIpKA0XTOnQy6sbTpr3ZC4QcafT1 { position:absolute;display:block;z-index:100009;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.6875rem;left:43.5rem;display:block; }
#RPtOUVmrzsN9vO0UUUU4sbKyHPGOGPLi { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.6875rem;left:45.25rem;display:block; }
#Iq9ZKUq5qRPM9FSsdd9cdLT9Wcuny2tJ { position:absolute;display:block;z-index:100016;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.6875rem;left:47rem;display:block; }
#ZbEqaJPMtne48zForRJmAW3r01S46N0Z { position:absolute;display:block;z-index:100016;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.6875rem;left:48.6875rem;display:block; }
#XQxkp8nXZoppqn7quJm8yFkT9lfqU4Sm { position:absolute;display:block;z-index:100017;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:4.6875rem;left:50.375rem;display:block; }
#kRJn0RLDbEdzkeCrXEFpdk2gNQLfd4V8 { position:absolute;display:block;z-index:100010;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.875rem;left:43.5rem;display:block; }
#ZcRJzdkls1lhz2yg66s4G2lWmd46dv8F { position:absolute;display:block;z-index:100011;background-color:#8dc63f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.875rem;left:45.25rem;display:block; }
#Q3fgXkpTqrXhBrBefPCugOQ0ZBQhDEy6 { position:absolute;display:block;z-index:100017;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.875rem;left:47rem;display:block; }
#gNgvWorJNTnWaHH3s5VWWShkHWeHRG9C { position:absolute;display:block;z-index:100017;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.875rem;left:48.6875rem;display:block; }
#FDhGL4my0LeMkxJNiUTM8zHz3cM8m7gH { position:absolute;display:block;z-index:100018;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8dc63f;border-left:0.0625rem solid #8dc63f;border-right:0.0625rem solid #8dc63f;border-bottom:0.0625rem solid #8dc63f;height:0.5625rem;width:1.125rem;top:5.875rem;left:50.375rem;display:block; }
#Fq9ifCKmMHCpk8l7P47oogEakNPloXQx { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.03125rem;left:1.6875rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rKEW4pVW6sGyCghcQc5KNxMlbzXdOuLQ { color:#000000;display:block;width:13rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:8.84375rem;left:30.5rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m { position:relative;display:block; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m { background-color: transparent; background-image: none; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row .container > .video-iframe-container { display: none; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row > .video-iframe-container { display: none; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .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); }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m { border-width: 0; border-radius: 0; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row .container { border-top:0.125rem solid #0e9ae5;border-left:0;border-right:0;border-bottom:0.1875rem solid #0e9ae5;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#UCo91BMX3g8VzJyPsNXe7KDSWZM70K5f { color:#50c8e8;display:block;width:29.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:0.5625rem;left:0.625rem;height:2.199225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MmgMpOlnCMNoE24xNi7LWMlw7OxHZyPO { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.03125rem;left:1.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 { position:relative;display:block; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 { background-color: transparent; background-image: none; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row .container > .video-iframe-container { display: none; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row > .video-iframe-container { display: none; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .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); }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 { border-width: 0; border-radius: 0; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.25rem;width:60rem;position:relative;display:block; }#fw6ix3wOtviKIhtSUxPOAGKQvhdHESkZ { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFoWSIKsqJb6Twp8Uk5kb4SgcFwgaBwc { color:#000000;display:block;width:55.68725rem;position:absolute;font-family:exo;font-size:1rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:5.279541015625rem;left:2.154541015625rem;height:18.75390625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#eLDbeTelw3O7QmzgDupiXftUstT1oEJA { position:relative;display:block; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA { background-color: transparent; background-image: none; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row .container > .video-iframe-container { display: none; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row > .video-iframe-container { display: none; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .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); }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA { border-width: 0; border-radius: 0; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .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:21.875rem;width:60rem;position:relative;display:block; }#rR1NJqCyC6b1Hc14vDFFuoMLgCBG5f9s { color:#50c7e8;display:block;width:59.9375rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:13.154296875rem;left:0.02978515625rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ysk5ksskwv9q8vNRS1fUNkbNDAS90Kvv { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.7495125rem;width:17.8125rem;top:4.129638671875rem;left:20.162353515625rem;overflow:hidden;display:block; }
#sSyi171qUcqLBwFGguI90vvdCDzVJgHH { color:#50c7e8;display:block;width:23.0625rem;position:absolute;font-family:roboto;font-size:2.3125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:16.123046875rem;left:36.5rem;height:3.0058625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rm9UrshEMAQfTng1TcTe1QAGqOv9SnRb { position:absolute;display:block;z-index:100016;background-color:#50c8e8;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.1867675rem;width:11.499rem;top:14.6875rem;left:36.68701171875rem;display:block; }
#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1280/pexels-photo-210644.jpeg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.adaptive-delivery-prevent-bg, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyload, #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv.lazyloading { background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,21,0.74); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,21,0.74); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { border-width: 0; border-radius: 0; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:60rem;position:relative;display:block; }#Nctwh7TM8Aw20u9cQ48TucWFSc0cAp8I { z-index:100000;top:6.28125rem;left:16.09375rem;background-color:#2888ab;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.1875rem 0rem #2888ab ;box-sizing:border-box;color:#f8f8f8;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:12.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wv1UbtL4ocLPwwgrefdgcWgva90kzmXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ydcwFZQZe8onvAfytcpfTzxwk5WD1Udo { z-index:100000;top:6.28125rem;left:29.65625rem;background-color:#8dc63f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.1875rem 0rem #8dc63f ;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:16.1875rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kowruAxbVE9gMuMJP4rBl2EGZyFHLGft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet { display:block; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container { width:47.75rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #saKAWUI75PXhgvIMmhHrWRp24wAMSlaJ { width:7.25rem;height:2.5625rem;top:1.0625rem;left:0.87343752384188rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZQfKkLXCRTKoKIsXp01Q2yTdgxymKI5E { width:7.25rem;height:2.1875rem;top:1.28125rem;left:39.750002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #QOf4syIs1v0trxkQMkysSlKqgtsXQLWJ { display:block; }
 }@media only screen and (max-width: 959px) { #qSQIFlW9fxh16U9a29lhtElaQTMD64Bq { width:4.75rem;height:2.3125rem;top:1.21875rem;left:34.000002264976rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wHswcnvT4Wv6GZUC6zKMCImQqsfPXpZx { display:block; }
 }@media only screen and (max-width: 959px) { #XRKTlwslGOHvt3GOQin5QIu8s1LGIGEn { width:2.625rem;height:2.375rem;top:1.1875rem;left:30.625000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TwVGWHTxm0T0FQT3AuCK7FX2O8NnwAno { display:block; }
 }@media only screen and (max-width: 959px) { #Uu4HXvZsTQGovuKMR1IX7aVuA922Lbd8 { width:4.875rem;height:2.25rem;top:1.25rem;left:25.250000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #H2qH8k3LTnB6bNxt71HLP7SqfT9GV1Le { display:block; }
 }@media only screen and (max-width: 959px) { #LXDBtiObxnAnh7iCfMu7riuclrXvFDpW { width:3rem;height:2.375rem;top:1.21875rem;left:22.000000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TE3CAXAee4zAqePW28moTUB7rEudxS0h { display:block; }
 }@media only screen and (max-width: 959px) { #TZ52AOFRii227TeKb9gvwLCBg6U1Dppx { width:3.25rem;height:2.3125rem;top:1.21875rem;left:17.937500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #AZwgc53Kg8Tfs2gs7DwFcRFgNMIPJUQl { display:block; }
 }@media only screen and (max-width: 959px) { #gWO30E5yhuAbXFepXZgoDE7P2Kf1tZnJ { width:2.625rem;height:2.3125rem;top:1.1875rem;left:15.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #N0cJLT1bi8uGpBnSXZJ8wufdu8cGFVfJ { display:block; }
 }@media only screen and (max-width: 959px) { #TfR2H5aporJbkwl9n8Ws4Dh2vmuJhXu3 { width:6.31175rem;height:2.31171875rem;top:1.25rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #XEOcx0RfMuT3nQuOuVXiPnWFsTcIuzbZ { display:block; }
 }@media only screen and (max-width: 959px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:47.75rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:50.7490234375rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.8125rem;height:2.8125rem;top:0rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KTV4ounFtTQvSdZaW0QaLEFn9oqctE5q { width:35.9375rem;height:7.4rem;top:2.0625rem;left:5.90625rem;font-size:2.875rem;color:#50c8e8;display:block; }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-regular-label { width:20.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-textarea { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-button { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG  { width:20.0625rem;height:auto;top:18.3740234375rem;left:12.59375rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .radio-container { width:20.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG {display:block;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG { width:20.0625rem;height:auto;top:18.3740234375rem;left:12.59375rem; }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dATtJhs4Pnccupz3RqHdgZfJrEQpufT6 {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #RbPvgWWhoP6PGwBMC6si3Unwlmc3qKNx {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #nQfxwQCQhHUrJrCOkXVLnCdoKfpSoLrT {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #e37ya2ZkRUs02TgHXMU12BmAwhPxSVmr {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #duvFkHQlmW8UK439mpX5DpAmHdJ8T5hx {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #OBXrM9Lk0oHR6zLXgD9beQhzSQvRlKxe {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #uekZhC3q0tcXZiOQIR29As6ZlgkksN0p {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #yEvTwu0ThfsRkgo6KTBU7Fqly5Xzoz95 {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #v05Qt3E580m1F3Xg6JXeHas7KeGavAgD {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bnwZfn29yTLF3OwZrQL5kVEXdrVFPiIZ {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #TQarxJDbKOb3QG94aFrIJiVwWxdNdzlZ {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #w8N3xQ8y1dFQTToHC06CsiTgJxKAzvmp {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dVMAxy1u3JLIC23C6MMpTy0KWGXQO5XU {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #aJcJszx77P0RTLZqnTBXGvDaTgpo5UHw {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #cSizWaLH4kfOaQslnCQ8OS8IdnFkvUGv {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #FANdnwGAMzX0MhMSUmn0CEaNTmP12y7u {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #VBXsTvWGwI33LPSQCieUTPy1LyTwvy7X {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bAsvQTxpg4ECO77BrClLqOlQ3T1o6ewk {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #y1yIIisW3TH8xieLvKm4IuWTCNgLNpes {  }
 }@media only screen and (max-width: 959px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #g1pXeFPxiR99bU2VTLM6peH05eKAA3AL {  }
 }@media only screen and (max-width: 959px) { #bI9CknQAiuhLscJkowmXMm38ni3TyNhS { width:33.875rem;height:1.95rem;top:12.6875rem;left:6.9375rem;font-size:1.5rem;color:#50c8e8;display:block; }
 }@media only screen and (max-width: 959px) { #rfh0KaIyHgZQbRQP2emrumPXrLNwko3r { width:28.375rem;height:3rem;top:14.625rem;left:9.6875rem;font-size:1.1875rem;color:#50c8e8;display:block; }
 }@media only screen and (max-width: 959px) { #ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD { display:block; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 { display:block; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row .container { width:47.75rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iCd2gMm0SwMZIrysVtB7dQxFkVG6yUAO { width:47.749rem;height:1.6rem;top:1.99951171875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #KzqTkxUQwE1f3A4mWKLa5buxNC4ZoiIQ { width:43.9355625rem;height:22.8rem;top:4.310302734375rem;left:0.810546875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe { display:block; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row .container { width:47.75rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JNzcmiiSF0fNfzmrEaGT557frvOARrD9 { width:22.8125rem;height:14.25rem;top:21.046142578125rem;left:0.52978515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J7fC31ILBrvfTFDi1yDSG1svyPJbvxO0 { width:23.125rem;height:3.6rem;top:27.5rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k0Fc0C43wdE6sbG967blrTAkNtv5JJ7G { width:23.4375rem;height:7.2rem;top:32.8125rem;left:23.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tsx8BdnMorJQCJeuXUTGH10AZwCPfhGv { width:12.8735625rem;height:2.2rem;top:21.046142578125rem;left:23.873291015625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #tbh22mTtQ3kMH7HDb3Hd5nC9DZgTOQNV { width:14.3115rem;height:2.4rem;top:22.4375rem;left:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GT4MW7ZIV0LX5weyAz0Wrdk6Faie3spT { width:6.74925rem;height:1.2rem;top:38.60595703125rem;left:1.123046875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zxxFCwKeL5ncvLNqkAkEe8iaINhVsp3D { width:18.6865rem;height:2.4rem;top:38.60595703125rem;left:6.0302734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXBG00ZVab329NCyMu2TobSsIKPG7tBy { width:22.1875rem;height:1.2rem;top:26.3125rem;left:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GdzWhoxka9Uf7KUQ65BvS9xot0Qk8oHS { width:22.375rem;height:1.2rem;top:31.6875rem;left:24.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RCEwQSW5GID5pvBi5piTc3tG1hNkS8tt { width:13.75rem;height:1.2rem;top:22.6875rem;left:24.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #I9GuDkCEBvqoGNqnlySVyBpKMwVkX9kb { width:6.74925rem;height:1.2rem;top:41.005470657721rem;left:24.312500357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uIxM0wBTlr8ozD8hJJZFTei0tO5DpeRk { width:23.625rem;height:2.4rem;top:42.205471038818rem;left:24.187500357628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oB2PRRMREzsxbuiseWHnC0sJOKzupM0N { display:block; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row .container { width:47.75rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l4t069eqH6CKhclwlccB9KxaSEJiFTs1 { width:29.875rem;height:2.2rem;top:0.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTlZBFTBMgS4HQFl6UJTo0WAT3WX0E8b { width:10.8125rem;height:6rem;top:2.125rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mkO7lh3ZUswk1PqsNEyni6yqyZCrvDDB { width:1.125rem;height:0.5625rem;top:3.5rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sGNhphJqICRIXfW7oQeqzWsoAOtTZ1nc { width:1.125rem;height:0.5625rem;top:3.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tS4TOEWF68LfMfuaqccPz2sWz1T0daaN { width:1.125rem;height:0.5625rem;top:3.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GS6k9gzTXhe9OprHvbuIxfgg2zP4Kkf7 { width:1.125rem;height:0.5625rem;top:3.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #zmSAqlWsnsrZFIIp0TpPC5q54Emhfxgn { width:1.125rem;height:0.5625rem;top:3.5rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #qrtWCzWQaO1EiGC3Hoaq6LtPHBxl7N2D { width:1.125rem;height:0.5625rem;top:4.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #K9EJqRmpTnV2g1CDTOB88TlMQi3UGh2H { width:1.125rem;height:0.5625rem;top:4.6875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UUEGPnArXtfNmT1aZUg6zIEr5R7WJg2d { width:1.125rem;height:0.5625rem;top:4.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #o8V4zSQzNwaATHUwOxEHmRxg8TdwPy2T { width:1.125rem;height:0.5625rem;top:4.6875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #htw2AE3rnfzIfVafz9Gng5BvXAX3Mrfu { width:1.125rem;height:0.5625rem;top:4.6875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TJ6NZTg4HPHJkofERlvLPT0dzWvITem9 { width:1.125rem;height:0.5625rem;top:5.875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OuEI02Ud9ri7HrKq2eZQvsQKJUH5kGaZ { width:1.125rem;height:0.5625rem;top:5.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ucaCTTrbHALIgzQyx121r1N5BcRakK5e { width:1.125rem;height:0.5625rem;top:5.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #anAMhDKgL95m0LxzHRuPdX2dvT0HnI4R { width:1.125rem;height:0.5625rem;top:5.875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #qSzUTZa2ATEgGnN4BZvT78uysDXqcHts { width:1.125rem;height:0.5625rem;top:5.875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Oq5uzMTsMhiQ4kEUs0XET24ImBCinNQB { width:20.9375rem;height:4.8rem;top:2.999267578125rem;left:24.154052734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #C9zErWe1rwvw6K0HwLMr3yXev2N4yeLI { width:1.125rem;height:0.5625rem;top:7.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #REDSeqZvelNTwchdfOmwrgT9KFL0RzkK { width:1.125rem;height:0.5625rem;top:7.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KeyPDmzTOE9Ott4r9qUds5lQS1KGnycc { width:1.125rem;height:0.5625rem;top:7.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #J24liIh77WNcc1NTdyPlt3wCo9t4d467 { width:1.125rem;height:0.5625rem;top:7.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BeedfXXUAXWw5QyZZFcTrKQFKvvCW2sO { width:1.125rem;height:0.5625rem;top:7.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #H7N0Adl7oVbdXwPKHyDt1BLHxQLiDOBQ { width:1.125rem;height:0.5625rem;top:4.1875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bftfvqnZm8gMVURUPfx9wiGJJKvQrv3I { width:1.125rem;height:0.5625rem;top:4.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #bH085lapIr6cbXSbi5CQ8EobGWB443dx { width:1.125rem;height:0.5625rem;top:4.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ONOPsFeDhWrU4n44Wvo8gfTmS1NqGBpq { width:1.125rem;height:0.5625rem;top:4.1875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nsyq61RFiBaSka1elTdF24ALpz6Sg6sG { width:1.125rem;height:0.5625rem;top:4.1875rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BvFKZIpKA0XTOnQy6sbTpr3ZC4QcafT1 { width:1.125rem;height:0.5625rem;top:5.375rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #RPtOUVmrzsN9vO0UUUU4sbKyHPGOGPLi { width:1.125rem;height:0.5625rem;top:5.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iq9ZKUq5qRPM9FSsdd9cdLT9Wcuny2tJ { width:1.125rem;height:0.5625rem;top:5.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZbEqaJPMtne48zForRJmAW3r01S46N0Z { width:1.125rem;height:0.5625rem;top:5.375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XQxkp8nXZoppqn7quJm8yFkT9lfqU4Sm { width:1.125rem;height:0.5625rem;top:5.375rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kRJn0RLDbEdzkeCrXEFpdk2gNQLfd4V8 { width:1.125rem;height:0.5625rem;top:6.5625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZcRJzdkls1lhz2yg66s4G2lWmd46dv8F { width:1.125rem;height:0.5625rem;top:6.5625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #Q3fgXkpTqrXhBrBefPCugOQ0ZBQhDEy6 { width:1.125rem;height:0.5625rem;top:6.5625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #gNgvWorJNTnWaHH3s5VWWShkHWeHRG9C { width:1.125rem;height:0.5625rem;top:6.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FDhGL4my0LeMkxJNiUTM8zHz3cM8m7gH { width:1.125rem;height:0.5625rem;top:6.5625rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fq9ifCKmMHCpk8l7P47oogEakNPloXQx { width:12.8125rem;height:3.6rem;top:8.812255859375rem;left:0.74951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #rKEW4pVW6sGyCghcQc5KNxMlbzXdOuLQ { width:13rem;height:6rem;top:8.8125rem;left:24.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m { display:block; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row .container { width:47.75rem;height:7.3129375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UCo91BMX3g8VzJyPsNXe7KDSWZM70K5f { width:29.875rem;height:2.2rem;top:0.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MmgMpOlnCMNoE24xNi7LWMlw7OxHZyPO { width:16.1875rem;height:4.8rem;top:2rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 { display:block; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row .container { width:47.75rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fw6ix3wOtviKIhtSUxPOAGKQvhdHESkZ { width:47.749rem;height:1.6rem;top:0.5615234375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cFoWSIKsqJb6Twp8Uk5kb4SgcFwgaBwc { width:46.3745rem;height:22.1rem;top:2.811279296875rem;left:0.654296875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLDbeTelw3O7QmzgDupiXftUstT1oEJA { display:block; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rR1NJqCyC6b1Hc14vDFFuoMLgCBG5f9s { width:33.875rem;height:2.35rem;top:12.6875rem;left:6.9375rem;font-size:1.8125rem;color:#50c8e8;display:block; }
 }@media only screen and (max-width: 959px) { #ysk5ksskwv9q8vNRS1fUNkbNDAS90Kvv { width:17.8125rem;height:5.7495125rem;top:4.125rem;left:14.037353515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sSyi171qUcqLBwFGguI90vvdCDzVJgHH { width:17.8125rem;height:2.35rem;top:14.874267578125rem;left:29.375732421875rem;font-size:1.8125rem;color:#50c8e8;display:block; }
 }@media only screen and (max-width: 959px) { #rm9UrshEMAQfTng1TcTe1QAGqOv9SnRb { width:8.0615rem;height:0.3125rem;top:13.702392578125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:rgba(70,177,204,0.9);background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Nctwh7TM8Aw20u9cQ48TucWFSc0cAp8I { top:2.3125rem;left:11.34375rem;width:9.5625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wv1UbtL4ocLPwwgrefdgcWgva90kzmXZ { display:block; }
 }@media only screen and (max-width: 959px) { #ydcwFZQZe8onvAfytcpfTzxwk5WD1Udo { top:2.21875rem;left:22.4375rem;width:13.5625rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #kowruAxbVE9gMuMJP4rBl2EGZyFHLGft { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet { display:block; }#FpGZ7VzAixSKcOFi2ZJ48TCR4J9zDoet > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saKAWUI75PXhgvIMmhHrWRp24wAMSlaJ { width:5.875rem;height:2.0625rem;top:1.0570312738419rem;left:7.0624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfKkLXCRTKoKIsXp01Q2yTdgxymKI5E { width:8.6875rem;height:2.1875rem;top:21.625rem;left:5.6562498807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #QOf4syIs1v0trxkQMkysSlKqgtsXQLWJ { display:block; }
 }@media only screen and (max-width: 763px) { #qSQIFlW9fxh16U9a29lhtElaQTMD64Bq { width:4.5625rem;height:2.375rem;top:15.875rem;left:7.7187503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHswcnvT4Wv6GZUC6zKMCImQqsfPXpZx { display:block; }
 }@media only screen and (max-width: 763px) { #XRKTlwslGOHvt3GOQin5QIu8s1LGIGEn { width:7.5rem;height:1.5rem;top:5.9375rem;left:6.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwVGWHTxm0T0FQT3AuCK7FX2O8NnwAno { display:block; }
 }@media only screen and (max-width: 763px) { #Uu4HXvZsTQGovuKMR1IX7aVuA922Lbd8 { width:7.5rem;height:1.5rem;top:9.75rem;left:6.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2qH8k3LTnB6bNxt71HLP7SqfT9GV1Le { display:block; }
 }@media only screen and (max-width: 763px) { #LXDBtiObxnAnh7iCfMu7riuclrXvFDpW { width:7.5rem;height:1.5rem;top:7.9375rem;left:6.2499998807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #TE3CAXAee4zAqePW28moTUB7rEudxS0h { display:block; }
 }@media only screen and (max-width: 763px) { #TZ52AOFRii227TeKb9gvwLCBg6U1Dppx { width:4.125rem;height:2.375rem;top:13.5rem;left:7.9375003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZwgc53Kg8Tfs2gs7DwFcRFgNMIPJUQl { display:block; }
 }@media only screen and (max-width: 763px) { #gWO30E5yhuAbXFepXZgoDE7P2Kf1tZnJ { width:3.5rem;height:2.375rem;top:11.25rem;left:8.2500003576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0cJLT1bi8uGpBnSXZJ8wufdu8cGFVfJ { display:block; }
 }@media only screen and (max-width: 763px) { #TfR2H5aporJbkwl9n8Ws4Dh2vmuJhXu3 { width:7.5rem;height:1.5rem;top:3.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEOcx0RfMuT3nQuOuVXiPnWFsTcIuzbZ { display:block; }
 }@media only screen and (max-width: 763px) { #TumlXP4MMA6arvszvbJlKaargqOaWwla { background-color:rgba(101,202,215,0.52);background-image:none;display:block; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { background-color: transparent; background-image: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row > .video-iframe-container { display: none; }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .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); }#TumlXP4MMA6arvszvbJlKaargqOaWwla > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWqe6CpDhT0Th2KCo59S2uC4mFn0K6Sq { width:3.125rem;height:3.125rem;top:49.246826171875rem;left:8.4375rem;font-size:2.1875rem;color:#f8f8f8;display:block; }
 }@media only screen and (max-width: 763px) { #osAxEKb2wawVNzLCsgtlbTc8R3xmir1T { width:2.8125rem;height:2.8125rem;top:1.25rem;left:8.5625rem;font-size:1.9375rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #KTV4ounFtTQvSdZaW0QaLEFn9oqctE5q { width:20rem;height:4.0625rem;top:10.93505859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(2,8,9,0.66);display:block; }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG  { width:17.5rem;height:auto;top:15.61767578125rem;left:0rem; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG {display:block;}#Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG { width:17.5rem;height:auto;top:15.61767578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dATtJhs4Pnccupz3RqHdgZfJrEQpufT6 {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #RbPvgWWhoP6PGwBMC6si3Unwlmc3qKNx {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #nQfxwQCQhHUrJrCOkXVLnCdoKfpSoLrT {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #e37ya2ZkRUs02TgHXMU12BmAwhPxSVmr {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #duvFkHQlmW8UK439mpX5DpAmHdJ8T5hx {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #OBXrM9Lk0oHR6zLXgD9beQhzSQvRlKxe {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #uekZhC3q0tcXZiOQIR29As6ZlgkksN0p {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #yEvTwu0ThfsRkgo6KTBU7Fqly5Xzoz95 {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #v05Qt3E580m1F3Xg6JXeHas7KeGavAgD {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bnwZfn29yTLF3OwZrQL5kVEXdrVFPiIZ {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #TQarxJDbKOb3QG94aFrIJiVwWxdNdzlZ {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #w8N3xQ8y1dFQTToHC06CsiTgJxKAzvmp {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #dVMAxy1u3JLIC23C6MMpTy0KWGXQO5XU {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #aJcJszx77P0RTLZqnTBXGvDaTgpo5UHw {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #cSizWaLH4kfOaQslnCQ8OS8IdnFkvUGv {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #FANdnwGAMzX0MhMSUmn0CEaNTmP12y7u {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #VBXsTvWGwI33LPSQCieUTPy1LyTwvy7X {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #bAsvQTxpg4ECO77BrClLqOlQ3T1o6ewk {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #y1yIIisW3TH8xieLvKm4IuWTCNgLNpes {  }
 }@media only screen and (max-width: 763px) { #Vi585WPsitnCvFnTpIcnbz0x4sEX4KkG #g1pXeFPxiR99bU2VTLM6peH05eKAA3AL {  }
 }@media only screen and (max-width: 763px) { #bI9CknQAiuhLscJkowmXMm38ni3TyNhS { width:20rem;height:3.8984375rem;top:2.562255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(1,5,5,0.64);display:block; }
 }@media only screen and (max-width: 763px) { #rfh0KaIyHgZQbRQP2emrumPXrLNwko3r { width:20rem;height:2.6rem;top:6.312255859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(3,10,11,0.72);display:block; }
 }@media only screen and (max-width: 763px) { #ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD { display:block; }#ZqkKicTWPOHDy7E71q1LgCHa1JR6ZIGD > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 { display:block; }#hK5BFmUeGRv4f3OFi0dnVWFvvIUxn6S0 > .row .container { width:20rem;height:32rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCd2gMm0SwMZIrysVtB7dQxFkVG6yUAO { width:20rem;height:3.25rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzqTkxUQwE1f3A4mWKLa5buxNC4ZoiIQ { width:18.875rem;height:27.46875rem;top:4.5rem;left:0.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe { display:block; }#MHdNJHnqN4vIDaaTOeeJCeo5OgU7NQAe > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNzcmiiSF0fNfzmrEaGT557frvOARrD9 { width:19.0625rem;height:11.9375rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7fC31ILBrvfTFDi1yDSG1svyPJbvxO0 { width:19.3125rem;height:3.65625rem;top:21.749267578125rem;left:0.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0Fc0C43wdE6sbG967blrTAkNtv5JJ7G { width:19.5625rem;height:7.3125rem;top:27.0625rem;left:0.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tsx8BdnMorJQCJeuXUTGH10AZwCPfhGv { width:19.4375rem;height:2.199225rem;top:15.623779296875rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbh22mTtQ3kMH7HDb3Hd5nC9DZgTOQNV { width:18.75rem;height:2.4375rem;top:17.811279296875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GT4MW7ZIV0LX5weyAz0Wrdk6Faie3spT { width:18.4375rem;height:1.21875rem;top:39.875rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxxFCwKeL5ncvLNqkAkEe8iaINhVsp3D { width:18.6865rem;height:2.4375rem;top:41rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lXBG00ZVab329NCyMu2TobSsIKPG7tBy { width:18.6875rem;height:1.21875rem;top:20.6396484375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdzWhoxka9Uf7KUQ65BvS9xot0Qk8oHS { width:18.8125rem;height:1.21875rem;top:25.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RCEwQSW5GID5pvBi5piTc3tG1hNkS8tt { width:18.8125rem;height:1.21875rem;top:17.811279296875rem;left:1.248779296875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9GuDkCEBvqoGNqnlySVyBpKMwVkX9kb { width:18.8125rem;height:1.21875rem;top:34.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uIxM0wBTlr8ozD8hJJZFTei0tO5DpeRk { width:19.125rem;height:2.4375rem;top:36rem;left:0.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oB2PRRMREzsxbuiseWHnC0sJOKzupM0N { display:block; }#oB2PRRMREzsxbuiseWHnC0sJOKzupM0N > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4t069eqH6CKhclwlccB9KxaSEJiFTs1 { width:19.375rem;height:2.199225rem;top:1.25rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTlZBFTBMgS4HQFl6UJTo0WAT3WX0E8b { width:10.625rem;height:5.74609375rem;top:3.233642578125rem;left:0.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mkO7lh3ZUswk1PqsNEyni6yqyZCrvDDB { width:1.125rem;height:0.5625rem;top:4.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGNhphJqICRIXfW7oQeqzWsoAOtTZ1nc { width:1.125rem;height:0.5625rem;top:4.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS4TOEWF68LfMfuaqccPz2sWz1T0daaN { width:1.125rem;height:0.5625rem;top:4.5rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS6k9gzTXhe9OprHvbuIxfgg2zP4Kkf7 { width:1.125rem;height:0.5625rem;top:4.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmSAqlWsnsrZFIIp0TpPC5q54Emhfxgn { width:1.125rem;height:0.5625rem;top:4.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrtWCzWQaO1EiGC3Hoaq6LtPHBxl7N2D { width:1.125rem;height:0.5625rem;top:5.625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9EJqRmpTnV2g1CDTOB88TlMQi3UGh2H { width:1.125rem;height:0.5625rem;top:5.625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEGPnArXtfNmT1aZUg6zIEr5R7WJg2d { width:1.125rem;height:0.5625rem;top:6.6875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8V4zSQzNwaATHUwOxEHmRxg8TdwPy2T { width:1.125rem;height:0.5625rem;top:6.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htw2AE3rnfzIfVafz9Gng5BvXAX3Mrfu { width:1.125rem;height:0.5625rem;top:6.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ6NZTg4HPHJkofERlvLPT0dzWvITem9 { width:1.125rem;height:0.5625rem;top:10.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuEI02Ud9ri7HrKq2eZQvsQKJUH5kGaZ { width:1.125rem;height:0.5625rem;top:10.9375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucaCTTrbHALIgzQyx121r1N5BcRakK5e { width:1.125rem;height:0.5625rem;top:10.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anAMhDKgL95m0LxzHRuPdX2dvT0HnI4R { width:1.125rem;height:0.5625rem;top:10.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSzUTZa2ATEgGnN4BZvT78uysDXqcHts { width:1.125rem;height:0.5625rem;top:10.9375rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq5uzMTsMhiQ4kEUs0XET24ImBCinNQB { width:17.6875rem;height:4.609375rem;top:9.434814453125rem;left:0.43701171875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C9zErWe1rwvw6K0HwLMr3yXev2N4yeLI { width:1.125rem;height:0.5625rem;top:12.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REDSeqZvelNTwchdfOmwrgT9KFL0RzkK { width:1.125rem;height:0.5625rem;top:12.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeyPDmzTOE9Ott4r9qUds5lQS1KGnycc { width:1.125rem;height:0.5625rem;top:12.8125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J24liIh77WNcc1NTdyPlt3wCo9t4d467 { width:1.125rem;height:0.5625rem;top:12.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeedfXXUAXWw5QyZZFcTrKQFKvvCW2sO { width:1.125rem;height:0.5625rem;top:12.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7N0Adl7oVbdXwPKHyDt1BLHxQLiDOBQ { width:1.125rem;height:0.5625rem;top:5.625rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bftfvqnZm8gMVURUPfx9wiGJJKvQrv3I { width:1.125rem;height:0.5625rem;top:5.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH085lapIr6cbXSbi5CQ8EobGWB443dx { width:1.125rem;height:0.5625rem;top:5.625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONOPsFeDhWrU4n44Wvo8gfTmS1NqGBpq { width:1.125rem;height:0.5625rem;top:6.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsyq61RFiBaSka1elTdF24ALpz6Sg6sG { width:1.125rem;height:0.5625rem;top:6.75rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvFKZIpKA0XTOnQy6sbTpr3ZC4QcafT1 { width:1.125rem;height:0.5625rem;top:7.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtOUVmrzsN9vO0UUUU4sbKyHPGOGPLi { width:1.125rem;height:0.5625rem;top:7.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq9ZKUq5qRPM9FSsdd9cdLT9Wcuny2tJ { width:1.125rem;height:0.5625rem;top:7.6875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbEqaJPMtne48zForRJmAW3r01S46N0Z { width:1.125rem;height:0.5625rem;top:7.6875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQxkp8nXZoppqn7quJm8yFkT9lfqU4Sm { width:1.125rem;height:0.5625rem;top:7.6875rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRJn0RLDbEdzkeCrXEFpdk2gNQLfd4V8 { width:1.125rem;height:0.5625rem;top:11.8125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcRJzdkls1lhz2yg66s4G2lWmd46dv8F { width:1.125rem;height:0.5625rem;top:11.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3fgXkpTqrXhBrBefPCugOQ0ZBQhDEy6 { width:1.125rem;height:0.5625rem;top:11.8125rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNgvWorJNTnWaHH3s5VWWShkHWeHRG9C { width:1.125rem;height:0.5625rem;top:11.8125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhGL4my0LeMkxJNiUTM8zHz3cM8m7gH { width:1.125rem;height:0.5625rem;top:11.8125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9ifCKmMHCpk8l7P47oogEakNPloXQx { width:8.5rem;height:3.65625rem;top:15.2880859375rem;left:0.56201171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKEW4pVW6sGyCghcQc5KNxMlbzXdOuLQ { width:9.9365rem;height:6.09375rem;top:15.2880859375rem;left:9.248046875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m { display:block; }#EvZcEGaKyxTgpItQIbFrWXOzfJ61Ty5m > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UCo91BMX3g8VzJyPsNXe7KDSWZM70K5f { width:19.5625rem;height:2.199225rem;top:1.24999984375rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MmgMpOlnCMNoE24xNi7LWMlw7OxHZyPO { width:17.4375rem;height:4.875rem;top:2.999267421875rem;left:0.593017578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 { display:block; }#ur80neGZ7kydRz6fcAbRDN4LJuzybUW1 > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw6ix3wOtviKIhtSUxPOAGKQvhdHESkZ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFoWSIKsqJb6Twp8Uk5kb4SgcFwgaBwc { width:18.93675rem;height:52.67575rem;top:3.436279296875rem;left:0.52978515625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLDbeTelw3O7QmzgDupiXftUstT1oEJA { display:block; }#eLDbeTelw3O7QmzgDupiXftUstT1oEJA > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rR1NJqCyC6b1Hc14vDFFuoMLgCBG5f9s { width:20rem;height:4.0625rem;top:10.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(11,5,6,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #ysk5ksskwv9q8vNRS1fUNkbNDAS90Kvv { width:17.8125rem;height:5.7495125rem;top:3.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSyi171qUcqLBwFGguI90vvdCDzVJgHH { width:13rem;height:2.03125rem;top:14.375rem;left:6.6875rem;font-size:1.5625rem;text-align:left;text-align-last:left;color:rgba(11,4,5,0.65);display:block; }
 }@media only screen and (max-width: 763px) { #rm9UrshEMAQfTng1TcTe1QAGqOv9SnRb { width:6.8115rem;height:0.1867675rem;top:13.4375rem;left:6.625rem;background-color:rgba(4,9,11,0.63);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) { #TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv { background-color:#65cad7;background-image:none;display:block; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { background-color: transparent; background-image: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row > .video-iframe-container { display: none; }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .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); }#TGL3J9MzUvkpxAwnuT4by4VUxF5R8ZZv > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nctwh7TM8Aw20u9cQ48TucWFSc0cAp8I { top:0.9375rem;left:3.625rem;width:12.75rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv1UbtL4ocLPwwgrefdgcWgva90kzmXZ { display:block; }
 }@media only screen and (max-width: 763px) { #ydcwFZQZe8onvAfytcpfTzxwk5WD1Udo { top:6.125rem;left:3.75rem;width:12.5rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kowruAxbVE9gMuMJP4rBl2EGZyFHLGft { display:block; }
 }