.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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;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); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { background-color: transparent; background-image: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { display: none; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .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); }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { border-width: 0; border-radius: 0; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1rem;left:11.677734375rem;display:block; }
#SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.34375rem;left:4.240234375rem;display:block; }
#w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:0.96875rem;left:0rem;display:block; }
#ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1rem;left:38.625rem;display:block; }
#RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#a0a0a0;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1rem;left:45.0625rem;display:block; }
#yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15015;text-align:right;text-align-last:right;top:1.34375rem;left:52.5rem;display:block; }
#Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { position:absolute;display:block;z-index:15007;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.74964375rem;width:4.74964375rem;top:0rem;left:26.122158050537rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f1888a1-b29e-466a-9c18-4f9320c4e599/test5.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:47.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { position:absolute;display:block;z-index:15000;background-color:#f6f7fa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.3125rem;width:36.75rem;top:13.875rem;left:0rem;display:block; }
#Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { color:#262d3c;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #a3c4f3;top:15.0869140625rem;left:1.65625rem;height:5.9121125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.0625rem;left:1.65625rem;display:block; }
#Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nutetXfxvil6shQiL8ySfQDweyz7c2fZ { color:#000000;display:block;width:33.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:22.130859375rem;left:1.5625rem;height:12.1464875rem;display:block; }
#iWVBnvLx0bMokKGz0MzkgUgMSJgi9UdM { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:19.125rem;display:block; }
#pzZQ5igeQupWDPMwqSTETCTV97y9T7BZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T50GbI3Gge9ZIR42vLqzTlmhAeXfTe5h { position:absolute;display:block;z-index:15007;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.375rem;width:7.375rem;top:14.16796875rem;left:28.40625rem;overflow:hidden;display:block; }
#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { 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; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { background-color: transparent; background-image: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { display: none; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .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); }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { border-width: 0; border-radius: 0; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { font-size:0.875rem;font-family:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.73828125rem;left:31.6875rem;height:2.19993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { color:rgba(0,0,0,0.7);display:block;width:28rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.53125rem;left:31.6875rem;height:20.9912rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:13.1875rem;top:1.73828125rem;left:0rem;overflow:hidden;display:block; }
#ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:14.1875rem;width:19.125rem;top:10.833984375rem;left:9.65625rem;overflow:hidden;display:block; }
#xXbhanX4a5n3EIWZXZ709vhxbogiaigx { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #fdffff;border-left:0.0625rem solid #fdffff;border-right:0.0625rem solid #fdffff;border-bottom:0.0625rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.625rem;width:18.25rem;top:1.73828125rem;left:12.03125rem;overflow:hidden;display:block; }
#Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #fdffff;border-left:0.125rem solid #fdffff;border-right:0.125rem solid #fdffff;border-bottom:0.125rem solid #fdffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:13.1875rem;top:11.990234375rem;left:0.6875rem;overflow:hidden;display:block; }
#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { background-color: transparent; background-image: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { display: none; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .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); }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { border-width: 0; border-radius: 0; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { font-size:0.875rem;font-family:"open sans";height:27.9375rem;width:60rem;position:relative;display:block; }#EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { color:rgba(0,0,0,0.7);display:block;width:29.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:4.34375rem;left:0.625rem;height:16.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o5r5oki1q0GNzAenf6T076UVTMKSZuko { color:#262d3c;display:block;width:28.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:0.89453125rem;left:0.625rem;height:2.19993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPVV12gOf3LuTXKvTyX3CWr2lWTT7Ox2 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.21875rem;left:0.625rem;display:block; }
#KxTA0Pe9XdpZRJrbRpcZWutS93JvNNIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3wHN2aCqRigQHBBDiW6VNapb9l3MVkL { position:absolute;display:block;z-index:15001;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:25.6875rem;width:29.625rem;top:1.09375rem;left:29.599315068493rem;overflow:hidden;display:block; }
#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { position:relative;display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { background-color: transparent; background-image: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container > .video-iframe-container { display: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row > .video-iframe-container { display: none; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .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); }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { border-width: 0; border-radius: 0; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.875rem;left:20rem;overflow:hidden;display:block; }
#pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.9375rem;left:40rem;overflow:hidden;display:block; }
#SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:0rem;overflow:hidden;display:block; }
#mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:20rem;overflow:hidden;display:block; }
#tanu9le5q7S3GBBG1os88yiLTutI5COn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:20.4375rem;left:39.9375rem;overflow:hidden;display:block; }
#HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.15625rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#durgeUg1grICd97WXuKTAqQK7NedfyND { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#262d3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:20.71875rem;display:block; }
#AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { background-color: transparent; background-image: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container > .video-iframe-container { display: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row > .video-iframe-container { display: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .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); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { border-width: 0; border-radius: 0; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { font-size:0.875rem;font-family:arial;height:68.875rem;width:60rem;position:relative;display:block; }#GoCP0voFEX8ScLugVFxd0141ZTK768ri { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.34375rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZP94v6dbgkEkxJ1hfiJ7lcsJmmzzhKJC { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:0.625rem;height:4.78125rem;text-align:center;text-align-last:center;display:block; }
#vbG4UWdKMyb41TELqzEZHNww0ccbsmba { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:20rem;display:block; }
#kpzWB579npnwOK1eCPV7mGqnKfXIKslt { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:25.5234375rem;left:20.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#iHkgp0Luzgxk734P5RRW4BAiWDZBfJgV { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:20.15625rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuuVtTQzmsoCHrawO7b8iZhmgaBKXqQ9 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:25.7109375rem;left:40.625rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#JUTaPT1HE0uSaQTIhRoXZMABrq4N7KHn { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.8125rem;left:40.59375rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dJFPDT2P54QTuGZUd0gMQ1gBTb0h41xt { color:#42464d;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:0.3125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oDNaIUdEbk24p7qvacqf7rRzMqgdIMht { color:#42464d;display:block;width:19.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:23.16796875rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ckHH2tvCTE6LIC5ThJqhFd43uwddv99w { color:#42464d;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:23.16796875rem;left:40rem;height:2.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QrnlZhNSX7TmH8yFuEGxvaw13001A8R0 { position:absolute;display:block;z-index:15011;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:13.375rem;width:19.5625rem;top:6.90625rem;left:20rem;overflow:hidden;display:block; }
#pZhg0wi0GWrMHvVodm7f7D5oQDZxsaUb { position:absolute;display:block;z-index:15025;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:13.375rem;width:19.5625rem;top:6.90625rem;left:0.21875rem;overflow:hidden;display:block; }
#GS0MddEnBXG2IkqGcUwRZMu6dRK67xMu { position:absolute;display:block;z-index:15021;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:13.375rem;width:19.5625rem;top:6.90625rem;left:40.21875rem;overflow:hidden;display:block; }
#fwvKFGudAhkDlfeTnBGdBOP4kbAe3eZX { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yKnRbs1uVr8Cp7WynwVLdtpeqB1Nws4O { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:4.03125rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zHXkdMZiMePSPy3Umm0Kgfi0toHiMO7E { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.8125rem;left:0.21875rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrHvhMeiTF57NthuAKx0waybq2DME1lS { color:#42464d;display:block;width:19.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:51.994140625rem;left:20rem;height:1.9939625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZucxSxL2iSMuAMhnF430T6lI4OOMkf45 { color:#42464d;display:block;width:19.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15023;line-height:.7;letter-spacing:0;top:51.7216796875rem;left:40rem;height:2.5372875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zMpCNaTRVMu2C5TZywanOlLfXSdlsrNf { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.96875rem;left:0rem;display:block; }
#G8HzRrJCmDJATQuJuMT3TfOoliscpSoz { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:6.90625rem;left:40.25rem;display:block; }
#SUWDBwTuEE0dRC0GlfLcgBeOIun3K4qf { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:0rem;display:block; }
#MfRhLZ7A465Dfxc8izFcnoWz8k9ewBTK { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:37.90234375rem;left:20rem;display:block; }
#Z30Nc5UD01PLCXQl2EPgf0qyxUxfiwne { position:absolute;display:block;z-index:15004;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:29.9375rem;width:19.75rem;top:38.021484375rem;left:40rem;display:block; }
#oDxh4w5UJvOi4kKoPaZoiqxRaadl6BAn { position:absolute;display:block;z-index:15026;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:13.375rem;width:19.75rem;top:38.021484375rem;left:0rem;overflow:hidden;display:block; }
#oNmI7TzL1KhTWPZdJJ0J3Jnsksk9lhDn { position:absolute;display:block;z-index:15027;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:13.375rem;width:19.875rem;top:38.021484375rem;left:20rem;overflow:hidden;display:block; }
#t1gLEZvA44iEy2XtAp4erBgo3AD4G6gW { position:absolute;display:block;z-index:15028;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:13.375rem;width:19.75rem;top:38.021484375rem;left:40rem;overflow:hidden;display:block; }
#KWVWnOG0WyWGgXNDs3tmTiAJ9VXXJoey { color:#42464d;display:block;width:19.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:54.16796875rem;left:0rem;height:2.5996125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#hhLEwCHsUqqU8X8JAfXpSkxyQ3eAbebQ { color:#42464d;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.8173828125rem;left:20rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NT1mfZTHTEh6WQgX17s2LMWASqiEloO6 { color:#42464d;display:block;width:20rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:.9;letter-spacing:0;top:54.9052734375rem;left:40rem;height:1.798825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#itDdqoaU0IflJWsTOv0DinaWSCAh5Oc3 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:57.5048828125rem;left:0.625rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#PGVhnzvyyn92NxhxUhOxySktlNIGGTOL { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:57.5673828125rem;left:20.4375rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#S3clxfxCGkXH4MfmyZJ5psUInTUkVOD1 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:57.5048828125rem;left:40.625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#gid1fsGPkmRdyt1k2mqAwoALFHIlzNTT { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:64.1611328125rem;left:3.8125rem;display:block; }
#xn1C1p2eBBuezJ3LMgTd88olfaAXblbk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTERoMs2FgsuKf69ndnt3yRIagSZOL4F { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:32.9375rem;left:3.15625rem;display:block; }
#wtk9non9BVVBkGJDZwBQZKsINiucXu3w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ptfpEBUe4MMyUTw198qsEse5RCixSDVA { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.9375rem;left:23.53125rem;display:block; }
#mqFCVFFSmaPondifoVeuMQqmR09q32yd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gex4dPleiiJoaXecEe3hmVvTyVa06x42 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.9375rem;left:43.625rem;display:block; }
#mKewq4vPcsvy9Spgi0DcOrOMgxJzkXeD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OFR1iPRVgTbO8d5SO4dOGJUCNiiWHErA { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:64.1611328125rem;left:23.8125rem;display:block; }
#gQIIPJy64pk5dog3c8xVIlgMsfC4ygsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3vvOJlRWkneNES8ouIeJRVDdLoNTXJv { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:64.1611328125rem;left:43.8125rem;display:block; }
#Od09BUgr62VadDlVn18XirS4pMwFHuF7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;display:block; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container { background-color: transparent; background-image: none; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container > .video-iframe-container { display: none; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row > .video-iframe-container { display: none; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .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); }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container { border-width: 0; border-radius: 0; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row > .video-iframe-container { border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:60rem;position:relative;display:block; }#f4nOKi4tVh9JsTUyiCJUvqBHBLLItwaf { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.3125rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#BSt6lzM72NxlyVEvFl6LnQ2STLD47KWo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.625rem;width:18.25rem;top:8.3125rem;left:2.75rem;overflow:hidden;display:block; }
#WDX25TuTQLpmSsRLrEWehivtBlMbEdo8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:23.25rem;left:2.8125rem;overflow:hidden;display:block; }
#uH7yUgI7DV1xa9KSJK58WUqyNMgmXbVH { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:37.96875rem;left:2.75rem;overflow:hidden;display:block; }
#NvqVEnGEBTx5WXpIq9K8feBePBNWdUwR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5625rem;width:18.125rem;top:52.5625rem;left:2.75rem;overflow:hidden;display:block; }
#BZSCNZ2l6r3XiKgBN04dnEQpLNE9IMro { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.59375rem;left:23rem;display:block; }
#pmSl3nN7cTJvuUTrlrz5I2oMhF7Opd9W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3vnIL5aHgeHk2HSkDC8Ibxum48GhyVW { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:23rem;height:4.62890625rem;display:block; }
#yiwbkqu0wZkCTr2BUoIc5g5KLeI82XHr { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.5625rem;left:37.125rem;display:block; }
#GDNpVveOlfkI8rGAMtEidbkA2cRshCtH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTcFylQu16kBTuCgty9dLfKiTv9CCtil { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.810546875rem;left:37.125rem;height:4.62890625rem;display:block; }
#oggfTdRWWA1s9mRvXG071GPJTdS1ycb1 { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crXNUK8FeUTD7hQcMLMNAiEgpRiwltCs { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.98046875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qo5Pe6y8W5Qy7NXXPSvHTv4owT23fD0e { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.125rem;left:23rem;display:block; }
#TMAnZarp33uf4LoDbFTZfrJ9Kb7W14Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OLbM5cEboKV6lZxezwHUvJSSJu4SR0dA { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.96875rem;left:23rem;display:block; }
#A7R3rPlIUufTqglB5gFn7UncpFuTrzMw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u722fiZIpAX8TsB8HqlXgiWeOnTqHDaP { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:63.5625rem;left:23rem;display:block; }
#xIVuCx8anJrKcQQZrrEVaTSSEGaPUi1G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEGfJtKmHv6GqIlbqkxJbkXxu4Vqvl1L { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.09375rem;left:37.125rem;display:block; }
#Fo6A2TTPwFFO7XHXvos6IGReQqbe5yeJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#evTgeiQk40FGB78KhTOUiIbJ8VvPGzgR { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:48.90625rem;left:37.125rem;display:block; }
#ehN12yTiTqk1wqfEuZaUv6LaTw2ibuen { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IftaIWVvNnWrCzLypukEvpftmorhxepp { background-color:#e1e2e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:63.5rem;left:37.125rem;display:block; }
#CfhbL3SU2WgdVxMhZOVVLOpotb3r8T1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaNkkKH76DmbIivdGfStJ3W5QdAcGnbm { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:23.65625rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#wprGhOTOrWh0ilGQpDlqFTxPkLhG6sgz { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:37.96875rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#IT88QygrywqFy1LF5KURlVLetOso4k0l { display:block;width:35.4375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:53.25rem;left:23rem;height:3.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#000000;display:block; }
#PRcdL2BUOU9AbX70nmiwL0O65CHMAcdd { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:23rem;height:4.62890625rem;display:block; }
#tEsQ8i7tOsNMt62hhagMQw4GURooHt3V { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:43.5625rem;left:23rem;height:4.62890625rem;display:block; }
#n4TuuVrtBoC54w8y8owhkATP08tA5ECP { color:#000000;display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58rem;left:23rem;height:4.62890625rem;display:block; }
#PaeeqfCM225qhhINVyiWVIUz7sqZGXyE { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.123046875rem;left:37.1875rem;height:4.62890625rem;display:block; }
#JDeTDtFizZLACc3tdzT0ZJEX1piFLsWX { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5625rem;left:35.375rem;height:4.62890625rem;display:block; }
#AWqot4LwQOsNyc9l18BW1og77cO6Htfy { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:58rem;left:37.125rem;height:4.62890625rem;display:block; }
#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7fa;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; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container { background-color: transparent; background-image: none; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container > .video-iframe-container { display: none; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row > .video-iframe-container { display: none; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .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); }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container { border-width: 0; border-radius: 0; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#OMrgkXD5TFMictD6h1EXU8Xi0EcTd2Hv { color:#000000;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fp6XeQDNTEU1d2aUapwA6sOdA6rWK5KL { color:#808080;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:0rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#GFMLIsXhu31arSLoiSoLIJ9NlX66QIkl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:0.6875rem;display:block; }
#E0itTOd6eFw0006NykDpvJ1K7btN3pWr { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:3.59375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rEaGGT5UFxgOuoyXKtQhc6cl4dmmZ4Am { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.640625rem;left:0.71875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WwEgH4d6HMCJzBDCXogHfzxJJgFw5yXQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.6875rem;width:18.9375rem;top:6.8291015625rem;left:20.53125rem;display:block; }
#cGkq8vPbfnXlEfVNs02MGuQKSZADQKKk { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:16.875rem;width:18.9375rem;top:6.75rem;left:40.46875rem;display:block; }
#cKyWnKH7RP2roh1J2gcsfyPPvTHvU5cB { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.1416015625rem;left:23.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u5atwdl2oH1u4AcI5yn0uNXTK180GM9y { color:#606060;display:block;width:11.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.0791015625rem;left:44.6875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZIX5pEpTU6S47hyK2VqmTE4fQbPGb2fP { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.640625rem;left:20.5625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#poZdDwQToC227VCsmnrgESvtMH1qRG5X { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.640625rem;left:40.5rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZkOdKahIx7u4rLBkWveVmN0SkA4d8IG { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:10.1884765625rem;left:1.71875rem;height:12.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiV8oCvsGGAI7D9QH3Xd6PWroobSZrWv { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:10.3291015625rem;left:21.5625rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxt1IUEECCEQuUPMtiBqacg9kcwKTMcv { color:#808080;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:10.1416015625rem;left:41.5rem;height:12.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo { 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; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { background-color: transparent; background-image: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container > .video-iframe-container { display: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row > .video-iframe-container { display: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .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); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { border-width: 0; border-radius: 0; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { font-size:0.875rem;font-family:arial;height:176.8125rem;width:60rem;position:relative;display:block; }#q37BiyHXGoeF6omy6vW7zqgDy55HLpdF { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:127.46875rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwZ66r5XpI1deSMIyGUAyw7ipmiKZ15q { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:20rem;display:block; }
#IWdaUi0thwmeyKelNmXkf3l1xTRZzTyC { position:absolute;display:block;z-index:15011;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:13.375rem;width:19.5625rem;top:7.375rem;left:20rem;overflow:hidden;display:block; }
#IUrAzAkXXhCH5oQLh9FAOT1pEcDAsX4H { position:absolute;display:block;z-index:14999;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:40rem;display:block; }
#d5veAs4g8Suqf6oREpOaDq9gSP5SlaLG { position:absolute;display:block;z-index:15021;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:13.375rem;width:19.5625rem;top:7.375rem;left:39.75rem;overflow:hidden;display:block; }
#VJoWzX3sRliuJln5m7Sg9UMu23qGw8Se { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:141.25rem;left:44.34375rem;display:block; }
#UcKVAPc92iIeG5nQzl5G6TBZbATdnota { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOx8GGLV4e3zvBSVhFIwpbxglcux0UWL { position:absolute;display:block;z-index:14998;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:7.375rem;left:0rem;display:block; }
#kfJhxglJ4aCXEsBowqMCf1DBxBJnITCu { position:absolute;display:block;z-index:15001;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:20rem;display:block; }
#Hanbm9skIuv0GWMEIwGLDuVfTnkik4D7 { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:0.125rem;display:block; }
#tTkSBiNF67LHhEdESxgRJW3a42ifOTZX { position:absolute;display:block;z-index:15000;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:33.75rem;width:19.75rem;top:42.111328125rem;left:40.125rem;display:block; }
#rklh1gqC0CLBJg6OMiPTNZB9kl5DuZQg { display:block;width:60rem;position:absolute;font-family:lato;font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:3.1685rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K4pqVPEcqiIrzuZKgPvXKUxB5ZQrrfkn { color:rgba(0,0,0,0.7);display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.79296875rem;left:0rem;height:1.59375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Px1h5JWGm3nr7mAJ17RdLZc7JwMxP2Az { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:0.21875rem;overflow:hidden;display:block; }
#EsaKPH1WACwiX9iQ5OTMAOse95DqahxG { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:20rem;overflow:hidden;display:block; }
#Q78y8Mcddfz5WaOCIZIl4GxTOhDG8AtP { 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:13.375rem;width:19.5625rem;top:42.111328125rem;left:40.21875rem;overflow:hidden;display:block; }
#tBTl4mg5rDQsRkcKe1EVwVy7wFiesRNi { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.3125rem;left:20rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9nhmDtHpSuELmP5UeUJywqvRqCnuPvl { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:22.09375rem;left:40rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyG525HFuEu6VQqbD4TilXkKy8waBAmz { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:56.125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQvGhuxi5EwB5ZkGddPXHVGnC3kPyQEP { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:56.125rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGze0pEpsZz55azwM3CHId4wsmr3DTtG { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:56.125rem;left:40rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SR2NvThZPD3pBetWxfIgxMa3Q70h9uSG { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:40.78125rem;height:9.666rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cgn8lMTCeLWPmEyfeu9KedCKz9TSGXoi { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:72.3125rem;left:44.34375rem;display:block; }
#uzPeoS7rw2ZOpnT4lWvZFUQvZNNkyb8y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDz3IyCs6L43GhUx6qle3CBGKQv8BwkZ { color:#42464d;display:block;width:19.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:131.125rem;left:40.375rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qh1T0huFXZJTVlhx2EUvhqBBOq9AsO5q { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:20.78125rem;height:11.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dprTPgpb5VdgQPfHfTlbT9W7suy6hnf1 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.1875rem;left:40.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfBqO4Q4cT4BZOWOSqBANsGN9B3WybC8 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:60.25rem;left:0.78125rem;height:10.411125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQ32qWxRVBuNCznrnbysVHBtZnJ60rsi { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:60.9375rem;left:20.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G424JSqqyUDbJFUVMeXbxflMa1ks44HF { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:72.3125rem;left:24.34375rem;display:block; }
#LoeDxXBU36S3WBaBQIbGKtJBt0NSy98F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CXDSRfmiaMXHnM65pJIPPeEfJdvJXy7m { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:72.3125rem;left:4.34375rem;display:block; }
#r0okuy1ExZA8vDRs8BiEbO9pxArzsLqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KFa21bUnbHXo3sa9OaZuEVTsvTWZZrMx { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:37.1875rem;left:24.34375rem;display:block; }
#hvAmCcVyBXF8RfvfgtoonX9oSxTZHAzc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3w6JXd39y1MKbC5hTWsVqqlSJwlqbcS { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:44.34375rem;display:block; }
#Dt5NsEqUGuCRgN6vT841ZPRFArn5Xokg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJpeSGgeosGAOXkGnwNLWtpKOqNB8qJ3 { position:absolute;display:block;z-index:15002;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:20rem;display:block; }
#GsKv0nir4Q0H6D5NL7fFT8t3U1FeUpKO { 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:13.375rem;width:19.625rem;top:76.625rem;left:20.125rem;overflow:hidden;display:block; }
#JEiEwNogmJf4LJw6FXTWLI9w8E6CfigT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:90.875rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JGSZtMBTBgOLqbblSFJTtTZUKLIhVeIx { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:20.78125rem;height:11.6796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7DIDCfiRmVh16o1dTGNv0vUsLthT1i0 { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:108.75rem;left:24.34375rem;display:block; }
#udAVoWglChgKArkprW7r9iC4D8T7eO1v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZtnLxokqMN0acxSMPL4WQZmhzrWbEWnt { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:0rem;display:block; }
#hmEgokibclNkaEeqJ3MVWesVXfe1P9VL { 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:13.25rem;width:19.8125rem;top:76.625rem;left:-0.03125rem;overflow:hidden;display:block; }
#Jb5V0yT4V0BySkwliGKmCTkqmogwTodQ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:90.875rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRdcXyXXsTOL6Ds7TFv1Z4x1M0e0k49B { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:96.1328125rem;left:0.78125rem;height:9.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w86NcG9zlM04JBRI6Xllq1R3upU21brm { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:4.34375rem;display:block; }
#v2cvTeCkRd70FGtGeV3T7MRGT2n3Kadr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aphmVDNihEt5LLSuTaLcyL3BoXBtnoPZ { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:35.875rem;width:19.75rem;top:76.625rem;left:40rem;display:block; }
#gpq7rZ2TDKZNqur7cw9p5QoBlvxEALOt { 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:13.375rem;width:19.6875rem;top:76.625rem;left:40rem;overflow:hidden;display:block; }
#pAxvPyqMMSdnserOKnTDMMPX3nncoe1S { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:90.875rem;left:40rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG5VtfzAGvyTFRM7UPXGiwDJZ22xKpU3 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:96.1328125rem;left:40.78125rem;height:11.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ef0vLfnTdaqOcXio1a5crGquQtu7I7qS { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:108.75rem;left:44.34375rem;display:block; }
#NZv4vaT3PdvmRZpbtBuwaGODo6ZKq95f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9zAvCdQxpa5JtVhTtUXz9icyZsCXTT4 { position:absolute;display:block;z-index:15003;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.6875rem;width:19.75rem;top:113.125rem;left:20rem;display:block; }
#WlW4USiT3PSUHUvdknb2rRtfDg45u6Gi { 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:13.375rem;width:19.6875rem;top:113.125rem;left:20rem;overflow:hidden;display:block; }
#zc1WGXlPykZQWwXlgfDXyXUy6BSynyd0 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:127.375rem;left:20rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEUwTtahkxhFxrXmDDEdT8fkTzwcpEqO { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:132.2578125rem;left:20rem;height:7.0078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTE6RUTyaJMlas8AGPhTyTAPunxyOT7E { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:141.25rem;left:24.34375rem;display:block; }
#QU3sZwNmHuk4s32EwgnNsHEkoduuSEtK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqEP6ROETNTMyD6AkHw9TnhcXM3h6kSc { position:absolute;display:block;z-index:15004;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.25rem;width:19.75rem;top:113.5625rem;left:0rem;display:block; }
#imIX0gDKBrmGogp7RoTxIkP0FZu7iXQ8 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:.8;letter-spacing:0;top:127.375rem;left:0rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JtsZ1I2JqwXtSxWnnT6xllBIwTx11o3A { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:133.0625rem;left:0.78125rem;height:4.671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kFQ4bryCGEi7CWlFu1LNtOffcnS5izTp { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:141.25rem;left:4.125rem;display:block; }
#SQAmuWHnzfGFbhqrROLa2qdTVot7dWoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6rs138QV7MlqgJPwJGvMphinpmdW891 { 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:13.375rem;width:19.5625rem;top:113.1875rem;left:0.15625rem;overflow:hidden;display:block; }
#L8EmVmB1gylumqoEKlp30dAwCqaTdNrk { position:absolute;display:block;z-index:14997;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:32.25rem;width:19.75rem;top:112.5rem;left:40rem;display:block; }
#ZRVwX2L0fJPaOAg50IH8XrSd8hrXOfPG { 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:13.375rem;width:19.5625rem;top:113.125rem;left:40rem;overflow:hidden;display:block; }
#ASH23dm5rMUKaT4VpZ714beP4KfS7HIi { position:absolute;display:block;z-index:15012;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:13.375rem;width:19.5625rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#Sp1M9FTrMuGMt3LP0vLqEpzgfRtk5B1O { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:21.3125rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdkwtR14iOrybWPSswNhBBHM3fBuH6gt { color:#42464d;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:25.1875rem;left:0.78125rem;height:9.56055625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DQRZzwoGEdp4TfJmg9WFLnMt1OkfcdR1 { background-color:#dc4d4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.1875rem;left:4.34375rem;display:block; }
#kV5qBOVo3XbSToFotCFZhLuGtJU991p5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCFclPivDQzTgD4pSfy017RSwq0P3QMa { position:absolute;display:block;z-index:15005;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.75rem;width:19.75rem;top:145.4375rem;left:20rem;display:block; }
#DOWdzF9xiHJaow8kBm48aJDIfcmdUGPF { position:absolute;display:block;z-index:15007;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:13.375rem;width:19.5625rem;top:145.4375rem;left:20.21875rem;overflow:hidden;display:block; }
#SSlTUziVmmfa7ToPkxeaywUWlMttHpht { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:159.1875rem;left:20rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxAIkkaU5L6TBH4hyx1Seayh66mhsvTH { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:165.0625rem;left:20.78125rem;height:6.3720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TV8PGuTLZyarqFKH4cS6DT9GMsFGlu1s { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:172.3125rem;left:24.21875rem;display:block; }
#s956qNq7Z1885DtgePTNDBw1k3R0gQpc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9a83U3s5luamgNBaiWSbStUakqGFDb0 { position:absolute;display:block;z-index:15006;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.75rem;width:19.75rem;top:145.4375rem;left:0rem;display:block; }
#WXHXagSmS96e30MZHqtKe17TyAm3Kaqw { 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:13.375rem;width:19.5625rem;top:145.4375rem;left:0.21875rem;overflow:hidden;display:block; }
#JH8eItcc3r5bwNsomTpeVIxHL1AxfgAv { color:#000000;display:block;width:19.875rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:159.578125rem;left:0rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7gqy00wf3MTBSwPsKeQme745mW0k8R6 { color:#42464d;display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:165.0625rem;left:0.5rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXUODv11OVKX8ydppzptwXEHEsgsxhmI { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:172.3125rem;left:4.34375rem;display:block; }
#TbS94TwryTwc3NwkJvZSiwZTiTyNs1Az { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrEP1e8XGUHywUoR8oqc407ehQxiuAfp { position:absolute;display:block;z-index:15006;background-color:#fdffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.7493125rem;width:19.749625rem;top:145.43679046631rem;left:40rem;display:block; }
#OdX1Pl0TfSVnMiOgUAu800ZQZeqwbeyh { 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:13.3125rem;width:19.5rem;top:145.43679046631rem;left:40rem;overflow:hidden;display:block; }
#fHrl9hJDbVBmTJeefkbwas9qNQXC3TwH { color:#000000;display:block;width:19.8748125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;top:159.56143569946rem;left:40rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spGOnBvIQwtfpCNGsR2Rfp6yNDsioLO5 { color:#42464d;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:163.31587409973rem;left:40.78125rem;height:7.0078125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJNnlgri8s8TTxZpPZ70DKi4ssMTrVnt { background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#fdffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.312125rem;height:2.6242875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:172.31090164184rem;left:44.280891418457rem;display:block; }
#n8T1I86oAxObb2DuJhIKEf3QlLeGJSIu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9aXdxX1A/template_image_Windows_Sale3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.adaptive-delivery-prevent-bg, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyload, #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0.lazyloading { background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { background-color: transparent; background-image: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { display: none; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .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); }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { border-width: 0; border-radius: 0; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { font-size:0.875rem;font-family:"open sans";height:33.875rem;width:60rem;position:relative;display:block; }#txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { color:#262d3c;display:block;width:24.125rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:10.3359375rem;left:6.875rem;height:7.287125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { color:#262d3c;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:18.4375rem;left:6.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:31.9375rem;width:20rem;top:0.75rem;left:35rem;display:block; }
#XzFnzOheTSG235A8zkhHEQgt962tqD96 { position:absolute;display:block;z-index:15017;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:12.5rem;width:12.5rem;top:1.0625rem;left:6.875rem;overflow:hidden;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-form-header {  }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#a3c4f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#262d3c;width:16.75rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:"open sans";font-size:1rem;font-weight:300;font-style:normal; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.5);vertical-align:top;width:15.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:first-of-type{padding-top:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-container:last-of-type{padding-bottom:0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.26171875rem;left:35.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-info-text { font-size:0.75rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.26171875rem;left:35.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { position:relative;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { position:relative;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { position:relative;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #tF2TS0wzXIkKVzJJcSMwqaJUEtuDvGQs { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #QdMkusu4NG6NnB55APxvIb9US4QJ9qWn { position:relative;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #rbSePQwlsTCKndTrvW3AG5qRCkF1e5L3 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd { position:relative;z-index:2; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d { position:relative; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 { position:relative; }
#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.88);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;z-index:auto;display:block; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { background-color: transparent; background-image: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container > .video-iframe-container { display: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row > .video-iframe-container { display: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .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); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { border-width: 0; border-radius: 0; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:60rem;position:relative;display:block; }#aNcBF5T7i9STIQ36pzApI5y25ic8sCSV { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.2890625rem;left:18.46875rem;height:1.4000375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N9tKbSW2kN1A96E7KLPST7Z78fFtumSL { display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#tmbX2en3xWSDV6R4Jcs2aey7qBbCJaug { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.916015625rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#RKU0HZOypDzW1XZcmCqiZx3GR6GWF5qT { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.51953125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#y4gm32wKaBZy83SGbQPQnxpvkz9CqGnW { display:block;width:59.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0rem;height:1.54385625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#fdf5f5;text-align:center;text-align-last:center;display:block; }
#thpJbTh8kbuHIhCPdK2bkFBNpIzkGVRE { position:absolute;display:block;z-index:15018;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:8.0625rem;width:8.0625rem;top:0.45703125rem;left:25.96875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:2.1875rem;top:1rem;left:5.552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:1.5rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:2.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:2.1875rem;top:1rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:2.1875rem;top:1rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:7.5rem;height:1.5rem;top:1.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { top:0rem;left:19.997158050537rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:36.75rem;height:26.3125rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:34.5625rem;height:5.875rem;top:15.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:15.4375rem;height:3.75rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #nutetXfxvil6shQiL8ySfQDweyz7c2fZ { top:22.125rem;left:0rem;width:33.625rem;height:12.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWVBnvLx0bMokKGz0MzkgUgMSJgi9UdM { width:15.4375rem;height:3.75rem;top:35.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzZQ5igeQupWDPMwqSTETCTV97y9T7BZ { display:block; }
 }@media only screen and (max-width: 763px) { #T50GbI3Gge9ZIR42vLqzTlmhAeXfTe5h { top:14.125rem;left:22.28125rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:28.3125rem;height:2.1875rem;top:1.6875rem;left:19.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:27.9375rem;height:20.9375rem;top:4.5rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:19.125rem;height:14.1875rem;top:10.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:18.25rem;height:13.625rem;top:1.6875rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:29.5rem;height:16.5rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:28.3125rem;height:;top:0.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVV12gOf3LuTXKvTyX3CWr2lWTT7Ox2 { width:18.5625rem;height:3.75rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTA0Pe9XdpZRJrbRpcZWutS93JvNNIE { display:block; }
 }@media only screen and (max-width: 763px) { #Z3wHN2aCqRigQHBBDiW6VNapb9l3MVkL { width:29.625rem;height:25.6875rem;top:1.0625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { width:19.125rem;height:12.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { width:19.125rem;height:12.625rem;top:6.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { width:19rem;height:12.5rem;top:6.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { width:19.125rem;height:12.625rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { width:19.125rem;height:12.625rem;top:20.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tanu9le5q7S3GBBG1os88yiLTutI5COn { width:19.125rem;height:12.625rem;top:20.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { width:47.75rem;height:1.5625rem;top:4.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #durgeUg1grICd97WXuKTAqQK7NedfyND { width:18.5625rem;height:3.75rem;top:34.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block; }
 }@media only screen and (max-width: 763px) { #W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM { display:block; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoCP0voFEX8ScLugVFxd0141ZTK768ri { width:19.5rem;height:2.375rem;top:20.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP94v6dbgkEkxJ1hfiJ7lcsJmmzzhKJC { width:18.75rem;height:6.375rem;top:25.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbG4UWdKMyb41TELqzEZHNww0ccbsmba { width:19.75rem;height:29.9375rem;top:6.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpzWB579npnwOK1eCPV7mGqnKfXIKslt { width:18.75rem;height:6.375rem;top:25.5rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHkgp0Luzgxk734P5RRW4BAiWDZBfJgV { width:19.5625rem;height:2.375rem;top:20.8125rem;left:15.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuVtTQzmsoCHrawO7b8iZhmgaBKXqQ9 { width:18.75rem;height:6.375rem;top:25.6875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUTaPT1HE0uSaQTIhRoXZMABrq4N7KHn { width:19.4375rem;height:4.6875rem;top:20.8125rem;left:28.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJFPDT2P54QTuGZUd0gMQ1gBTb0h41xt { width:19.375rem;height:1.25rem;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNaIUdEbk24p7qvacqf7rRzMqgdIMht { width:19.4375rem;height:1.25rem;top:23.125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHH2tvCTE6LIC5ThJqhFd43uwddv99w { width:19.625rem;height:2.1875rem;top:23.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlZhNSX7TmH8yFuEGxvaw13001A8R0 { width:19.5625rem;height:13.375rem;top:6.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhg0wi0GWrMHvVodm7f7D5oQDZxsaUb { width:19.5625rem;height:13.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0MddEnBXG2IkqGcUwRZMu6dRK67xMu { width:19.5625rem;height:13.375rem;top:6.875rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwvKFGudAhkDlfeTnBGdBOP4kbAe3eZX { width:47.75rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKnRbs1uVr8Cp7WynwVLdtpeqB1Nws4O { width:47.75rem;height:1.5625rem;top:4rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHXkdMZiMePSPy3Umm0Kgfi0toHiMO7E { width:19.5625rem;height:2.3125rem;top:51.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrHvhMeiTF57NthuAKx0waybq2DME1lS { width:19.5625rem;height:1.9375rem;top:51.9375rem;left:12.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucxSxL2iSMuAMhnF430T6lI4OOMkf45 { width:19.5rem;height:2.5rem;top:51.6875rem;left:28.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMpCNaTRVMu2C5TZywanOlLfXSdlsrNf { width:19.75rem;height:29.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HzRrJCmDJATQuJuMT3TfOoliscpSoz { width:19.75rem;height:29.9375rem;top:6.875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUWDBwTuEE0dRC0GlfLcgBeOIun3K4qf { width:19.75rem;height:29.9375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRhLZ7A465Dfxc8izFcnoWz8k9ewBTK { width:19.75rem;height:29.9375rem;top:37.875rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z30Nc5UD01PLCXQl2EPgf0qyxUxfiwne { width:19.75rem;height:29.9375rem;top:38rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxh4w5UJvOi4kKoPaZoiqxRaadl6BAn { width:19.75rem;height:13.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmI7TzL1KhTWPZdJJ0J3Jnsksk9lhDn { width:19.875rem;height:13.375rem;top:38rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1gLEZvA44iEy2XtAp4erBgo3AD4G6gW { width:19.75rem;height:13.375rem;top:38rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWVWnOG0WyWGgXNDs3tmTiAJ9VXXJoey { width:19.75rem;height:2.5625rem;top:54.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhLEwCHsUqqU8X8JAfXpSkxyQ3eAbebQ { width:19.8125rem;height:1.25rem;top:54.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1mfZTHTEh6WQgX17s2LMWASqiEloO6 { width:20rem;height:1.75rem;top:54.875rem;left:27.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itDdqoaU0IflJWsTOv0DinaWSCAh5Oc3 { width:18.75rem;height:5.625rem;top:57.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGVhnzvyyn92NxhxUhOxySktlNIGGTOL { width:18.3125rem;height:5.625rem;top:57.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3clxfxCGkXH4MfmyZJ5psUInTUkVOD1 { width:18.75rem;height:6.0625rem;top:57.5rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gid1fsGPkmRdyt1k2mqAwoALFHIlzNTT { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1C1p2eBBuezJ3LMgTd88olfaAXblbk { display:block; }
 }@media only screen and (max-width: 763px) { #qTERoMs2FgsuKf69ndnt3yRIagSZOL4F { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk9non9BVVBkGJDZwBQZKsINiucXu3w { display:block; }
 }@media only screen and (max-width: 763px) { #ptfpEBUe4MMyUTw198qsEse5RCixSDVA { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFCVFFSmaPondifoVeuMQqmR09q32yd { display:block; }
 }@media only screen and (max-width: 763px) { #gex4dPleiiJoaXecEe3hmVvTyVa06x42 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKewq4vPcsvy9Spgi0DcOrOMgxJzkXeD { display:block; }
 }@media only screen and (max-width: 763px) { #OFR1iPRVgTbO8d5SO4dOGJUCNiiWHErA { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIIPJy64pk5dog3c8xVIlgMsfC4ygsx { display:block; }
 }@media only screen and (max-width: 763px) { #S3vvOJlRWkneNES8ouIeJRVDdLoNTXJv { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od09BUgr62VadDlVn18XirS4pMwFHuF7 { display:block; }
 }@media only screen and (max-width: 763px) { #J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z { display:block; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4nOKi4tVh9JsTUyiCJUvqBHBLLItwaf { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSt6lzM72NxlyVEvFl6LnQ2STLD47KWo { top:8.3125rem;left:0rem;width:18.25rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDX25TuTQLpmSsRLrEWehivtBlMbEdo8 { top:23.25rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7yUgI7DV1xa9KSJK58WUqyNMgmXbVH { top:37.9375rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvqVEnGEBTx5WXpIq9K8feBePBNWdUwR { top:52.5625rem;left:0rem;width:18.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSCNZ2l6r3XiKgBN04dnEQpLNE9IMro { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmSl3nN7cTJvuUTrlrz5I2oMhF7Opd9W { display:block; }
 }@media only screen and (max-width: 763px) { #y3vnIL5aHgeHk2HSkDC8Ibxum48GhyVW { top:12.75rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiwbkqu0wZkCTr2BUoIc5g5KLeI82XHr { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNpVveOlfkI8rGAMtEidbkA2cRshCtH { display:block; }
 }@media only screen and (max-width: 763px) { #wTcFylQu16kBTuCgty9dLfKiTv9CCtil { top:12.75rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oggfTdRWWA1s9mRvXG071GPJTdS1ycb1 { width:47.75rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXNUK8FeUTD7hQcMLMNAiEgpRiwltCs { width:47.75rem;height:1.5625rem;top:3.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5Pe6y8W5Qy7NXXPSvHTv4owT23fD0e { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAnZarp33uf4LoDbFTZfrJ9Kb7W14Tg { display:block; }
 }@media only screen and (max-width: 763px) { #OLbM5cEboKV6lZxezwHUvJSSJu4SR0dA { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7R3rPlIUufTqglB5gFn7UncpFuTrzMw { display:block; }
 }@media only screen and (max-width: 763px) { #u722fiZIpAX8TsB8HqlXgiWeOnTqHDaP { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVuCx8anJrKcQQZrrEVaTSSEGaPUi1G { display:block; }
 }@media only screen and (max-width: 763px) { #oEGfJtKmHv6GqIlbqkxJbkXxu4Vqvl1L { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6A2TTPwFFO7XHXvos6IGReQqbe5yeJ { display:block; }
 }@media only screen and (max-width: 763px) { #evTgeiQk40FGB78KhTOUiIbJ8VvPGzgR { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehN12yTiTqk1wqfEuZaUv6LaTw2ibuen { display:block; }
 }@media only screen and (max-width: 763px) { #IftaIWVvNnWrCzLypukEvpftmorhxepp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfhbL3SU2WgdVxMhZOVVLOpotb3r8T1n { display:block; }
 }@media only screen and (max-width: 763px) { #UaNkkKH76DmbIivdGfStJ3W5QdAcGnbm { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wprGhOTOrWh0ilGQpDlqFTxPkLhG6sgz { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT88QygrywqFy1LF5KURlVLetOso4k0l { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRcdL2BUOU9AbX70nmiwL0O65CHMAcdd { top:28.0625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEsQ8i7tOsNMt62hhagMQw4GURooHt3V { top:43.5625rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TuuVrtBoC54w8y8owhkATP08tA5ECP { top:58rem;left:16.875rem;width:11.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaeeqfCM225qhhINVyiWVIUz7sqZGXyE { top:28.0625rem;left:29.5625rem;width:18.1875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDeTDtFizZLACc3tdzT0ZJEX1piFLsWX { top:43.5625rem;left:29.25rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWqot4LwQOsNyc9l18BW1og77cO6Htfy { top:58rem;left:30.375rem;width:17.375rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR { display:block; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMrgkXD5TFMictD6h1EXU8Xi0EcTd2Hv { width:47.75rem;height:3.125rem;top:0.5625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6XeQDNTEU1d2aUapwA6sOdA6rWK5KL { width:47.75rem;height:1.375rem;top:3.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMLIsXhu31arSLoiSoLIJ9NlX66QIkl { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0itTOd6eFw0006NykDpvJ1K7btN3pWr { width:11.875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaGGT5UFxgOuoyXKtQhc6cl4dmmZ4Am { width:18.875rem;height:1.375rem;top:7.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEgH4d6HMCJzBDCXogHfzxJJgFw5yXQ { width:18.9375rem;height:16.6875rem;top:6.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkq8vPbfnXlEfVNs02MGuQKSZADQKKk { width:18.9375rem;height:16.875rem;top:6.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKyWnKH7RP2roh1J2gcsfyPPvTHvU5cB { width:11.875rem;height:1.625rem;top:24.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5atwdl2oH1u4AcI5yn0uNXTK180GM9y { width:11.875rem;height:1.625rem;top:24.0625rem;left:35.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIX5pEpTU6S47hyK2VqmTE4fQbPGb2fP { width:18.875rem;height:1.375rem;top:7.625rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZdDwQToC227VCsmnrgESvtMH1qRG5X { width:18.875rem;height:1.375rem;top:7.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkOdKahIx7u4rLBkWveVmN0SkA4d8IG { width:16.875rem;height:12.75rem;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiV8oCvsGGAI7D9QH3Xd6PWroobSZrWv { width:16.875rem;height:12.4375rem;top:10.3125rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxt1IUEECCEQuUPMtiBqacg9kcwKTMcv { width:16.875rem;height:12.4375rem;top:10.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo { display:block; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q37BiyHXGoeF6omy6vW7zqgDy55HLpdF { width:19.875rem;height:3.125rem;top:127.4375rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZ66r5XpI1deSMIyGUAyw7ipmiKZ15q { width:19.75rem;height:33.75rem;top:7.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdaUi0thwmeyKelNmXkf3l1xTRZzTyC { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrAzAkXXhCH5oQLh9FAOT1pEcDAsX4H { width:19.75rem;height:33.75rem;top:7.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5veAs4g8Suqf6oREpOaDq9gSP5SlaLG { width:19.5625rem;height:13.375rem;top:7.375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJoWzX3sRliuJln5m7Sg9UMu23qGw8Se { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKVAPc92iIeG5nQzl5G6TBZbATdnota { display:block; }
 }@media only screen and (max-width: 763px) { #DOx8GGLV4e3zvBSVhFIwpbxglcux0UWL { width:19.75rem;height:33.75rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJhxglJ4aCXEsBowqMCf1DBxBJnITCu { width:19.75rem;height:33.75rem;top:42.0625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hanbm9skIuv0GWMEIwGLDuVfTnkik4D7 { width:19.75rem;height:33.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkSBiNF67LHhEdESxgRJW3a42ifOTZX { width:19.75rem;height:33.75rem;top:42.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rklh1gqC0CLBJg6OMiPTNZB9kl5DuZQg { width:47.75rem;height:3.125rem;top:0.625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4pqVPEcqiIrzuZKgPvXKUxB5ZQrrfkn { width:47.75rem;height:1.5625rem;top:3.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px1h5JWGm3nr7mAJ17RdLZc7JwMxP2Az { width:19.5625rem;height:13.375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaKPH1WACwiX9iQ5OTMAOse95DqahxG { width:19.5625rem;height:13.375rem;top:42.0625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q78y8Mcddfz5WaOCIZIl4GxTOhDG8AtP { width:19.5625rem;height:13.375rem;top:42.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBTl4mg5rDQsRkcKe1EVwVy7wFiesRNi { width:19.875rem;height:3.125rem;top:21.3125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9nhmDtHpSuELmP5UeUJywqvRqCnuPvl { width:19.875rem;height:1.5625rem;top:22.0625rem;left:27.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyG525HFuEu6VQqbD4TilXkKy8waBAmz { width:19.875rem;height:3.125rem;top:56.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvGhuxi5EwB5ZkGddPXHVGnC3kPyQEP { width:19.875rem;height:3.75rem;top:56.125rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGze0pEpsZz55azwM3CHId4wsmr3DTtG { width:19.875rem;height:3.125rem;top:56.125rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2NvThZPD3pBetWxfIgxMa3Q70h9uSG { width:18.4375rem;height:11rem;top:60.25rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgn8lMTCeLWPmEyfeu9KedCKz9TSGXoi { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPeoS7rw2ZOpnT4lWvZFUQvZNNkyb8y { display:block; }
 }@media only screen and (max-width: 763px) { #vDz3IyCs6L43GhUx6qle3CBGKQv8BwkZ { width:19.25rem;height:9.3125rem;top:131.125rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh1T0huFXZJTVlhx2EUvhqBBOq9AsO5q { width:18.4375rem;height:11rem;top:25.1875rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dprTPgpb5VdgQPfHfTlbT9W7suy6hnf1 { width:18.4375rem;height:10.375rem;top:25.1875rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBqO4Q4cT4BZOWOSqBANsGN9B3WybC8 { width:18.4375rem;height:10.375rem;top:60.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ32qWxRVBuNCznrnbysVHBtZnJ60rsi { width:18.4375rem;height:10.5rem;top:60.9375rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G424JSqqyUDbJFUVMeXbxflMa1ks44HF { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoeDxXBU36S3WBaBQIbGKtJBt0NSy98F { display:block; }
 }@media only screen and (max-width: 763px) { #CXDSRfmiaMXHnM65pJIPPeEfJdvJXy7m { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0okuy1ExZA8vDRs8BiEbO9pxArzsLqT { display:block; }
 }@media only screen and (max-width: 763px) { #KFa21bUnbHXo3sa9OaZuEVTsvTWZZrMx { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvAmCcVyBXF8RfvfgtoonX9oSxTZHAzc { display:block; }
 }@media only screen and (max-width: 763px) { #E3w6JXd39y1MKbC5hTWsVqqlSJwlqbcS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5NsEqUGuCRgN6vT841ZPRFArn5Xokg { display:block; }
 }@media only screen and (max-width: 763px) { #wJpeSGgeosGAOXkGnwNLWtpKOqNB8qJ3 { width:19.75rem;height:35.875rem;top:76.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsKv0nir4Q0H6D5NL7fFT8t3U1FeUpKO { width:19.625rem;height:13.375rem;top:76.625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiEwNogmJf4LJw6FXTWLI9w8E6CfigT { width:19.875rem;height:3.75rem;top:90.875rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGSZtMBTBgOLqbblSFJTtTZUKLIhVeIx { width:18.4375rem;height:11.625rem;top:96.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7DIDCfiRmVh16o1dTGNv0vUsLthT1i0 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udAVoWglChgKArkprW7r9iC4D8T7eO1v { display:block; }
 }@media only screen and (max-width: 763px) { #ZtnLxokqMN0acxSMPL4WQZmhzrWbEWnt { width:19.75rem;height:35.875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmEgokibclNkaEeqJ3MVWesVXfe1P9VL { width:19.8125rem;height:13.25rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb5V0yT4V0BySkwliGKmCTkqmogwTodQ { width:19.125rem;height:4.1875rem;top:90.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdcXyXXsTOL6Ds7TFv1Z4x1M0e0k49B { width:18.4375rem;height:11.625rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w86NcG9zlM04JBRI6Xllq1R3upU21brm { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2cvTeCkRd70FGtGeV3T7MRGT2n3Kadr { display:block; }
 }@media only screen and (max-width: 763px) { #aphmVDNihEt5LLSuTaLcyL3BoXBtnoPZ { width:19.75rem;height:35.875rem;top:76.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpq7rZ2TDKZNqur7cw9p5QoBlvxEALOt { width:19.6875rem;height:13.375rem;top:76.625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAxvPyqMMSdnserOKnTDMMPX3nncoe1S { width:19.875rem;height:3.75rem;top:90.875rem;left:27.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5VtfzAGvyTFRM7UPXGiwDJZ22xKpU3 { width:18.4375rem;height:11.6875rem;top:96.125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef0vLfnTdaqOcXio1a5crGquQtu7I7qS { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZv4vaT3PdvmRZpbtBuwaGODo6ZKq95f { display:block; }
 }@media only screen and (max-width: 763px) { #J9zAvCdQxpa5JtVhTtUXz9icyZsCXTT4 { width:19.75rem;height:31.6875rem;top:113.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlW4USiT3PSUHUvdknb2rRtfDg45u6Gi { width:19.6875rem;height:13.375rem;top:113.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc1WGXlPykZQWwXlgfDXyXUy6BSynyd0 { width:19.875rem;height:3.75rem;top:127.375rem;left:11.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEUwTtahkxhFxrXmDDEdT8fkTzwcpEqO { width:18.4375rem;height:7rem;top:132.25rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTE6RUTyaJMlas8AGPhTyTAPunxyOT7E { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU3sZwNmHuk4s32EwgnNsHEkoduuSEtK { display:block; }
 }@media only screen and (max-width: 763px) { #IqEP6ROETNTMyD6AkHw9TnhcXM3h6kSc { width:19.75rem;height:31.25rem;top:113.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imIX0gDKBrmGogp7RoTxIkP0FZu7iXQ8 { width:19.875rem;height:3.75rem;top:127.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtsZ1I2JqwXtSxWnnT6xllBIwTx11o3A { width:18.4375rem;height:5.8125rem;top:133.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQ4bryCGEi7CWlFu1LNtOffcnS5izTp { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQAmuWHnzfGFbhqrROLa2qdTVot7dWoV { display:block; }
 }@media only screen and (max-width: 763px) { #v6rs138QV7MlqgJPwJGvMphinpmdW891 { width:19.5625rem;height:13.375rem;top:113.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8EmVmB1gylumqoEKlp30dAwCqaTdNrk { width:19.75rem;height:32.25rem;top:112.5rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVwX2L0fJPaOAg50IH8XrSd8hrXOfPG { width:19.5625rem;height:13.375rem;top:113.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASH23dm5rMUKaT4VpZ714beP4KfS7HIi { width:19.5625rem;height:13.375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1M9FTrMuGMt3LP0vLqEpzgfRtk5B1O { width:19.875rem;height:3.125rem;top:21.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkwtR14iOrybWPSswNhBBHM3fBuH6gt { width:18.375rem;height:10.5rem;top:25.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRZzwoGEdp4TfJmg9WFLnMt1OkfcdR1 { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV5qBOVo3XbSToFotCFZhLuGtJU991p5 { display:block; }
 }@media only screen and (max-width: 763px) { #BCFclPivDQzTgD4pSfy017RSwq0P3QMa { width:19.75rem;height:30.75rem;top:145.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWdzF9xiHJaow8kBm48aJDIfcmdUGPF { width:19.5625rem;height:13.375rem;top:145.4375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSlTUziVmmfa7ToPkxeaywUWlMttHpht { width:19.875rem;height:5rem;top:159.1875rem;left:11.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxAIkkaU5L6TBH4hyx1Seayh66mhsvTH { width:18.4375rem;height:6.3125rem;top:165.0625rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8PGuTLZyarqFKH4cS6DT9GMsFGlu1s { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s956qNq7Z1885DtgePTNDBw1k3R0gQpc { display:block; }
 }@media only screen and (max-width: 763px) { #e9a83U3s5luamgNBaiWSbStUakqGFDb0 { width:19.75rem;height:30.75rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXHXagSmS96e30MZHqtKe17TyAm3Kaqw { width:19.5625rem;height:13.375rem;top:145.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8eItcc3r5bwNsomTpeVIxHL1AxfgAv { width:19.875rem;height:4.1875rem;top:159.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7gqy00wf3MTBSwPsKeQme745mW0k8R6 { width:18.625rem;height:6.375rem;top:165.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUODv11OVKX8ydppzptwXEHEsgsxhmI { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbS94TwryTwc3NwkJvZSiwZTiTyNs1Az { display:block; }
 }@media only screen and (max-width: 763px) { #zrEP1e8XGUHywUoR8oqc407ehQxiuAfp { width:19.6875rem;height:30.6875rem;top:145.375rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdX1Pl0TfSVnMiOgUAu800ZQZeqwbeyh { width:19.5rem;height:13.3125rem;top:145.375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrl9hJDbVBmTJeefkbwas9qNQXC3TwH { width:19.8125rem;height:2.5rem;top:159.5rem;left:27.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spGOnBvIQwtfpCNGsR2Rfp6yNDsioLO5 { width:18.4375rem;height:8.125rem;top:163.3125rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJNnlgri8s8TTxZpPZ70DKi4ssMTrVnt { width:16.0625rem;height:3.625rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8T1I86oAxObb2DuJhIKEf3QlLeGJSIu { display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:24.125rem;height:7.25rem;top:10.3125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:25rem;height:;top:18.4375rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:20rem;height:31.9375rem;top:0.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzFnzOheTSG235A8zkhHEQgt962tqD96 { top:1.0625rem;left:0.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:16.75rem;height:auto;top:1.25rem;left:28.5rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:16.75rem;height:auto;top:1.25rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #tF2TS0wzXIkKVzJJcSMwqaJUEtuDvGQs {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #QdMkusu4NG6NnB55APxvIb9US4QJ9qWn {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #rbSePQwlsTCKndTrvW3AG5qRCkF1e5L3 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 763px) { #AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 { display:block; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNcBF5T7i9STIQ36pzApI5y25ic8sCSV { top:18.25rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9tKbSW2kN1A96E7KLPST7Z78fFtumSL { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmbX2en3xWSDV6R4Jcs2aey7qBbCJaug { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKU0HZOypDzW1XZcmCqiZx3GR6GWF5qT { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gm32wKaBZy83SGbQPQnxpvkz9CqGnW { width:23.25rem;height:2.4375rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpJbTh8kbuHIhCPdK2bkFBNpIzkGVRE { top:0.4375rem;left:19.84375rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#iZ5SIUeVky4rJc7SQ3gBx3T7ZWpPefX5 > .row .container { width:20rem;height:7.2496447563171rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVOQKSe87kWX6b4R7Ryu1rULeUiZT9s7 { width:7.5rem;height:1.5rem;top:4rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMF41wQWMuvtiZWvxJq6E8c2N39fv05t { display:block; }
 }@media only screen and (max-width: 763px) { #VVmDkWmszr6KsW7DchHlT8mGUHKkBJu3 { width:7.5rem;height:2.1875rem;top:5.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9TLh0sVVkvLDKeExr0ba3QBCDQwPvCg { display:block; }
 }@media only screen and (max-width: 763px) { #x75GS0mhMs5yLwwS8vRWSrgGWxEmQfPm { width:3.9375rem;height:1.5rem;top:4rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKt9DSJw1zAZND0lWmWFh7Wa8TFivoF { display:block; }
 }@media only screen and (max-width: 763px) { #scfVgX2ko6FlHwIyuDUTxcW3selTu5Le { width:7.5rem;height:1.5rem;top:4rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbKXI79V5EmNvZUPNLLNJdTsp9IkevlJ { display:block; }
 }@media only screen and (max-width: 763px) { #cHWN8bathl4m8TkeBtG5DTLfAHsTBJCR { width:7.5rem;height:1.5rem;top:5.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0dvGbB7agsoI2tTfrJdgBZEqSXCfxN { display:block; }
 }@media only screen and (max-width: 763px) { #C8iHbuHG7TI6Qdp8LVkkh4niGD7nutLN { width:8.4375rem;height:2.4375rem;top:1.625rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0HAREgDhKc9XUElJT1dA3gyuCE6HO8 { display:block; }
 }@media only screen and (max-width: 763px) { #kxL4pvce3NxoyrEz6pmzvLJay9JOW6nZ { width:5.25rem;height:5.25rem;top:0rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9f1888a1-b29e-466a-9c18-4f9320c4e599/test5.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DyL1hdHtIbR4WDflDErpANmrfmpSTAPG { width:20rem;height:34.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc3A9K4N8Goq0dKWUu8LBLkv2v71dmyM { width:19.1875rem;height:4.39985625rem;top:14.73046875rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB515830GOhNDyWTDV4fCO1rJ8pKRE5J { width:13.875rem;height:3.25rem;top:40.6435546875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zlgc8npE9hZh04PTGH0Js4TUE1VDuqnK { display:block; }
 }@media only screen and (max-width: 763px) { #nutetXfxvil6shQiL8ySfQDweyz7c2fZ { width:20rem;height:15.18820625rem;top:20.23046875rem;left:0.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iWVBnvLx0bMokKGz0MzkgUgMSJgi9UdM { width:13.875rem;height:3.25rem;top:36.8310546875rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzZQ5igeQupWDPMwqSTETCTV97y9T7BZ { display:block; }
 }@media only screen and (max-width: 763px) { #T50GbI3Gge9ZIR42vLqzTlmhAeXfTe5h { width:7rem;height:7rem;top:9.35546875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp { display:block; }#K3mX7aUActdxaQrD8f64Qo0Hhzse8wZp > .row .container { width:20rem;height:52.661560058594rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8nCiEdaRAc6rESBrnSn3k4SP0XVmwJI { width:20rem;height:2.19993125rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlDoiQ0tk0gHhmF6OcOMSZinEiLGfQa9 { width:20rem;height:29.38215rem;top:23.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bnTWOm2ivRDITw6rtRsr3PvrrglGAgJ8 { width:13.1875rem;height:11.375rem;top:5.59375rem;left:6.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECwtdTO5UeBBi4RqJMCatfhg6WfKCCvH { width:13.125rem;height:8.5rem;top:4.40625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXbhanX4a5n3EIWZXZ709vhxbogiaigx { width:11.5rem;height:9.1875rem;top:13.03125rem;left:7.46875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0rupAKs1VGBQWF8PwlR3qcWNfURMmqy { width:13.1875rem;height:11.75rem;top:8.5625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR { display:block; }#vPXQIDfzvM5Wuz6OFKPRxd528XKtwRVR > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmSE42TdXAv5DQA4TsWTLVTbssC30Z1A { width:20rem;height:22.492025rem;top:18.76171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5r5oki1q0GNzAenf6T076UVTMKSZuko { width:20rem;height:2.19993125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPVV12gOf3LuTXKvTyX3CWr2lWTT7Ox2 { width:18.5625rem;height:3.75rem;top:42.625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTA0Pe9XdpZRJrbRpcZWutS93JvNNIE { display:block; }
 }@media only screen and (max-width: 763px) { #Z3wHN2aCqRigQHBBDiW6VNapb9l3MVkL { width:18.0625rem;height:15.625rem;top:3.13671875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT { display:block; }#RTfyZeLbg2MTK4BJRkX9KF4BLu8SzJrT > .row .container { width:20rem;height:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR8LbbTeyVDbFeUgMspnXuAJcscXrMT3 { width:20rem;height:4.00035625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #nV1NE6RdFLmHVJnosT1LObdMvdUWewWT { width:20rem;height:12.625rem;top:8.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZNJqv8qiECMN2TkIpvLIObLCZt7GzR4 { width:20rem;height:12.625rem;top:21.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPZTqnLcrmnHLup2k2lhwGQuNsPpWEqL { width:20rem;height:12.5rem;top:35.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXcd7XFiBW8AWJRxJ6odhdJTgb7C5OO { width:20rem;height:12.625rem;top:48.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt4xJo2t8Q9T7bDWC6IwmSoi1LDWUa0t { width:20rem;height:12.625rem;top:61.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tanu9le5q7S3GBBG1os88yiLTutI5COn { width:20rem;height:12.625rem;top:74.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO0HfcJRfWhOARyPfJAJTpUEISsC4VtC { width:20rem;height:3.1875rem;top:4.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #durgeUg1grICd97WXuKTAqQK7NedfyND { width:18.5625rem;height:3.75rem;top:88.13671875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvpZtsH9XHCaGhfNCevogXGwRUwPR3f5 { display:block; }
 }@media only screen and (max-width: 763px) { #W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM { background-color:#fdffff;background-image:none;display:block; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { background-color: transparent; background-image: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container > .video-iframe-container { display: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row > .video-iframe-container { display: none; }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .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); }#W1aScEpnnJnFUvEL8JxlcHUH1hgh5ySM > .row .container { width:20rem;height:191.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoCP0voFEX8ScLugVFxd0141ZTK768ri { width:18.125rem;height:2.4375rem;top:22.474609375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP94v6dbgkEkxJ1hfiJ7lcsJmmzzhKJC { width:20rem;height:4.20010625rem;top:26.8095703125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbG4UWdKMyb41TELqzEZHNww0ccbsmba { width:19.75rem;height:28.75rem;top:68.380859375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpzWB579npnwOK1eCPV7mGqnKfXIKslt { width:20rem;height:4.7247875rem;top:86.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #iHkgp0Luzgxk734P5RRW4BAiWDZBfJgV { width:20rem;height:2.4375rem;top:81.662109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuuVtTQzmsoCHrawO7b8iZhmgaBKXqQ9 { width:20rem;height:5.60014375rem;top:147.341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JUTaPT1HE0uSaQTIhRoXZMABrq4N7KHn { width:20rem;height:2.24965rem;top:142.380859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #dJFPDT2P54QTuGZUd0gMQ1gBTb0h41xt { width:18.375rem;height:1.298825rem;top:24.912109375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDNaIUdEbk24p7qvacqf7rRzMqgdIMht { width:18.3125rem;height:1.298825rem;top:84.099609375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHH2tvCTE6LIC5ThJqhFd43uwddv99w { width:19.1875rem;height:1.0996125rem;top:144.630859375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrnlZhNSX7TmH8yFuEGxvaw13001A8R0 { width:18.75rem;height:12.125rem;top:69.005859375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZhg0wi0GWrMHvVodm7f7D5oQDZxsaUb { width:18.75rem;height:12.125rem;top:9.537109375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0MddEnBXG2IkqGcUwRZMu6dRK67xMu { width:18.75rem;height:12.125rem;top:129.349609375rem;left:0.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwvKFGudAhkDlfeTnBGdBOP4kbAe3eZX { width:20rem;height:2.19993125rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yKnRbs1uVr8Cp7WynwVLdtpeqB1Nws4O { width:20rem;height:4.78125rem;top:3.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHXkdMZiMePSPy3Umm0Kgfi0toHiMO7E { width:16.75rem;height:2.4375rem;top:51.234375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrHvhMeiTF57NthuAKx0waybq2DME1lS { width:20rem;height:2.0625rem;top:111.849609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZucxSxL2iSMuAMhnF430T6lI4OOMkf45 { width:19.9375rem;height:2.625rem;top:173.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMpCNaTRVMu2C5TZywanOlLfXSdlsrNf { width:19.75rem;height:28.125rem;top:8.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8HzRrJCmDJATQuJuMT3TfOoliscpSoz { width:19.75rem;height:29.125rem;top:129.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUWDBwTuEE0dRC0GlfLcgBeOIun3K4qf { width:19.75rem;height:29.875rem;top:37.818359375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfRhLZ7A465Dfxc8izFcnoWz8k9ewBTK { width:19.75rem;height:30.125rem;top:98.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z30Nc5UD01PLCXQl2EPgf0qyxUxfiwne { width:19.75rem;height:31.0625rem;top:159.5498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDxh4w5UJvOi4kKoPaZoiqxRaadl6BAn { width:18.75rem;height:12.125rem;top:38.568359375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNmI7TzL1KhTWPZdJJ0J3Jnsksk9lhDn { width:18.75rem;height:12.125rem;top:98.9375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1gLEZvA44iEy2XtAp4erBgo3AD4G6gW { width:18.75rem;height:12.125rem;top:160.224609375rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWVWnOG0WyWGgXNDs3tmTiAJ9VXXJoey { width:19.75rem;height:2.59765625rem;top:53.671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhLEwCHsUqqU8X8JAfXpSkxyQ3eAbebQ { width:19.8125rem;height:1.298825rem;top:114.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT1mfZTHTEh6WQgX17s2LMWASqiEloO6 { width:20rem;height:1.798825rem;top:177.0458984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itDdqoaU0IflJWsTOv0DinaWSCAh5Oc3 { width:18.75rem;height:5.60014375rem;top:57.1767578125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #PGVhnzvyyn92NxhxUhOxySktlNIGGTOL { width:18.3125rem;height:5.60014375rem;top:117.2646484375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #S3clxfxCGkXH4MfmyZJ5psUInTUkVOD1 { width:18.75rem;height:5.60014375rem;top:179.8955078125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gid1fsGPkmRdyt1k2mqAwoALFHIlzNTT { width:12.375rem;height:3rem;top:63.7705078125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn1C1p2eBBuezJ3LMgTd88olfaAXblbk { display:block; }
 }@media only screen and (max-width: 763px) { #qTERoMs2FgsuKf69ndnt3yRIagSZOL4F { width:12.375rem;height:3.625rem;top:32.287109375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtk9non9BVVBkGJDZwBQZKsINiucXu3w { display:block; }
 }@media only screen and (max-width: 763px) { #ptfpEBUe4MMyUTw198qsEse5RCixSDVA { width:12.375rem;height:3rem;top:92.849609375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqFCVFFSmaPondifoVeuMQqmR09q32yd { display:block; }
 }@media only screen and (max-width: 763px) { #gex4dPleiiJoaXecEe3hmVvTyVa06x42 { width:12.375rem;height:3rem;top:154.130859375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKewq4vPcsvy9Spgi0DcOrOMgxJzkXeD { display:block; }
 }@media only screen and (max-width: 763px) { #OFR1iPRVgTbO8d5SO4dOGJUCNiiWHErA { width:12.375rem;height:3rem;top:124.3583984375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIIPJy64pk5dog3c8xVIlgMsfC4ygsx { display:block; }
 }@media only screen and (max-width: 763px) { #S3vvOJlRWkneNES8ouIeJRVDdLoNTXJv { width:12.375rem;height:3rem;top:186.7392578125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od09BUgr62VadDlVn18XirS4pMwFHuF7 { display:block; }
 }@media only screen and (max-width: 763px) { #J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z { display:block; }#J6QpDKtQe33MKt3DKsWNbe3JFt6nAK9Z > .row .container { width:20rem;height:173.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4nOKi4tVh9JsTUyiCJUvqBHBLLItwaf { width:18.75rem;height:4.951175rem;top:27.01171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSt6lzM72NxlyVEvFl6LnQ2STLD47KWo { width:18.25rem;height:13.625rem;top:12.13671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDX25TuTQLpmSsRLrEWehivtBlMbEdo8 { width:18.25rem;height:13.625rem;top:52.717775rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH7yUgI7DV1xa9KSJK58WUqyNMgmXbVH { width:19.0625rem;height:14.1875rem;top:93.8173828125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvqVEnGEBTx5WXpIq9K8feBePBNWdUwR { width:18.25rem;height:13.625rem;top:134.0234375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSCNZ2l6r3XiKgBN04dnEQpLNE9IMro { width:12.375rem;height:2.625rem;top:44.967775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmSl3nN7cTJvuUTrlrz5I2oMhF7Opd9W { display:block; }
 }@media only screen and (max-width: 763px) { #y3vnIL5aHgeHk2HSkDC8Ibxum48GhyVW { width:12.5625rem;height:4.63156875rem;top:33.2099625rem;left:3.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiwbkqu0wZkCTr2BUoIc5g5KLeI82XHr { width:12.375rem;height:2.625rem;top:48.842775rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDNpVveOlfkI8rGAMtEidbkA2cRshCtH { display:block; }
 }@media only screen and (max-width: 763px) { #wTcFylQu16kBTuCgty9dLfKiTv9CCtil { width:20rem;height:4.63156875rem;top:39.08886875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oggfTdRWWA1s9mRvXG071GPJTdS1ycb1 { width:20rem;height:5.19921875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #crXNUK8FeUTD7hQcMLMNAiEgpRiwltCs { width:20rem;height:3.1875rem;top:6.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qo5Pe6y8W5Qy7NXXPSvHTv4owT23fD0e { width:12.375rem;height:2.625rem;top:85.54883125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAnZarp33uf4LoDbFTZfrJ9Kb7W14Tg { display:block; }
 }@media only screen and (max-width: 763px) { #OLbM5cEboKV6lZxezwHUvJSSJu4SR0dA { width:12.375rem;height:2.625rem;top:126.2734375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7R3rPlIUufTqglB5gFn7UncpFuTrzMw { display:block; }
 }@media only screen and (max-width: 763px) { #u722fiZIpAX8TsB8HqlXgiWeOnTqHDaP { width:12.375rem;height:2.625rem;top:165.7041015625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIVuCx8anJrKcQQZrrEVaTSSEGaPUi1G { display:block; }
 }@media only screen and (max-width: 763px) { #oEGfJtKmHv6GqIlbqkxJbkXxu4Vqvl1L { width:13.125rem;height:2.6875rem;top:89.42383125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6A2TTPwFFO7XHXvos6IGReQqbe5yeJ { display:block; }
 }@media only screen and (max-width: 763px) { #evTgeiQk40FGB78KhTOUiIbJ8VvPGzgR { width:13.125rem;height:2.6875rem;top:129.9609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehN12yTiTqk1wqfEuZaUv6LaTw2ibuen { display:block; }
 }@media only screen and (max-width: 763px) { #IftaIWVvNnWrCzLypukEvpftmorhxepp { width:13.125rem;height:2.6875rem;top:169.4541015625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfhbL3SU2WgdVxMhZOVVLOpotb3r8T1n { display:block; }
 }@media only screen and (max-width: 763px) { #UaNkkKH76DmbIivdGfStJ3W5QdAcGnbm { width:20rem;height:4.951175rem;top:67.592775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wprGhOTOrWh0ilGQpDlqFTxPkLhG6sgz { width:20rem;height:3.1605125rem;top:109.3173828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IT88QygrywqFy1LF5KURlVLetOso4k0l { width:20rem;height:3.30078125rem;top:148.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRcdL2BUOU9AbX70nmiwL0O65CHMAcdd { width:11.375rem;height:4.63156875rem;top:73.79101875rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tEsQ8i7tOsNMt62hhagMQw4GURooHt3V { width:11.375rem;height:4.63156875rem;top:114.453125rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n4TuuVrtBoC54w8y8owhkATP08tA5ECP { width:11.375rem;height:4.63156875rem;top:154.0712890625rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PaeeqfCM225qhhINVyiWVIUz7sqZGXyE { width:18.1875rem;height:4.63156875rem;top:79.669925rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDeTDtFizZLACc3tdzT0ZJEX1piFLsWX { width:17.375rem;height:4.63156875rem;top:120.26953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AWqot4LwQOsNyc9l18BW1og77cO6Htfy { width:17.375rem;height:4.63156875rem;top:159.7001953125rem;left:1.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR { display:block; }#d7sSw1luqKxtPOsTw1Jwo4880HVJUzxR > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMrgkXD5TFMictD6h1EXU8Xi0EcTd2Hv { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6XeQDNTEU1d2aUapwA6sOdA6rWK5KL { width:20rem;height:1.38139375rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFMLIsXhu31arSLoiSoLIJ9NlX66QIkl { width:20rem;height:16.9375rem;top:7.48730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0itTOd6eFw0006NykDpvJ1K7btN3pWr { width:19.875rem;height:1.38139375rem;top:22.5498046875rem;left:0rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEaGGT5UFxgOuoyXKtQhc6cl4dmmZ4Am { width:19.125rem;height:1.21875rem;top:8.2988296875rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwEgH4d6HMCJzBDCXogHfzxJJgFw5yXQ { width:20rem;height:16.0625rem;top:25.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkq8vPbfnXlEfVNs02MGuQKSZADQKKk { width:20rem;height:16.875rem;top:41.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKyWnKH7RP2roh1J2gcsfyPPvTHvU5cB { width:11.875rem;height:1.38139375rem;top:39.2431640625rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5atwdl2oH1u4AcI5yn0uNXTK180GM9y { width:11.875rem;height:1.38139375rem;top:56.703125rem;left:4.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:italic;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIX5pEpTU6S47hyK2VqmTE4fQbPGb2fP { width:18.875rem;height:1.21875rem;top:25.9306640625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poZdDwQToC227VCsmnrgESvtMH1qRG5X { width:18.875rem;height:1.21875rem;top:42.4990234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZkOdKahIx7u4rLBkWveVmN0SkA4d8IG { width:19.375rem;height:10.49625rem;top:10.5341796875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #fiV8oCvsGGAI7D9QH3Xd6PWroobSZrWv { width:19.375rem;height:8.9968125rem;top:28.24609375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gxt1IUEECCEQuUPMtiBqacg9kcwKTMcv { width:19.375rem;height:10.49625rem;top:45.0615234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo { background-color:#fdffff;background-image:none;display:block; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { background-color: transparent; background-image: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container > .video-iframe-container { display: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row > .video-iframe-container { display: none; }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .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); }#VMuQNhAoE4B5IuDHDT6Up3yQD9MXqsVo > .row .container { width:20rem;height:551.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q37BiyHXGoeF6omy6vW7zqgDy55HLpdF { width:17.3125rem;height:3.5rem;top:428.94921875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwZ66r5XpI1deSMIyGUAyw7ipmiKZ15q { width:19.75rem;height:35.875rem;top:79.76171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWdaUi0thwmeyKelNmXkf3l1xTRZzTyC { width:19.3125rem;height:13.375rem;top:80.38671875rem;left:0.34375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrAzAkXXhCH5oQLh9FAOT1pEcDAsX4H { width:19.75rem;height:32.4375rem;top:153.26171875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #d5veAs4g8Suqf6oREpOaDq9gSP5SlaLG { width:19.375rem;height:12.125rem;top:154.60546875rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJoWzX3sRliuJln5m7Sg9UMu23qGw8Se { width:12.375rem;height:2.625rem;top:447.76171875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcKVAPc92iIeG5nQzl5G6TBZbATdnota { display:block; }
 }@media only screen and (max-width: 763px) { #DOx8GGLV4e3zvBSVhFIwpbxglcux0UWL { width:19.75rem;height:35.5rem;top:7.44921875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJhxglJ4aCXEsBowqMCf1DBxBJnITCu { width:19.75rem;height:36.1875rem;top:116.712890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hanbm9skIuv0GWMEIwGLDuVfTnkik4D7 { width:19.75rem;height:34.625rem;top:43.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkSBiNF67LHhEdESxgRJW3a42ifOTZX { width:19.75rem;height:34.625rem;top:187.07421875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rklh1gqC0CLBJg6OMiPTNZB9kl5DuZQg { width:19.9375rem;height:2.1308625rem;top:0.5625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #K4pqVPEcqiIrzuZKgPvXKUxB5ZQrrfkn { width:20rem;height:3.1875rem;top:3.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px1h5JWGm3nr7mAJ17RdLZc7JwMxP2Az { width:18.75rem;height:13.375rem;top:44.63671875rem;left:0.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaKPH1WACwiX9iQ5OTMAOse95DqahxG { width:19.3125rem;height:13.375rem;top:117.38671875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q78y8Mcddfz5WaOCIZIl4GxTOhDG8AtP { width:19.375rem;height:13.375rem;top:187.69921875rem;left:0.3125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBTl4mg5rDQsRkcKe1EVwVy7wFiesRNi { width:19.875rem;height:3.49965rem;top:94.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9nhmDtHpSuELmP5UeUJywqvRqCnuPvl { width:19.875rem;height:3.6257125rem;top:167.35546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyG525HFuEu6VQqbD4TilXkKy8waBAmz { width:19.875rem;height:3.5rem;top:58.82421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQvGhuxi5EwB5ZkGddPXHVGnC3kPyQEP { width:19.875rem;height:5.25rem;top:131.63671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZGze0pEpsZz55azwM3CHId4wsmr3DTtG { width:19.875rem;height:3.5rem;top:202.19921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2NvThZPD3pBetWxfIgxMa3Q70h9uSG { width:18.4375rem;height:10.49625rem;top:206.525390625rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgn8lMTCeLWPmEyfeu9KedCKz9TSGXoi { width:11.3125rem;height:2.625rem;top:218.275390625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPeoS7rw2ZOpnT4lWvZFUQvZNNkyb8y { display:block; }
 }@media only screen and (max-width: 763px) { #vDz3IyCs6L43GhUx6qle3CBGKQv8BwkZ { width:19.375rem;height:11.99575rem;top:433.44921875rem;left:0.3125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh1T0huFXZJTVlhx2EUvhqBBOq9AsO5q { width:18.4375rem;height:11.99575rem;top:99.07421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dprTPgpb5VdgQPfHfTlbT9W7suy6hnf1 { width:18.4375rem;height:9.66975rem;top:171.85546875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfBqO4Q4cT4BZOWOSqBANsGN9B3WybC8 { width:18.4375rem;height:10.49625rem;top:63.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ32qWxRVBuNCznrnbysVHBtZnJ60rsi { width:18.4375rem;height:11.99575rem;top:136.88671875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G424JSqqyUDbJFUVMeXbxflMa1ks44HF { width:11.3125rem;height:2.625rem;top:149.587890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoeDxXBU36S3WBaBQIbGKtJBt0NSy98F { display:block; }
 }@media only screen and (max-width: 763px) { #CXDSRfmiaMXHnM65pJIPPeEfJdvJXy7m { width:11.3125rem;height:2.625rem;top:74.712890625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0okuy1ExZA8vDRs8BiEbO9pxArzsLqT { display:block; }
 }@media only screen and (max-width: 763px) { #KFa21bUnbHXo3sa9OaZuEVTsvTWZZrMx { width:11.3125rem;height:2.625rem;top:111.82421875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvAmCcVyBXF8RfvfgtoonX9oSxTZHAzc { display:block; }
 }@media only screen and (max-width: 763px) { #E3w6JXd39y1MKbC5hTWsVqqlSJwlqbcS { width:11.3125rem;height:2.625rem;top:182.2646484375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt5NsEqUGuCRgN6vT841ZPRFArn5Xokg { display:block; }
 }@media only screen and (max-width: 763px) { #wJpeSGgeosGAOXkGnwNLWtpKOqNB8qJ3 { width:19.75rem;height:39.625rem;top:222.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsKv0nir4Q0H6D5NL7fFT8t3U1FeUpKO { width:19.625rem;height:13.375rem;top:222.32421875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiEwNogmJf4LJw6FXTWLI9w8E6CfigT { width:19.875rem;height:5.25rem;top:236.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JGSZtMBTBgOLqbblSFJTtTZUKLIhVeIx { width:18.4375rem;height:14.99465rem;top:242.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7DIDCfiRmVh16o1dTGNv0vUsLthT1i0 { width:11.3125rem;height:2.625rem;top:258.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #udAVoWglChgKArkprW7r9iC4D8T7eO1v { display:block; }
 }@media only screen and (max-width: 763px) { #ZtnLxokqMN0acxSMPL4WQZmhzrWbEWnt { width:19.75rem;height:37.75rem;top:262.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmEgokibclNkaEeqJ3MVWesVXfe1P9VL { width:19.8125rem;height:13.25rem;top:262.51171875rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb5V0yT4V0BySkwliGKmCTkqmogwTodQ { width:19.125rem;height:5.25rem;top:276.51171875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZRdcXyXXsTOL6Ds7TFv1Z4x1M0e0k49B { width:18.4375rem;height:13.4952125rem;top:282.32421875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w86NcG9zlM04JBRI6Xllq1R3upU21brm { width:11.3125rem;height:2.625rem;top:296.51171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2cvTeCkRd70FGtGeV3T7MRGT2n3Kadr { display:block; }
 }@media only screen and (max-width: 763px) { #aphmVDNihEt5LLSuTaLcyL3BoXBtnoPZ { width:19.75rem;height:41.125rem;top:301.51171875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpq7rZ2TDKZNqur7cw9p5QoBlvxEALOt { width:19.6875rem;height:13.375rem;top:301.51171875rem;left:0.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAxvPyqMMSdnserOKnTDMMPX3nncoe1S { width:19.875rem;height:5.25rem;top:315.76171875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dG5VtfzAGvyTFRM7UPXGiwDJZ22xKpU3 { width:18.4375rem;height:16.49415rem;top:321.69921875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef0vLfnTdaqOcXio1a5crGquQtu7I7qS { width:11.3125rem;height:2.625rem;top:339.26171875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZv4vaT3PdvmRZpbtBuwaGODo6ZKq95f { display:block; }
 }@media only screen and (max-width: 763px) { #J9zAvCdQxpa5JtVhTtUXz9icyZsCXTT4 { width:19.75rem;height:37.5rem;top:343.88671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlW4USiT3PSUHUvdknb2rRtfDg45u6Gi { width:19.625rem;height:13.375rem;top:343.88671875rem;left:0.25rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc1WGXlPykZQWwXlgfDXyXUy6BSynyd0 { width:19.875rem;height:7rem;top:358.13671875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LEUwTtahkxhFxrXmDDEdT8fkTzwcpEqO { width:18.4375rem;height:8.9968125rem;top:366.83203125rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTE6RUTyaJMlas8AGPhTyTAPunxyOT7E { width:11.3125rem;height:2.625rem;top:377.44921875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU3sZwNmHuk4s32EwgnNsHEkoduuSEtK { display:block; }
 }@media only screen and (max-width: 763px) { #IqEP6ROETNTMyD6AkHw9TnhcXM3h6kSc { width:19.75rem;height:31.25rem;top:382.63671875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imIX0gDKBrmGogp7RoTxIkP0FZu7iXQ8 { width:19.875rem;height:5.25rem;top:396.44921875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JtsZ1I2JqwXtSxWnnT6xllBIwTx11o3A { width:18.4375rem;height:5.99786875rem;top:402.13671875rem;left:0.90625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQ4bryCGEi7CWlFu1LNtOffcnS5izTp { width:11.3125rem;height:2.625rem;top:410.32421875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQAmuWHnzfGFbhqrROLa2qdTVot7dWoV { display:block; }
 }@media only screen and (max-width: 763px) { #v6rs138QV7MlqgJPwJGvMphinpmdW891 { width:19.5625rem;height:13.375rem;top:382.26171875rem;left:0.28125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8EmVmB1gylumqoEKlp30dAwCqaTdNrk { width:19.75rem;height:37.625rem;top:414.48046875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVwX2L0fJPaOAg50IH8XrSd8hrXOfPG { width:19.5625rem;height:13.375rem;top:414.48046875rem;left:0.4375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASH23dm5rMUKaT4VpZ714beP4KfS7HIi { width:19.5625rem;height:13.375rem;top:7.44921875rem;left:0.21875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp1M9FTrMuGMt3LP0vLqEpzgfRtk5B1O { width:19.875rem;height:5.25rem;top:21.51171875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdkwtR14iOrybWPSswNhBBHM3fBuH6gt { width:18.375rem;height:11.6894375rem;top:27.38671875rem;left:0.8125rem;text-align:center;text-align-last:center;line-height:1;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRZzwoGEdp4TfJmg9WFLnMt1OkfcdR1 { width:11.3125rem;height:2.625rem;top:39.79296875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV5qBOVo3XbSToFotCFZhLuGtJU991p5 { display:block; }
 }@media only screen and (max-width: 763px) { #BCFclPivDQzTgD4pSfy017RSwq0P3QMa { width:19.75rem;height:33.1875rem;top:453.35546875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOWdzF9xiHJaow8kBm48aJDIfcmdUGPF { width:19.5625rem;height:13.375rem;top:453.35546875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSlTUziVmmfa7ToPkxeaywUWlMttHpht { width:19.875rem;height:6.25rem;top:467.10546875rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gxAIkkaU5L6TBH4hyx1Seayh66mhsvTH { width:18.4375rem;height:7.4973125rem;top:474.23046875rem;left:0.78125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8PGuTLZyarqFKH4cS6DT9GMsFGlu1s { width:11.3125rem;height:2.625rem;top:482.41796875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s956qNq7Z1885DtgePTNDBw1k3R0gQpc { display:block; }
 }@media only screen and (max-width: 763px) { #e9a83U3s5luamgNBaiWSbStUakqGFDb0 { width:19.75rem;height:30.75rem;top:487.79296875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXHXagSmS96e30MZHqtKe17TyAm3Kaqw { width:19.5625rem;height:13.375rem;top:487.79296875rem;left:0.34375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH8eItcc3r5bwNsomTpeVIxHL1AxfgAv { width:19.875rem;height:4.6875rem;top:501.93359375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E7gqy00wf3MTBSwPsKeQme745mW0k8R6 { width:18.625rem;height:5.99786875rem;top:507.41796875rem;left:0.625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXUODv11OVKX8ydppzptwXEHEsgsxhmI { width:11.3125rem;height:2.625rem;top:514.66796875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbS94TwryTwc3NwkJvZSiwZTiTyNs1Az { display:block; }
 }@media only screen and (max-width: 763px) { #zrEP1e8XGUHywUoR8oqc407ehQxiuAfp { width:19.6875rem;height:31.875rem;top:519.79225073242rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdX1Pl0TfSVnMiOgUAu800ZQZeqwbeyh { width:19.5rem;height:13.3125rem;top:519.79225073242rem;left:0.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrl9hJDbVBmTJeefkbwas9qNQXC3TwH { width:19.8118125rem;height:3.125rem;top:533.91689596558rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #spGOnBvIQwtfpCNGsR2Rfp6yNDsioLO5 { width:18.4375rem;height:8.9968125rem;top:537.67133436584rem;left:0.90625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJNnlgri8s8TTxZpPZ70DKi4ssMTrVnt { width:11.25rem;height:2.5625rem;top:547.97850418091rem;left:4.2480469346046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8T1I86oAxObb2DuJhIKEf3QlLeGJSIu { display:block; }
 }@media only screen and (max-width: 763px) { #g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 { display:block; }#g7A5mksp59l9nrROblAMg0oTbSfkKEQ0 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txXxIwRJUh33llZSoELmQA1TkWnUfcy7 { width:20rem;height:4.00035625rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TJEFCA0cetHsI9TT1wyGmKqRiF43i2fH { width:20rem;height:7.7193125rem;top:12.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bXcyCFbsCcbmU6dQNNfdPK6KmbrxG27z { width:20rem;height:25.875rem;top:20.421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzFnzOheTSG235A8zkhHEQgt962tqD96 { width:9.25rem;height:9.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-text {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-select {padding-top: 0; padding-bottom: 0;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42  { width:16.75rem;height:auto;top:20.421875rem;left:0.375rem; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 {display:block;}#DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 { width:16.75rem;height:auto;top:20.421875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #wbiAglLaFCnA9wBnyoFNF1pGvF6Fy50w {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TQrTCkePXUtDUZ44Gdl19FNW1aWHfdhZ { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #uzW4AwMh5AwV4RElUZzzhAbK8ae5d42s {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #kVChtcOUcKvAuidierbWw0J59lzMcCH2 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #e12WEnMhz5gte6mCrDF7BamcLDNG9PBg { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HbwJvQbsyr2GGzMP3Gt3x1Hvhtfls6TR {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #D1oMKH3hKyOHqf0prKv7ZolS2mhMvDfO {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #X2R08HCtrV50n1acAzbxeJ0WbgIC86TD { display:none; }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #TrGqT5alDFamGLoRM33WoEMKyEZqH1GE {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #tF2TS0wzXIkKVzJJcSMwqaJUEtuDvGQs {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #QdMkusu4NG6NnB55APxvIb9US4QJ9qWn {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #rbSePQwlsTCKndTrvW3AG5qRCkF1e5L3 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HHCoWHRPT926ghTqv4sPymOWZbi0iPSq {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #HPzrmDsPCVy3k88DCQ4CodcmcvvrzCAd {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Mp3ikb9sx7SihFn1a2lxHLDSfT7Fiqk6 {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #EeqotC8O0hUvyBNTaA23ckP59t1lyR1d {  }
 }@media only screen and (max-width: 763px) { #DFUvkN9ym6ppN9g1y5IkIwHwi7MuSE42 #Pu89J8pnozf5yIAtkUtVi1FCclCd3Fz7 {  }
 }@media only screen and (max-width: 763px) { #AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 { position:relative;z-index:auto;background-color:rgba(0,0,0,0.88);background-image:none;display:block; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { background-color: transparent; background-image: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container > .video-iframe-container { display: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row > .video-iframe-container { display: none; }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .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); }#AiTTrWGznh5nWElX7mzQZOmiwW7MKra6 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNcBF5T7i9STIQ36pzApI5y25ic8sCSV { width:20rem;height:1.4000375rem;top:18.4365234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9tKbSW2kN1A96E7KLPST7Z78fFtumSL { width:20rem;height:1.298825rem;top:10.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmbX2en3xWSDV6R4Jcs2aey7qBbCJaug { width:20rem;height:1.298825rem;top:12.2373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKU0HZOypDzW1XZcmCqiZx3GR6GWF5qT { width:20rem;height:1.298825rem;top:14.3994140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4gm32wKaBZy83SGbQPQnxpvkz9CqGnW { width:20rem;height:1.298825rem;top:16.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thpJbTh8kbuHIhCPdK2bkFBNpIzkGVRE { width:10.5rem;height:10.5rem;top:1.1748046875rem;left:4.75rem;display:block; }
 }