.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:29.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#vc6pomg69nz3cqlGLZC02apZ1BwycivD { color:#ffffff;display:block;width:23.5rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.375rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { color:#363a41;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;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:18.9375rem;width:27.3125rem;top:5.625rem;left:28.375rem;overflow:hidden;display:block; }
#up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { 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.4375rem;width:10.375rem;top:1.71875rem;left:1.1875rem;overflow:hidden;display:block; }
#MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { position:absolute;display:block;z-index:15000;background-color:#3366cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.5625rem;width:24.625rem;top:7.5rem;left:1.1875rem;display:block; }
#piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { position:absolute;display:block;z-index:15003;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.4375rem;width:11.1875rem;top:1.71875rem;left:47.099609375rem;overflow:hidden;display:block; }
#UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { z-index:15005;top:20rem;left:8.3125rem;background-color:#5d92ff;background-image:none;border-top:0.0625rem solid #3366cc;border-left:0.0625rem solid #3366cc;border-right:0.0625rem solid #3366cc;border-bottom:0.0625rem solid #3366cc;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.57325rem;height:2.69824375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3366cc;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; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { background-color: transparent; background-image: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container > .video-iframe-container { display: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container { display: none; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .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); }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { border-width: 0; border-radius: 0; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { color:#f7faff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.46240234375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3366cc;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; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container { background-color: transparent; background-image: none; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container > .video-iframe-container { display: none; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row > .video-iframe-container { display: none; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .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); }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container { border-width: 0; border-radius: 0; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#gCOT5RuVlflX5lertUO7W2aGahuIkCHz { color:#f7faff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.09619140625rem;left:1.25rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfh3myzgSVxh5uvQRgnugMEQouKVUtQ4 { position:absolute;display:block;z-index:15008;background-color:#f7faff;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.124511875rem;width:4.375rem;top:8.75rem;left:5.3125rem;display:block; }
#vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { color:#f7faff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.2685546875rem;left:16.25rem;height:8.773425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { position:absolute;display:block;z-index:15010;background-color:#f7faff;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.124511875rem;width:4.375rem;top:10.25rem;left:35.3125rem;display:block; }
#zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { color:#f7faff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:31.25rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { position:absolute;display:block;z-index:15011;background-color:#f7faff;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.124511875rem;width:4.375rem;top:10.25rem;left:50.3125rem;display:block; }
#yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { color:#f7faff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:45.9375rem;height:6.5800625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FgsJbqplnp5y5BaeFX7P8OMAn8FVKXf9 { position:absolute;display:block;z-index:15011;background-color:#f7faff;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:11.5625rem;left:19.75rem;display:block; }
#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h { 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; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container { background-color: transparent; background-image: none; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container > .video-iframe-container { display: none; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row > .video-iframe-container { display: none; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .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); }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container { border-width: 0; border-radius: 0; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:60rem;position:relative;display:block; }#fPzFPm7wX0uSmUnc9bkWOMT8ROl7RxlC { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w9inU4e9Vs5bnRgnp3SIut27INBX8gfs { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D { 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; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container { background-color: transparent; background-image: none; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container > .video-iframe-container { display: none; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row > .video-iframe-container { display: none; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .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); }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container { border-width: 0; border-radius: 0; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#Nb0ARfNBTXS78eAC1DMgbA43nDuHu2FE { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3125rem;left:2.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NknCh7qt77lPzoIWboma4BonVGkpyNc4 { color:#ffffff;display:block;width:5.37464375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.25rem;left:12.375rem;height:3.33105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iATMrItzEn08u7B1yNQMnCWcSe4I3IhD { color:#ffffff;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.8125rem;height:0.9746125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#yQnetyDQ9vndALqcpSIfaTm2darNaqF6 { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.244140625rem;left:21.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJsOla1SEOHWnH8Om5yCAxSBCT2o0k7M { box-sizing:content-box;height:7.0615rem;width:18.8115rem;position:absolute;display:block;z-index:15007;background-color:#e6f2fd;background-image:none;top:0.4375rem;left:40.375rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;border-top:0.25rem solid #3366cc;border-left:0.25rem solid #3366cc;border-right:0.25rem solid #3366cc;border-bottom:0.25rem solid #3366cc;display:block; }
#vc8tEKJumgDmeJ0c8tGyKvW8mdX8rywD { box-sizing:content-box;height:7.0615rem;width:18.8115rem;position:absolute;display:block;z-index:15005;background-color:#e6f2fd;background-image:none;top:0.4375rem;left:20.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#eEhSTDkNUZM7a6b9mz0TFpowxEc9gEes { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.1875rem;left:34.0625rem; }
#eUc6LPiaOGrnyRXUXJXOlmMwmJr1yHy6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.40625rem;left:53.5rem; }
#N84eAWGTs5fNAN1Wdh3PvoJWKG6n2Q49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.1875rem;left:13.8125rem; }
#I77r8KCGHDiP4zLNb4nC9D7Oe43U2gtf { box-sizing:content-box;height:7.0615rem;width:18.8115rem;position:absolute;display:block;z-index:15006;background-color:#e6f2fd;background-image:none;top:0.4375rem;left:0.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#UA58dmKvmV2HvB5wztPady6dHCcDBQHJ { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:3.244140625rem;left:1.0625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WawDxWBZPQXCAK3WA5C6GkcFpQdXlzmo { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.244140625rem;left:41.5625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ { 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; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container { background-color: transparent; background-image: none; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container > .video-iframe-container { display: none; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row > .video-iframe-container { display: none; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .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); }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container { border-width: 0; border-radius: 0; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#v9oI5WNikvMlhR5skwOh4b4Baa0BhA5D { color:#000000;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7998046875rem;left:22.5625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I4Vk3fn790ECf4B6A9bvVZJKrDzvt2Sy { box-sizing:content-box;height:7.0625rem;width:18.8125rem;position:absolute;display:block;z-index:15003;background-color:#e6f2fd;background-image:none;top:2rem;left:20.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#OTxtu0FS2K1T5DZl2bV2trhF6m2E1Ev7 { box-sizing:content-box;height:7.0610625rem;width:18.8110625rem;position:absolute;display:block;z-index:15007;background-color:#e6f2fd;background-image:none;top:2rem;left:40.6875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#RSS6vp8e74F8UE8endtWCWB7dAbvnSyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.4375rem;left:34.125rem; }
#u7GpnJVLkh96svdroNW4Rmhr5zrQdFtl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.71875rem;left:53.25rem; }
#g1KAWy9g2bIucr6WKFDoxaxDpGP4KkRG { box-sizing:content-box;height:7.0610625rem;width:18.8110625rem;position:absolute;display:block;z-index:15010;background-color:#e6f2fd;background-image:none;top:2rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;border-top:0.25rem solid #5d92ff;border-left:0.25rem solid #5d92ff;border-right:0.25rem solid #5d92ff;border-bottom:0.25rem solid #5d92ff;display:block; }
#L6s7pLMNwQHJpKWroi6UTP6Q9xVhETUO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.4375rem;left:13.875rem; }
#lvz3TlT9nMTgXlM83rLP2E6FDfUteBoN { color:#000000;display:block;width:10rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.7998046875rem;left:2.0625rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zDG8Xxb43Tosxz8dpMe5Qtq3wac93vM5 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.86181640625rem;left:42.6875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3366cc;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; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { background-color: transparent; background-image: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container > .video-iframe-container { display: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container { display: none; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .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); }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { border-width: 0; border-radius: 0; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { color:#f7faff;display:block;width:47.8125rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:2.875rem;left:7rem;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; }
#x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { position:absolute;display:block;z-index:15000;background-color:#e6f2fd;background-image:none;border-top:0.125rem solid #f3f3f3;border-left:0.125rem solid #f3f3f3;border-right:0.125rem solid #f3f3f3;border-bottom:0.125rem solid #f3f3f3;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: none;height:4.3125rem;width:44.5625rem;top:8.625rem;left:7.75rem;display:block; }
#gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { color:#000000;display:block;width:25.43725rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.6875rem;height:1.29980625rem;display:block; }
#xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { z-index:15004;top:9.5625rem;left:39.5rem;background-color:#3366cc;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.573625rem;height:2.69841875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJZfd5nVhM8IKblsbnUHMQdwKZfkSsBs { position:absolute;display:block;z-index:15003;background-color:#e6f2fd;background-image:none;border-top:0.125rem solid #e6f2fd;border-left:0.125rem solid #e6f2fd;border-right:0.125rem solid #e6f2fd;border-bottom:0.125rem solid #e6f2fd;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: none;height:4.3125rem;width:44.5625rem;top:13.8125rem;left:7.75rem;display:block; }
#J8eprwbZdq7SleOQ0D8wGTONz488VZyC { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.443359375rem;left:9.6875rem;height:1.29980625rem;display:block; }
#xzNPqTHQUc75R8ATnlcQL5DlTa3Mq0ZC { position:absolute;display:block;z-index:15006;background-color:#e6f2fd;background-image:none;border-top:0.125rem solid #f3f3f3;border-left:0.125rem solid #f3f3f3;border-right:0.125rem solid #f3f3f3;border-bottom:0.125rem solid #f3f3f3;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: none;height:4.3125rem;width:44.5625rem;top:19rem;left:7.75rem;display:block; }
#CUxn8OBUUrmIT8mUqNWmTM5SB6QxALe6 { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:20.63134765625rem;left:9.75rem;height:1.29980625rem;display:block; }
#uB25DOTaQrhu3WOWpcbHIORVWGnXQFqf { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19rem;left:33.8125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#nkVhrbWrlvLdv8JulzBludHLaqzhILvA { position:absolute;display:block;z-index:15012;background-color:#e6f2fd;background-image:none;border-top:0.125rem solid #f3f3f3;border-left:0.125rem solid #f3f3f3;border-right:0.125rem solid #f3f3f3;border-bottom:0.125rem solid #f3f3f3;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: none;height:4.3125rem;width:44.5625rem;top:24.3125rem;left:7.625rem;display:block; }
#J0wgZuyt2qlo8iBEKJOmrcMSUVNT1Z1l { color:#000000;display:block;width:41.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.9375rem;left:10.0625rem;height:1.29980625rem;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:29.6875rem;width:60rem;position:relative;display:block; }#GBZJf5dIdFOsWCZ6iWMJoCixy4KTLNw2 { color:#0c0212;display:block;width:55.75rem;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.3125rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { color:#0c0212;display:block;width:24.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:14.33203125rem;left:32.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { position:absolute;display:block;z-index:15004;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:18rem;width:27.375rem;top:7.9375rem;left:2.125rem;overflow:hidden;display:block; }
#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3366cc;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; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container { background-color: transparent; background-image: none; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container > .video-iframe-container { display: none; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row > .video-iframe-container { display: none; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .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); }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container { border-width: 0; border-radius: 0; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#PruXg4mDu3PBURhrfeFTqD2r9Pm2FGup { color:#ffffff;display:block;width:18.249rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:1.25rem;height:1.21875rem;display:block; }
#KUBOpRQq9RpA5vegHFO7PQx9WMHLoKTp { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.25rem;height:6.3369125rem;display:block; }
#I2ew1mphkO4TvJPz7zkJdKsznLbUm5n7 { color:#f7faff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.28125rem;height:7.3125rem;font-style:normal;display:block; }
#d1TX9ZP50o68d237vBZbdpLp07SgyuUO { position:absolute;display:block;z-index:15001;background-color:#e6f2fd;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:45.9375rem;width:21.9375rem;top:2.125rem;left:34.0625rem;display:block; }
#VM2UcXEetIxOt2IJlQMWWzsMsA5az6eg { position:absolute;display:block;z-index:15005;height:20.4375rem;width:14.25rem;top:2.9375rem;left:35.5rem;display:block; }
#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { position:relative;display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { 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 { border-width: 0; border-radius: 0; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container > .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 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { color:#3366cc;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:1.912109375rem;left:0rem;height:7.79883125rem;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.375rem;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:23.5rem;height:9.75rem;top:9.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:47.75rem;height:2.875rem;top:25.4375rem;left:0rem;font-size:1.125rem;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:17.875rem;height:5.5625rem;top:5.5rem;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:5.625rem;left:20.4375rem;width:27.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { width:10.375rem;height:2.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { width:24.625rem;height:13.5625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { width:11.1875rem;height:2.4375rem;top:1.6875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { top:20rem;left:2.1875rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block; }
 }@media only screen and (max-width: 763px) { #rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { display:block; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { top:2.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 { display:block; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOT5RuVlflX5lertUO7W2aGahuIkCHz { width:12.5rem;height:4.375rem;top:4.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfh3myzgSVxh5uvQRgnugMEQouKVUtQ4 { top:8.75rem;left:3.78125rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { width:12.5rem;height:8.75rem;top:2.25rem;left:11.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { top:10.25rem;left:27.65625rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { width:12.5rem;height:6.5625rem;top:3rem;left:23.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { top:10.25rem;left:39.59375rem;width:4.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { width:12.5rem;height:6.5625rem;top:3rem;left:35.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgsJbqplnp5y5BaeFX7P8OMAn8FVKXf9 { top:11.5625rem;left:15.15625rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpI2QkOLTza3d0RbEQmSZO6lVLI593h { display:block; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPzFPm7wX0uSmUnc9bkWOMT8ROl7RxlC { top:2.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9inU4e9Vs5bnRgnp3SIut27INBX8gfs { top:6rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D { display:block; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb0ARfNBTXS78eAC1DMgbA43nDuHu2FE { width:10rem;height:1.9375rem;top:2.3125rem;left:0.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NknCh7qt77lPzoIWboma4BonVGkpyNc4 { width:5.3125rem;height:3.3125rem;top:1.25rem;left:10.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATMrItzEn08u7B1yNQMnCWcSe4I3IhD { width:10rem;height:0.9375rem;top:4.1875rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnetyDQ9vndALqcpSIfaTm2darNaqF6 { width:10rem;height:1.9375rem;top:3.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJsOla1SEOHWnH8Om5yCAxSBCT2o0k7M { top:0.4375rem;left:28.375rem;width:18.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8tEKJumgDmeJ0c8tGyKvW8mdX8rywD { top:0.4375rem;left:12.5rem;width:18.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhSTDkNUZM7a6b9mz0TFpowxEc9gEes { top:2.1875rem;left:27.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUc6LPiaOGrnyRXUXJXOlmMwmJr1yHy6 { top:2.375rem;left:43.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N84eAWGTs5fNAN1Wdh3PvoJWKG6n2Q49 { top:2.1875rem;left:11.75rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77r8KCGHDiP4zLNb4nC9D7Oe43U2gtf { top:0.4375rem;left:0rem;width:18.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA58dmKvmV2HvB5wztPady6dHCcDBQHJ { width:14rem;height:1.9375rem;top:3.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawDxWBZPQXCAK3WA5C6GkcFpQdXlzmo { width:10rem;height:1.9375rem;top:3.1875rem;left:31.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ { display:block; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9oI5WNikvMlhR5skwOh4b4Baa0BhA5D { width:11.625rem;height:3.875rem;top:3.75rem;left:16.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Vk3fn790ECf4B6A9bvVZJKrDzvt2Sy { top:2rem;left:12.4375rem;width:18.8125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxtu0FS2K1T5DZl2bV2trhF6m2E1Ev7 { top:2rem;left:28.375rem;width:18.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSS6vp8e74F8UE8endtWCWB7dAbvnSyW { top:3.4375rem;left:27.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7GpnJVLkh96svdroNW4Rmhr5zrQdFtl { top:3.6875rem;left:42.9375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1KAWy9g2bIucr6WKFDoxaxDpGP4KkRG { top:2rem;left:0rem;width:18.75rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s7pLMNwQHJpKWroi6UTP6Q9xVhETUO { top:3.4375rem;left:11.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvz3TlT9nMTgXlM83rLP2E6FDfUteBoN { width:10rem;height:3.875rem;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDG8Xxb43Tosxz8dpMe5Qtq3wac93vM5 { width:9.75rem;height:3.875rem;top:3.8125rem;left:32.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { display:block; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { top:8.625rem;left:1.625rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { top:10.25rem;left:3.5625rem;width:25.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { top:9.5625rem;left:33.375rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block; }
 }@media only screen and (max-width: 763px) { #WJZfd5nVhM8IKblsbnUHMQdwKZfkSsBs { top:13.8125rem;left:1.625rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8eprwbZdq7SleOQ0D8wGTONz488VZyC { top:15.4375rem;left:3.5625rem;width:36.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzNPqTHQUc75R8ATnlcQL5DlTa3Mq0ZC { top:19rem;left:1.625rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUxn8OBUUrmIT8mUqNWmTM5SB6QxALe6 { top:20.625rem;left:3.625rem;width:42.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB25DOTaQrhu3WOWpcbHIORVWGnXQFqf { top:19rem;left:27.6875rem;width:17.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkVhrbWrlvLdv8JulzBludHLaqzhILvA { top:24.3125rem;left:1.5rem;width:44.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0wgZuyt2qlo8iBEKJOmrcMSUVNT1Z1l { top:25.9375rem;left:3.9375rem;width:41.375rem;height:1.25rem;font-size:1rem;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:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { top:14.3125rem;left:23.0625rem;width:24.6875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { top:7.9375rem;left:0rem;width:27.375rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBKTn65pMW1TMLDEuylLa9RSTdSciqAP { display:block; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PruXg4mDu3PBURhrfeFTqD2r9Pm2FGup { top:12.75rem;left:0rem;width:18.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUBOpRQq9RpA5vegHFO7PQx9WMHLoKTp { top:14.4375rem;left:0rem;width:27.5rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ew1mphkO4TvJPz7zkJdKsznLbUm5n7 { top:2.125rem;left:0rem;width:27.4375rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TX9ZP50o68d237vBZbdpLp07SgyuUO { top:2.125rem;left:24.875rem;width:21.9375rem;height:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM2UcXEetIxOt2IJlQMWWzsMsA5az6eg { top:2.9375rem;left:26.3125rem;width:14.25rem;height:20.4375rem;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:7.75rem;top:1.875rem;left:0rem;font-size:2rem;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.375rem;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:67rem;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) { #LfVtD3eD5pFV62VEAGqq6f9OWFNBtK1e { width:17.93725rem;height:5.848725rem;top:12.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#363a41;display:block; }
 }@media only screen and (max-width: 763px) { #XlhplDIJROiVD1Q6l0h1PCDcNmVNfeRT { width:18.812125rem;height:2.7499125rem;top:6.31525182724rem;left:0.59348356723786rem;z-index:14999;background-color:#f64343;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:15.687125rem;height:2.62473125rem;top:4.5620560646057rem;left:2.1559835672379rem;z-index:15000;background-color:#f64343;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:5.84871875rem;top:4.8882279396057rem;left:0.87491118907931rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#363a41;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #g5DEJkdEGsWOAxTSVl5C19bWqM8QwT3o { width:11.3125rem;height:2.75rem;top:8.1183414459231rem;left:4.375rem;z-index:15000;background-color:#f64343;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:11.5rem;height:8rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #up62Obrcs3I7MEOkTOplfm6vG0ZmMsFX { width:10.375rem;height:2.4375rem;top:31.562232971191rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNrNhkNFRTxVo9yeN2X9QTS7Dk6AOGQO { width:20rem;height:13.5625rem;top:38.937232971191rem;left:0rem;z-index:14985;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #piE4WUXQ7X2rEuRgZDPkQpyiXQDt5Hpm { width:11.1875rem;height:2.4375rem;top:35.249732971191rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHeDvabzPOLsKo6PLc7qDVPCBVqZhrM { top:51.437232971191rem;left:7.125rem;width:11.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2OdIElbVSres3fiGFqq2uLF5PQ3lhVA { display:block; }
 }@media only screen and (max-width: 763px) { #rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG { display:block; }#rm8EaSfbGxZTRM4vyU3szJHDts5G7hzG > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lx9PeiCW0LKMoDmTwHUbaEXT0t3PigrD { width:20rem;height:7.799625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 { display:block; }#P58R7XZZd1CK9nXUWvsa8mOFi5cwTeV7 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOT5RuVlflX5lertUO7W2aGahuIkCHz { width:12.5rem;height:7.7991875rem;top:2.25rem;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.0625rem;top:21.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlCwT47TGlaSFkRtApdCPTy20MQCbvFm { width:12.5rem;height:7.7991875rem;top:23.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9TCWEw94VJS3nNBqAxw31mgIDmXRcK { width:4.375rem;height:0.062144875rem;top:37.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFTLdillRMg6zSgrQ9GibeIhdTvN0v3p { width:20rem;height:7.7991875rem;top:39.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5gCDDwxKxrgIZOAtgLF22nF9UhJNCbo { width:4.375rem;height:0.062144875rem;top:55.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIps3i8l7DeVHqG2mDkTthRclH7pCfT9 { width:20rem;height:7.7991875rem;top:55.75rem;left:0rem;text-align:center;text-align-last:center;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgsJbqplnp5y5BaeFX7P8OMAn8FVKXf9 { width:4.375rem;height:0.125rem;top:64.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpI2QkOLTza3d0RbEQmSZO6lVLI593h { display:block; }#IbpI2QkOLTza3d0RbEQmSZO6lVLI593h > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fPzFPm7wX0uSmUnc9bkWOMT8ROl7RxlC { width:20rem;height:7.799625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9inU4e9Vs5bnRgnp3SIut27INBX8gfs { width:20rem;height:3.89915rem;top:10.2991875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D { display:block; }#h2BZ60d4izr5Ede40Fz7wLlIzRbpLg6D > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb0ARfNBTXS78eAC1DMgbA43nDuHu2FE { width:10rem;height:3.89915rem;top:2.8116111755371rem;left:1.5941047668457rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NknCh7qt77lPzoIWboma4BonVGkpyNc4 { width:5.3125rem;height:2.599875rem;top:2.7499122619629rem;left:12.594192504882rem;text-align:right;text-align-last:right;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iATMrItzEn08u7B1yNQMnCWcSe4I3IhD { width:10rem;height:0.97523125rem;top:5.6871452331543rem;left:8.0318717956544rem;text-align:right;text-align-last:right;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQnetyDQ9vndALqcpSIfaTm2darNaqF6 { width:10rem;height:3.89915rem;top:11.125rem;left:1.6561584472656rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJsOla1SEOHWnH8Om5yCAxSBCT2o0k7M { width:18.75rem;height:7rem;top:17.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8tEKJumgDmeJ0c8tGyKvW8mdX8rywD { width:18.75rem;height:7rem;top:9.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEhSTDkNUZM7a6b9mz0TFpowxEc9gEes { display:flex;width:4.0625rem;height:4.0625rem;top:11.042434692382rem;left:13.903141021729rem; }
 }@media only screen and (max-width: 763px) { #eUc6LPiaOGrnyRXUXJXOlmMwmJr1yHy6 { display:flex;width:3.625rem;height:3.625rem;top:19.616031646729rem;left:14.132637023926rem; }
 }@media only screen and (max-width: 763px) { #N84eAWGTs5fNAN1Wdh3PvoJWKG6n2Q49 { display:flex;width:4.0625rem;height:4.0625rem;top:11.0419921875rem;left:13.84232711792rem; }
 }@media only screen and (max-width: 763px) { #I77r8KCGHDiP4zLNb4nC9D7Oe43U2gtf { width:18.75rem;height:7rem;top:26rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA58dmKvmV2HvB5wztPady6dHCcDBQHJ { width:14rem;height:0;top:28.806640625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WawDxWBZPQXCAK3WA5C6GkcFpQdXlzmo { width:10rem;height:1.949575rem;top:20.348899841309rem;left:1.6246452331543rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ { display:block; }#PbBAfCga2IbLcQ4MFQJdbDvivW7aWFUJ > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9oI5WNikvMlhR5skwOh4b4Baa0BhA5D { width:10rem;height:3.89915rem;top:2.8116111755371rem;left:1.5941047668457rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Vk3fn790ECf4B6A9bvVZJKrDzvt2Sy { width:18.8125rem;height:7.0625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxtu0FS2K1T5DZl2bV2trhF6m2E1Ev7 { width:18.75rem;height:7rem;top:17.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSS6vp8e74F8UE8endtWCWB7dAbvnSyW { display:flex;width:4.0625rem;height:4.0625rem;top:2.7294921875rem;left:13.968927383423rem; }
 }@media only screen and (max-width: 763px) { #u7GpnJVLkh96svdroNW4Rmhr5zrQdFtl { display:flex;width:4.0625rem;height:4.0625rem;top:19.2919921875rem;left:13.498313903809rem; }
 }@media only screen and (max-width: 763px) { #g1KAWy9g2bIucr6WKFDoxaxDpGP4KkRG { width:18.75rem;height:7rem;top:26rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6s7pLMNwQHJpKWroi6UTP6Q9xVhETUO { display:flex;width:4.0625rem;height:4.0625rem;top:27.4375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #lvz3TlT9nMTgXlM83rLP2E6FDfUteBoN { width:10rem;height:0;top:27.7998046875rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDG8Xxb43Tosxz8dpMe5Qtq3wac93vM5 { width:10rem;height:3.89915rem;top:19.375rem;left:1.6872329711914rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 { display:block; }#AzQ12vbvtNwoDXxXTOpHs06XwIbWg3B3 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx4lDEORtwl9TnbIEg8sHN880JuE6wVO { width:20rem;height:3.599075rem;top:1.25rem;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) { #x0Zhxg41vcTOZwueG0CQ2cB87XCMDhKg { width:19.8125rem;height:6.375rem;top:6.0981826782226rem;left:0.062144875526428rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gdTiqRxknthVv2XqWPoLV9ktrNZJ9WNJ { width:20rem;height:1.29971875rem;top:7.1550960540769rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNc2l7WqEvOw9CLEz3KctqQoUIPwwu3l { top:9.0802555084231rem;left:4.21875rem;width:11.5625rem;height:2.687325rem;display:block; }
 }@media only screen and (max-width: 763px) { #td1vk2VCT9DBm420SAT3kdO3od4MsF3h { display:block; }
 }@media only screen and (max-width: 763px) { #WJZfd5nVhM8IKblsbnUHMQdwKZfkSsBs { width:19.75rem;height:4.25rem;top:12.625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #J8eprwbZdq7SleOQ0D8wGTONz488VZyC { width:20rem;height:1.29971875rem;top:13.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzNPqTHQUc75R8ATnlcQL5DlTa3Mq0ZC { width:19.75rem;height:4.25rem;top:17rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #CUxn8OBUUrmIT8mUqNWmTM5SB6QxALe6 { width:20rem;height:1.29971875rem;top:18.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uB25DOTaQrhu3WOWpcbHIORVWGnXQFqf { width:20rem;height:1.29971875rem;top:19.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkVhrbWrlvLdv8JulzBludHLaqzhILvA { width:19.75rem;height:4.25rem;top:25.75rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #J0wgZuyt2qlo8iBEKJOmrcMSUVNT1Z1l { width:19.875rem;height:1.29971875rem;top:27.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q { display:block; }#TNHHfc46tQiUNNDqywfzNn4sTWVZqq1Q > .row .container { width:20rem;height:68.3125rem;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) { #Q8XNNHboaBr7LL12aaSJJJzGNSFQMT7F { width:20rem;height:0;top:15.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uHRyvzgOISfDvtwd3T5TtydkSx0KbPRF { width:19.875rem;height:13.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBKTn65pMW1TMLDEuylLa9RSTdSciqAP { display:block; }#DBKTn65pMW1TMLDEuylLa9RSTdSciqAP > .row .container { width:20rem;height:143.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PruXg4mDu3PBURhrfeFTqD2r9Pm2FGup { width:18.187125rem;height:1.46218125rem;top:27.45475rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUBOpRQq9RpA5vegHFO7PQx9WMHLoKTp { width:20rem;height:9.098rem;top:30.16693125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2ew1mphkO4TvJPz7zkJdKsznLbUm5n7 { width:20rem;height:10.3995rem;top:15.8056875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1TX9ZP50o68d237vBZbdpLp07SgyuUO { width:20rem;height:45.9375rem;top:40.479431152344rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VM2UcXEetIxOt2IJlQMWWzsMsA5az6eg { width:14.25rem;height:20.4375rem;top:41.291931152344rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH { display:block; }#NIIXQgZ6lscLtrmRteqcHuokXT8MGeEH > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLLkX2GTfTxb1TnUAqf9h8qvhBJEStWf { width:20rem;height:15.59925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;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.3125rem;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; }
 }