.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f9f9f9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(215,215,215,0.52);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; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container { background-color: transparent; background-image: none; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container > .video-iframe-container { display: none; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row > .video-iframe-container { display: none; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .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); }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container { border-width: 0; border-radius: 0; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#weedQR43nRCx4Tol12LM45JR62fND0p5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.25rem;top:0.8125rem;left:5.1484375rem;overflow:hidden;display:block; }
#t4JrmqIl2UPbOEqE0HZTomIr4MUMZTHx { 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:5rem;width:7.4375rem;top:0.375rem;left:59.518751144409rem;overflow:hidden;display:block; }
#VAuUXh3SA8JkehydxlFFekzRL0XL006l { 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; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container { background-color: transparent; background-image: none; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container > .video-iframe-container { display: none; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row > .video-iframe-container { display: none; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .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); }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container { border-width: 0; border-radius: 0; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#GmIt0xUiUwMpM2OgebdDDmsvk0JS3eJ9 { background-color:transparent;background-image:none;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:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:1.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20.625rem;left:32.75rem;display:block; }
#lwnyP2fa2XNBirMPR9ZWHDlvlzxeaCpD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJhIIGOpCXgb0Sqp5EPubtzM9nLeexbc { position:absolute;display:block;z-index:15024;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:27.5rem;width:27.5rem;top:1.6875rem;left:45.687501907349rem;overflow:hidden;display:block; }
#PEq9TsF7EUB9BPDT6us1D6HVP94qD3Fi { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.4375rem;left:5.3125rem;height:;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;text-align:left;text-align-last:left;display:block; }
#QQS4maJu7z5uwt1F6VEchvWpa9F73ZvD { color:#000000;display:block;width:73rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:15.66250038147rem;left:5.3125rem;height:;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;text-align:left;text-align-last:left;display:block; }
#th1GBVir54lNXz9RMTynGy4Q1W6fXRmQ { 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:2.0625rem;width:4.625rem;top:15.85000038147rem;left:39.000001907349rem;overflow:hidden;display:block; }
#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r { position:relative;display:block; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r { background-color: transparent; background-image: none; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row .container > .video-iframe-container { display: none; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row > .video-iframe-container { display: none; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .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); }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r { border-width: 0; border-radius: 0; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .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; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bRH16Ec98XNhTnuSGtpu0QFzgyi0Z9EJ { background-color:rgba(215,215,215,0.45);background-image:none;border-top:0.25rem solid #c0272d;border-left:0.25rem solid #c0272d;border-right:0.25rem solid #c0272d;border-bottom:0.25rem solid #c0272d;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.375rem 0.25rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#bf2427;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.8125rem;height:3.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.0625rem;left:19.59375rem;display:block; }
#xNCQmnOTq1e8eg2xuPZpQgzvKOn26BPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { z-index:;position:relative;display:block; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { background-color: transparent; background-image: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container > .video-iframe-container { display: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row > .video-iframe-container { display: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .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); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { border-width: 0; border-radius: 0; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:23.625rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HuiFl8J8DHMoks3rkzor7rfEMNG5VRwl { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:5.5rem;left:4.75rem;height:6.2988125rem;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; }
#FZWph2EiDnmTeobQ7Ll1ysbOR6OAE1Nn { color:#000000;display:block;width:26.6875rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:5.5rem;left:43.5625rem;height:6.29883125rem;display:block; }
#vpKbLSCyuwkbDoDxxcGkpgiPhMuqcaOc { background-color:#ab0f1d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.125rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.1875rem;left:8.5rem;display:block; }
#wketRJT6Jc2x9NWf0NSOsHUwl4ZfU5ey { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBQfohC9Lim45v7zT5z6WuTtIiyHRhF4 { box-sizing:content-box;color:#c0272d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:2.4375rem;left:43.5625rem;display:block; }
#vx4wBTnpfUJg3cTuigiLo3OZbXessewr { color:#000000;display:block;width:16.75rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:14.3125rem;left:43.625rem;height:1.75rem;display:block; }
#dCCB2qKKWgM1Ppy4Wnct0eznIFfHK7bo { box-sizing:content-box;color:#1cb00c;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:2.4375rem;left:4.75rem;display:block; }
#QBTxR9BNixhivkr1BDFEwbCFne6lkcyy { background-color:#ffffff;background-image:none;border-top:0.125rem solid #ab0f1d;border-left:0.125rem solid #ab0f1d;border-right:0.125rem solid #ab0f1d;border-bottom:0.125rem solid #ab0f1d;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.25rem 0.125rem 0.375rem rgba(0,0,0,0.5) ;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:oswald;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.6875rem;left:43.5625rem;display:block; }
#HDp2FT47e3t14ZTCBEyIOqSovnAiiI0t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK { z-index:;position:relative;display:none; }#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK { border-width: 0; border-radius: 0; }#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:"open sans";height:91.3125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:none; }#s42nbuzFTP1G7BTpxAEZ67BZRWb0gAWs { color:#070101;display:block;width:58.25rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:1.5rem;left:8.375rem;height:5.25rem;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;text-align:center;text-align-last:center;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-form-header {  }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.9375rem;font-weight:bold;color:#19232e;width:45.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(217,217,217,0.42);background-image:none;border-top:0.0625rem solid #4c4b4b;border-left:0.0625rem solid #4c4b4b;border-right:0.0625rem solid #4c4b4b;border-bottom:0.0625rem solid #4c4b4b;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:45.125rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:roboto;box-shadow: none; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(217,217,217,0.42);background-image:none;border-top:0.0625rem solid #4c4b4b;border-left:0.0625rem solid #4c4b4b;border-right:0.0625rem solid #4c4b4b;border-bottom:0.0625rem solid #4c4b4b;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:45.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:roboto;box-shadow: none; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .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:45.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .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:#ab0f1d;background-image:none;border-top:0.1875rem solid #e1e1e1;border-left:0.1875rem solid #e1e1e1;border-right:0.1875rem solid #e1e1e1;border-bottom:0.1875rem solid #e1e1e1;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.5rem;display:block;box-sizing:border-box;font-size:2.1875rem;font-weight:bold;color:#f2f9ff;width:44.625rem;height:4.5rem;font-family:raleway;overflow:hidden; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.8125rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .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:raleway;font-size:0.75rem;font-weight:700;color:#000000;vertical-align:top;width:43.875rem;overflow:hidden;font-style:normal;line-height:1.4; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .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; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .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:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-container:first-of-type{padding-top:0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-container:last-of-type{padding-bottom:0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9  { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:13.6875rem;top:9.6195297241213rem;z-index:100006;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:45.125rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 {display:block;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:45.125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:13.6875rem;top:9.6195297241213rem;z-index:15006;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ELozCM3WLqu215aEyaRa4iOATzS2sgKQ { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #criOr7zsvaJQnPDaHMOPshoL59nnm9kG { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #okwbC8hqrLgmMNJ4oUZpmt3MAsom94N7 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #bTm42yeI6SgLXJAozdPgCbS5tkAr3WsX { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ICDtBQHvEZupVr4vT2KQ1Bn9Nc8Pt5TI { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N1Rbor2wBT5mQyt38bQWqZDmPJK1B36X { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #xZl4tf7aniJZZX7uJHM4D9U4NVWDd0ge { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Mk4EU0Gkckwrd78EVwNNf5sbqThTwQZw { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zvxAH1qt4tl17HpfnpvZ4CUArtwK3zvw { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Vnd12yCapdATUtrWaGi0iSdLF3TJtczb { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #oyZMGonSof2qn01bdM6MiE5klCBikZtV { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ySyiNvWlCqVdvDz1GLJJzlOhT1pIPI44 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #aWycOpg4ZneO2cnLFvTR3QgHlPZDTSEN { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ezxIdtvPmuFF693dJ07psW4Uv3o86E6z { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #GTByILnDiLOHlHnt7k3J1tfQczfURpl2 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #KirZ9FIA9bSO6QciSaAK23DLkTtKptHo { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lsMA1sD9T0DkIGWCtnTdJhnhSQpxmFET { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #J02fEUfDIDhuVAT61kmPvx12A5EwAQHT { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #TKhZX6FhAZn79qaiC0O0cLRJN9MlHfnG { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lGbS2i4H4Ia36iMdL76KqdGR5GWrRBrW { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lR6JzMzSH2PWvln5SFqqKNVT7MklD1m2 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LLg1lqS4tW6VGwdTfSFdkzKvvEWSsh5k { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #PPUSoACyhsSF2Vz3155XGKnubVvfDzMy { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gJ4llovT8zV8vg4XJcPCrsTMsOi7HqOH { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OkvAvo6JxWQAkdGoQMosUiemJ3Dofyui { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #BwAOSPmy5IX1UJ7Mu6VswvCQzwCTlnhV { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lJwwmrrLzGJA8XH5FHw2fA9GoEQ2TQoc { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #iy9emhyq5cK1UUJKHtAgDm8LnP2zWTtq { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FUAUTtP3imJftrwrFxzulshBbX6r2Z8B { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lOa2NW9LstD8nGByhXxkxIrzaBgpWtev { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #uJRgCBBg8nEN97T3NZOBT0UQpZ1XnS6G { position:relative;display:block;z-index:15000; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #tM7LU0eS9M5xZV4Bg573tWtvE4WnhFLe { position:relative;display:block;z-index:15000; }
#guutRxF93QWDTwyUplAetQ1qTzLGG4n6 { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #HlIG5txJyTTh99TTIngxwUBQBMhvpfEF { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #pRKMOM3hCihzJrWPTVCLLTp0TemC4TvW { position:relative;z-index:2; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #qec4eRTo9cqW4JqLrSIbKU1VBfvPbINx { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #AoiW4AqZ9pAHxys9ipO9qTV0TewhwpJB { position:relative;display:block;z-index:15000; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #mmpmEekrppLtpJrylv5fxHIZyKpBObXT { position:relative;display:block;z-index:15000; }
#m8fdBsSpw1hFzsqsUO7lR044yoGFsPoA { position:relative;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #rBwAAXfZJr3AAV1dV9LUcLDbXxQvxxTg { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OX8GR2BMlwN0yN6aPaFN6KWpZGGQDeOn { position:relative;z-index:2; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #JN4uyrdVT6mUFEsXM5S5MRq0EClLq0ZZ { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FtQGMQhgEg599kA3piX5iymkwAbthRy0 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LzzI4H17fCDNlDt03IRhZbghTNrSxe5f { position:relative;z-index:2; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #WGlDNRTLHKWFoJv6rnW5dZLeZH1niBnL { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #m7fvH6eLaBDNacysVGHp0KVJxc4f6Nr9 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zH1vZATyuV7MwrPBbmATKOEZbgu1uPvD { position:relative;z-index:2; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ZWhRGqyFO8LA2kkQadUT9qwsZDkpdIK5 { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N9qIiNEyduq8J68z8bXE6INlz0NTyfDq { position:relative; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gyucAI97194uJ0bJ3m1KLFHsP343yvFt { position:relative; }
#dOaZIOEdGTWFIQRQtWkWWZ9f0BlwrIFX { position:relative;display:block; }
#smlxFakcQDvR30eE8Ru4THfkKPioFSCi { color:#000000;display:block;width:64.8125rem;position:absolute;font-family:raleway;font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:76.6250038147rem;left:5.09375rem;height:7.1484375rem;text-align:justify;text-align-last:initial;display:block; }
#d1h0DsfsltxGdPKHFX88Rd2kVsflbxDI { background-color:transparent;background-image:none;border-top:0.0625rem solid #ab0f1d;border-left:0.0625rem solid #ab0f1d;border-right:0.0625rem solid #ab0f1d;border-bottom:0.0625rem solid #ab0f1d;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:#ab0f1d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.125rem;height:1.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:9.0578117370606rem;left:14.96875rem;display:block; }
#dU7ZPplfncDn3auX1FVmLTUmr6mMGhI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P9wFDCok1NUDFxk24DPk0O2IN84nDuKa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:86.8125rem;left:3.90625rem;display:none; }
#qwwG09FdWiEF0Au2BGRlorD0wqVqpekI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y { z-index:;position:relative;display:block; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y { background-color: transparent; background-image: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container > .video-iframe-container { display: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container { display: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .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); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y { border-width: 0; border-radius: 0; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Av10IKI16Z6gCucuAmi6u6T5DfKGxDO5 { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.84375rem;left:43.311719894409rem;display:block; }
#ovlRyhqwJZBcxUC0v1eQhIm6WDu8rcJo { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.84375rem;left:26.000001907349rem;display:block; }
#tVThBRTgotaBmyUricI6kik5gIVlrpXf { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:2.84375rem;left:14.75rem;display:block; }
#dfrbfONAPxLQ5TZiPNoE3TeAHbEtkbFD { box-sizing:content-box;color:#4c4b4b;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:2.842960357666rem;left:59.936719894409rem;display:block; }
#ITF8EMdmy8oGaE5z4iPmEKJThUVbcs3N { z-index:15000;top:2.8125rem;left:46.436719894409rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#xRVXVTBiHl6fGfgPvIzf0t5d64LJ5GVL { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#mZ1DSpXKfKSsEV7NwsgEvltRyyxCmX1f { z-index:15001;top:2.8125rem;left:29.000001907349rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.125rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#JoOWZmqi22oMoqmKwoSKPOXUZ0Qc3yfl { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#a56ypOHXODrmhDNrQWEKIAzzyT7HAGx1 { z-index:15002;top:2.8125rem;left:17.875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#NZQuR6c1lSDbOgQXIMTlDVMPGTJyVG2y { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#vsJf9JLq7pLfyk2uiHlUHiNyHI3IPN9B { 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:3rem;width:6.5625rem;top:2.59375rem;left:5.5rem;overflow:hidden;display:block; }
#pkFl5embivscEgnVTTNEWTPgvMuUXT5g { display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6062393188476rem;left:56.999998092651rem;height:3.65625rem;color:#565656;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zDvTkLT4amtTGJrZtTwngXSD81bgUq3z { display:block; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weedQR43nRCx4Tol12LM45JR62fND0p5 { width:9.25rem;height:4.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JrmqIl2UPbOEqE0HZTomIr4MUMZTHx { width:7.4375rem;height:5rem;top:0.375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuUXh3SA8JkehydxlFFekzRL0XL006l { display:block; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmIt0xUiUwMpM2OgebdDDmsvk0JS3eJ9 { width:12.9375rem;height:1.4375rem;top:20.625rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwnyP2fa2XNBirMPR9ZWHDlvlzxeaCpD { display:block; }
 }@media only screen and (max-width: 763px) { #XJhIIGOpCXgb0Sqp5EPubtzM9nLeexbc { width:27.5rem;height:27.5rem;top:1.6875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEq9TsF7EUB9BPDT6us1D6HVP94qD3Fi { width:40.4375rem;height:;top:5.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQS4maJu7z5uwt1F6VEchvWpa9F73ZvD { width:47.75rem;height:;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th1GBVir54lNXz9RMTynGy4Q1W6fXRmQ { width:4.625rem;height:2.0625rem;top:15.8125rem;left:25.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r { display:block; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRH16Ec98XNhTnuSGtpu0QFzgyi0Z9EJ { width:35.8125rem;height:3.875rem;top:2.0625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNCQmnOTq1e8eg2xuPZpQgzvKOn26BPu { display:block; }
 }@media only screen and (max-width: 763px) { #EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { display:block; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuiFl8J8DHMoks3rkzor7rfEMNG5VRwl { width:42.9375rem;height:4.72395625rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZWph2EiDnmTeobQ7Ll1ysbOR6OAE1Nn { width:26.6875rem;height:3.2118rem;top:5.5rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKbLSCyuwkbDoDxxcGkpgiPhMuqcaOc { width:19.25rem;height:2.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wketRJT6Jc2x9NWf0NSOsHUwl4ZfU5ey { display:block; }
 }@media only screen and (max-width: 763px) { #RBQfohC9Lim45v7zT5z6WuTtIiyHRhF4 { width:3.125rem;height:3.125rem;top:2.4375rem;left:29.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4wBTnpfUJg3cTuigiLo3OZbXessewr { width:16.75rem;height:1.48698125rem;top:14.3125rem;left:30rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCCB2qKKWgM1Ppy4Wnct0eznIFfHK7bo { width:3.125rem;height:3.125rem;top:2.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTxR9BNixhivkr1BDFEwbCFne6lkcyy { width:21.25rem;height:2.875rem;top:10.6875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDp2FT47e3t14ZTCBEyIOqSovnAiiI0t { display:block; }
 }@media only screen and (max-width: 763px) { #Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK { display:none; }#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s42nbuzFTP1G7BTpxAEZ67BZRWb0gAWs { width:47.75rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 {display:block;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ELozCM3WLqu215aEyaRa4iOATzS2sgKQ {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #criOr7zsvaJQnPDaHMOPshoL59nnm9kG { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #okwbC8hqrLgmMNJ4oUZpmt3MAsom94N7 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #bTm42yeI6SgLXJAozdPgCbS5tkAr3WsX {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ICDtBQHvEZupVr4vT2KQ1Bn9Nc8Pt5TI { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N1Rbor2wBT5mQyt38bQWqZDmPJK1B36X {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #xZl4tf7aniJZZX7uJHM4D9U4NVWDd0ge {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Mk4EU0Gkckwrd78EVwNNf5sbqThTwQZw { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zvxAH1qt4tl17HpfnpvZ4CUArtwK3zvw {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Vnd12yCapdATUtrWaGi0iSdLF3TJtczb {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #oyZMGonSof2qn01bdM6MiE5klCBikZtV { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ySyiNvWlCqVdvDz1GLJJzlOhT1pIPI44 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #aWycOpg4ZneO2cnLFvTR3QgHlPZDTSEN {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ezxIdtvPmuFF693dJ07psW4Uv3o86E6z { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #GTByILnDiLOHlHnt7k3J1tfQczfURpl2 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #KirZ9FIA9bSO6QciSaAK23DLkTtKptHo {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lsMA1sD9T0DkIGWCtnTdJhnhSQpxmFET { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #J02fEUfDIDhuVAT61kmPvx12A5EwAQHT {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #TKhZX6FhAZn79qaiC0O0cLRJN9MlHfnG {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lGbS2i4H4Ia36iMdL76KqdGR5GWrRBrW { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lR6JzMzSH2PWvln5SFqqKNVT7MklD1m2 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LLg1lqS4tW6VGwdTfSFdkzKvvEWSsh5k {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #PPUSoACyhsSF2Vz3155XGKnubVvfDzMy { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gJ4llovT8zV8vg4XJcPCrsTMsOi7HqOH {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OkvAvo6JxWQAkdGoQMosUiemJ3Dofyui {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #BwAOSPmy5IX1UJ7Mu6VswvCQzwCTlnhV { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lJwwmrrLzGJA8XH5FHw2fA9GoEQ2TQoc {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #iy9emhyq5cK1UUJKHtAgDm8LnP2zWTtq {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FUAUTtP3imJftrwrFxzulshBbX6r2Z8B { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lOa2NW9LstD8nGByhXxkxIrzaBgpWtev {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #uJRgCBBg8nEN97T3NZOBT0UQpZ1XnS6G {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #tM7LU0eS9M5xZV4Bg573tWtvE4WnhFLe {  }
 }@media only screen and (max-width: 763px) { #guutRxF93QWDTwyUplAetQ1qTzLGG4n6 { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #HlIG5txJyTTh99TTIngxwUBQBMhvpfEF {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #pRKMOM3hCihzJrWPTVCLLTp0TemC4TvW {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #qec4eRTo9cqW4JqLrSIbKU1VBfvPbINx {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #AoiW4AqZ9pAHxys9ipO9qTV0TewhwpJB {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #mmpmEekrppLtpJrylv5fxHIZyKpBObXT {  }
 }@media only screen and (max-width: 763px) { #m8fdBsSpw1hFzsqsUO7lR044yoGFsPoA { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #rBwAAXfZJr3AAV1dV9LUcLDbXxQvxxTg {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OX8GR2BMlwN0yN6aPaFN6KWpZGGQDeOn {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #JN4uyrdVT6mUFEsXM5S5MRq0EClLq0ZZ {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FtQGMQhgEg599kA3piX5iymkwAbthRy0 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LzzI4H17fCDNlDt03IRhZbghTNrSxe5f {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #WGlDNRTLHKWFoJv6rnW5dZLeZH1niBnL {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #m7fvH6eLaBDNacysVGHp0KVJxc4f6Nr9 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zH1vZATyuV7MwrPBbmATKOEZbgu1uPvD {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ZWhRGqyFO8LA2kkQadUT9qwsZDkpdIK5 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N9qIiNEyduq8J68z8bXE6INlz0NTyfDq {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gyucAI97194uJ0bJ3m1KLFHsP343yvFt {  }
 }@media only screen and (max-width: 763px) { #dOaZIOEdGTWFIQRQtWkWWZ9f0BlwrIFX { display:block; }
 }@media only screen and (max-width: 763px) { #smlxFakcQDvR30eE8Ru4THfkKPioFSCi { width:47.75rem;height:9.8255rem;top:76.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1h0DsfsltxGdPKHFX88Rd2kVsflbxDI { width:19.125rem;height:1.4375rem;top:9rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7ZPplfncDn3auX1FVmLTUmr6mMGhI4 { display:block; }
 }@media only screen and (max-width: 763px) { #P9wFDCok1NUDFxk24DPk0O2IN84nDuKa { width:12.0625rem;height:3.4375rem;top:86.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwwG09FdWiEF0Au2BGRlorD0wqVqpekI { display:block; }
 }@media only screen and (max-width: 763px) { #UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y { background-color:#e1e1e1;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { border-width: 0; border-radius: 0; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { width:47.75rem;height:17.5rem;overflow:visible;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Av10IKI16Z6gCucuAmi6u6T5DfKGxDO5 { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovlRyhqwJZBcxUC0v1eQhIm6WDu8rcJo { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVThBRTgotaBmyUricI6kik5gIVlrpXf { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrbfONAPxLQ5TZiPNoE3TeAHbEtkbFD { width:3.125rem;height:3.125rem;top:2.8125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITF8EMdmy8oGaE5z4iPmEKJThUVbcs3N { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVXVTBiHl6fGfgPvIzf0t5d64LJ5GVL { display:block; }
 }@media only screen and (max-width: 763px) { #mZ1DSpXKfKSsEV7NwsgEvltRyyxCmX1f { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOWZmqi22oMoqmKwoSKPOXUZ0Qc3yfl { display:block; }
 }@media only screen and (max-width: 763px) { #a56ypOHXODrmhDNrQWEKIAzzyT7HAGx1 { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZQuR6c1lSDbOgQXIMTlDVMPGTJyVG2y { display:block; }
 }@media only screen and (max-width: 763px) { #vsJf9JLq7pLfyk2uiHlUHiNyHI3IPN9B { width:6.5625rem;height:3rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFl5embivscEgnVTTNEWTPgvMuUXT5g { width:17.25rem;height:3.5625rem;top:2.5625rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); } }@media only screen and (max-width: 763px) { #zDvTkLT4amtTGJrZtTwngXSD81bgUq3z { display:block; }#zDvTkLT4amtTGJrZtTwngXSD81bgUq3z > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weedQR43nRCx4Tol12LM45JR62fND0p5 { width:6.125rem;height:2.6875rem;top:1.21875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JrmqIl2UPbOEqE0HZTomIr4MUMZTHx { width:4.75rem;height:3.1875rem;top:0.96875rem;left:14.234375298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuUXh3SA8JkehydxlFFekzRL0XL006l { display:block; }#VAuUXh3SA8JkehydxlFFekzRL0XL006l > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmIt0xUiUwMpM2OgebdDDmsvk0JS3eJ9 { width:12.9375rem;height:1.4375rem;top:20.5rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwnyP2fa2XNBirMPR9ZWHDlvlzxeaCpD { display:block; }
 }@media only screen and (max-width: 763px) { #XJhIIGOpCXgb0Sqp5EPubtzM9nLeexbc { width:9rem;height:9rem;top:5.0746526718139rem;left:10.999132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEq9TsF7EUB9BPDT6us1D6HVP94qD3Fi { width:16.5rem;height:9.184rem;top:1.2500000661239rem;left:0.375rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QQS4maJu7z5uwt1F6VEchvWpa9F73ZvD { width:20rem;height:1.13715rem;top:14.887500762939rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;color:#000000;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #th1GBVir54lNXz9RMTynGy4Q1W6fXRmQ { width:3.6875rem;height:1.625rem;top:14.637500762939rem;left:15.531250357628rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r { display:block; }#b0ip7k84xddZK4ZWp0SXuDGDJ6kJAv9r > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRH16Ec98XNhTnuSGtpu0QFzgyi0Z9EJ { width:18.4375rem;height:2.625rem;top:1.9375rem;left:0.78125rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #xNCQmnOTq1e8eg2xuPZpQgzvKOn26BPu { display:block; }
 }@media only screen and (max-width: 763px) { #EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { display:block; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO { background-color: transparent; background-image: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container > .video-iframe-container { display: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row > .video-iframe-container { display: none; }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .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); }#EXf1TuX9t5ZaRPomTeJswfvdXbNTWiKO > .row .container { width:20rem;height:38.0625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HuiFl8J8DHMoks3rkzor7rfEMNG5VRwl { width:20rem;height:6.75rem;top:4.5625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZWph2EiDnmTeobQ7Ll1ysbOR6OAE1Nn { width:20rem;height:3.4375rem;top:21.625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vpKbLSCyuwkbDoDxxcGkpgiPhMuqcaOc { width:19.25rem;height:2.875rem;top:13.75rem;left:0.375rem;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #wketRJT6Jc2x9NWf0NSOsHUwl4ZfU5ey { display:block; }
 }@media only screen and (max-width: 763px) { #RBQfohC9Lim45v7zT5z6WuTtIiyHRhF4 { width:3.125rem;height:3.125rem;top:18.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx4wBTnpfUJg3cTuigiLo3OZbXessewr { width:20rem;height:1.59375rem;top:27.749219894409rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCCB2qKKWgM1Ppy4Wnct0eznIFfHK7bo { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBTxR9BNixhivkr1BDFEwbCFne6lkcyy { width:16.5625rem;height:2.9375rem;top:30.599220275879rem;left:1.7187501192093rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #HDp2FT47e3t14ZTCBEyIOqSovnAiiI0t { display:block; }
 }@media only screen and (max-width: 763px) { #Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK { display:none; }#Qx9yUKWuSoRIkA9vO0vcZAtQzg6BCMSK > .row .container { width:20rem;height:125.875rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s42nbuzFTP1G7BTpxAEZ67BZRWb0gAWs { width:20rem;height:2.4375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#000000;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:0.875rem;overflow:hidden;display:block; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#f9f9f9;background-image:none;border-top:0.0625rem solid #4c4b4b;border-left:0.0625rem solid #4c4b4b;border-right:0.0625rem solid #4c4b4b;border-bottom:0.0625rem solid #4c4b4b;height:2.0625rem;font-size:0.8125rem;overflow:hidden; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem;background-color:#f9f9f9;background-image:none;border-top:0.0625rem solid #4c4b4b;border-left:0.0625rem solid #4c4b4b;border-right:0.0625rem solid #4c4b4b;border-bottom:0.0625rem solid #4c4b4b;font-size:0.8125rem;overflow:hidden; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9  { width:17.5rem;height:auto;top:6.2789154052738rem;left:0rem;background-color:transparent;background-image:none; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 {display:block;}#LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 { width:17.5rem;height:auto;top:6.2789154052738rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ELozCM3WLqu215aEyaRa4iOATzS2sgKQ {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #criOr7zsvaJQnPDaHMOPshoL59nnm9kG { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #okwbC8hqrLgmMNJ4oUZpmt3MAsom94N7 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #bTm42yeI6SgLXJAozdPgCbS5tkAr3WsX {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ICDtBQHvEZupVr4vT2KQ1Bn9Nc8Pt5TI { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N1Rbor2wBT5mQyt38bQWqZDmPJK1B36X {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #xZl4tf7aniJZZX7uJHM4D9U4NVWDd0ge {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Mk4EU0Gkckwrd78EVwNNf5sbqThTwQZw { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zvxAH1qt4tl17HpfnpvZ4CUArtwK3zvw {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #Vnd12yCapdATUtrWaGi0iSdLF3TJtczb {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #oyZMGonSof2qn01bdM6MiE5klCBikZtV { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ySyiNvWlCqVdvDz1GLJJzlOhT1pIPI44 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #aWycOpg4ZneO2cnLFvTR3QgHlPZDTSEN {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ezxIdtvPmuFF693dJ07psW4Uv3o86E6z { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #GTByILnDiLOHlHnt7k3J1tfQczfURpl2 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #KirZ9FIA9bSO6QciSaAK23DLkTtKptHo {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lsMA1sD9T0DkIGWCtnTdJhnhSQpxmFET { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #J02fEUfDIDhuVAT61kmPvx12A5EwAQHT {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #TKhZX6FhAZn79qaiC0O0cLRJN9MlHfnG {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lGbS2i4H4Ia36iMdL76KqdGR5GWrRBrW { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lR6JzMzSH2PWvln5SFqqKNVT7MklD1m2 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LLg1lqS4tW6VGwdTfSFdkzKvvEWSsh5k {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #PPUSoACyhsSF2Vz3155XGKnubVvfDzMy { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gJ4llovT8zV8vg4XJcPCrsTMsOi7HqOH {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OkvAvo6JxWQAkdGoQMosUiemJ3Dofyui {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #BwAOSPmy5IX1UJ7Mu6VswvCQzwCTlnhV { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lJwwmrrLzGJA8XH5FHw2fA9GoEQ2TQoc {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #iy9emhyq5cK1UUJKHtAgDm8LnP2zWTtq {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FUAUTtP3imJftrwrFxzulshBbX6r2Z8B { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #lOa2NW9LstD8nGByhXxkxIrzaBgpWtev {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #uJRgCBBg8nEN97T3NZOBT0UQpZ1XnS6G {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #tM7LU0eS9M5xZV4Bg573tWtvE4WnhFLe {  }
 }@media only screen and (max-width: 763px) { #guutRxF93QWDTwyUplAetQ1qTzLGG4n6 { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #HlIG5txJyTTh99TTIngxwUBQBMhvpfEF {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #pRKMOM3hCihzJrWPTVCLLTp0TemC4TvW {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #qec4eRTo9cqW4JqLrSIbKU1VBfvPbINx {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #AoiW4AqZ9pAHxys9ipO9qTV0TewhwpJB {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #mmpmEekrppLtpJrylv5fxHIZyKpBObXT {  }
 }@media only screen and (max-width: 763px) { #m8fdBsSpw1hFzsqsUO7lR044yoGFsPoA { display:block; }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #rBwAAXfZJr3AAV1dV9LUcLDbXxQvxxTg {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #OX8GR2BMlwN0yN6aPaFN6KWpZGGQDeOn {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #JN4uyrdVT6mUFEsXM5S5MRq0EClLq0ZZ {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #FtQGMQhgEg599kA3piX5iymkwAbthRy0 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #LzzI4H17fCDNlDt03IRhZbghTNrSxe5f {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #WGlDNRTLHKWFoJv6rnW5dZLeZH1niBnL {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #m7fvH6eLaBDNacysVGHp0KVJxc4f6Nr9 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #zH1vZATyuV7MwrPBbmATKOEZbgu1uPvD {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #ZWhRGqyFO8LA2kkQadUT9qwsZDkpdIK5 {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #N9qIiNEyduq8J68z8bXE6INlz0NTyfDq {  }
 }@media only screen and (max-width: 763px) { #LrGBxqZZWtXCyL6e7SoaRGelyB17Xil9 #gyucAI97194uJ0bJ3m1KLFHsP343yvFt {  }
 }@media only screen and (max-width: 763px) { #dOaZIOEdGTWFIQRQtWkWWZ9f0BlwrIFX { display:block; }
 }@media only screen and (max-width: 763px) { #smlxFakcQDvR30eE8Ru4THfkKPioFSCi { width:19.187125rem;height:24.1171875rem;top:90.21456718445rem;left:0.40520834922791rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #d1h0DsfsltxGdPKHFX88Rd2kVsflbxDI { width:19.125rem;height:1.4375rem;top:3.9632816314698rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU7ZPplfncDn3auX1FVmLTUmr6mMGhI4 { display:block; }
 }@media only screen and (max-width: 763px) { #P9wFDCok1NUDFxk24DPk0O2IN84nDuKa { width:12.0625rem;height:3.4375rem;top:121.21406459808rem;left:3.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qwwG09FdWiEF0Au2BGRlorD0wqVqpekI { display:block; }
 }@media only screen and (max-width: 763px) { #UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y { 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;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { background-color: transparent; background-image: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container > .video-iframe-container { display: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container { display: none; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .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); }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { border-width: 0; border-radius: 0; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UA114xTkqUnSeIN9F7I6O4Zd9Lac5A2y > .row .container { width:20rem;height:22.25rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Av10IKI16Z6gCucuAmi6u6T5DfKGxDO5 { width:3.1875rem;height:3.1875rem;top:8.625rem;left:3.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovlRyhqwJZBcxUC0v1eQhIm6WDu8rcJo { width:3.125rem;height:3.125rem;top:11.75rem;left:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVThBRTgotaBmyUricI6kik5gIVlrpXf { width:3.125rem;height:3.125rem;top:14.875rem;left:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfrbfONAPxLQ5TZiPNoE3TeAHbEtkbFD { width:3.125rem;height:3.125rem;top:2.8125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ITF8EMdmy8oGaE5z4iPmEKJThUVbcs3N { top:8.5625rem;left:6.5rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRVXVTBiHl6fGfgPvIzf0t5d64LJ5GVL { display:block; }
 }@media only screen and (max-width: 763px) { #mZ1DSpXKfKSsEV7NwsgEvltRyyxCmX1f { top:11.75rem;left:6.5625rem;width:12.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoOWZmqi22oMoqmKwoSKPOXUZ0Qc3yfl { display:block; }
 }@media only screen and (max-width: 763px) { #a56ypOHXODrmhDNrQWEKIAzzyT7HAGx1 { top:14.875rem;left:6.5625rem;width:6.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZQuR6c1lSDbOgQXIMTlDVMPGTJyVG2y { display:block; }
 }@media only screen and (max-width: 763px) { #vsJf9JLq7pLfyk2uiHlUHiNyHI3IPN9B { width:6.875rem;height:3.125rem;top:1.625rem;left:6.5624998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkFl5embivscEgnVTTNEWTPgvMuUXT5g { width:17.25rem;height:auto;top:2.5625rem;left:1.375rem;font-size:1rem;display:none; }
 }