.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;
}
:root { --color-primary-0:217,219,224;--color-primary-1:128,135,153;--color-primary-2:0,15,51;--color-primary-3:0,8,26;--color-primary-4:0,2,8;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f91d3b40-09db-456a-848d-7a8a17c5c998/georgetownparksandrecreationtohostrecreationcenterfeasibilitystudypublicinputmeetinggeorgetowntx.png");background-position:bottom right !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; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.adaptive-delivery-prevent-bg, #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.lazyload, #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.lazyloading { background-image: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { background-color: transparent; background-image: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container > .video-iframe-container { display: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row > .video-iframe-container { display: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .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); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { border-width: 0; border-radius: 0; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:60rem;position:relative;display:block; }#mwbLl4zkJoZeqOlTGsldL0QpWRruRiIB { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:helveticneue;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.77490234375rem;left:31.15625rem;height:1.8681625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tt0hTdeEo4w6hmopvQcfyZZICMFDodmg { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:54rem;width:26.3125rem;top:6.875rem;left:29.75rem;display:block; }
#LMUx1WlURt1rS3qKENxavvVzwEbTyO4z { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:25.125rem;top:6.875rem;left:1.1875rem;display:block; }
#BhnahXmz0kO8kU4wFtcPy1CLFgzIyhXi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:helveticneue;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.11181640625rem;left:2.28125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pi1Kl96AL8Hk0Uk5D3OwTEE72ftEQ6JL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9355625rem;position:absolute;font-family:helveticneue;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:18.09375rem;left:2.28173828125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtkTfRNwMx2bUxKM1fZ912UwFBXD1qt1 { color:#990000;display:block;width:23.3105625rem;position:absolute;font-family:helveticneue;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:22.1875rem;left:2.09423828125rem;height:10.1220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RkIiTTnl0om9OWkgpXb5bbzFKLA2AwM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:helveticneue;font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:10.54931640625rem;left:4.15625rem;height:4.26171875rem;text-align:center;text-align-last:center;display:block; }
#lCLWJ7M6stBmBCgsSUDpnAVvwvohsObG { color:#990000;display:block;width:23.9375rem;position:absolute;font-family:helveticneue;font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:1.78125rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-form-header {  }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-regular-label { height:auto;display:block;font-family:helveticneue;font-size:1rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:21.625rem;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;font-style:normal;overflow:hidden; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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:#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.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:21.625rem;box-sizing:border-box;height:1.625rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"times new roman"; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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:#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.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:21.625rem;box-sizing:border-box;height:1.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"times new roman"; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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:21.625rem;box-sizing:border-box;height:1.25rem;color:#161616;font-family:bitter;font-size:0.875rem;overflow:hidden; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-checkbox { width:1rem;height:1rem;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; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-button { 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:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.4375rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.625rem;height:3.4375rem;font-family:montserrat;overflow:hidden;font-style:normal;line-height:.7; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"times new roman";font-size:0.8125rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"times new roman";font-size:0.8125rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"times new roman";font-size:0.8125rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"times new roman";font-size:0.8125rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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:"times new roman";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;width:20.25rem;overflow:hidden;font-style:normal; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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:"times new roman";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-container:first-of-type{padding-top:0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-container:last-of-type{padding-bottom:0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.11181640625rem;left:30.84375rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.6875rem;line-height:1.2;font-weight:300;color:rgba(var(--color-primary-2),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 {display:block;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.11181640625rem;left:30.84375rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #A9BpLMofXO5kG3nywGa6uqmRkhb9p6zM { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #RhTd0sItbtyK09BODXeD6E3au6uCuPbI { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #owECi9A7LUOmp0bNt9ydvAnoHeFbbC4F { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T6S76caFNo1SlERrepOAtsNXWaCEqsUD { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VSkuXWXuTKEEeAe4ULoRoVOtqGxglbiM { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #E7esfPRGsPB9XeIUXTfZAEWOk8adgkRq { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #enW4S7dNddCfGLfoOJ6TESmiJqcA7PNQ { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Q7ZSTazWRSTJNzrThxxkVVJCU0slpTOy { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JoZWEpw8Q8IDtC4U6Oye0Jh1LiN3oQtr { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I4gObVka4tsNccuPBcBpciyHN6LlWOXo { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JrAIPGzLRS6ncT3S9xxP2fdybhhRvmnx { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EB9qwhHOpPPnFFpSAMxmZbTLk8hQLWH0 { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #S3k8Ere5BhTGdcpro8NTksMbwTCBIuis { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #G9KdtpPSoTcup5y81csvapBbKOIFfVoA { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vNeUdT52GUH2mpalOcfRWgVA7hb0rp7D { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Ti3UDg7TMNd5rwCmTSZy5hFyC0cE0CIU { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Za6Sde8RbnLznJIQTAgM7Ct1IhVUIk8F { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EZmnroeFOwvPTe0aTW874RO4DT7XrpH1 { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kTGgzuqbhe2RnQSndicJ3E3tzu48R0Hn { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #aVSH45IQ0K4AltNP1xEGFxVAxgTEFima { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Abo3Rzw8WBX48BX7wPlSACzvMStwBvzS { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IK4yNZ0SXd6G8pKVsbeEVZe3lcP8TfZH { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VFFrKTLlkqCaqpVqh7pxXSfdDlvLEZKs { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #x5G0L6tHwBKBGnta0qsPsT3VscAluiB4 { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DeZZOQgTw91b1qxf3kR2C4KC2vRqiDxU { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #BbsQfZROUItm6QQqaMZX6H0EAwNCuKuq { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #cgHMXd4Tfdp74MkRtcN0GyO0CN3zes6h { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DEVidkh3CTHfrWWTmNkXwDngap2Zxr3M { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Fl69lmeIv46aBcfAqPkwc9Ft5eS4cpLm { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T2diQehAifoVCOeXRFdtEZdpFuC3TUA1 { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vkTbXZqwFerbRzzcI9RvLfb2Dc1H8dZV { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #QvfoUVutTPBkVMw5T4Ri4meeUwOtbe8Z { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #TpfMOLTmXvVJcKv7BZyhoKmdnfqrqDx9 { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IGJdbKOS22rOq6lJtVSLS4HfU8m5pEzy { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #tOZo9Eow7QG0Tf9KiqgvAW8xCbhviiZB { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #MQQyWfJg0rZ8xlhk975TDbkQxUDcrXNZ { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #P9HaNHex3ytlDget5DwizG53TuR6unBS { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #GVZHMkoT53OtSrW15wNZgxTgi4qulZI9 { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I92NLthvKzq0g6LMmwGynos2seMZEDBh { position:relative; }
#f1wZc9OoxAAfZuJnrs5xCgNBoEDSNBVl { position:relative;display:block; }
#ZBBT3M9bKDMU2aTZCxhylUfbnztzVlap { position:relative;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kPae4Eis7kTiVAxdVpGWvDSEbBEG3PXV { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #f0vEgtXrebCFr08Fp2xzZiJlGZ3yHG6N { position:relative; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #HPrAXwU7mTCCn6EctdGg9q2f0KckpDoa { position:relative;display:block;z-index:15000; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #ohx1KLQwNV7DTK4pgZJuTThkm5rFHB0l { position:relative;display:block;z-index:15000; }
#aAWJ5cW8T8TL1NQbAdWWFD8sOpt75I2R { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:helveticneue;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.724609375rem;left:31.15625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9qRDLKReVnToMamsvFnU2qoMfQ8GUas { box-sizing:content-box;height:4.5rem;width:60rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.0625rem;left:0rem;display:block; }
#lKUhbkVPVzlM7W0faNnkxiz9GCg38gT5 { color:rgba(var(--color-secondary-0),1);display:block;width:53.8125rem;position:absolute;font-family:helveticneue;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:2.1875rem;left:3.09375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#s2ZwtPlAfZ68y5dvaHQmmlw9q0ZQ9oVF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0.86);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:25.125rem;top:34.22265625rem;left:1.1875rem;display:block; }
#zF6QoRh5AabyvySDHyVcPgyUBySPTo1C { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1;letter-spacing:0;top:38.53125rem;left:2.1875rem;height:31rem;display:block; }
#AMxq3uTe670MGVFbvF9XXF5aeCvNhbqn { color:#990000;display:block;width:19.125rem;position:absolute;font-family:helveticneue;font-size:2rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.18115234375rem;left:2.28125rem;height:2.5996125rem;display:block; }
#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container { background-color: transparent; background-image: none; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container > .video-iframe-container { display: none; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row > .video-iframe-container { display: none; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .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); }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container { border-width: 0; border-radius: 0; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#HEqgVRRrNzdBmNJohcAUm6eyGJUqaNvM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:neuton;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:30rem;height:6.5800875rem;font-style:normal;display:block; }
#qRo3HCCgcdFHucTC78tmrOsc6im4Wsth { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:12.375rem;top:7.53759765625rem;left:30rem;display:block; }
#beLWBVKkqRXNoEeCrXWTJaBF2UbW1qtS { 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:22.375rem;width:22.375rem;top:1.1875rem;left:2.279296875rem;overflow:hidden;display:block; }
#nPfkO37THFh66ISSnEx4tfJPLN7AwRTx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#BC7dK5NJZK5BnfWEroWIhrKoRtfPCwiB { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:0.9375rem;top:-0.033919921874997rem;left:26.833854906501rem;display:block; }
#PVa8ICKQ0D6Tpcg7bbEUy3m52IAwWbhJ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.53759765625rem;left:30rem;height:19.6582375rem;display:block; }
#OZO4HWWSQcoorbLhCNdbQWx437upOoaz { position:relative;display:block; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz { background-color: transparent; background-image: none; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row .container > .video-iframe-container { display: none; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row > .video-iframe-container { display: none; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .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); }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz { border-width: 0; border-radius: 0; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .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; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.6875rem;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; }#eKOh27aqlTa6ocZR8I37luBncZkaSiGl { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.44970703125rem;left:0.779296875rem;height:9.098625rem;display:block; }
#iWaR2IWWTvXir5wd870F5kKPG4Jq1XQi { color:rgba(0,0,0,0.14);display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12.13720703125rem;left:0rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I { display:block; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwbLl4zkJoZeqOlTGsldL0QpWRruRiIB { top:9.75rem;left:21.5rem;width:26.25rem;height:1.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0hTdeEo4w6hmopvQcfyZZICMFDodmg { top:6.875rem;left:18.6875rem;width:26.3125rem;height:54rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMUx1WlURt1rS3qKENxavvVzwEbTyO4z { top:6.875rem;left:0rem;width:25.125rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhnahXmz0kO8kU4wFtcPy1CLFgzIyhXi { top:8.0625rem;left:0rem;width:22.9375rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi1Kl96AL8Hk0Uk5D3OwTEE72ftEQ6JL { top:18.0625rem;left:0rem;width:22.875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkTfRNwMx2bUxKM1fZ912UwFBXD1qt1 { top:22.1875rem;left:0rem;width:23.25rem;height:10.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkIiTTnl0om9OWkgpXb5bbzFKLA2AwM8 { top:10.5rem;left:0rem;width:19.1875rem;height:4.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCLWJ7M6stBmBCgsSUDpnAVvwvohsObG { top:15.3125rem;left:0rem;width:23.9375rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-regular-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-text { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-textarea { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-select { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-button { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59  { width:21.9375rem;height:auto;top:8.125rem;left:23.3125rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .radio-container { width:21.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 {display:block;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 { width:21.9375rem;height:auto;top:8.125rem;left:23.3125rem; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #A9BpLMofXO5kG3nywGa6uqmRkhb9p6zM {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #RhTd0sItbtyK09BODXeD6E3au6uCuPbI {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #owECi9A7LUOmp0bNt9ydvAnoHeFbbC4F {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T6S76caFNo1SlERrepOAtsNXWaCEqsUD {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VSkuXWXuTKEEeAe4ULoRoVOtqGxglbiM { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #E7esfPRGsPB9XeIUXTfZAEWOk8adgkRq {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #enW4S7dNddCfGLfoOJ6TESmiJqcA7PNQ {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Q7ZSTazWRSTJNzrThxxkVVJCU0slpTOy {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JoZWEpw8Q8IDtC4U6Oye0Jh1LiN3oQtr {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I4gObVka4tsNccuPBcBpciyHN6LlWOXo {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JrAIPGzLRS6ncT3S9xxP2fdybhhRvmnx { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EB9qwhHOpPPnFFpSAMxmZbTLk8hQLWH0 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #S3k8Ere5BhTGdcpro8NTksMbwTCBIuis {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #G9KdtpPSoTcup5y81csvapBbKOIFfVoA {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vNeUdT52GUH2mpalOcfRWgVA7hb0rp7D {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Ti3UDg7TMNd5rwCmTSZy5hFyC0cE0CIU {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Za6Sde8RbnLznJIQTAgM7Ct1IhVUIk8F {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EZmnroeFOwvPTe0aTW874RO4DT7XrpH1 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kTGgzuqbhe2RnQSndicJ3E3tzu48R0Hn {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #aVSH45IQ0K4AltNP1xEGFxVAxgTEFima {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Abo3Rzw8WBX48BX7wPlSACzvMStwBvzS {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IK4yNZ0SXd6G8pKVsbeEVZe3lcP8TfZH {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VFFrKTLlkqCaqpVqh7pxXSfdDlvLEZKs {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #x5G0L6tHwBKBGnta0qsPsT3VscAluiB4 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DeZZOQgTw91b1qxf3kR2C4KC2vRqiDxU {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #BbsQfZROUItm6QQqaMZX6H0EAwNCuKuq { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #cgHMXd4Tfdp74MkRtcN0GyO0CN3zes6h {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DEVidkh3CTHfrWWTmNkXwDngap2Zxr3M {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Fl69lmeIv46aBcfAqPkwc9Ft5eS4cpLm {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T2diQehAifoVCOeXRFdtEZdpFuC3TUA1 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vkTbXZqwFerbRzzcI9RvLfb2Dc1H8dZV {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #QvfoUVutTPBkVMw5T4Ri4meeUwOtbe8Z { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #TpfMOLTmXvVJcKv7BZyhoKmdnfqrqDx9 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IGJdbKOS22rOq6lJtVSLS4HfU8m5pEzy {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #tOZo9Eow7QG0Tf9KiqgvAW8xCbhviiZB {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #MQQyWfJg0rZ8xlhk975TDbkQxUDcrXNZ {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #P9HaNHex3ytlDget5DwizG53TuR6unBS {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #GVZHMkoT53OtSrW15wNZgxTgi4qulZI9 { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I92NLthvKzq0g6LMmwGynos2seMZEDBh {  }
 }@media only screen and (max-width: 763px) { #f1wZc9OoxAAfZuJnrs5xCgNBoEDSNBVl { display:block; }
 }@media only screen and (max-width: 763px) { #ZBBT3M9bKDMU2aTZCxhylUfbnztzVlap { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kPae4Eis7kTiVAxdVpGWvDSEbBEG3PXV {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #f0vEgtXrebCFr08Fp2xzZiJlGZ3yHG6N {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #HPrAXwU7mTCCn6EctdGg9q2f0KckpDoa {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #ohx1KLQwNV7DTK4pgZJuTThkm5rFHB0l {  }
 }@media only screen and (max-width: 763px) { #aAWJ5cW8T8TL1NQbAdWWFD8sOpt75I2R { top:7.6875rem;left:21.5rem;width:26.25rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9qRDLKReVnToMamsvFnU2qoMfQ8GUas { top:1.0625rem;left:0rem;width:47.75rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUhbkVPVzlM7W0faNnkxiz9GCg38gT5 { top:2.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZwtPlAfZ68y5dvaHQmmlw9q0ZQ9oVF { top:34.1875rem;left:0rem;width:25.125rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6QoRh5AabyvySDHyVcPgyUBySPTo1C { top:38.5rem;left:0rem;width:23.125rem;height:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxq3uTe670MGVFbvF9XXF5aeCvNhbqn { top:35.125rem;left:0rem;width:19.125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG { display:block; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEqgVRRrNzdBmNJohcAUm6eyGJUqaNvM { top:0.4375rem;left:21.5rem;width:26.25rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRo3HCCgcdFHucTC78tmrOsc6im4Wsth { top:7.5rem;left:23.875rem;width:12.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beLWBVKkqRXNoEeCrXWTJaBF2UbW1qtS { top:1.1875rem;left:0rem;width:22.375rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPfkO37THFh66ISSnEx4tfJPLN7AwRTx { display:none; }
 }@media only screen and (max-width: 763px) { #BC7dK5NJZK5BnfWEroWIhrKoRtfPCwiB { top:0rem;left:23.5rem;width:0.9375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVa8ICKQ0D6Tpcg7bbEUy3m52IAwWbhJ { top:7.5rem;left:20rem;width:27.75rem;height:19.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZO4HWWSQcoorbLhCNdbQWx437upOoaz { display:block; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKOh27aqlTa6ocZR8I37luBncZkaSiGl { top:1.4375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWaR2IWWTvXir5wd870F5kKPG4Jq1XQi { top:12.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f91d3b40-09db-456a-848d-7a8a17c5c998/georgetownparksandrecreationtohostrecreationcenterfeasibilitystudypublicinputmeetinggeorgetowntx.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.adaptive-delivery-prevent-bg, #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.lazyload, #HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I.lazyloading { background-image: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { background-color: transparent; background-image: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container > .video-iframe-container { display: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row > .video-iframe-container { display: none; }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .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); }#HeHoC1Vn7RquhcwBmqJ2PdMIveEciq2I > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwbLl4zkJoZeqOlTGsldL0QpWRruRiIB { width:17.1875rem;height:1.16845625rem;top:29.3125rem;left:1.4375rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0hTdeEo4w6hmopvQcfyZZICMFDodmg { width:20rem;height:54.625rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMUx1WlURt1rS3qKENxavvVzwEbTyO4z { width:20rem;height:19.9375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhnahXmz0kO8kU4wFtcPy1CLFgzIyhXi { width:17.374rem;height:1.875rem;top:5.75rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pi1Kl96AL8Hk0Uk5D3OwTEE72ftEQ6JL { width:20rem;height:2.125rem;top:13.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LtkTfRNwMx2bUxKM1fZ912UwFBXD1qt1 { width:20rem;height:7.56103125rem;top:16.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RkIiTTnl0om9OWkgpXb5bbzFKLA2AwM8 { width:18.3125rem;height:3.5rem;top:7.75rem;left:0.84375rem;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lCLWJ7M6stBmBCgsSUDpnAVvwvohsObG { width:20rem;height:1.4624rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .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;display:block; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-text {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-select {padding-top: 0; padding-bottom: 0;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #fffdf3;border-left:0.0625rem solid #fffdf3;border-right:0.0625rem solid #fffdf3;border-bottom:0.0625rem solid #fffdf3;font-family:montserrat;line-height:1;overflow:hidden;height:3.0625rem;font-weight:400;font-style:normal;font-size:1.5625rem;color:#fffdf3; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59  { width:17.5rem;height:auto;top:30.4375rem;left:0rem; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 {display:block;}#MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 { width:17.5rem;height:auto;top:30.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #A9BpLMofXO5kG3nywGa6uqmRkhb9p6zM {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #RhTd0sItbtyK09BODXeD6E3au6uCuPbI {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #owECi9A7LUOmp0bNt9ydvAnoHeFbbC4F {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T6S76caFNo1SlERrepOAtsNXWaCEqsUD {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VSkuXWXuTKEEeAe4ULoRoVOtqGxglbiM { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #E7esfPRGsPB9XeIUXTfZAEWOk8adgkRq {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #enW4S7dNddCfGLfoOJ6TESmiJqcA7PNQ {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Q7ZSTazWRSTJNzrThxxkVVJCU0slpTOy {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JoZWEpw8Q8IDtC4U6Oye0Jh1LiN3oQtr {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I4gObVka4tsNccuPBcBpciyHN6LlWOXo {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #JrAIPGzLRS6ncT3S9xxP2fdybhhRvmnx { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EB9qwhHOpPPnFFpSAMxmZbTLk8hQLWH0 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #S3k8Ere5BhTGdcpro8NTksMbwTCBIuis {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #G9KdtpPSoTcup5y81csvapBbKOIFfVoA {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vNeUdT52GUH2mpalOcfRWgVA7hb0rp7D {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Ti3UDg7TMNd5rwCmTSZy5hFyC0cE0CIU {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Za6Sde8RbnLznJIQTAgM7Ct1IhVUIk8F {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #EZmnroeFOwvPTe0aTW874RO4DT7XrpH1 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kTGgzuqbhe2RnQSndicJ3E3tzu48R0Hn {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #aVSH45IQ0K4AltNP1xEGFxVAxgTEFima {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Abo3Rzw8WBX48BX7wPlSACzvMStwBvzS {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IK4yNZ0SXd6G8pKVsbeEVZe3lcP8TfZH {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #VFFrKTLlkqCaqpVqh7pxXSfdDlvLEZKs {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #x5G0L6tHwBKBGnta0qsPsT3VscAluiB4 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DeZZOQgTw91b1qxf3kR2C4KC2vRqiDxU {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #BbsQfZROUItm6QQqaMZX6H0EAwNCuKuq { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #cgHMXd4Tfdp74MkRtcN0GyO0CN3zes6h {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #DEVidkh3CTHfrWWTmNkXwDngap2Zxr3M {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #Fl69lmeIv46aBcfAqPkwc9Ft5eS4cpLm {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #T2diQehAifoVCOeXRFdtEZdpFuC3TUA1 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #vkTbXZqwFerbRzzcI9RvLfb2Dc1H8dZV {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #QvfoUVutTPBkVMw5T4Ri4meeUwOtbe8Z { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #TpfMOLTmXvVJcKv7BZyhoKmdnfqrqDx9 {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #IGJdbKOS22rOq6lJtVSLS4HfU8m5pEzy {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #tOZo9Eow7QG0Tf9KiqgvAW8xCbhviiZB {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #MQQyWfJg0rZ8xlhk975TDbkQxUDcrXNZ {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #P9HaNHex3ytlDget5DwizG53TuR6unBS {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #GVZHMkoT53OtSrW15wNZgxTgi4qulZI9 { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #I92NLthvKzq0g6LMmwGynos2seMZEDBh {  }
 }@media only screen and (max-width: 763px) { #f1wZc9OoxAAfZuJnrs5xCgNBoEDSNBVl { display:block; }
 }@media only screen and (max-width: 763px) { #ZBBT3M9bKDMU2aTZCxhylUfbnztzVlap { display:block; }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #kPae4Eis7kTiVAxdVpGWvDSEbBEG3PXV {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #f0vEgtXrebCFr08Fp2xzZiJlGZ3yHG6N {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #HPrAXwU7mTCCn6EctdGg9q2f0KckpDoa {  }
 }@media only screen and (max-width: 763px) { #MVrVmBGH4QuAR7bLeekBlGiiJOoIdG59 #ohx1KLQwNV7DTK4pgZJuTThkm5rFHB0l {  }
 }@media only screen and (max-width: 763px) { #aAWJ5cW8T8TL1NQbAdWWFD8sOpt75I2R { width:20rem;height:1.7871125rem;top:26.9375rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #d9qRDLKReVnToMamsvFnU2qoMfQ8GUas { width:20rem;height:2.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUhbkVPVzlM7W0faNnkxiz9GCg38gT5 { width:20rem;height:1rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2ZwtPlAfZ68y5dvaHQmmlw9q0ZQ9oVF { width:20rem;height:35.5rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6QoRh5AabyvySDHyVcPgyUBySPTo1C { width:18.4375rem;height:29.75rem;top:86.12109375rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxq3uTe670MGVFbvF9XXF5aeCvNhbqn { width:19.125rem;height:2.5996125rem;top:82.89599609375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG { display:block; }#wGeSwWNX5ybmPfhSh1KHGIPZU3utWdcG > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEqgVRRrNzdBmNJohcAUm6eyGJUqaNvM { width:19.0625rem;height:9.75rem;top:18.28369140625rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRo3HCCgcdFHucTC78tmrOsc6im4Wsth { width:11.4375rem;height:0.24902375rem;top:21.455078125rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beLWBVKkqRXNoEeCrXWTJaBF2UbW1qtS { width:14.3125rem;height:14.3125rem;top:1.3125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPfkO37THFh66ISSnEx4tfJPLN7AwRTx { top:16.755426406861rem;left:0rem;width:20rem;height:0.5rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BC7dK5NJZK5BnfWEroWIhrKoRtfPCwiB { width:0.9375rem;height:0.062255875rem;top:19.47021484375rem;left:0.81298828125rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PVa8ICKQ0D6Tpcg7bbEUy3m52IAwWbhJ { width:19.1865rem;height:38.0214875rem;top:21.455078125rem;left:0.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZO4HWWSQcoorbLhCNdbQWx437upOoaz { display:block; }#OZO4HWWSQcoorbLhCNdbQWx437upOoaz > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKOh27aqlTa6ocZR8I37luBncZkaSiGl { width:19rem;height:17.9545625rem;top:0.9375rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWaR2IWWTvXir5wd870F5kKPG4Jq1XQi { width:20rem;height:auto;top:12.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }