.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/JpV89iX3/2019_Open_Week_Landing_Page_V2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:524px;width:960px;overflow:visible;position:relative;display:block; }#kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { display:block;width:415px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100002;line-height:1.4;letter-spacing:0;top:345px;left:15px;height:35px;color:#b79c31;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NoVZ1CfytztCReiOwXBmspTwe2B44hWn { position:absolute;display:block;z-index:99995;height:49px;width:89px;top:23px;left:71.5px;display:block; }
#PLcW39QV7GEgSXaK79DR6iqBKIQ3XN87 { color:#1c4388;display:block;width:278px;position:absolute;font-family:"open sans";font-size:45px;font-weight:700;z-index:100005;line-height:1.1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:240px;left:13px;height:49px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EmntciCu2NRpB0OlqlSamdyAMHXcVGTZ { color:#1c4388;display:block;width:561px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:381px;left:15px;height:32px;text-align:left;text-align-last:left;display:block; }
#Tz7s0BwEesgMc6wrZhJUTTz2VDploiyP { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:208px;left:15px;height:32px;display:block; }
#PL18Vazb3UNNhAkzTJpxuvtg86eaM9zw { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:78px;width:334px;top:57px;left:25px;overflow:hidden;display:block; }
#TLyRC1ZlwNV7uuMoXe11TvxZK7P60SMc { color:#1c4388;display:block;width:200px;position:absolute;font-family:"open sans";font-size:27px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:289px;left:16px;height:35px;display:block; }
#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { position:relative;display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { background-color: transparent; background-image: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row > .video-iframe-container { display: none; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .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); }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { border-width: 0; border-radius: 0; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:553px;width:960px;position:relative;display:block; }#wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e4485;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:410px;width:369px;position:absolute;display:block;z-index:100000;top:75px;left:18.5px;display:block; }
#SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { display:block;width:549px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:75px;left:410px;height:58px;color:#162641;font-style:normal;display:block; }
#xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { color:#666666;display:block;width:551px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:159px;left:409px;height:324px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#rZbZ3PoZZDP6yGNtiWfPn4lunHM76xQt { z-index:100018;top:437px;left:39px;background-color:#1bbc9b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:32px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hBFK2nuwFv00A7wBBkaM2Tc26dT7zCcO { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#l3H2fZmA4z6R9zyKVT3yrt2W0dvFQTGy { color:#f3f3f3;display:block;width:339px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:41px;left:30.5px;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-form-header {  }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:329px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:329px;box-sizing:border-box;height:40px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:329px;box-sizing:border-box;height:70px;color:#000000;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.3; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:329px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#b79c31;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#000000;width:329px;height:55px;font-family:"open sans";overflow:hidden; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:14px;line-height:1.3;text-align:left;text-align-last:left; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:313px;overflow:hidden;font-style:normal; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-container:first-of-type{padding-top:0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-container:last-of-type{padding-bottom:0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:329px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:81px;left:19px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:329px;display:block;vertical-align:top; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS {display:block;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:329px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:81px;left:19px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #I7xstTf30hnd4593vCyoBgcvDK3trHZL { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #H9TesEglno9lZQq5LOcwNM5orxISuLoT { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wMOde5JEZtEnOoFEt8aQSkeaQCIp7KZR { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #ZvhmalLUhINA3SGwC5X9QvcxlALqJ9Am { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #sHBcqrond3omBM9cHyTnJV35IQxNvr1A { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #FwcpXy5u22Jn4Ue1TRkIOrVG5q6vhPaI { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #XDwQfyaxzsnT0MBhf8i5F4ocd4xDnykV { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #qrECK6R7PWN6G1ZHzxasuEL4ZxyOLCrU { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #cdH2rkVxastByXmyDhc0Pw1f35VTJo3U { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #azGpf3Uk4BKEz97yTWLEZmr9VnmMi1OI { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #xLZD3qJGCweeUF3R9mCJPCiui9XGcGQz { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #oWZgF0BuZPkRT2ovSmfqorSSRdX7Lwa9 { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #RUbOZSzgvA3eZ8AoEMW0Gn88kZBV5T34 { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #eILQ8TI9h5t0Tzk9p9GP93ZzTbTpQrC8 { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #SkemESV065g5WkTVdx4vLrAVoFEwnlX0 { position:relative;top:0px;left:0px; }
#btTSuvHgyG8xMGQPcoUanXrtN5T6wggE { position:relative;top:0px;left:0px;display:block; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wUpsucTo9Ix2UQq8HfeLVgwHhAEy7D6F { position:relative;top:0px;left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #hdUcHpTuBIOkuIMyEGZIiVt3oUWHAUSI { position:relative; }
#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(238,253,254,0.52);background-image:none;position:relative;display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { background-color: transparent; background-image: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row > .video-iframe-container { display: none; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .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); }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { border-width: 0; border-radius: 0; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { font-size:14px;font-family:arial;height:79px;width:960px;position:relative;display:block; }#BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { display:block;width:960px;position:absolute;font-family:lato;font-size:33px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:16px;left:0;height:42px;text-align:center;text-align-last:center;color:#b79c31;font-style:normal;display:block; }
#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(238,253,254,0.52);background-image:none;position:relative;display:block; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container { background-color: transparent; background-image: none; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container > .video-iframe-container { display: none; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row > .video-iframe-container { display: none; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .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); }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container { border-width: 0; border-radius: 0; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { display:block;width:305px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:181px;left:6.5px;height:26px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { display:block;width:308px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:181px;left:326.5px;height:52px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWwHTQzNbo55IO42MlL1cpm82E61OMtv { display:block;width:281px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:181px;left:659px;height:52px;color:#31455f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B7qZQPLobOaCnQrNqeHFAndTNNmmJKhX { box-sizing:content-box;color:#1e4485;font-size:84px;font-weight:400;line-height:1;height:120px;width:120px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:37px;left:108.5px;display:block; }
#viBdlGhLDSqLCg3wRodCIgoK6zNCSOwy { box-sizing:content-box;color:#1e4485;font-size:84px;font-weight:400;line-height:1;height:120px;width:120px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:37px;left:420px;display:block; }
#P12T6LBlqEPwFdiKpwObfUCeibRDGF4s { box-sizing:content-box;color:#1e4485;font-size:86px;font-weight:400;line-height:1;height:123px;width:123px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:35.5px;left:738.5px;display:block; }
#K440IsMB61NrEx5mGSItSWabcb9ENF37 { position:relative;display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { background-color: transparent; background-image: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row > .video-iframe-container { display: none; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .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); }#K440IsMB61NrEx5mGSItSWabcb9ENF37 { border-width: 0; border-radius: 0; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:176px;width:960px;position:relative;display:block; }#X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { display:block;width:661px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:31px;left:0;height:108px;font-style:normal;color:#162641;display:block; }
#P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { background-color:#b79c31;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-sizing:border-box;color:#020202;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:60.5px;left:770px;display:block; }
#DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:23px;width:35px;position:absolute;display:block;z-index:100004;top:76.5px;left:670px;overflow:hidden;display:block; }
#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container { background-color: transparent; background-image: none; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container > .video-iframe-container { display: none; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row > .video-iframe-container { display: none; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .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); }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container { border-width: 0; border-radius: 0; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container { font-size:14px;font-family:arial;height:158px;width:960px;position:relative;display:block; }#VcQcdq9iQRRlRlecTR73ChldzKhAFrTA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:101px;width:300px;position:absolute;display:block;z-index:100000;top:23px;left:0;overflow:hidden;display:block; }
#SyFSccRF7zTZeRLJbn80q3QSSfsu8Rfd { display:block;width:320px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100001;line-height:1.6;letter-spacing:0;top:35px;left:320px;height:88px;color:#616161;display:block; }
#pdSkBNFTcIASOTAOCxwWOTJHgBsLgyg3 { display:block;width:320px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100002;line-height:1.6;letter-spacing:0;top:35px;left:640px;height:88px;color:#6f6f6f;display:block; }
#eGdTqnMDL1HFFH1Zp91vGz7l4EJDXnhZ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:113px;width:127px;top:111px;left:833px;overflow:hidden;display:block; }
#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#1a1d22;background-image:none;position:relative;display:block; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container { background-color: transparent; background-image: none; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container > .video-iframe-container { display: none; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row > .video-iframe-container { display: none; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .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); }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container { border-width: 0; border-radius: 0; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container { font-size:14px;font-family:arial;height:78px;width:960px;position:relative;display:block; }#DsISEHamTAThgwSK9lRfSs4HFBQdADKA { display:block;width:960px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:30px;left:0;height:18px;color:#616161;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/JpV89iX3/2019_Open_Week_Landing_Page_V2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:440px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:361px;height:28px;top:321px;left:0;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #NoVZ1CfytztCReiOwXBmspTwe2B44hWn { width:89px;height:49px;top:36px;left:65px;display:block; }
 }@media only screen and (max-width: 959px) { #PLcW39QV7GEgSXaK79DR6iqBKIQ3XN87 { width:298px;height:37px;top:223px;left:0;font-size:34px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #EmntciCu2NRpB0OlqlSamdyAMHXcVGTZ { width:344px;height:26px;top:348px;left:0;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Tz7s0BwEesgMc6wrZhJUTTz2VDploiyP { width:200px;height:26px;top:197px;left:2px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #PL18Vazb3UNNhAkzTJpxuvtg86eaM9zw { width:306px;height:71px;top:72px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #TLyRC1ZlwNV7uuMoXe11TvxZK7P60SMc { width:200px;height:35px;top:255px;left:1px;font-size:27px;display:block; }
 }@media only screen and (max-width: 959px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:764px;height:436px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:360px;height:380px;top:15px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:389px;height:58px;top:15px;left:375px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { width:386px;height:286px;top:96px;left:374px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #rZbZ3PoZZDP6yGNtiWfPn4lunHM76xQt { top:345px;left:20px;width:315px;height:34px;z-index:100017;display:block; }
 }@media only screen and (max-width: 959px) { #hBFK2nuwFv00A7wBBkaM2Tc26dT7zCcO { display:block; }
 }@media only screen and (max-width: 959px) { #l3H2fZmA4z6R9zyKVT3yrt2W0dvFQTGy { width:361px;height:24px;top:31.5px;left:0;font-size:19px;display:none; }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-regular-label { width:312px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text { width:312px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:34px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-textarea { width:312px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select { width:312px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:35px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-button { width:312px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]:-moz-placeholder { color:#353131; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]::-moz-placeholder { color:#353131; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]:-ms-input-placeholder { color:#353131; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS [class*="-text"]::-webkit-input-placeholder { color:#353131; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-checkbox-label { width:293px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS  { width:312px;height:auto;top:9px;left:0; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .radio-container { width:312px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS {display:block;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS { width:312px;height:auto;top:9px;left:0; }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #I7xstTf30hnd4593vCyoBgcvDK3trHZL {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #H9TesEglno9lZQq5LOcwNM5orxISuLoT {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wMOde5JEZtEnOoFEt8aQSkeaQCIp7KZR {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #ZvhmalLUhINA3SGwC5X9QvcxlALqJ9Am {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #sHBcqrond3omBM9cHyTnJV35IQxNvr1A {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #FwcpXy5u22Jn4Ue1TRkIOrVG5q6vhPaI {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #XDwQfyaxzsnT0MBhf8i5F4ocd4xDnykV {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #qrECK6R7PWN6G1ZHzxasuEL4ZxyOLCrU {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #cdH2rkVxastByXmyDhc0Pw1f35VTJo3U {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #azGpf3Uk4BKEz97yTWLEZmr9VnmMi1OI {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #xLZD3qJGCweeUF3R9mCJPCiui9XGcGQz {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #oWZgF0BuZPkRT2ovSmfqorSSRdX7Lwa9 {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #RUbOZSzgvA3eZ8AoEMW0Gn88kZBV5T34 {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #eILQ8TI9h5t0Tzk9p9GP93ZzTbTpQrC8 {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #SkemESV065g5WkTVdx4vLrAVoFEwnlX0 {  }
 }@media only screen and (max-width: 959px) { #btTSuvHgyG8xMGQPcoUanXrtN5T6wggE { display:block; }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wUpsucTo9Ix2UQq8HfeLVgwHhAEy7D6F {  }
 }@media only screen and (max-width: 959px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #hdUcHpTuBIOkuIMyEGZIiVt3oUWHAUSI {  }
 }@media only screen and (max-width: 959px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:764px;height:53px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:764px;height:33px;top:16px;left:0;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk { display:block; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container { width:764px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:250px;height:19px;top:144px;left:2px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:190px;height:38px;top:144px;left:280px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:189px;height:38px;top:144px;left:540px;font-size:15px;display:block; }
 }@media only screen and (max-width: 959px) { #B7qZQPLobOaCnQrNqeHFAndTNNmmJKhX { width:120px;height:120px;top:37px;left:75.5px;font-size:84px;display:block; }
 }@media only screen and (max-width: 959px) { #viBdlGhLDSqLCg3wRodCIgoK6zNCSOwy { width:120px;height:120px;top:37px;left:321px;font-size:84px;display:block; }
 }@media only screen and (max-width: 959px) { #P12T6LBlqEPwFdiKpwObfUCeibRDGF4s { width:123px;height:123px;top:35px;left:573.5px;font-size:86px;display:block; }
 }@media only screen and (max-width: 959px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:764px;height:176px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:440px;height:87px;top:44.5px;left:22px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { width:260px;height:55px;top:60.5px;left:504px;display:block; }
 }@media only screen and (max-width: 959px) { #DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block; }
 }@media only screen and (max-width: 959px) { #gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { width:35px;height:23px;top:76.5px;left:443px;display:block; }
 }@media only screen and (max-width: 959px) { #miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M { display:block; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container { width:764px;height:183px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VcQcdq9iQRRlRlecTR73ChldzKhAFrTA { width:249px;height:82px;top:36px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #SyFSccRF7zTZeRLJbn80q3QSSfsu8Rfd { width:239px;height:110px;top:27px;left:265px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #pdSkBNFTcIASOTAOCxwWOTJHgBsLgyg3 { width:248px;height:88px;top:27px;left:516px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #eGdTqnMDL1HFFH1Zp91vGz7l4EJDXnhZ { width:127px;height:113px;top:137px;left:637px;display:block; }
 }@media only screen and (max-width: 959px) { #TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 { display:block; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DsISEHamTAThgwSK9lRfSs4HFBQdADKA { width:756px;height:16px;top:30px;left:2px;text-align:center;text-align-last:center;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#fffde7;background-image:url("https://images.assets-landingi.com/JpV89iX3/2019_Open_Week_Landing_Page_V2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:321px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kaCk52ugUaSOJa68Wi2y78oB18OZHIxh { width:313px;height:25px;top:261px;left:7px;text-align:left;text-align-last:left;font-size:18px;line-height:1.4;color:#b79c31;display:block; }
 }@media only screen and (max-width: 763px) { #NoVZ1CfytztCReiOwXBmspTwe2B44hWn { width:89px;height:49px;top:44px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #PLcW39QV7GEgSXaK79DR6iqBKIQ3XN87 { width:315px;height:28px;top:196px;left:5px;text-align:left;text-align-last:left;font-size:26px;color:#1c4388;display:block; }
 }@media only screen and (max-width: 763px) { #EmntciCu2NRpB0OlqlSamdyAMHXcVGTZ { width:312px;height:23px;top:285px;left:8px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tz7s0BwEesgMc6wrZhJUTTz2VDploiyP { width:313px;height:26px;top:170px;left:7px;font-size:20px;text-align:left;text-align-last:left;color:#1c4388;display:block; }
 }@media only screen and (max-width: 763px) { #PL18Vazb3UNNhAkzTJpxuvtg86eaM9zw { width:235px;height:55px;top:24px;left:33.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TLyRC1ZlwNV7uuMoXe11TvxZK7P60SMc { width:193px;height:28px;top:224px;left:7px;font-size:22px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D { display:block; }#EWXZJHX16BCepT9p5uwSZ0DlsNUT3d7D > .row .container { width:320px;height:879px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wMfoi2tHvcNvr6yiTleTDs3CcHNACmgL { width:320px;height:396px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SPq7voTCt82oMzTvOdUk6i7pvHVZ69cD { width:318px;height:52px;top:414px;left:2px;text-align:center;text-align-last:center;font-size:20px;color:#111213;display:block; }
 }@media only screen and (max-width: 763px) { #xnVAerbnM3q7RLDov4MaCHgXUbuSHsRz { width:320px;height:360px;top:496px;left:0;text-align:justify;text-align-last:initial;font-size:16px;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #rZbZ3PoZZDP6yGNtiWfPn4lunHM76xQt { top:341px;left:21px;width:278px;height:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hBFK2nuwFv00A7wBBkaM2Tc26dT7zCcO { display:block; }
 }@media only screen and (max-width: 763px) { #l3H2fZmA4z6R9zyKVT3yrt2W0dvFQTGy { width:320px;height:0;top:54px;left:22.5px;text-align:center;text-align-last:center;z-index:100007;color:#232023;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;height:34px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-text {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-select {padding-top: 0; padding-bottom: 0;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-input-button { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .widget-checkbox-label { width:264px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS  { width:280px;height:auto;top:7px;left:0; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS {display:block;}#GCexIJwfTRUNhK5vommV3fx4z0HkWEJS { width:280px;height:auto;top:7px;left:0; }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #I7xstTf30hnd4593vCyoBgcvDK3trHZL {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #H9TesEglno9lZQq5LOcwNM5orxISuLoT {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wMOde5JEZtEnOoFEt8aQSkeaQCIp7KZR {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #ZvhmalLUhINA3SGwC5X9QvcxlALqJ9Am {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #sHBcqrond3omBM9cHyTnJV35IQxNvr1A {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #FwcpXy5u22Jn4Ue1TRkIOrVG5q6vhPaI {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #XDwQfyaxzsnT0MBhf8i5F4ocd4xDnykV {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #qrECK6R7PWN6G1ZHzxasuEL4ZxyOLCrU {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #cdH2rkVxastByXmyDhc0Pw1f35VTJo3U {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #azGpf3Uk4BKEz97yTWLEZmr9VnmMi1OI {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #xLZD3qJGCweeUF3R9mCJPCiui9XGcGQz {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #oWZgF0BuZPkRT2ovSmfqorSSRdX7Lwa9 {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #RUbOZSzgvA3eZ8AoEMW0Gn88kZBV5T34 {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #eILQ8TI9h5t0Tzk9p9GP93ZzTbTpQrC8 {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #SkemESV065g5WkTVdx4vLrAVoFEwnlX0 {  }
 }@media only screen and (max-width: 763px) { #btTSuvHgyG8xMGQPcoUanXrtN5T6wggE { display:block; }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #wUpsucTo9Ix2UQq8HfeLVgwHhAEy7D6F {  }
 }@media only screen and (max-width: 763px) { #GCexIJwfTRUNhK5vommV3fx4z0HkWEJS #hdUcHpTuBIOkuIMyEGZIiVt3oUWHAUSI {  }
 }@media only screen and (max-width: 763px) { #a8ht16FubQFmRs6qcMTnrvq46e2hkTUa { display:block; }#a8ht16FubQFmRs6qcMTnrvq46e2hkTUa > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXg5n6HxpT9ycVMAhx0EE1dTVTKpB2fC { width:320px;height:20px;top:11.5px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk { display:block; }#Q4ocmn0hhvNif8QbUT0ADHrODWgvUIuk > .row .container { width:320px;height:443px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ll20HZz2mUI2Qer8P512XsbA3JaTNzCK { width:320px;height:19px;top:112px;left:0;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Fa97hbq6tTdpeJDyDD0kU5z8FZsTnTu5 { width:319px;height:19px;top:253px;left:1px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #JWwHTQzNbo55IO42MlL1cpm82E61OMtv { width:282px;height:38px;top:384px;left:19px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #B7qZQPLobOaCnQrNqeHFAndTNNmmJKhX { width:101px;height:101px;top:22px;left:109px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #viBdlGhLDSqLCg3wRodCIgoK6zNCSOwy { width:98px;height:98px;top:162px;left:111px;font-size:68px;display:block; }
 }@media only screen and (max-width: 763px) { #P12T6LBlqEPwFdiKpwObfUCeibRDGF4s { width:109px;height:109px;top:291px;left:100px;font-size:76px;display:block; }
 }@media only screen and (max-width: 763px) { #K440IsMB61NrEx5mGSItSWabcb9ENF37 { display:block; }#K440IsMB61NrEx5mGSItSWabcb9ENF37 > .row .container { width:320px;height:224px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1oFGh6Cl5qlx0cg7vb4tDEcL5SlU3lH { width:316px;height:69px;top:30px;left:4px;text-align:center;text-align-last:center;font-size:18px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P8eSOBM4xuNw5xwLqel5H3ZgXvbXEZVV { width:260px;height:55px;top:124.5px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #DF1VL6gRiWvALzHdmHZyWJVZyVqzC6Oy { display:block; }
 }@media only screen and (max-width: 763px) { #gPqmXiZwJIaebCoE7xReGgpKKQDrmgmu { width:35px;height:23px;top:76px;left:142px;display:none; }
 }@media only screen and (max-width: 763px) { #miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M { display:block; }#miLV15wr7ptGZ3MNnb6NebGIi7ES3o3M > .row .container { width:320px;height:484px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcQcdq9iQRRlRlecTR73ChldzKhAFrTA { width:300px;height:101.17647058824px;top:14px;left:10.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #SyFSccRF7zTZeRLJbn80q3QSSfsu8Rfd { width:320px;height:92px;top:124.98950195312px;left:0;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pdSkBNFTcIASOTAOCxwWOTJHgBsLgyg3 { width:315px;height:92px;top:239.984375px;left:2.5px;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eGdTqnMDL1HFFH1Zp91vGz7l4EJDXnhZ { width:127px;height:113px;top:351.984375px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 { display:block; }#TyuIK0iz8npDu8GxPcbLKawkAXEx7mU4 > .row .container { width:320px;height:58px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsISEHamTAThgwSK9lRfSs4HFBQdADKA { width:320px;height:14px;top:20px;left:0;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }