.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/94c67206-64d6-4ce5-b698-4aff7a7d5366/GMppOVXWRJGfNslIDLRk_lotus_bud_opening__Suzanne_Jeffreys.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP.adaptive-delivery-prevent-bg, #hKtnpJPEREKKrJarzkxA08qhJCQ34QoP.lazyload, #hKtnpJPEREKKrJarzkxA08qhJCQ34QoP.lazyloading { background-image: none; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container { background-color: transparent; background-image: none; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container > .video-iframe-container { display: none; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row > .video-iframe-container { display: none; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .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); }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container { border-width: 0; border-radius: 0; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row > .video-iframe-container {  }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TaHgih5XtyNsEui2nWBMm9maXyROoIx2 { position:absolute;display:block;z-index:100000;background-color:#38b6ff;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:32.3125rem;width:59.875rem;top:3.90625rem;left:7.5625rem;display:block; }
#ogeq70fdWIdACTnho6AaHm4GLRHxavhk { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:6.25rem;left:21.125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#k2NT7TZ0WgP8pzGLAfD0eUclr5FHtR0V { position:absolute;display:block;z-index:100003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:57.5625rem;top:14.625rem;left:8.6875rem;display:block; }
#VauFoARH6qdXK0E1ILSgOTn1DFAgTnt5 { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:16.375rem;left:13.375rem;height:9.375rem;text-align:center;text-align-last:center;display:block; }
#l6xHeW1IE78zQJgIwHO600Z3Pwd9EFho { background-color:#ff914d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:28.75rem;left:28.750001907349rem;display:block; }
#F8Zd4Hw8PWtyVEGtkZU9EuIKgdbKzxiF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container { background-color: transparent; background-image: none; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container > .video-iframe-container { display: none; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row > .video-iframe-container { display: none; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .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); }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container { border-width: 0; border-radius: 0; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row > .video-iframe-container {  }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#xwgin2BJ888i1U3uEC0rbEJDlAu0fyMh { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#KaFfz3qFDrsoKheMwt3aSFXt6GXFFc34 { background-color:#38b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:11.4375rem;left:26.75rem;display:block; }
#ZKTIxGgNIlMn8XmiJJFlZLvCnZFQWHLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MB5sO1KaUUILJD8C0viCu9hq0FtVA1sb { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container { background-color: transparent; background-image: none; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container > .video-iframe-container { display: none; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row > .video-iframe-container { display: none; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .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); }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container { border-width: 0; border-radius: 0; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row > .video-iframe-container {  }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#q6yUfrT7WatdF305iZMBss2fXoJC7Hia { position:absolute;display:block;z-index:100000;height:18.875rem;width:33.8125rem;top:1.21875rem;left:1.84375rem;display:block; }
#ZJSO7Ar349OpWHe1F1X4twxcgri9fZlO { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:1.21875rem;left:39.343751907349rem;display:block; }
#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container { background-color: transparent; background-image: none; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container > .video-iframe-container { display: none; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row > .video-iframe-container { display: none; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .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); }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container { border-width: 0; border-radius: 0; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row > .video-iframe-container {  }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#t8EQ8i8I6Cax2KpTNXQ1fKnpAZNo90Ff { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#gfPmNmh3sOABZnHkKpz9nnE0930q6ZpQ { background-color:#38b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:11.4375rem;left:26.75rem;display:block; }
#Z4QOL1W6KuDKAPWPoVGArALxXnI6taEH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#d9L9FuqWQrnO112DrwBlvFewzs1W35uM { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container { background-color: transparent; background-image: none; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container > .video-iframe-container { display: none; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row > .video-iframe-container { display: none; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .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); }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container { border-width: 0; border-radius: 0; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row > .video-iframe-container {  }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#spfGs2wJeHkurdwHlLrkeBZ09KoAueSW { position:absolute;display:block;z-index:100000;height:18.875rem;width:33.8125rem;top:1.21875rem;left:1.84375rem;display:block; }
#BW9TgyTPWRJDSni2JzVtKlAyZosbLDTb { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:1.21875rem;left:39.343751907349rem;display:block; }
#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container { background-color: transparent; background-image: none; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container > .video-iframe-container { display: none; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row > .video-iframe-container { display: none; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .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); }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container { border-width: 0; border-radius: 0; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row > .video-iframe-container {  }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#lNTDN13f0BBcvLuT7IuU6OTq5DPVmdIy { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#RM1imbkXkDH67nRpwwrr9Du0WarJv88I { background-color:#38b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:13.375001907349rem;left:26.718751907349rem;display:block; }
#vXiOQSPrImgl2gm5cDlvCss32TTQVF5R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s9hOALCz8DWDN8gfFoWCE2fs88qr9loq { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container { background-color: transparent; background-image: none; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container > .video-iframe-container { display: none; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row > .video-iframe-container { display: none; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .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); }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container { border-width: 0; border-radius: 0; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row > .video-iframe-container {  }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#oJOKWSdGQVobb6PgJvCeJ4G1KJhrc438 { position:absolute;display:block;z-index:100000;height:18.875rem;width:33.8125rem;top:1.21875rem;left:1.84375rem;display:block; }
#utad5zfLSSBdXAxS5gl7VsitPG4V6ePI { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:1.21875rem;left:39.343751907349rem;display:block; }
#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container { background-color: transparent; background-image: none; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container > .video-iframe-container { display: none; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row > .video-iframe-container { display: none; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .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); }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container { border-width: 0; border-radius: 0; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row > .video-iframe-container {  }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#PXpyBH91VFRXA9Xg6CSDJN7l7p1TXME5 { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#yZLNT3NDkpxmvoEeZec4huz7VCLqpEtc { background-color:#38b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:13.375001907349rem;left:26.718751907349rem;display:block; }
#m77Czsu6HoMdWXoGSnM4y2FEkl0NSnbU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cBsUn1VVzXQzLX3fhDT4kt7Z9kxgXthB { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container { background-color: transparent; background-image: none; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container > .video-iframe-container { display: none; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row > .video-iframe-container { display: none; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .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); }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container { border-width: 0; border-radius: 0; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row > .video-iframe-container {  }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#HbHUrhpvq9AqCJDidqaRMR2ofhTWunbX { position:absolute;display:block;z-index:100000;height:18.875rem;width:33.8125rem;top:1.21875rem;left:1.84375rem;display:block; }
#RVg57LrKnW98oyigUzfrvCVOuFDHDJef { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:1.21875rem;left:39.343751907349rem;display:block; }
#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container { background-color: transparent; background-image: none; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container > .video-iframe-container { display: none; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row > .video-iframe-container { display: none; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .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); }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container { border-width: 0; border-radius: 0; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row > .video-iframe-container {  }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#sARhwZ0T5O2N5Kxv20aaXyOyh9Fbish0 { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#l9gSTQhMQIlRJLFhegMVc3AqNgZABa4T { background-color:#38b6ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:11.937498092651rem;left:26.718751907349rem;display:block; }
#M1VNlVDGssbir6PdmG7DFg2iA3MAnIgh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TKpz1kCDR4gk2xdTSO43EfMUpy8N3sLP { color:#000000;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.3109359741213rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container { background-color: transparent; background-image: none; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container > .video-iframe-container { display: none; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row > .video-iframe-container { display: none; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .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); }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container { border-width: 0; border-radius: 0; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row > .video-iframe-container {  }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#zatP81BR7H8Sb682WZlFaHulVe6nR1v3 { position:absolute;display:block;z-index:100000;height:18.875rem;width:33.8125rem;top:1.21875rem;left:1.84375rem;display:block; }
#UIPu020lSlArvmIbxQTob5ROo9RSO1BC { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:1.21875rem;left:39.343751907349rem;display:block; }
#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container { background-color: transparent; background-image: none; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container > .video-iframe-container { display: none; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row > .video-iframe-container { display: none; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .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); }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container { border-width: 0; border-radius: 0; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row > .video-iframe-container {  }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#uOB6d2B9R9IrTpQPyrn0HKNOcKTCVbsV { position:absolute;display:block;z-index:100001;height:18.875rem;width:33.8125rem;top:0rem;left:20.59375rem;display:block; }
#nyelLPwrPuM0QMsPckpL3MSthzT74NUm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#38b6ff;background-image:none;position:relative;display:block; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container { background-color: transparent; background-image: none; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container > .video-iframe-container { display: none; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row > .video-iframe-container { display: none; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .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); }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container { border-width: 0; border-radius: 0; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row > .video-iframe-container {  }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container { font-size:0.875rem;font-family:arial;height:76.125rem;width:75rem;position:relative;display:block; }#qbkClyCH5QTuwElsG0lLX5WbDMcd2Xsh { color:#ffffff;display:block;width:71.625rem;position:absolute;font-family:"bree serif";font-size:2.1875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:2.8367195129394rem;left:1.6875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#cK32XLzGaA71nGQcLC5ur9xLllhG2Ccq { color:#ffffff;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:6.7429695129394rem;left:1.6875rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#GlKV4waFp71PTMoioiQxHFE5pZK9FoJK { color:#ffffff;display:block;width:71.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:11.4921875rem;left:1.6875rem;height:23.15625rem;text-align:center;text-align-last:center;display:block; }
#aWaOc4Px8xQX6uzMa9cSKeQyUJBgDhVF { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.875rem;width:39.875rem;top:36.487505912781rem;left:17.5625rem;overflow:hidden;display:block; }
#EW6vyqwP6nOkTxUv86Qi75fhLw7wJQof { background-color:#ff914d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:68.336721420288rem;left:28.750001907349rem;display:block; }
#kd5caxMQS6UlTZB0AnWkJhobSxq9osOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container { background-color: transparent; background-image: none; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container > .video-iframe-container { display: none; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row > .video-iframe-container { display: none; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .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); }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container { border-width: 0; border-radius: 0; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row > .video-iframe-container {  }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#000000;padding-top:0.7425rem;padding-right:0.65875rem;padding-bottom:0.7425rem;padding-left:0.65875rem;display:block;align-items:center;width:3.95125rem;min-width:3.95125rem;height:3.99125rem;position:relative;font-family:"open sans";font-size:2.97rem;font-weight:700;line-height:63.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.464375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.26875rem;height:1.578125rem;position:relative;font-family:"open sans";font-size:1.11375rem;font-weight:400;line-height:25.25px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.0625rem;height:7.51875rem;padding-top:0.928125rem;padding-right:0.940625rem;padding-bottom:0.928125rem;padding-left:0.940625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.375rem;left:24.027345657349rem;z-index:100000; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #krW2TgcI4DZcIk2Jo8KJ6qv45CLxJIwM { display:flex;position:relative;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #a6zNFWZTd2pKRbmLCXaeXgvU2yTTTlDT { width:auto; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #eEG6GPFuXDDcqGPvLhF83HXSrvleoah2 {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #cxDcQBmgp8c4Ei1tdkzFaGfgepvvN1sW { display:flex;position:relative;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #JsfgeUvgDT1VDCKXnCuFl34OAstybBkd {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #FCKlJQTou7aJ85aUWnvKVmhFAsh5rdbb {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #Jsqf6EmNiW8SPhvkkVC4AJhGBcsTZ6T1 { display:flex;position:relative;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #iB5ZfTuNQBuyrWkohgKyA20dOe3Aognr {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #kCUuiRG3x40P6AreSbiT7NDXCi7Eaxgl {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #wtlgkJG8feQBIq6k8Kgha6VmKiy4sLB6 { display:flex;position:relative;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #XtEIPNROGCK0GCJJGyTuHotFCx6ETo2A {  }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #BxO7T5Ed0w8MFs8WvcVMTVbo0KtAfpHS {  }
#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#38b6ff;background-image:none;position:relative;z-index:auto;display:block; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { background-color: transparent; background-image: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container > .video-iframe-container { display: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row > .video-iframe-container { display: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .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); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { border-width: 0; border-radius: 0; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row > .video-iframe-container {  }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:block; }#TJGGcatF5VGSRFBIKlTFdg1fFqF7mOq4 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.6;letter-spacing:0;top:6.375rem;left:26rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;top:2.875rem;left:32.75rem; }
#t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 > img { max-width: 100%;max-height:100%; }#aJXBgDql4AAathTtFVJcHIdTGPMpZNtX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;top:2.875rem;left:36.8125rem; }
#aJXBgDql4AAathTtFVJcHIdTGPMpZNtX > img { max-width: 100%;max-height:100%; }#y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100035;top:2.75rem;left:40.6875rem; }
#y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l > img { max-width: 100%;max-height:100%; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hKtnpJPEREKKrJarzkxA08qhJCQ34QoP { display:block; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaHgih5XtyNsEui2nWBMm9maXyROoIx2 { top:3.875rem;left:0rem;width:47.75rem;height:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogeq70fdWIdACTnho6AaHm4GLRHxavhk { top:6.25rem;left:7.5rem;width:32.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NT7TZ0WgP8pzGLAfD0eUclr5FHtR0V { top:14.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VauFoARH6qdXK0E1ILSgOTn1DFAgTnt5 { top:16.375rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6xHeW1IE78zQJgIwHO600Z3Pwd9EFho { width:17.5rem;height:3.4375rem;top:28.75rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Zd4Hw8PWtyVEGtkZU9EuIKgdbKzxiF { display:block; }
 }@media only screen and (max-width: 763px) { #O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK { display:block; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwgin2BJ888i1U3uEC0rbEJDlAu0fyMh { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFfz3qFDrsoKheMwt3aSFXt6GXFFc34 { width:21.5625rem;height:3.4375rem;top:11.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTIxGgNIlMn8XmiJJFlZLvCnZFQWHLd { display:block; }
 }@media only screen and (max-width: 763px) { #MB5sO1KaUUILJD8C0viCu9hq0FtVA1sb { top:6.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 { display:block; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6yUfrT7WatdF305iZMBss2fXoJC7Hia { top:1.1875rem;left:0rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJSO7Ar349OpWHe1F1X4twxcgri9fZlO { top:1.1875rem;left:13.9375rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk { display:block; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8EQ8i8I6Cax2KpTNXQ1fKnpAZNo90Ff { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPmNmh3sOABZnHkKpz9nnE0930q6ZpQ { width:21.5625rem;height:3.4375rem;top:11.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4QOL1W6KuDKAPWPoVGArALxXnI6taEH { display:block; }
 }@media only screen and (max-width: 763px) { #d9L9FuqWQrnO112DrwBlvFewzs1W35uM { top:6.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h { display:block; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spfGs2wJeHkurdwHlLrkeBZ09KoAueSW { top:1.1875rem;left:0rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9TgyTPWRJDSni2JzVtKlAyZosbLDTb { top:1.1875rem;left:13.9375rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 { display:block; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNTDN13f0BBcvLuT7IuU6OTq5DPVmdIy { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM1imbkXkDH67nRpwwrr9Du0WarJv88I { width:21.5625rem;height:3.4375rem;top:13.375rem;left:13.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXiOQSPrImgl2gm5cDlvCss32TTQVF5R { display:block; }
 }@media only screen and (max-width: 763px) { #s9hOALCz8DWDN8gfFoWCE2fs88qr9loq { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ { display:block; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJOKWSdGQVobb6PgJvCeJ4G1KJhrc438 { top:1.1875rem;left:0rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utad5zfLSSBdXAxS5gl7VsitPG4V6ePI { top:1.1875rem;left:13.9375rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK { display:block; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXpyBH91VFRXA9Xg6CSDJN7l7p1TXME5 { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLNT3NDkpxmvoEeZec4huz7VCLqpEtc { width:21.5625rem;height:3.4375rem;top:13.375rem;left:13.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #m77Czsu6HoMdWXoGSnM4y2FEkl0NSnbU { display:block; }
 }@media only screen and (max-width: 763px) { #cBsUn1VVzXQzLX3fhDT4kt7Z9kxgXthB { top:6.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M { display:block; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbHUrhpvq9AqCJDidqaRMR2ofhTWunbX { top:1.1875rem;left:0rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVg57LrKnW98oyigUzfrvCVOuFDHDJef { top:1.1875rem;left:13.9375rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXkUGvgRlxFmxLZHmptMai6u0TS7SbId { display:block; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sARhwZ0T5O2N5Kxv20aaXyOyh9Fbish0 { top:3.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gSTQhMQIlRJLFhegMVc3AqNgZABa4T { width:21.5625rem;height:3.4375rem;top:11.875rem;left:13.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VNlVDGssbir6PdmG7DFg2iA3MAnIgh { display:block; }
 }@media only screen and (max-width: 763px) { #TKpz1kCDR4gk2xdTSO43EfMUpy8N3sLP { top:7.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc { display:block; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatP81BR7H8Sb682WZlFaHulVe6nR1v3 { top:1.1875rem;left:0rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPu020lSlArvmIbxQTob5ROo9RSO1BC { top:1.1875rem;left:13.9375rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz { display:block; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOB6d2B9R9IrTpQPyrn0HKNOcKTCVbsV { top:0rem;left:6.96875rem;width:33.8125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyelLPwrPuM0QMsPckpL3MSthzT74NUm { display:block; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbkClyCH5QTuwElsG0lLX5WbDMcd2Xsh { top:2.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK32XLzGaA71nGQcLC5ur9xLllhG2Ccq { top:6.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKV4waFp71PTMoioiQxHFE5pZK9FoJK { top:11.4375rem;left:0rem;width:47.75rem;height:23.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaOc4Px8xQX6uzMa9cSKeQyUJBgDhVF { top:36.4375rem;left:3.9375rem;width:39.875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW6vyqwP6nOkTxUv86Qi75fhLw7wJQof { width:17.5rem;height:3.4375rem;top:68.3125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5caxMQS6UlTZB0AnWkJhobSxq9osOs { display:block; }
 }@media only screen and (max-width: 763px) { #NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 { display:block; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS { display:flex;width:25.0625rem;height:7.5rem;top:1.375rem;left:10.402345657349rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #krW2TgcI4DZcIk2Jo8KJ6qv45CLxJIwM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #a6zNFWZTd2pKRbmLCXaeXgvU2yTTTlDT {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #eEG6GPFuXDDcqGPvLhF83HXSrvleoah2 {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #cxDcQBmgp8c4Ei1tdkzFaGfgepvvN1sW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #JsfgeUvgDT1VDCKXnCuFl34OAstybBkd {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #FCKlJQTou7aJ85aUWnvKVmhFAsh5rdbb {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #Jsqf6EmNiW8SPhvkkVC4AJhGBcsTZ6T1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #iB5ZfTuNQBuyrWkohgKyA20dOe3Aognr {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #kCUuiRG3x40P6AreSbiT7NDXCi7Eaxgl {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #wtlgkJG8feQBIq6k8Kgha6VmKiy4sLB6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #XtEIPNROGCK0GCJJGyTuHotFCx6ETo2A {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #BxO7T5Ed0w8MFs8WvcVMTVbo0KtAfpHS {  }
 }@media only screen and (max-width: 763px) { #DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b { display:block; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJGGcatF5VGSRFBIKlTFdg1fFqF7mOq4 { top:6.375rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 { top:2.875rem;left:19.125rem;width:1.875rem;height:1.875rem;display:block; }
#t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #aJXBgDql4AAathTtFVJcHIdTGPMpZNtX { top:2.875rem;left:23.1875rem;width:1.875rem;height:1.875rem;display:block; }
#aJXBgDql4AAathTtFVJcHIdTGPMpZNtX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l { top:2.75rem;left:27.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hKtnpJPEREKKrJarzkxA08qhJCQ34QoP { display:block; }#hKtnpJPEREKKrJarzkxA08qhJCQ34QoP > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaHgih5XtyNsEui2nWBMm9maXyROoIx2 { width:20rem;height:32.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogeq70fdWIdACTnho6AaHm4GLRHxavhk { width:20rem;height:0;top:3.59375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2NT7TZ0WgP8pzGLAfD0eUclr5FHtR0V { width:20rem;height:0.125rem;top:11.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VauFoARH6qdXK0E1ILSgOTn1DFAgTnt5 { width:20rem;height:0;top:13.71875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6xHeW1IE78zQJgIwHO600Z3Pwd9EFho { width:17.5rem;height:3.4375rem;top:26.09375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8Zd4Hw8PWtyVEGtkZU9EuIKgdbKzxiF { display:block; }
 }@media only screen and (max-width: 763px) { #O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK { display:block; }#O3rBEAH8gVO8Ipuk9XSyVS8ZeJJkuXOK > .row .container { width:20rem;height:14.53125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwgin2BJ888i1U3uEC0rbEJDlAu0fyMh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaFfz3qFDrsoKheMwt3aSFXt6GXFFc34 { width:19rem;height:3.4375rem;top:9.84375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTIxGgNIlMn8XmiJJFlZLvCnZFQWHLd { display:block; }
 }@media only screen and (max-width: 763px) { #MB5sO1KaUUILJD8C0viCu9hq0FtVA1sb { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 { display:block; }#T6Al7dTJBibzXkGtEghCVu8eFBccN6x2 > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6yUfrT7WatdF305iZMBss2fXoJC7Hia { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJSO7Ar349OpWHe1F1X4twxcgri9fZlO { width:20rem;height:18.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk { display:block; }#IFA5B1DX4gyBdp6haNz7H85ucRGuZ8Vk > .row .container { width:20rem;height:14.53125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8EQ8i8I6Cax2KpTNXQ1fKnpAZNo90Ff { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPmNmh3sOABZnHkKpz9nnE0930q6ZpQ { width:19rem;height:3.4375rem;top:9.84375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4QOL1W6KuDKAPWPoVGArALxXnI6taEH { display:block; }
 }@media only screen and (max-width: 763px) { #d9L9FuqWQrnO112DrwBlvFewzs1W35uM { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h { display:block; }#eX8WLhLAqVcgb4JLMgC3biOgbsBOsI2h > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #spfGs2wJeHkurdwHlLrkeBZ09KoAueSW { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW9TgyTPWRJDSni2JzVtKlAyZosbLDTb { width:20rem;height:18.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 { display:block; }#VOJ0X6Uo0wwpJOdpvnakfiW0TbaG4576 > .row .container { width:20rem;height:16.15625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNTDN13f0BBcvLuT7IuU6OTq5DPVmdIy { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM1imbkXkDH67nRpwwrr9Du0WarJv88I { width:19rem;height:3.4375rem;top:11.46875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXiOQSPrImgl2gm5cDlvCss32TTQVF5R { display:block; }
 }@media only screen and (max-width: 763px) { #s9hOALCz8DWDN8gfFoWCE2fs88qr9loq { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ { display:block; }#KPrd0z7ciIqBJLoevUdqfK2E4OA4MDRJ > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJOKWSdGQVobb6PgJvCeJ4G1KJhrc438 { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utad5zfLSSBdXAxS5gl7VsitPG4V6ePI { width:20rem;height:18.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK { display:block; }#CpoIKwrTFzcODkfWn9AAeHiJkP3ul0xK > .row .container { width:20rem;height:16.15625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXpyBH91VFRXA9Xg6CSDJN7l7p1TXME5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLNT3NDkpxmvoEeZec4huz7VCLqpEtc { width:19rem;height:3.4375rem;top:11.46875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m77Czsu6HoMdWXoGSnM4y2FEkl0NSnbU { display:block; }
 }@media only screen and (max-width: 763px) { #cBsUn1VVzXQzLX3fhDT4kt7Z9kxgXthB { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M { display:block; }#pZSwaVVIPOXuXTT6XfBTkCFGLIpOHB2M > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbHUrhpvq9AqCJDidqaRMR2ofhTWunbX { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVg57LrKnW98oyigUzfrvCVOuFDHDJef { width:20rem;height:18.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXkUGvgRlxFmxLZHmptMai6u0TS7SbId { display:block; }#AXkUGvgRlxFmxLZHmptMai6u0TS7SbId > .row .container { width:20rem;height:14.53125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sARhwZ0T5O2N5Kxv20aaXyOyh9Fbish0 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9gSTQhMQIlRJLFhegMVc3AqNgZABa4T { width:19rem;height:3.4375rem;top:9.84375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VNlVDGssbir6PdmG7DFg2iA3MAnIgh { display:block; }
 }@media only screen and (max-width: 763px) { #TKpz1kCDR4gk2xdTSO43EfMUpy8N3sLP { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc { display:block; }#Uh0yomxr5h3PBzI7THSQIWbWWT0iz6Mc > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zatP81BR7H8Sb682WZlFaHulVe6nR1v3 { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIPu020lSlArvmIbxQTob5ROo9RSO1BC { width:20rem;height:18.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz { display:block; }#aZHJznvhrr1lUrVJ83eRNKsPIcWqAuFz > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uOB6d2B9R9IrTpQPyrn0HKNOcKTCVbsV { width:20rem;height:18.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyelLPwrPuM0QMsPckpL3MSthzT74NUm { display:block; }#nyelLPwrPuM0QMsPckpL3MSthzT74NUm > .row .container { width:20rem;height:55.821826018809rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qbkClyCH5QTuwElsG0lLX5WbDMcd2Xsh { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK32XLzGaA71nGQcLC5ur9xLllhG2Ccq { width:20rem;height:0;top:5.34375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKV4waFp71PTMoioiQxHFE5pZK9FoJK { width:20rem;height:0;top:10.49375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWaOc4Px8xQX6uzMa9cSKeQyUJBgDhVF { width:20rem;height:14.984326018809rem;top:34.9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW6vyqwP6nOkTxUv86Qi75fhLw7wJQof { width:17.5rem;height:3.4375rem;top:51.134326018809rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5caxMQS6UlTZB0AnWkJhobSxq9osOs { display:block; }
 }@media only screen and (max-width: 763px) { #NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 { display:block; }#NPdsQlQ3toGSMUb24ZSlGsPOoVTSaHM9 > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS { display:flex;width:18rem;height:5.0625rem;top:1.125rem;left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #krW2TgcI4DZcIk2Jo8KJ6qv45CLxJIwM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #a6zNFWZTd2pKRbmLCXaeXgvU2yTTTlDT {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #eEG6GPFuXDDcqGPvLhF83HXSrvleoah2 {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #cxDcQBmgp8c4Ei1tdkzFaGfgepvvN1sW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #JsfgeUvgDT1VDCKXnCuFl34OAstybBkd {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #FCKlJQTou7aJ85aUWnvKVmhFAsh5rdbb {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #Jsqf6EmNiW8SPhvkkVC4AJhGBcsTZ6T1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #iB5ZfTuNQBuyrWkohgKyA20dOe3Aognr {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #kCUuiRG3x40P6AreSbiT7NDXCi7Eaxgl {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #wtlgkJG8feQBIq6k8Kgha6VmKiy4sLB6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #XtEIPNROGCK0GCJJGyTuHotFCx6ETo2A {  }
 }@media only screen and (max-width: 763px) { #yQ9SaAKOlzb8oSAZWBCCpiSyyA9mJcgS #BxO7T5Ed0w8MFs8WvcVMTVbo0KtAfpHS {  }
 }@media only screen and (max-width: 763px) { #DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { background-color: transparent; background-image: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container > .video-iframe-container { display: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row > .video-iframe-container { display: none; }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .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); }#DW8RseQuAqiUmS70wxb8ePA3lubeKJ0b > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJGGcatF5VGSRFBIKlTFdg1fFqF7mOq4 { width:20rem;height:1.3994125rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
#t5Zricff1Gn3QRu2BXSLfDZrLsFvp8K3 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #aJXBgDql4AAathTtFVJcHIdTGPMpZNtX { width:1.875rem;height:1.875rem;top:14.1875rem;left:8.9375rem;display:block; }
#aJXBgDql4AAathTtFVJcHIdTGPMpZNtX > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:block; }
#y3EAkXKhuVB2kdR3GS91wDT7TaHGS31l > img { max-width: 100%;max-height:100%; } }