.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { background-color: transparent; background-image: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { display: none; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .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); }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { border-width: 0; border-radius: 0; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:60rem;height:28.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vc6pomg69nz3cqlGLZC02apZ1BwycivD { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:0.5rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0.4375rem;left:55rem;overflow:hidden;display:block; }
#Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.25rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { color:#363a41;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mpuidf7Ul79vpay8I6EA7JwZP0clzhvK { color:#363a41;display:block;width:30.8749375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5625rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NT6T6W7cceeiIK5JqENgOndL6HUArKXh { position:absolute;display:block;z-index:15001;background-color:#30d150;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:22.875rem;top:9.375rem;left:0rem;display:block; }
#NbSNduRlpwlVybCO7DviLr0yWrxgGixe { position:absolute;display:block;z-index:15001;background-color:#30d150;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.9375rem;width:34.3125rem;top:7.1875rem;left:0rem;display:block; }
#XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { position:absolute;display:block;z-index:15001;background-color:#e5123c;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#P6S3lZua6ofxRPkK0hHgim4tczilEDFp { position:absolute;display:block;z-index:15001;background-color:#e5123c;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { color:#363a41;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:1.949575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { position:absolute;display:block;z-index:15001;background-color:#e5123c;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:25.125rem;top:7rem;left:34.875rem;overflow:hidden;display:block; }
#ERzPs6S9pzHB24F1qTf5z3cxSUWOnrIs { z-index:15003;top:23.9375rem;left:0rem;background-color:#4285f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.573613625rem;height:2.698863625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ESDPTnR7akKvc1Rdd0QuLcMrQh7KNTOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4i3ArHQzhRUmXDrWg5ByVLTBRn9KcoF { position:absolute;display:block;z-index:15001;background-color:#e5123c;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:26.3125rem;top:8.8125rem;left:0rem;display:none; }
#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30d150;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { background-color: transparent; background-image: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container > .video-iframe-container { display: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container { display: none; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .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); }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { border-width: 0; border-radius: 0; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#gCOT5RuVlflX5lertUO7W2aGahuIkCHz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTMJ9mfEw5bJs0CpOyC6ZKo6OS9WM9iB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.25rem;height:4.54900625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gNlbSpsWx47L6b6KAMmUHKX8R59oN0Dk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.4375rem;left:16.25rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:16.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H0EZNv7bio8wIrbvSgDGriWHUpP90UMo { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.4375rem;left:31.25rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KiAMoiqTcv7rycfCTb6D6W6LZXgEgN8T { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:46.25rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:46.25rem;height:3.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfh3myzgSVxh5uvQRgnugMEQouKVUtQ4 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.375rem;top:12.124910354614rem;left:5.3125rem;display:block; }
#QhT9ddEf5Ve8yVXdpqtEW0fwTdrp28ec { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5479393005371rem;left:0rem;height:2.599875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgloVRTdD8JJgNvNo5zTbN8Kz4fTCP3u { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:4.375rem;top:12.124467849731rem;left:20.312055587769rem;display:block; }
#yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:4.375rem;top:12.124467849731rem;left:35.312498092651rem;display:block; }
#v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12473375rem;width:4.375rem;top:12.124467849731rem;left:50.312498092651rem;display:block; }
#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { background-color: transparent; background-image: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { display: none; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .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); }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { border-width: 0; border-radius: 0; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { color:#363a41;display:block;width:35.0625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.33740234375rem;left:12.46875rem;height:1.94970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J9AwZm0hkUFgyRnpi7O2JWMJAuWPir5d { color:#363a41;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNdy3MM7ItQmHs7d9sTaWnNls3MlwL2F { color:#707070;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:18.6875rem;left:0rem;height:3.59911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tz9imCBG5MQqeXDOnTmnsVK8FRPTSTmF { color:#707070;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:18.687408447266rem;left:14.24973487854rem;height:5.9985375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLWB11SSw4bKzb9Z77ZWRkL0wHZusdvZ { color:#707070;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:18.6875rem;left:30.9375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pmFAI5BpRi8Ciw5wCBWrwPbwR5ogbMVg { color:#707070;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.6875rem;left:46.375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7Wsmk5xVsg09cSDBxMZIQIMdouogkkJ { color:#363a41;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.125rem;left:15.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S9owz9sl8dhAfIwgqcxqOlN8slvyJqmR { color:#363a41;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:30.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOEv6Rd9w9zgPFBo81oCACPypdkxia4o { color:#363a41;display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:46.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWyAWNhEJsUFk77mXSTyCBM4nyyHdUJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5rem;left:19.5625rem; }
#rbBD1xk0TW1U9GuL1pCs0Wf2VtSGTUsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.5rem;left:4.125rem; }
#bC9NelJ1odnzfqoHnoZf9cbXhgv1Zzci { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:9rem;left:35.5625rem; }
#Oee9spfxfMF1ANQIrmLSUvwKQzgfDr6m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.5rem;left:50.5rem; }
#nNKDqZqTABLKU88l6w8lawrlnTl0syxl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container { background-color: transparent; background-image: none; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container > .video-iframe-container { display: none; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row > .video-iframe-container { display: none; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .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); }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container { border-width: 0; border-radius: 0; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#saQtTLzVAbgLZLQzXydEHtt521fL2nkB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:24.8125rem;top:4.1689453125rem;left:34.12353515625rem;overflow:hidden;display:block; }
#X7Pfqt6MDovxGVynBsh3qbKK5wsSEOZx { color:#000000;display:block;width:22.3745rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.4873046875rem;left:0.93603515625rem;height:7.7988125rem;text-align:left;text-align-last:left;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; }
#FgJDKNdvCBEEBWQ1rkyGSD6Vcoq2qXQv { color:#959595;display:block;width:22.374375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23.556022644043rem;left:0.9375rem;height:2.8125rem;font-style:normal;display:block; }
#niWZAy1kOFy9CbXWTKdtSonlJuIbZmAl { color:#959595;display:block;width:19.624rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.4931640625rem;left:37.5625rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BdZwPrRTggflJNGE8Gf2xpurxB6FTKKr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.3125rem;top:0.98766040802rem;left:0rem;overflow:hidden;display:block; }
#ls4dpKtB7ZI1t6LT4hSkBKI5cZaLyvXy { color:#000000;display:block;width:22.3745rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:19.9189453125rem;left:0.93701171875rem;height:3rem;text-align:left;text-align-last:left;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; }
#cCsVoBbIS150ZIwmg2bsxOCMcRfuR4C7 { color:#000000;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:12.28515625rem;left:0.93603515625rem;height:;text-align:left;text-align-last:left;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; }
#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30d150;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container { background-color: transparent; background-image: none; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container > .video-iframe-container { display: none; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row > .video-iframe-container { display: none; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .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); }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container { border-width: 0; border-radius: 0; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:block; }#GPNTiBltTWVrrIzxwHDHeCz4XuNgZV17 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(13,13,49,0.24) ;height:50.375rem;width:27.75rem;top:2.0618782043457rem;left:32.249643325806rem;display:block; }
#aFsi4NcE5TOaXITlmrTXD4IAa1aR0C1i { position:absolute;display:block;z-index:15036;height:21.7498125rem;width:27.562125rem;top:3.4364318847656rem;left:32.374822616577rem;display:block; }
#ETB8GW02QC6SUaHzz5mM6O3sL43lg056 { color:#ffffff;display:block;width:22.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:0rem;height:9.0976625rem;display:block; }
#T2Z5wydslSGtz4E9eX0oq92qbFudWHBu { color:#ffffff;display:block;width:18.24975rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:1.4624rem;display:block; }
#N2L0EcIaRSbSlVIPs5Av3IJndvZNiKrv { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0615234375rem;left:0rem;height:7.7988125rem;font-style:normal;display:block; }
#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container { background-color: transparent; background-image: none; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container > .video-iframe-container { display: none; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row > .video-iframe-container { display: none; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .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); }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container { border-width: 0; border-radius: 0; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:60rem;position:relative;display:block; }#s7TRFNvkAFWxrluFAVG6hg3EtAytgpQR { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHz4bH0Lht5EUo5TyFcZ3QzTT1xC5mNc { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:8.0859375rem;left:13.3125rem;display:block; }
#UkGk0F9SJpvha7iq0LDQEisgI6DnEzTd { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:8.0859375rem;left:28.90625rem;display:block; }
#kq8mgt0Rf6ncFToPfWaSvA6T3z5WF6XG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.875rem;height:1.949225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoBT5IEuSyFe4QsqR29Eh48dNgqkRqcq { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.630859375rem;left:0.59375rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJwt1yVdSyQtAcaCX4c2cPPTSHKGKBcl { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3623046875rem;left:46.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hO5LT1kWUTzAmvbNvQqfrSTPyzaBHthQ { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.375rem;left:31.15625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RgmyDV9DfDcTtQG4zuTIgbdIwt51srn3 { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.630859375rem;left:29.96875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g5VEQzcQmRcVycTDChFv7loNkNG38KM9 { position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:8.0859375rem;left:45.6875rem;display:block; }
#LReQZ4bQFBZTzAotgoS5Pz4OO3v8JDJH { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.630859375rem;left:15.03125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f07kZSo0ITvyFFbQ2LlAZbHSrAIb610O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:11.1875rem;left:14.4375rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmwCd2CDic5W7C1811cDnZlafZeIufZ9 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.1875rem;left:0rem;height:1.94970625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#30d150;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { background-color: transparent; background-image: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container { display: none; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .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); }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { border-width: 0; border-radius: 0; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8369140625rem;left:0rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ym7cnomeCkezbyHXIhmlgxMffz2tMVe3 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:7.30078125rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { background-color: transparent; background-image: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { display: none; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .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); }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { border-width: 0; border-radius: 0; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.0625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { color:#5f5f5f;display:block;width:19.5rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.71875rem;left:40.5rem;height:0.8125rem;text-align:right;text-align-last:right;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:35.875rem;height:8.75rem;top:8.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { top:0.4375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { width:8.25rem;height:2.0625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:36.875rem;height:1.9375rem;top:18.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpuidf7Ul79vpay8I6EA7JwZP0clzhvK { width:30.8125rem;height:1.25rem;top:21.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT6T6W7cceeiIK5JqENgOndL6HUArKXh { top:9.375rem;left:0rem;width:22.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbSNduRlpwlVybCO7DviLr0yWrxgGixe { top:7.1875rem;left:0rem;width:34.3125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:18.1875rem;height:7.75rem;top:4.875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { top:7rem;left:22.625rem;width:25.125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERzPs6S9pzHB24F1qTf5z3cxSUWOnrIs { top:23.9375rem;left:0rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDPTnR7akKvc1Rdd0QuLcMrQh7KNTOL { display:block; }
 }@media only screen and (max-width: 763px) { #u4i3ArHQzhRUmXDrWg5ByVLTBRn9KcoF { top:8.8125rem;left:0rem;width:26.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { display:block; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOT5RuVlflX5lertUO7W2aGahuIkCHz { width:12.5rem;height:3.875rem;top:7.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTMJ9mfEw5bJs0CpOyC6ZKo6OS9WM9iB { width:12.5rem;height:4.5rem;top:13.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlbSpsWx47L6b6KAMmUHKX8R59oN0Dk { width:12.5rem;height:1.125rem;top:13.4375rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { width:12.5rem;height:3.875rem;top:7.5625rem;left:11.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0EZNv7bio8wIrbvSgDGriWHUpP90UMo { width:12.5rem;height:1.125rem;top:13.4375rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { width:12.5rem;height:3.875rem;top:7.5625rem;left:23.3125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAMoiqTcv7rycfCTb6D6W6LZXgEgN8T { width:12.5rem;height:3.375rem;top:13.4375rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { width:12.5rem;height:3.875rem;top:7.5625rem;left:35.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfh3myzgSVxh5uvQRgnugMEQouKVUtQ4 { top:12.0625rem;left:3.78125rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhT9ddEf5Ve8yVXdpqtEW0fwTdrp28ec { top:2.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgloVRTdD8JJgNvNo5zTbN8Kz4fTCP3u { top:12.0625rem;left:15.718305587769rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { top:12.0625rem;left:27.656248092651rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { top:12.0625rem;left:39.593748092651rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { top:2.3125rem;left:6.34375rem;width:35.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9AwZm0hkUFgyRnpi7O2JWMJAuWPir5d { width:13.5625rem;height:2.875rem;top:15.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdy3MM7ItQmHs7d9sTaWnNls3MlwL2F { width:13.625rem;height:3.5625rem;top:18.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz9imCBG5MQqeXDOnTmnsVK8FRPTSTmF { width:15.75rem;height:6rem;top:18.625rem;left:8.12473487854rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWB11SSw4bKzb9Z77ZWRkL0wHZusdvZ { width:13.5625rem;height:2.375rem;top:18.6875rem;left:24.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmFAI5BpRi8Ciw5wCBWrwPbwR5ogbMVg { width:13.5625rem;height:2.375rem;top:18.6875rem;left:34.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Wsmk5xVsg09cSDBxMZIQIMdouogkkJ { width:13.5625rem;height:2.875rem;top:15.125rem;left:9.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9owz9sl8dhAfIwgqcxqOlN8slvyJqmR { width:13.5625rem;height:2.875rem;top:15.125rem;left:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEv6Rd9w9zgPFBo81oCACPypdkxia4o { width:13.5625rem;height:2.875rem;top:15.125rem;left:34.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWyAWNhEJsUFk77mXSTyCBM4nyyHdUJ7 { top:8.5rem;left:13.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbBD1xk0TW1U9GuL1pCs0Wf2VtSGTUsJ { top:8.5rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC9NelJ1odnzfqoHnoZf9cbXhgv1Zzci { top:9rem;left:29.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oee9spfxfMF1ANQIrmLSUvwKQzgfDr6m { top:8.5rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNKDqZqTABLKU88l6w8lawrlnTl0syxl { display:block; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saQtTLzVAbgLZLQzXydEHtt521fL2nkB { top:4.125rem;left:22.9375rem;width:24.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Pfqt6MDovxGVynBsh3qbKK5wsSEOZx { top:4.4375rem;left:0rem;width:22.3125rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgJDKNdvCBEEBWQ1rkyGSD6Vcoq2qXQv { top:23.5rem;left:0rem;width:22.3125rem;height:2.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWZAy1kOFy9CbXWTKdtSonlJuIbZmAl { top:25.4375rem;left:28.1875rem;width:19.5625rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdZwPrRTggflJNGE8Gf2xpurxB6FTKKr { top:0.9375rem;left:0rem;width:9.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4dpKtB7ZI1t6LT4hSkBKI5cZaLyvXy { top:19.875rem;left:0rem;width:22.3125rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCsVoBbIS150ZIwmg2bsxOCMcRfuR4C7 { top:12.25rem;left:0rem;width:27.25rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm { display:block; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPNTiBltTWVrrIzxwHDHeCz4XuNgZV17 { top:2rem;left:20rem;width:27.75rem;height:50.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFsi4NcE5TOaXITlmrTXD4IAa1aR0C1i { top:3.375rem;left:20.25rem;width:27.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETB8GW02QC6SUaHzz5mM6O3sL43lg056 { top:12.9375rem;left:0rem;width:22.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Z5wydslSGtz4E9eX0oq92qbFudWHBu { top:10.75rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2L0EcIaRSbSlVIPs5Av3IJndvZNiKrv { top:2rem;left:0rem;width:23.75rem;height:7.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD { display:block; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7TRFNvkAFWxrluFAVG6hg3EtAytgpQR { width:12.5rem;height:3.875rem;top:11.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHz4bH0Lht5EUo5TyFcZ3QzTT1xC5mNc { width:0.0625rem;height:7.25rem;top:8.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGk0F9SJpvha7iq0LDQEisgI6DnEzTd { width:0.0625rem;height:7.25rem;top:8.0625rem;left:22.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8mgt0Rf6ncFToPfWaSvA6T3z5WF6XG { width:12.5rem;height:1.9375rem;top:11.375rem;left:35.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBT5IEuSyFe4QsqR29Eh48dNgqkRqcq { width:11.3125rem;height:2.875rem;top:7.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwt1yVdSyQtAcaCX4c2cPPTSHKGKBcl { width:13.75rem;height:1.4375rem;top:8.3125rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5LT1kWUTzAmvbNvQqfrSTPyzaBHthQ { width:12.5625rem;height:1.9375rem;top:11.375rem;left:25.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmyDV9DfDcTtQG4zuTIgbdIwt51srn3 { width:14.9375rem;height:2.875rem;top:7.625rem;left:23.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VEQzcQmRcVycTDChFv7loNkNG38KM9 { width:0.0625rem;height:7.25rem;top:8.0625rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReQZ4bQFBZTzAotgoS5Pz4OO3v8JDJH { width:11.3125rem;height:2.875rem;top:7.625rem;left:8.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07kZSo0ITvyFFbQ2LlAZbHSrAIb610O { width:12.5rem;height:3.875rem;top:11.1875rem;left:8.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmwCd2CDic5W7C1811cDnZlafZeIufZ9 { top:2.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:47.75rem;height:5.1875rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym7cnomeCkezbyHXIhmlgxMffz2tMVe3 { width:47.75rem;height:3.375rem;top:7.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:5.0625rem;height:1.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { top:3.9375rem;left:0rem;width:10.625rem;height:2.4375rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk { display:block; }#V3uwGHiTCcQLJkfX5fvJf3InAQ7WNUhk > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vc6pomg69nz3cqlGLZC02apZ1BwycivD { width:17.125rem;height:6.01171875rem;top:17.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.3125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #st9cJrF4JhpEw7BDPvMk8t2PuA6twZI4 { width:1.625rem;height:1.625rem;top:1.1361881489257rem;left:15.436185616656rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz2JARDG93nUA8QPFJJTZEPEzOwNnCLq { width:4.5625rem;height:1.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:17.93725rem;height:2.9243625rem;top:13.625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#363a41;display:block; }
 }@media only screen and (max-width: 763px) { #Mpuidf7Ul79vpay8I6EA7JwZP0clzhvK { width:18.125rem;height:1.9504625rem;top:17.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#363a41;display:block; }
 }@media only screen and (max-width: 763px) { #NT6T6W7cceeiIK5JqENgOndL6HUArKXh { width:18.1875rem;height:6rem;top:17.4375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NbSNduRlpwlVybCO7DviLr0yWrxgGixe { width:14.375rem;height:3.3125rem;top:36.8076171875rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { width:15.5rem;height:2.75rem;top:6.31525182724rem;left:2.0930397510529rem;z-index:14996;background-color:#30d150;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) { #P6S3lZua6ofxRPkK0hHgim4tczilEDFp { width:14.1875rem;height:2.625rem;top:4.5618782043457rem;left:2.8434835672379rem;z-index:14997;background-color:#30d150;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) { #xpf8Lh9MI2QUnERo0E8BZAUOud7vEaA9 { width:18.24975rem;height:7.7983125rem;top:4.8882279396057rem;left:0.87491118907931rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#363a41;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { width:12.625rem;height:2.75rem;top:8.1183414459231rem;left:3.7499998807907rem;z-index:14995;background-color:#30d150;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) { #ASuIX8ONuHIFkfOiCWf4x4UdoVrnPqRQ { width:20rem;height:13.5320625rem;top:24.623579025269rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERzPs6S9pzHB24F1qTf5z3cxSUWOnrIs { top:20.375rem;left:4.1875rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESDPTnR7akKvc1Rdd0QuLcMrQh7KNTOL { display:block; }
 }@media only screen and (max-width: 763px) { #u4i3ArHQzhRUmXDrWg5ByVLTBRn9KcoF { width:11.125rem;height:2.75rem;top:10.243252754211rem;left:4.5621448755264rem;z-index:14994;background-color:#30d150;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) { #PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ { display:block; }#PewnTIUO9m77dDVopP0WBg9kzwRPzQpQ > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOT5RuVlflX5lertUO7W2aGahuIkCHz { width:12.5rem;height:3.89959375rem;top:12.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTMJ9mfEw5bJs0CpOyC6ZKo6OS9WM9iB { width:12.5rem;height:6.4985625rem;top:16.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNlbSpsWx47L6b6KAMmUHKX8R59oN0Dk { width:12.5rem;height:1.29971875rem;top:29.3125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { width:12.5rem;height:3.89959375rem;top:25.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0EZNv7bio8wIrbvSgDGriWHUpP90UMo { width:12.5rem;height:1.29971875rem;top:37.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { width:12.5rem;height:3.89959375rem;top:33.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAMoiqTcv7rycfCTb6D6W6LZXgEgN8T { width:12.5rem;height:3.89915rem;top:45.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { width:12.5rem;height:3.89959375rem;top:40.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfh3myzgSVxh5uvQRgnugMEQouKVUtQ4 { width:4.375rem;height:0.125rem;top:24.062408447266rem;left:7.8124994039538rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #QhT9ddEf5Ve8yVXdpqtEW0fwTdrp28ec { width:20rem;height:7.799625rem;top:2.91104388237rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgloVRTdD8JJgNvNo5zTbN8Kz4fTCP3u { width:4.375rem;height:0.0625rem;top:32.211288452149rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { width:4.375rem;height:0.0625rem;top:39.7734375rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { width:4.375rem;height:0.062144875rem;top:24.061166763306rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:20rem;height:65.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { width:20rem;height:3.599075rem;top:3.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #J9AwZm0hkUFgyRnpi7O2JWMJAuWPir5d { width:13.625rem;height:2.9243625rem;top:14.8125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNdy3MM7ItQmHs7d9sTaWnNls3MlwL2F { width:18.5rem;height:2.40056875rem;top:18.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz9imCBG5MQqeXDOnTmnsVK8FRPTSTmF { width:13.625rem;height:2.40056875rem;top:31.1875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWB11SSw4bKzb9Z77ZWRkL0wHZusdvZ { width:13.625rem;height:2.40056875rem;top:45.9375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmFAI5BpRi8Ciw5wCBWrwPbwR5ogbMVg { width:13.625rem;height:2.40056875rem;top:59.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Wsmk5xVsg09cSDBxMZIQIMdouogkkJ { width:13.625rem;height:2.9243625rem;top:27.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9owz9sl8dhAfIwgqcxqOlN8slvyJqmR { width:13.625rem;height:2.9243625rem;top:42.6875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEv6Rd9w9zgPFBo81oCACPypdkxia4o { width:13.6248125rem;height:2.9243625rem;top:56.4375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWyAWNhEJsUFk77mXSTyCBM4nyyHdUJ7 { display:flex;width:5.3125rem;height:5.3125rem;top:21.937143921852rem;left:7.3433059453963rem; }
 }@media only screen and (max-width: 763px) { #rbBD1xk0TW1U9GuL1pCs0Wf2VtSGTUsJ { display:flex;width:5.3125rem;height:5.3125rem;top:8.5625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #bC9NelJ1odnzfqoHnoZf9cbXhgv1Zzci { display:flex;width:4.6875rem;height:4.6875rem;top:36.811962723732rem;left:7.6558059453963rem; }
 }@media only screen and (max-width: 763px) { #Oee9spfxfMF1ANQIrmLSUvwKQzgfDr6m { display:flex;width:5.3125rem;height:5.3125rem;top:50.437231063843rem;left:7.3433059453963rem; }
 }@media only screen and (max-width: 763px) { #nNKDqZqTABLKU88l6w8lawrlnTl0syxl { display:block; }#nNKDqZqTABLKU88l6w8lawrlnTl0syxl > .row .container { width:20rem;height:42.511138134766rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saQtTLzVAbgLZLQzXydEHtt521fL2nkB { width:15.125rem;height:11.5rem;top:15.874467372894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Pfqt6MDovxGVynBsh3qbKK5wsSEOZx { width:18.8125rem;height:3.599075rem;top:4.8113427758217rem;left:0.71812856197356rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FgJDKNdvCBEEBWQ1rkyGSD6Vcoq2qXQv { width:18.6248125rem;height:3.75rem;top:9.9107780456544rem;left:0.68714487552644rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWZAy1kOFy9CbXWTKdtSonlJuIbZmAl { width:19.5614375rem;height:0.9375rem;top:29.873935222626rem;left:0.21883881092071rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdZwPrRTggflJNGE8Gf2xpurxB6FTKKr { width:4.875rem;height:1.9375rem;top:1.3121448159218rem;left:0.56241118907929rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4dpKtB7ZI1t6LT4hSkBKI5cZaLyvXy { width:20rem;height:0;top:38.261138134766rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cCsVoBbIS150ZIwmg2bsxOCMcRfuR4C7 { width:20rem;height:0;top:32.061431884766rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm { display:block; }#hRgJKRQCSGRqaUo88RlJdCwvKqAfZ0Dm > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPNTiBltTWVrrIzxwHDHeCz4XuNgZV17 { width:20rem;height:53rem;top:2.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aFsi4NcE5TOaXITlmrTXD4IAa1aR0C1i { width:20rem;height:21.68725rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETB8GW02QC6SUaHzz5mM6O3sL43lg056 { width:20rem;height:9.098rem;top:74.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Z5wydslSGtz4E9eX0oq92qbFudWHBu { width:18.1866875rem;height:1.46218125rem;top:71.937143325806rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2L0EcIaRSbSlVIPs5Av3IJndvZNiKrv { width:20rem;height:12.999375rem;top:57.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD { display:block; }#kxr2Wpn87gI4MO9CpFtlEObDH68Rh3nD > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7TRFNvkAFWxrluFAVG6hg3EtAytgpQR { width:20rem;height:2.92569375rem;top:10.372772216797rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHz4bH0Lht5EUo5TyFcZ3QzTT1xC5mNc { width:6.25rem;height:0.062144875rem;top:15.374542236328rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGk0F9SJpvha7iq0LDQEisgI6DnEzTd { width:6.25rem;height:0.062144875rem;top:24.624816894531rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kq8mgt0Rf6ncFToPfWaSvA6T3z5WF6XG { width:19.874375rem;height:1.9504625rem;top:28.872406005859rem;left:0.12517750263214rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBT5IEuSyFe4QsqR29Eh48dNgqkRqcq { width:19.49975rem;height:1.46218125rem;top:8.2234497070312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJwt1yVdSyQtAcaCX4c2cPPTSHKGKBcl { width:20rem;height:1.46218125rem;top:26.612121582031rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO5LT1kWUTzAmvbNvQqfrSTPyzaBHthQ { width:12.5625rem;height:0;top:46.622866894531rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgmyDV9DfDcTtQG4zuTIgbdIwt51srn3 { width:14.9375rem;height:0;top:37.299623144531rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VEQzcQmRcVycTDChFv7loNkNG38KM9 { width:0.0625rem;height:7.25rem;top:49.822085644531rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReQZ4bQFBZTzAotgoS5Pz4OO3v8JDJH { width:11.3125rem;height:0;top:33.124816894531rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f07kZSo0ITvyFFbQ2LlAZbHSrAIb610O { width:12.5rem;height:0;top:41.474429394531rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmwCd2CDic5W7C1811cDnZlafZeIufZ9 { width:20rem;height:3.599075rem;top:1.8744506835938rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:20rem;height:20.0996125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:20rem;height:12.999375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym7cnomeCkezbyHXIhmlgxMffz2tMVe3 { width:20rem;height:0;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh { display:block; }#vHJR6zPaq1polJnvQC2uPWHk4nrpnVTh > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Befc1HSR9bA4w9fxbhko1Rh2KuwPUloS { width:4.8125rem;height:1.375rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCFFiCk9HnX9AA6dIEFgooUeg0OL9xE { width:19.9375rem;height:1.625rem;top:5.875rem;left:0rem;font-size:0.625rem;z-index:15002;text-align:center;text-align-last:center;color:#959595;display:block; }
 }