.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.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-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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/HLQvUMO1/dt2020_02c.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.88); }#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(255,255,255,0.88); }#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:0.875rem;font-family:arial;height:59.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { color:#3b268f;display:block;width:59.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:4.5rem;left:0.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AbG1CpFq1UeFlv7XFkml8umIv5ZuTtr6 { position:absolute;display:block;z-index:100001;background-color:#b3ce1f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:0.6875rem;width:8.6875rem;top:13.5rem;left:25.65625rem;display:block; }
#ppKxrA9XwFkdgTnai33nl0s1J1kh4qdf { color:#000000;display:block;width:45.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:15.187500953674rem;left:7.40625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RnRIhTOsCXxRmDnNe0dqSBP0gKonupcX { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.15) ;height:27.4375rem;width:25rem;top:23.625rem;left:32.25rem;display:block; }
#MVTZ6Ci3ciHKXHM9W2SOrlMEHPqnibrs { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:23.912109375rem;left:35.09375rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lD015yuXGyIakCNnTZlNuTF8NLw4qizc { position:absolute;display:block;z-index:100000;background-color:#1c4670;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;height:6.125rem;width:25rem;top:23.125rem;left:32.3125rem;display:block; }
#GIPTaIIiElv9oDThubN7TaCKTM1BCJxC { position:absolute;display:block;z-index:100016;background-color:#b3ce1f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:14rem;width:14rem;top:34.5625rem;left:13.6875rem;display:block; }
#JJS2w3sDPf7TiELKi2RyAkeWqVlhVwKL { position:absolute;display:block;z-index:100017;background-color:transparent;background-image:none;border-top:0.25rem solid #1c4670;border-left:0.25rem solid #1c4670;border-right:0.25rem solid #1c4670;border-bottom:0.25rem solid #1c4670;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:24.375rem;width:24.375rem;top:23.625rem;left:2.75rem;display:block; }
#CX55MO6GEFIsxkKCxd3px7uST5xh1ZvJ { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:21.875rem;width:21.875rem;top:25.0625rem;left:4.25rem;overflow:hidden;display:block; }
#kAvS2Diqo3My1gHyKotLui0A5AMZmQAE { position:absolute;display:block;z-index:100001;background-color:#b3ce1f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:14rem;width:14rem;top:23.125rem;left:2.75rem;display:block; }
#OmkUDdkHmMg2oicfTTOuUcWqgHR3vFzI { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:50.36328125rem;left:7.40625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-form-header {  }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;color:#ffffff;width:18.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.7; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#f3f3fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8e6;border-left:0.0625rem solid #d8d8e6;border-right:0.0625rem solid #d8d8e6;border-bottom:0.0625rem solid #d8d8e6;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:18.125rem;box-sizing:border-box;height:3.4375rem;vertical-align:top;font-size:1.125rem;overflow:hidden;color:#202020;text-align:center;text-align-last:center; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-textarea { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#f3f3fd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d8d8e6;border-left:0.0625rem solid #d8d8e6;border-right:0.0625rem solid #d8d8e6;border-bottom:0.0625rem solid #d8d8e6;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:18.125rem;box-sizing:border-box;height:5.3125rem;vertical-align:top;font-size:1.125rem;overflow:hidden;color:#202020;text-align:center;text-align-last:center; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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:18.125rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:#fecd4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #e8b93e;border-left:0.0625rem solid #e8b93e;border-right:0.0625rem solid #e8b93e;border-bottom:0.0625rem solid #e8b93e;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.25rem;font-weight:bold;color:#ffffff;width:18.125rem;height:4.375rem;overflow:hidden; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 [class*="-text"]:-moz-placeholder {  }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 [class*="-text"]::-moz-placeholder {  }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 [class*="-text"]:-ms-input-placeholder {  }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 [class*="-text"]::-webkit-input-placeholder {  }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .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:roboto;font-size:0.8125rem;font-weight:400;color:#a2a2a2;vertical-align:top;width:17.0625rem;line-height:1.2;overflow:hidden;font-style:normal; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .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:top; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-container:first-of-type{padding-top:0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-container:last-of-type{padding-bottom:0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1  { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;position:absolute;z-index:100020;top:29.83984375rem;left:34.34375rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:18.125rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 {display:block;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.125rem;height:auto;position:absolute;z-index:100020;top:29.83984375rem;left:34.34375rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #Uh3zsErdmB0wNIRXsTq0Z09CriDVFyzy { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #rnJGmd1xB7TMNowcOTfJDpiiF4eKGhO1 { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #ihAAxCmFmOskXbNU4BCAJviEQPeJ3KqC { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #VRovz6Kf9Fzf0NaqVph0susEgfhEsVWu { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #sDvc6OAW9JmgIhBxNAurZWCtP9PBLTV3 { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #TRs0J3av240FoW0WqISDCAW5Rkg0JMph { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #QFfSSQqKBgrQp9J12DCw7k1s5SvxPTIf { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #OZT5KIhgqMv4JgOVTJIdS3WKltapU758 { position:relative;z-index:2; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #W33Zir8XQq1V8LT8NJDpbVFJXtqNNypx { position:relative; }
#NRdcBJ7MDOv41PnXJP841UPIQKHgnDOO { position:relative;display:block; }
#idCt5hAVM6n3iX8w8gwJVcHuZ8q4htIe { position:relative;display:block; }
#TsaE0TNgdHdLNfOIFToQpCocWaKpFAe1 { position:relative;display:block; }
#hk6RTyfrIR0FrEAL3JQ7qXTFwbc9pWSA { position:relative;display:block; }
#sxrS3HxtIXLiJKeug6hK3TtvawDTxgRO { position:relative;display:block; }
#sDohM4QiNoyOvWM2R7asaA05bA5VswWO { position:relative;display:block; }
#FHLPDelTyoSFQEkJV5sllntrMJdZAc9u { position:relative;display:block; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #gLxk5ce2OBE9mZyrJ1WWUKRGZemU9cR9 { position:relative; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #LizHM3NeV8N2TMFbRyd46ku4medVu7mq { position:relative; }
#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container { background-color: transparent; background-image: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container > .video-iframe-container { display: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row > .video-iframe-container { display: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .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); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container { border-width: 0; border-radius: 0; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#InkKZJzHdtRHOxPMl9DW0ABD9mmJIZ71 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.4;letter-spacing:0;top:14.935546875rem;left:2.75rem;height:2.798825rem;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; }
#wTVgsHdXTiqn747cV8ww74lv0zeHyDZC { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.75rem;left:1.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sn17gVTEKXKJwBBe7Gi55QyAyp8UJXwL { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:5.0625rem;left:7.625rem;display:block; }
#gyGqELpphW5Ic4ZHvOsnein4qbpBPUuz { color:#ffffff;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100018;line-height:1.4;letter-spacing:0;top:14.935268402099rem;left:21.96875rem;height:2.798825rem;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; }
#ybATiZkGDDt0Cc0ygAb6sibWcnnTEXwo { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:11.75rem;left:21.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u3Okiblcc5zTUK9S34CvJUGeoqVnTMPW { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:5.1875rem;left:27.625rem;display:block; }
#ngwd40zufg4WwkBmbA8P9sh85U11WONZ { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100013;line-height:1.4;letter-spacing:0;top:14.9365234375rem;left:42.75rem;height:2.798825rem;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; }
#UT8VizPlmEH6PSnglL4gfuqLG34c9ZIn { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:11.75rem;left:41.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W9tnB0p3nWpHwWIqvqfAWr8ivDlrE2H4 { box-sizing:content-box;color:#ffffff;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:5.1875rem;left:47.625rem;display:block; }
#HAeQfurCzz5hJJX0oeG6iBzQsQ49uH8N { position:absolute;display:block;z-index:99997;background-color:#1c4670;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.75rem;width:60rem;top:1.1875rem;left:0rem;display:block; }
#QIfJJHTl8fLmbtUIQ6d3wDpfAxGM9gEF { position:absolute;display:block;z-index:99998;background-color:#306aac;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 2.5rem rgba(0,0,0,0.15) ;height:22.0625rem;width:22.0625rem;top:0rem;left:19rem;display:block; }
#RcX88GHTDi2JueNCczACyQ4aTHritMZq { position:absolute;display:block;z-index:100022;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b3ce1f;border-left:0.125rem solid #b3ce1f;border-right:0.125rem solid #b3ce1f;border-bottom:0.125rem solid #b3ce1f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.625rem;width:5.625rem;top:4.625rem;left:7.1875rem;display:block; }
#leMklK5eLfVI0mcSUpBi4FS9hdcIc5Qq { position:absolute;display:block;z-index:100023;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b3ce1f;border-left:0.125rem solid #b3ce1f;border-right:0.125rem solid #b3ce1f;border-bottom:0.125rem solid #b3ce1f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.625rem;width:5.625rem;top:4.75rem;left:27.1875rem;display:block; }
#RPV3zMzlwZ5cVZlaqWXgoC0HJKFVLP6H { position:absolute;display:block;z-index:100023;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b3ce1f;border-left:0.125rem solid #b3ce1f;border-right:0.125rem solid #b3ce1f;border-bottom:0.125rem solid #b3ce1f;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.625rem;width:5.625rem;top:4.75rem;left:47.1875rem;display:block; }
#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container { background-color: transparent; background-image: none; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container > .video-iframe-container { display: none; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row > .video-iframe-container { display: none; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .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); }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container { border-width: 0; border-radius: 0; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#DHLEHisnJMth3gdscozq199a6LWU4EFv { color:#1c4670;display:block;width:45rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8uiMr9TTfzIJXxzRWgAxp4X9X3sspMp { position:absolute;display:block;z-index:100002;background-color:#b3ce1f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;height:0.6875rem;width:8.6875rem;top:16.6875rem;left:25.6875rem;display:block; }
#GeKG0J2XSyoclSBS39hS6Jl77Vkn7TSr { color:#1c4670;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:19rem;left:23.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c4670;background-image:none;position:relative;display:block; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { background-color: transparent; background-image: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container > .video-iframe-container { display: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row > .video-iframe-container { display: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .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); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { border-width: 0; border-radius: 0; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#AiggSLQuS3Erf0ThK4aDXQD2x9BRF7P1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#ddiP4rbHQnGDodLVyyTQCceg6rPCgZmw { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:15.6875rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#Z8QLms2pKvkG7paOeNEuPNFJVhOzdtic { z-index:100004;top:5rem;left:20.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#swRmK8DMMJPerc5flDT5d7FnwQPxanln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { width:47.75rem;height:;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbG1CpFq1UeFlv7XFkml8umIv5ZuTtr6 { width:8.6875rem;height:0.6875rem;top:13.5rem;left:19.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppKxrA9XwFkdgTnai33nl0s1J1kh4qdf { width:45.1875rem;height:4.5rem;top:15.1875rem;left:1.28125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRIhTOsCXxRmDnNe0dqSBP0gKonupcX { width:25rem;height:27.4375rem;top:23.625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTZ6Ci3ciHKXHM9W2SOrlMEHPqnibrs { width:19.3125rem;height:4.5rem;top:23.875rem;left:28.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD015yuXGyIakCNnTZlNuTF8NLw4qizc { width:25rem;height:6.125rem;top:23.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIPTaIIiElv9oDThubN7TaCKTM1BCJxC { width:14rem;height:14rem;top:34.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJS2w3sDPf7TiELKi2RyAkeWqVlhVwKL { width:24.375rem;height:24.375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX55MO6GEFIsxkKCxd3px7uST5xh1ZvJ { width:21.875rem;height:21.875rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvS2Diqo3My1gHyKotLui0A5AMZmQAE { width:14rem;height:14rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmkUDdkHmMg2oicfTTOuUcWqgHR3vFzI { top:50.3125rem;left:1.28125rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1  { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 {display:block;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #Uh3zsErdmB0wNIRXsTq0Z09CriDVFyzy {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #rnJGmd1xB7TMNowcOTfJDpiiF4eKGhO1 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #ihAAxCmFmOskXbNU4BCAJviEQPeJ3KqC {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #VRovz6Kf9Fzf0NaqVph0susEgfhEsVWu {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #sDvc6OAW9JmgIhBxNAurZWCtP9PBLTV3 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #TRs0J3av240FoW0WqISDCAW5Rkg0JMph {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #QFfSSQqKBgrQp9J12DCw7k1s5SvxPTIf {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #OZT5KIhgqMv4JgOVTJIdS3WKltapU758 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #W33Zir8XQq1V8LT8NJDpbVFJXtqNNypx {  }
 }@media only screen and (max-width: 763px) { #NRdcBJ7MDOv41PnXJP841UPIQKHgnDOO { display:block; }
 }@media only screen and (max-width: 763px) { #idCt5hAVM6n3iX8w8gwJVcHuZ8q4htIe { display:block; }
 }@media only screen and (max-width: 763px) { #TsaE0TNgdHdLNfOIFToQpCocWaKpFAe1 { display:block; }
 }@media only screen and (max-width: 763px) { #hk6RTyfrIR0FrEAL3JQ7qXTFwbc9pWSA { display:block; }
 }@media only screen and (max-width: 763px) { #sxrS3HxtIXLiJKeug6hK3TtvawDTxgRO { display:block; }
 }@media only screen and (max-width: 763px) { #sDohM4QiNoyOvWM2R7asaA05bA5VswWO { display:block; }
 }@media only screen and (max-width: 763px) { #FHLPDelTyoSFQEkJV5sllntrMJdZAc9u { display:block; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #gLxk5ce2OBE9mZyrJ1WWUKRGZemU9cR9 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #LizHM3NeV8N2TMFbRyd46ku4medVu7mq {  }
 }@media only screen and (max-width: 763px) { #xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb { display:block; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InkKZJzHdtRHOxPMl9DW0ABD9mmJIZ71 { width:14.5rem;height:2.75rem;top:14.875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVgsHdXTiqn747cV8ww74lv0zeHyDZC { width:17.5rem;height:1.9375rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn17gVTEKXKJwBBe7Gi55QyAyp8UJXwL { width:5rem;height:5rem;top:5.0625rem;left:5.5625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGqELpphW5Ic4ZHvOsnein4qbpBPUuz { width:16.0625rem;height:2.75rem;top:14.875rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybATiZkGDDt0Cc0ygAb6sibWcnnTEXwo { width:17.5rem;height:1.9375rem;top:11.75rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3Okiblcc5zTUK9S34CvJUGeoqVnTMPW { width:5rem;height:5rem;top:5.1875rem;left:21.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwd40zufg4WwkBmbA8P9sh85U11WONZ { width:14.5rem;height:2.75rem;top:14.875rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT8VizPlmEH6PSnglL4gfuqLG34c9ZIn { width:17.5rem;height:1.9375rem;top:11.75rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9tnB0p3nWpHwWIqvqfAWr8ivDlrE2H4 { width:5rem;height:5rem;top:5.1875rem;left:37.3125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeQfurCzz5hJJX0oeG6iBzQsQ49uH8N { top:1.1875rem;left:0rem;width:47.75rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIfJJHTl8fLmbtUIQ6d3wDpfAxGM9gEF { width:22.0625rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcX88GHTDi2JueNCczACyQ4aTHritMZq { top:4.625rem;left:5.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leMklK5eLfVI0mcSUpBi4FS9hdcIc5Qq { top:4.75rem;left:21rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPV3zMzlwZ5cVZlaqWXgoC0HJKFVLP6H { top:4.75rem;left:36.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0W0TGLrzhsw3DblOLig7JKWougZqFw6 { display:block; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHLEHisnJMth3gdscozq199a6LWU4EFv { top:4rem;left:1.375rem;width:45rem;height:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8uiMr9TTfzIJXxzRWgAxp4X9X3sspMp { width:8.6875rem;height:0.6875rem;top:16.6875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeKG0J2XSyoclSBS39hS6Jl77Vkn7TSr { top:19rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFn3vbQHD1SKqKs23riZzPFLFC4RJNap { display:block; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiggSLQuS3Erf0ThK4aDXQD2x9BRF7P1 { top:0.8125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddiP4rbHQnGDodLVyyTQCceg6rPCgZmw { top:3.8125rem;left:9.5625rem;width:28.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8QLms2pKvkG7paOeNEuPNFJVhOzdtic { top:5rem;left:14.75rem;width:18.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRmK8DMMJPerc5flDT5d7FnwQPxanln { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,250,250,0.8);background-image:none;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 { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N68wnyx8X9eedqBOpEgCQFEvObyq7ldB { width:20rem;height:8.25rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbG1CpFq1UeFlv7XFkml8umIv5ZuTtr6 { width:8.6875rem;height:0.6875rem;top:11.375rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppKxrA9XwFkdgTnai33nl0s1J1kh4qdf { width:18.75rem;height:6.75rem;top:13.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRIhTOsCXxRmDnNe0dqSBP0gKonupcX { width:20rem;height:25.3125rem;top:41.75rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #MVTZ6Ci3ciHKXHM9W2SOrlMEHPqnibrs { width:20rem;height:1.462675rem;top:43.166015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD015yuXGyIakCNnTZlNuTF8NLw4qizc { width:20rem;height:4.375rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIPTaIIiElv9oDThubN7TaCKTM1BCJxC { width:6.25rem;height:6.25rem;top:30rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJS2w3sDPf7TiELKi2RyAkeWqVlhVwKL { width:13.75rem;height:13.75rem;top:21.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX55MO6GEFIsxkKCxd3px7uST5xh1ZvJ { width:12.5rem;height:12.5rem;top:22.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAvS2Diqo3My1gHyKotLui0A5AMZmQAE { width:6.25rem;height:6.25rem;top:21.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmkUDdkHmMg2oicfTTOuUcWqgHR3vFzI { width:15.125rem;height:1.4619125rem;top:37rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .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; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.4375rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1  { width:17.5rem;height:auto;top:47.4375rem;left:0rem; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 {display:block;}#IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 { width:17.5rem;height:auto;top:47.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #Uh3zsErdmB0wNIRXsTq0Z09CriDVFyzy {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #rnJGmd1xB7TMNowcOTfJDpiiF4eKGhO1 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #ihAAxCmFmOskXbNU4BCAJviEQPeJ3KqC {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #VRovz6Kf9Fzf0NaqVph0susEgfhEsVWu {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #sDvc6OAW9JmgIhBxNAurZWCtP9PBLTV3 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #TRs0J3av240FoW0WqISDCAW5Rkg0JMph {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #QFfSSQqKBgrQp9J12DCw7k1s5SvxPTIf {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #OZT5KIhgqMv4JgOVTJIdS3WKltapU758 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #W33Zir8XQq1V8LT8NJDpbVFJXtqNNypx {  }
 }@media only screen and (max-width: 763px) { #NRdcBJ7MDOv41PnXJP841UPIQKHgnDOO { display:block; }
 }@media only screen and (max-width: 763px) { #idCt5hAVM6n3iX8w8gwJVcHuZ8q4htIe { display:block; }
 }@media only screen and (max-width: 763px) { #TsaE0TNgdHdLNfOIFToQpCocWaKpFAe1 { display:block; }
 }@media only screen and (max-width: 763px) { #hk6RTyfrIR0FrEAL3JQ7qXTFwbc9pWSA { display:block; }
 }@media only screen and (max-width: 763px) { #sxrS3HxtIXLiJKeug6hK3TtvawDTxgRO { display:block; }
 }@media only screen and (max-width: 763px) { #sDohM4QiNoyOvWM2R7asaA05bA5VswWO { display:block; }
 }@media only screen and (max-width: 763px) { #FHLPDelTyoSFQEkJV5sllntrMJdZAc9u { display:block; }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #gLxk5ce2OBE9mZyrJ1WWUKRGZemU9cR9 {  }
 }@media only screen and (max-width: 763px) { #IiTloaHs65T5Aeh811tGmXJ23PFA7NP1 #LizHM3NeV8N2TMFbRyd46ku4medVu7mq {  }
 }@media only screen and (max-width: 763px) { #xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb { display:block; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb { background-color: transparent; background-image: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container > .video-iframe-container { display: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row > .video-iframe-container { display: none; }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .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); }#xITnh5m92zTUyNZhVgGkcCMNZ04LGWrb > .row .container { width:20rem;height:63.9375rem;background-color:#ffffff;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InkKZJzHdtRHOxPMl9DW0ABD9mmJIZ71 { width:14.5rem;height:2.79948125rem;top:14.3125rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTVgsHdXTiqn747cV8ww74lv0zeHyDZC { width:18.6875rem;height:1.29980625rem;top:11.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sn17gVTEKXKJwBBe7Gi55QyAyp8UJXwL { width:4.375rem;height:4.375rem;top:5.0625rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyGqELpphW5Ic4ZHvOsnein4qbpBPUuz { width:14.5rem;height:4.19824375rem;top:35.4375rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybATiZkGDDt0Cc0ygAb6sibWcnnTEXwo { width:17.5rem;height:1.29980625rem;top:32.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u3Okiblcc5zTUK9S34CvJUGeoqVnTMPW { width:4.375rem;height:4.375rem;top:26rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngwd40zufg4WwkBmbA8P9sh85U11WONZ { width:14.5rem;height:2.79948125rem;top:57.25rem;left:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT8VizPlmEH6PSnglL4gfuqLG34c9ZIn { width:17.5rem;height:1.29980625rem;top:54.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9tnB0p3nWpHwWIqvqfAWr8ivDlrE2H4 { width:4.375rem;height:4.375rem;top:47.8125rem;left:7.8125rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAeQfurCzz5hJJX0oeG6iBzQsQ49uH8N { width:20rem;height:63.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIfJJHTl8fLmbtUIQ6d3wDpfAxGM9gEF { width:20rem;height:21.5625rem;top:21.0625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 1.125rem rgba(0,0,0,0) ;display:block; }
 }@media only screen and (max-width: 763px) { #RcX88GHTDi2JueNCczACyQ4aTHritMZq { width:5rem;height:5rem;top:4.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leMklK5eLfVI0mcSUpBi4FS9hdcIc5Qq { width:5rem;height:5rem;top:25.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPV3zMzlwZ5cVZlaqWXgoC0HJKFVLP6H { width:5rem;height:5rem;top:47.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0W0TGLrzhsw3DblOLig7JKWougZqFw6 { display:block; }#s0W0TGLrzhsw3DblOLig7JKWougZqFw6 > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHLEHisnJMth3gdscozq199a6LWU4EFv { width:20rem;height:15.920875rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8uiMr9TTfzIJXxzRWgAxp4X9X3sspMp { width:8.6875rem;height:0.6875rem;top:19.8125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeKG0J2XSyoclSBS39hS6Jl77Vkn7TSr { width:12.5rem;height:1.4619125rem;top:21.8125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFn3vbQHD1SKqKs23riZzPFLFC4RJNap { background-color:#1c4670;background-image:none;display:block; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { background-color: transparent; background-image: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container > .video-iframe-container { display: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row > .video-iframe-container { display: none; }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .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); }#xFn3vbQHD1SKqKs23riZzPFLFC4RJNap > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiggSLQuS3Erf0ThK4aDXQD2x9BRF7P1 { width:20rem;height:2.2743rem;top:2.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddiP4rbHQnGDodLVyyTQCceg6rPCgZmw { width:20rem;height:2.27430625rem;top:5.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8QLms2pKvkG7paOeNEuPNFJVhOzdtic { top:7.375rem;left:0.875rem;width:18.25rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swRmK8DMMJPerc5flDT5d7FnwQPxanln { display:block; }
 }