.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/qpwl1e9N/lp-01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container { display: none; }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .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); }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#213a7b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container { background-color: transparent; background-image: none; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container > .video-iframe-container { display: none; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row > .video-iframe-container { display: none; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .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); }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container { border-width: 0; border-radius: 0; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { background-color: transparent; background-image: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container > .video-iframe-container { display: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row > .video-iframe-container { display: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .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); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { border-width: 0; border-radius: 0; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { width:60rem;height:40.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MXLvqd8h30wo2Fywux7LuxuKoT56QqNI { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53b92f65-9b92-4408-8f57-27553422b8c0/LandingPage_August1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:60rem;top:0rem;left:0rem;display:block; }#MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.adaptive-delivery-prevent-bg, #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.lazyload, #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.lazyloading { background-image: none; }
#R90UWXafM4nde7gXrHrWT7n5DMqeWTRI { position:absolute;display:block;z-index:14998;height:3.0625rem;width:5.5625rem;top:1.3125rem;left:1.15625rem;display:block; }
#rx3vcRgHVFMF73X41ex2s1oLVNZLMhv9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.4375rem;display:none; }
#RiPpM0MAq0fpNrrxTFPIrHkl3Rnn7r4T { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:16.25rem;top:0.4375rem;left:43.30859375rem;overflow:hidden;display:block; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-form-header {  }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.5rem;box-sizing:border-box;height:2.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:19.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:left;text-align-last:left; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5rem;box-sizing:border-box;height:2.625rem;color:#000000;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .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; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f9c842;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.875rem;margin-bottom:0.25rem;margin-left:5.875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#000000;width:7.75rem;height:2.875rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka [class*="-text"]:-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka [class*="-text"]::-moz-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:roboto;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:300;color:#ffffff;vertical-align:top;width:18.4375rem;overflow:hidden;font-style:normal;float:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-container:first-of-type{padding-top:0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-container:last-of-type{padding-bottom:0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka  { background-color:#213a7b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.5617765188219rem;left:37.494936943054rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5rem;display:block;vertical-align:top; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka {display:block;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka { background-color:#213a7b;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.5617765188219rem;left:37.494936943054rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bGuNgqS2ulxppQ8bq39It3ZXk95itAU5 { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #t9FGfe3rbQTynEx2x1vGit4OHNbWuTfn { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ZQNMfVbIALdggt0qQupn15Spx6CDlPNT { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k7LpGcTnaUHDvQ8zAZWECO7B9sOzwgTa { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #MLKEva6TuoVb03pXee2Meeceto3DGDzk { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SaFeFFfT1HfCIW2aBL0ELSQXURCeAsea { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #dq6Uanb7yUMQAsQevAvFOFOngVhH1FbS { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #JNVJindnE56vUci00m6D8mw6Mb0kIiiT { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #WTqSB5ne3MnpetCuFQLNTCfw89toaMRh { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #uoTSDEungFWnUW0dMl5hmJCl5tstPIDr { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ckHibuwpWAJPFtDQbNnPz7X9dTLrB23Z { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #egWFHJAlon1edCqIAsAfPKzXXqg9Zmyl { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #eacDeIbTa32dzL2loPvVlaVRB0XCE3ai { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #pW50uF0H2e2W7lkIIdNd8MORT7AEsTER { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #N2zBfT3i3JtD1hxDWIwvqQemzTNlM7LU { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #va9hl1gaUliksOrWR3EKU4lN6pPpnL7C { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #AASCgcsyr59JITQT2pP3P39J9pNLOQGS { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SBrQEgmDsPimeVnGTtmGtDXH1mFzvLRG { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #neG74mOu2pqm1pTLzRd52oUvXV0D7emx { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k75vwcQq7zJFZS4UD27JtqAZMiz7n3Ag { position:relative;display:none; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bqNwiBN58R99GeaKOA8477LvQ5vJ5Ilv { position:relative; }
#KFapWeizWTW3XHOchSs7XNzT2BDA1PLX { position:relative;display:block; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #n3e00rRioshT2z6rpeUo9bKy7EBTkSGy { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #xrdLEMhxGG1u5l9baSwhnRAoQWBSHZGX { position:relative;z-index:2; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #HFDS5I6Cq3WnT5w8dMUAIAnM2EkGOAhX { position:relative; }
#t5a8vUXp83yak6cRNJfzUT6Jif2QuG2g { position:relative;display:block; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #NhAeJn208E8MHgvMTUiinknmWNTShL8C { position:relative; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #kPsRHl5c1gs6TyNlywgTkgH2fK31o6N2 { position:relative; }
#MHKWKRqwao2hO6p5hy2qsUobZ1nxkJc2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:58.1875rem;display:none; }
#hP5zooqGbvlmc5T1tRpnBcAkOLToHN95 { color:#213a7b;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.150390625rem;left:1.15625rem;height:7.3119375rem;font-style:normal;display:block; }
#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#832c84;background-image:url("https://images.assets-landingi.com/NPmz401N/dot.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr.adaptive-delivery-prevent-bg, #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr.lazyload, #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr.lazyloading { background-image: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { background-color: transparent; background-image: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container > .video-iframe-container { display: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container { display: none; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .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); }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { border-width: 0; border-radius: 0; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { color:#eab925;display:block;width:35.9375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:0rem;height:1.78746875rem;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; }
#A6SutfQzvXZDCTM2NrIMnTobDFI44PZu { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5625rem;left:0rem;height:26.9965125rem;font-style:normal;display:block; }
#pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/q9iD6ZN6/187_x_410_IMG_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:11.5625rem;top:2.375rem;left:36.625rem;display:none; }#pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.adaptive-delivery-prevent-bg, #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.lazyload, #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH.lazyloading { background-image: none; }
#TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/K3dRwirp/187_x_410_IMG_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:11.5625rem;top:2.375rem;left:48.4375rem;display:none; }#TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.adaptive-delivery-prevent-bg, #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.lazyload, #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT.lazyloading { background-image: none; }
#Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { color:#eab925;display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.1875rem;left:0.5rem;height:2.924625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.875rem;left:0.125rem;height:1.46195rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { color:#eab925;display:block;width:7rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.1875rem;left:5rem;height:2.924625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQNiJ0vUKpaPsqH7r6PTBL9gpgzPhrXl { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.875rem;left:4.875rem;height:1.46195rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BN4TIB5JZ2cLagKoKeOxheBPENno51tZ { color:#ffffff;display:block;width:6.4375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.875rem;left:12.75rem;height:1.46195rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { color:#eab925;display:block;width:5.6875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.1875rem;left:11.75rem;height:2.924625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOcHIOITauWL4g8gG4i5e9dDeQEPaBHv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:24.125rem;left:21.4375rem;overflow:hidden;display:block; }
#hHhn9tK0iz2FAPV5sUr8kJV4C3ge3z72 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:24.0625rem;left:28.5rem;overflow:hidden;display:block; }
#nkVSz5LWxTXLN6ihKvovkZJPpC028lW1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.5rem;width:24.125rem;top:4.5625rem;left:35.874348640442rem;display:block; }
#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { background-color: transparent; background-image: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container > .video-iframe-container { display: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row > .video-iframe-container { display: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .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); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { border-width: 0; border-radius: 0; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#hgnPGJAd8UTawoqUhXml0V3gZTA87H8k { color:#213a7b;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:1.28125rem;left:0rem;height:4.1985rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container { background-color: transparent; background-image: none; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container > .video-iframe-container { display: none; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row > .video-iframe-container { display: none; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .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); }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container { border-width: 0; border-radius: 0; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#p6GcfU9GplQo070KUb3G5mXypqxyBoJ9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:0.375rem;overflow:hidden;display:block; }
#yqEFwH72JbNeoEnG3yyE7oefuxIhCI5h { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:0.4375rem;height:3.413625rem;color:#333333;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HhdOUZc5dTgt3kXTQdRvADUFkWFK9gap { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:20.312501907349rem;overflow:hidden;display:block; }
#eCMeFcra2UstQnFC3Uuz7uSLtmecZH83 { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.4375rem;height:4.55150625rem;color:#1e1e1e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EKbiUsxC29ueKOEDVE1gG12mKwEqz7s9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:40.4375rem;overflow:hidden;display:block; }
#kSu1AFu3t7yDx8aZTLAPvHbpVWkLlc18 { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:20.3125rem;height:5.68938125rem;color:#1e1e1e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container { background-color: transparent; background-image: none; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container > .video-iframe-container { display: none; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row > .video-iframe-container { display: none; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .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); }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container { border-width: 0; border-radius: 0; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#UnVq38Q3BuBVoWmCAMxQER8zgPk1FqZp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:0.375rem;overflow:hidden;display:block; }
#QQnxUz3kwzHzdr6ARBelh9HkVKgVM0Mg { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.125rem;left:0.3125rem;height:5.68938125rem;color:#1e1e1e;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wMd2EiPw2zib394VrdQUkDi6kTh3E4q6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:20.4375rem;overflow:hidden;display:block; }
#BETSN8eXEnCOUTc7qAd7tbKpQ7ytFDFb { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:40.4375rem;height:4.55150625rem;color:#585858;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oTh4enerZTnkTCeS3kf5wSs5TSyBkEVk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19.125rem;top:0rem;left:40.4375rem;overflow:hidden;display:block; }
#N8xZkL83RCKDXxivGykfSWzZWZ862ZVD { display:block;width:19.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:20.4375rem;height:6.82725625rem;color:#585858;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK > .row .container { border-width: 0; border-radius: 0; }#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:none; }#yRzPVvDJiJsPFL5FNKfkUDRLPkv3GwOz { color:#832c84;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;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; }
#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 > .row .container { border-width: 0; border-radius: 0; }#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:none; }#EJMhdrmQn51A3dfnJNJTA0qOIbiQA4rB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:0rem;left:10.020833015442rem;display:block; }
#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container { background-color: transparent; background-image: none; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container > .video-iframe-container { display: none; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row > .video-iframe-container { display: none; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .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); }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container { border-width: 0; border-radius: 0; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#v8nCrdi1bpm59fvfZWvI9wHmRK52oh4s { color:#832c84;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.71875572204588rem;left:0rem;height:2.27430625rem;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; }
#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/hj9Ncdeh/Football_Pitch.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH.adaptive-delivery-prevent-bg, #vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH.lazyload, #vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH.lazyloading { background-image: none; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container { background-color: transparent; background-image: none; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container > .video-iframe-container { display: none; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row > .video-iframe-container { display: none; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .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); }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container { border-width: 0; border-radius: 0; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#zyb18w3qPTFAecN82nSz1x3vG515b18A { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:51.625rem;top:2.9375004768372rem;left:4.1875rem;display:block; }
#Z5gM265uiZLqvSd782epy9TgkuqBG4QM { color:#1e1e1e;display:block;width:44.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625004768372rem;left:9.6875009536744rem;height:3.89756875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#JpAVotrLzHGtQLbG31oqqwv9wsiEA8eN { color:#eab925;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9059606790542rem;left:10.621383666993rem;height:2.598375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AV7lgb3hMDZ1qozzJOLI6Miuhto7AAfH { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:51.625rem;top:9.25rem;left:4.125rem;display:block; }
#BvEN83G5xKLzU8AogwK5askwpf5Ot5tq { color:#1e1e1e;display:block;width:44.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9835052490238rem;left:9.8732643127444rem;height:2.59838125rem;font-style:italic;display:block; }
#lAMWXisc4kz8omQx9LHW6enfTPwA3q50 { color:#eab925;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.375rem;left:10.4375rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xn5pW78ncQGDu8Fo4XEDgyJVpKziMQT9 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:51.625rem;top:15.625rem;left:4.125rem;display:block; }
#OM5M54ozcxodCSViarJgHy5odA0GLaDw { color:#1e1e1e;display:block;width:44.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:10.375rem;height:2.59838125rem;font-style:italic;display:block; }
#Up8d13hQ1TBnRKyyGbB78brPxASEbuDp { color:#eab925;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:10.375rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uNVZA5NgzEl0Xebm2fH33trH58ZiW1ff { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:51.625rem;top:21.9375rem;left:4.1875rem;display:block; }
#RvDreVf693p9IB8hGQkF9KT7OA5a9rRW { color:#1e1e1e;display:block;width:44.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.9375rem;left:10.4375rem;height:5.1967625rem;font-style:italic;display:block; }
#HhEeagsK50UxVg3Jpl69VILSbdh3EyfM { color:#eab925;display:block;width:44.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.8125rem;left:10.4375rem;height:1.2991875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Lm2Kxg2P4ZBUSybIXRTtvAtNkd5TGivn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.3125rem;top:3.7329335212708rem;left:4.1869220733642rem;overflow:hidden;display:block; }
#aS1NEZDhTdnDPOVd9ISP375IToFnXAMy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:5.3125rem;top:9.9992713928225rem;left:4.4372100830078rem;overflow:hidden;display:block; }
#vVl5FBDM6g1hG5TnSo8XOcA2JHazRzm3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.75rem;top:16.375rem;left:4.3893124327878rem;overflow:hidden;display:block; }
#QkxP4KVFcp02nIZd3esyJh8lEtdLTXKr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:5.75rem;top:23.1875rem;left:4.375rem;overflow:hidden;display:block; }
#tsOcCW2M69vo20lywxDJTTG8LLDHFyye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container { background-color: transparent; background-image: none; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container > .video-iframe-container { display: none; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row > .video-iframe-container { display: none; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .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); }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container { border-width: 0; border-radius: 0; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#hkon3uEezrTCuEi88HAnUTNvNKnV8D35 { background-color:#eab925;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#333333;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.999375rem;height:3.62435rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.3125rem;left:24.000000953674rem;display:block; }
#cc0KP4uOHNllTEdQKaTFBwSCHEgO4I4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container { background-color: transparent; background-image: none; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container > .video-iframe-container { display: none; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row > .video-iframe-container { display: none; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .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); }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container { border-width: 0; border-radius: 0; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#lGZuzrEODGE4KRV8lvbPMiNF11q8nwcq { position:absolute;display:block;z-index:15000;height:18.75rem;width:57.4375rem;top:5.1875rem;left:1.25rem;display:block; }
#eIxbBQt7lOtxBz9igKgByHcTDiACOFSM { position:absolute;display:block;z-index:15002;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.375rem;width:4.0625rem;top:3.9375rem;left:0rem;display:block; }
#HCifduGOvvUTIKAEXCq7oCpXA483Ogqc { position:absolute;display:block;z-index:15003;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:3.9375rem;left:0rem;display:block; }
#czLJgOpRkyU8rJnAex2yFkp0RQGGHkPD { position:absolute;display:block;z-index:15004;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.375rem;width:4.0625rem;top:3.875rem;left:55.9375rem;display:block; }
#l9no6sIyqQQqGKKMLBp2ytOHOAu0i7BK { position:absolute;display:block;z-index:15005;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:3.875rem;left:59.625rem;display:block; }
#WxKLrMM97zmoHOqJEfURlwRwkIizGnay { position:absolute;display:block;z-index:15005;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:21rem;left:0rem;display:block; }
#ikkKQrOn8Uc5CxnncL2rxCCoxb1cFZTE { position:absolute;display:block;z-index:15004;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.375rem;width:4.0625rem;top:24.6875rem;left:0rem;display:block; }
#z0ZITrrR54MD6bSEytHENJyPMw1gfyUN { position:absolute;display:block;z-index:15007;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:21.0625rem;left:59.625rem;display:block; }
#Idi2rfP9rEXaDtZDoFvQSVBDF9mfiUHm { position:absolute;display:block;z-index:15006;background-color:#213a7b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.375rem;width:4.0625rem;top:24.75rem;left:55.9375rem;display:block; }
#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container { background-color: transparent; background-image: none; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container > .video-iframe-container { display: none; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row > .video-iframe-container { display: none; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .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); }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container { border-width: 0; border-radius: 0; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#tKTEa3Q9OoQ7owxBuzQMTDdDFgk0NSJr { color:#832c84;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1425795555115rem;left:0rem;height:2.27430625rem;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; }
#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container { background-color: transparent; background-image: none; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container > .video-iframe-container { display: none; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row > .video-iframe-container { display: none; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .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); }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container { border-width: 0; border-radius: 0; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#taIhTJVHuQ8rNC4l52svIZnuJkCt56Hv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:5.8125rem;overflow:hidden;display:block; }
#Wm4dprbCaXn5hoZe6WpV1nhSmJr8FT4e { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.5rem;left:23.9375rem;overflow:hidden;display:block; }
#SfENZas1pto5nMS0uoCdGf3SBJcomhHq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.5rem;left:28.625rem;overflow:hidden;display:block; }
#R0ES9Db9a1leWJLJ1q7EItpSTUUUZXWp { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:19.875rem;overflow:hidden;display:block; }
#MeCTvu1JaM89wTxNtVQh6iGu8wcUkCab { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.6875rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#VSZTizZTkGDGVKRckIymKX8mVTxEDSeg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:10.5rem;overflow:hidden;display:block; }
#uMTOi4anguw1xv6N2yU3Xi2J7XNMqxI1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:15.3125rem;overflow:hidden;display:block; }
#dp0MD5f7E53eGe2SzVFtZRxkILW4dtfD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.375rem;left:24.5625rem;overflow:hidden;display:none; }
#bLeUUhoufTLcSamnzbMda5Uwimt9D7Q4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.3125rem;left:33.3125rem;overflow:hidden;display:block; }
#hT0Dv9KmUTKkT75EAuyGto3R07MrXE0A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.4375rem;left:38.3125rem;overflow:hidden;display:block; }
#R1brpCKrefiAdCuLSwacb8nBcq55LVGF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.5rem;left:43.3125rem;overflow:hidden;display:block; }
#Kx3aCfE6Bm0FE5VQRkHNsOxrbMnNTPpV { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.6875rem;top:0.5rem;left:48rem;overflow:hidden;display:block; }
#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container { background-color: transparent; background-image: none; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container > .video-iframe-container { display: none; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row > .video-iframe-container { display: none; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .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); }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container { border-width: 0; border-radius: 0; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#qhO0e1v9qbfdkGnnI7hPs0lVMfUnVtNV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.5625rem;width:12.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#uDVP6fmrvf1r1TlJfkJkatETKb1Z4lym { display:block;width:19.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.25rem;left:20.03125rem;height:11.2037rem;color:#1e1e1e;font-style:normal;display:block; }
#ZwkCG2tSPGFsKkxfMNeGO5WsbUgCpB7P { display:block;width:19.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:2.25rem;left:40.15625rem;height:2.800925rem;color:#6f6f6f;font-style:normal;display:block; }
#yTi6erZnflCdgDV8qAhxNtA23lthczr7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container { background-color: transparent; background-image: none; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container > .video-iframe-container { display: none; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row > .video-iframe-container { display: none; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .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); }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container { border-width: 0; border-radius: 0; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#THDIWcCWflNOnDxcKEEyPRAqOSuJLHTv { display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4628963470459rem;left:0rem;height:1.137875rem;color:#616161;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR { display:block; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KtqfmtSvqK1hxII977G3gC6qBMwtoTzz { display:block; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { width:47.75rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI { width:47.75rem;height:32.1875rem;top:0rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/53b92f65-9b92-4408-8f57-27553422b8c0/LandingPage_August1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.adaptive-delivery-prevent-bg, #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.lazyload, #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 959px) { #R90UWXafM4nde7gXrHrWT7n5DMqeWTRI { width:5.5625rem;height:3.0625rem;top:2.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #rx3vcRgHVFMF73X41ex2s1oLVNZLMhv9 { width:12.4375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #RiPpM0MAq0fpNrrxTFPIrHkl3Rnn7r4T { width:16.25rem;height:4.8125rem;top:0.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-button { width:7.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.4375rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-checkbox-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka  { width:18.125rem;height:auto;top:5.1875rem;left:27.125rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka {display:block;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka { width:18.125rem;height:auto;top:5.1875rem;left:27.125rem; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bGuNgqS2ulxppQ8bq39It3ZXk95itAU5 {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #t9FGfe3rbQTynEx2x1vGit4OHNbWuTfn { display:none; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ZQNMfVbIALdggt0qQupn15Spx6CDlPNT {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k7LpGcTnaUHDvQ8zAZWECO7B9sOzwgTa {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #MLKEva6TuoVb03pXee2Meeceto3DGDzk { display:none; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SaFeFFfT1HfCIW2aBL0ELSQXURCeAsea {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #dq6Uanb7yUMQAsQevAvFOFOngVhH1FbS {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #JNVJindnE56vUci00m6D8mw6Mb0kIiiT { display:none; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #WTqSB5ne3MnpetCuFQLNTCfw89toaMRh {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #uoTSDEungFWnUW0dMl5hmJCl5tstPIDr {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ckHibuwpWAJPFtDQbNnPz7X9dTLrB23Z { display:none; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #egWFHJAlon1edCqIAsAfPKzXXqg9Zmyl {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #eacDeIbTa32dzL2loPvVlaVRB0XCE3ai {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #pW50uF0H2e2W7lkIIdNd8MORT7AEsTER {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #N2zBfT3i3JtD1hxDWIwvqQemzTNlM7LU {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #va9hl1gaUliksOrWR3EKU4lN6pPpnL7C {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #AASCgcsyr59JITQT2pP3P39J9pNLOQGS {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SBrQEgmDsPimeVnGTtmGtDXH1mFzvLRG {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #neG74mOu2pqm1pTLzRd52oUvXV0D7emx {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k75vwcQq7zJFZS4UD27JtqAZMiz7n3Ag {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bqNwiBN58R99GeaKOA8477LvQ5vJ5Ilv {  }
 }@media only screen and (max-width: 959px) { #KFapWeizWTW3XHOchSs7XNzT2BDA1PLX { display:block; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #n3e00rRioshT2z6rpeUo9bKy7EBTkSGy {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #xrdLEMhxGG1u5l9baSwhnRAoQWBSHZGX {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #HFDS5I6Cq3WnT5w8dMUAIAnM2EkGOAhX {  }
 }@media only screen and (max-width: 959px) { #t5a8vUXp83yak6cRNJfzUT6Jif2QuG2g { display:block; }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #NhAeJn208E8MHgvMTUiinknmWNTShL8C {  }
 }@media only screen and (max-width: 959px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #kPsRHl5c1gs6TyNlywgTkgH2fK31o6N2 {  }
 }@media only screen and (max-width: 959px) { #MHKWKRqwao2hO6p5hy2qsUobZ1nxkJc2 { width:46.375rem;height:26.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #hP5zooqGbvlmc5T1tRpnBcAkOLToHN95 { width:15.3125rem;height:6.01171875rem;top:24.375rem;left:0.93750005960463rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { display:block; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { width:35.9375rem;height:1.4624rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #A6SutfQzvXZDCTM2NrIMnTobDFI44PZu { width:28.1875rem;height:27.29589375rem;top:3.875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 959px) { #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { width:11.6875rem;height:25.625rem;top:3rem;left:24.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { width:11.6875rem;height:25.625rem;top:3rem;left:36.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { width:3.6875rem;height:2.2753875rem;top:26.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { width:3.6875rem;height:1.54361875rem;top:28.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { width:5.6875rem;height:2.2753875rem;top:26.5rem;left:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQNiJ0vUKpaPsqH7r6PTBL9gpgzPhrXl { width:5.6875rem;height:1.54361875rem;top:28.5rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BN4TIB5JZ2cLagKoKeOxheBPENno51tZ { width:6.0625rem;height:1.54361875rem;top:28.5625rem;left:10.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { width:5.6875rem;height:2.2753875rem;top:26.5rem;left:8.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FOcHIOITauWL4g8gG4i5e9dDeQEPaBHv { width:6.25rem;height:6.25rem;top:25.5625rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hHhn9tK0iz2FAPV5sUr8kJV4C3ge3z72 { width:6.25rem;height:6.25rem;top:25.5625rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nkVSz5LWxTXLN6ihKvovkZJPpC028lW1 { width:18.875rem;height:10.5rem;top:3.8749990463257rem;left:28.848307907581rem;display:block; }
 }@media only screen and (max-width: 959px) { #hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN { display:block; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hgnPGJAd8UTawoqUhXml0V3gZTA87H8k { width:47.75rem;height:4.199225rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ { display:block; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container { width:47.75rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #p6GcfU9GplQo070KUb3G5mXypqxyBoJ9 { width:15rem;height:9.5625rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #yqEFwH72JbNeoEnG3yyE7oefuxIhCI5h { width:15rem;height:4.546875rem;top:10.25rem;left:0.4580078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhdOUZc5dTgt3kXTQdRvADUFkWFK9gap { width:15rem;height:9.5625rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #eCMeFcra2UstQnFC3Uuz7uSLtmecZH83 { width:15rem;height:6.8203125rem;top:10.25rem;left:32.291015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EKbiUsxC29ueKOEDVE1gG12mKwEqz7s9 { width:15rem;height:9.5625rem;top:0rem;left:32.291015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kSu1AFu3t7yDx8aZTLAPvHbpVWkLlc18 { width:15rem;height:6.8203125rem;top:10.25rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi { display:block; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container { width:47.75rem;height:19.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UnVq38Q3BuBVoWmCAMxQER8zgPk1FqZp { width:15rem;height:9.5625rem;top:0rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #QQnxUz3kwzHzdr6ARBelh9HkVKgVM0Mg { width:15rem;height:7.95703125rem;top:10.1875rem;left:0.4580078125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMd2EiPw2zib394VrdQUkDi6kTh3E4q6 { width:15rem;height:9.5625rem;top:0rem;left:16.375001251698rem;display:block; }
 }@media only screen and (max-width: 959px) { #BETSN8eXEnCOUTc7qAd7tbKpQ7ytFDFb { width:15rem;height:5.68359375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #oTh4enerZTnkTCeS3kf5wSs5TSyBkEVk { width:15rem;height:9.5625rem;top:0rem;left:32.291015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #N8xZkL83RCKDXxivGykfSWzZWZ862ZVD { width:15rem;height:9.09371875rem;top:10.1875rem;left:32.291015625rem;display:block; }
 }@media only screen and (max-width: 959px) { #LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK { display:none; }#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yRzPVvDJiJsPFL5FNKfkUDRLPkv3GwOz { width:47.75rem;height:2.11230625rem;top:1.9498701095581rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 { display:none; }#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 > .row .container { width:47.75rem;height:21.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #EJMhdrmQn51A3dfnJNJTA0qOIbiQA4rB { width:34.5625rem;height:19.375rem;top:2.3125rem;left:6.6250002980231rem;display:block; }
 }@media only screen and (max-width: 959px) { #w9P6JRCvws4TiO13foPA7nJAKya8z7W0 { display:block; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #v8nCrdi1bpm59fvfZWvI9wHmRK52oh4s { width:47.75rem;height:2.11230625rem;top:1.162109375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH { display:block; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container { width:47.75rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zyb18w3qPTFAecN82nSz1x3vG515b18A { width:47.75rem;height:5.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z5gM265uiZLqvSd782epy9TgkuqBG4QM { width:41.3125rem;height:2.5996125rem;top:3.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #JpAVotrLzHGtQLbG31oqqwv9wsiEA8eN { width:43.375rem;height:2.2734375rem;top:5.3125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AV7lgb3hMDZ1qozzJOLI6Miuhto7AAfH { width:47.75rem;height:5.0625rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #BvEN83G5xKLzU8AogwK5askwpf5Ot5tq { width:41.375rem;height:2.5996125rem;top:9.3125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAMWXisc4kz8omQx9LHW6enfTPwA3q50 { width:44.25rem;height:1.13769375rem;top:11.8125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xn5pW78ncQGDu8Fo4XEDgyJVpKziMQT9 { width:47.75rem;height:4.5rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OM5M54ozcxodCSViarJgHy5odA0GLaDw { width:41.375rem;height:2.5996125rem;top:14.34375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Up8d13hQ1TBnRKyyGbB78brPxASEbuDp { width:43.375rem;height:1.13769375rem;top:16.84375rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uNVZA5NgzEl0Xebm2fH33trH58ZiW1ff { width:47.75rem;height:6.9375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #RvDreVf693p9IB8hGQkF9KT7OA5a9rRW { width:41.5625rem;height:5.19921875rem;top:19.96875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #HhEeagsK50UxVg3Jpl69VILSbdh3EyfM { width:43.375rem;height:1.13769375rem;top:24.8125rem;left:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lm2Kxg2P4ZBUSybIXRTtvAtNkd5TGivn { width:5.3125rem;height:2.5rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aS1NEZDhTdnDPOVd9ISP375IToFnXAMy { width:5.3125rem;height:2.9375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vVl5FBDM6g1hG5TnSo8XOcA2JHazRzm3 { width:5.75rem;height:2.375rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QkxP4KVFcp02nIZd3esyJh8lEtdLTXKr { width:5.75rem;height:1.936525rem;top:20.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tsOcCW2M69vo20lywxDJTTG8LLDHFyye { display:block; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hkon3uEezrTCuEi88HAnUTNvNKnV8D35 { width:11.9375rem;height:3.5625rem;top:1.3125rem;left:17.875000953674rem;display:block; }
 }@media only screen and (max-width: 959px) { #cc0KP4uOHNllTEdQKaTFBwSCHEgO4I4y { display:block; }
 }@media only screen and (max-width: 959px) { #nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO { display:block; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lGZuzrEODGE4KRV8lvbPMiNF11q8nwcq { width:43.75rem;height:18.75rem;top:5.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #eIxbBQt7lOtxBz9igKgByHcTDiACOFSM { width:4.0625rem;height:0.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #HCifduGOvvUTIKAEXCq7oCpXA483Ogqc { width:0.375rem;height:4.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #czLJgOpRkyU8rJnAex2yFkp0RQGGHkPD { width:4.0625rem;height:0.375rem;top:3.875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #l9no6sIyqQQqGKKMLBp2ytOHOAu0i7BK { width:0.375rem;height:4.0625rem;top:3.875rem;left:47.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #WxKLrMM97zmoHOqJEfURlwRwkIizGnay { width:0.375rem;height:4.0625rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikkKQrOn8Uc5CxnncL2rxCCoxb1cFZTE { width:4.0625rem;height:0.375rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #z0ZITrrR54MD6bSEytHENJyPMw1gfyUN { width:0.375rem;height:4.0625rem;top:22.125rem;left:47.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Idi2rfP9rEXaDtZDoFvQSVBDF9mfiUHm { width:4.0625rem;height:0.375rem;top:25.875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi { display:block; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container { width:47.75rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tKTEa3Q9OoQ7owxBuzQMTDdDFgk0NSJr { width:47.75rem;height:2.11230625rem;top:1.068359375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe { display:block; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #taIhTJVHuQ8rNC4l52svIZnuJkCt56Hv { width:4.375rem;height:3.5rem;top:0.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wm4dprbCaXn5hoZe6WpV1nhSmJr8FT4e { width:4.375rem;height:3.5rem;top:0.875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #SfENZas1pto5nMS0uoCdGf3SBJcomhHq { width:4.375rem;height:3.5rem;top:0.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #R0ES9Db9a1leWJLJ1q7EItpSTUUUZXWp { width:4.375rem;height:3.5rem;top:0.875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MeCTvu1JaM89wTxNtVQh6iGu8wcUkCab { width:3.875rem;height:3.5rem;top:0.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VSZTizZTkGDGVKRckIymKX8mVTxEDSeg { width:4.375rem;height:3.5rem;top:0.875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 959px) { #uMTOi4anguw1xv6N2yU3Xi2J7XNMqxI1 { width:4.375rem;height:3.5rem;top:0.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #dp0MD5f7E53eGe2SzVFtZRxkILW4dtfD { width:4.375rem;height:3.5rem;top:0rem;left:18.125001251698rem;display:none; }
 }@media only screen and (max-width: 959px) { #bLeUUhoufTLcSamnzbMda5Uwimt9D7Q4 { width:4.375rem;height:3.5rem;top:0.875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 959px) { #hT0Dv9KmUTKkT75EAuyGto3R07MrXE0A { width:4.375rem;height:3.5rem;top:0.875rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #R1brpCKrefiAdCuLSwacb8nBcq55LVGF { width:4.375rem;height:3.5rem;top:0.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kx3aCfE6Bm0FE5VQRkHNsOxrbMnNTPpV { width:4.375rem;height:3.5rem;top:1rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo { display:block; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qhO0e1v9qbfdkGnnI7hPs0lVMfUnVtNV { width:10.4375rem;height:3.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #uDVP6fmrvf1r1TlJfkJkatETKb1Z4lym { width:15.25rem;height:11.1953rem;top:1.6875rem;left:16.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZwkCG2tSPGFsKkxfMNeGO5WsbUgCpB7P { width:15.1875rem;height:2.798825rem;top:1.6875rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #yTi6erZnflCdgDV8qAhxNtA23lthczr7 { display:block; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #THDIWcCWflNOnDxcKEEyPRAqOSuJLHTv { width:47.625rem;height:1.05615rem;top:1.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .row > .video-iframe-container { display: none; }#fMCmS1mh652ryqmcsTOUGWUosb8AOEFf > .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) { #XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR { display:block; }#XdP2LHOCNmmiXLbS5cb886Uwv8WvNGsR > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtqfmtSvqK1hxII977G3gC6qBMwtoTzz { background-color:transparent;background-image:none;display:block; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { background-color: transparent; background-image: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container > .video-iframe-container { display: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row > .video-iframe-container { display: none; }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .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); }#KtqfmtSvqK1hxII977G3gC6qBMwtoTzz > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXLvqd8h30wo2Fywux7LuxuKoT56QqNI { width:20rem;height:10.875rem;top:0rem;left:0rem;z-index:14998;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #R90UWXafM4nde7gXrHrWT7n5DMqeWTRI { width:5.5625rem;height:3.0625rem;top:2.46875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx3vcRgHVFMF73X41ex2s1oLVNZLMhv9 { top:0.46875rem;left:1.5625rem;width:16.875rem;height:5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RiPpM0MAq0fpNrrxTFPIrHkl3Rnn7r4T { width:14.375rem;height:4.25rem;top:35.5rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-text {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-select {padding-top: 0; padding-bottom: 0;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-input-button { width:7rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka  { width:17.5rem;height:auto;top:17.15625rem;left:0rem; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka {display:block;}#hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka { width:17.5rem;height:auto;top:17.15625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bGuNgqS2ulxppQ8bq39It3ZXk95itAU5 {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #t9FGfe3rbQTynEx2x1vGit4OHNbWuTfn { display:none; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ZQNMfVbIALdggt0qQupn15Spx6CDlPNT {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k7LpGcTnaUHDvQ8zAZWECO7B9sOzwgTa {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #MLKEva6TuoVb03pXee2Meeceto3DGDzk { display:none; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SaFeFFfT1HfCIW2aBL0ELSQXURCeAsea {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #dq6Uanb7yUMQAsQevAvFOFOngVhH1FbS {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #JNVJindnE56vUci00m6D8mw6Mb0kIiiT { display:none; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #WTqSB5ne3MnpetCuFQLNTCfw89toaMRh {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #uoTSDEungFWnUW0dMl5hmJCl5tstPIDr {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #ckHibuwpWAJPFtDQbNnPz7X9dTLrB23Z { display:none; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #egWFHJAlon1edCqIAsAfPKzXXqg9Zmyl {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #eacDeIbTa32dzL2loPvVlaVRB0XCE3ai {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #pW50uF0H2e2W7lkIIdNd8MORT7AEsTER {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #N2zBfT3i3JtD1hxDWIwvqQemzTNlM7LU {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #va9hl1gaUliksOrWR3EKU4lN6pPpnL7C {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #AASCgcsyr59JITQT2pP3P39J9pNLOQGS {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #SBrQEgmDsPimeVnGTtmGtDXH1mFzvLRG {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #neG74mOu2pqm1pTLzRd52oUvXV0D7emx {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #k75vwcQq7zJFZS4UD27JtqAZMiz7n3Ag {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #bqNwiBN58R99GeaKOA8477LvQ5vJ5Ilv {  }
 }@media only screen and (max-width: 763px) { #KFapWeizWTW3XHOchSs7XNzT2BDA1PLX { display:block; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #n3e00rRioshT2z6rpeUo9bKy7EBTkSGy {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #xrdLEMhxGG1u5l9baSwhnRAoQWBSHZGX {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #HFDS5I6Cq3WnT5w8dMUAIAnM2EkGOAhX {  }
 }@media only screen and (max-width: 763px) { #t5a8vUXp83yak6cRNJfzUT6Jif2QuG2g { display:block; }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #NhAeJn208E8MHgvMTUiinknmWNTShL8C {  }
 }@media only screen and (max-width: 763px) { #hpC4mE5eVDc50b2BkQfQPaODMIPsQ8ka #kPsRHl5c1gs6TyNlywgTkgH2fK31o6N2 {  }
 }@media only screen and (max-width: 763px) { #MHKWKRqwao2hO6p5hy2qsUobZ1nxkJc2 { top:5.96875rem;left:0rem;width:20rem;height:11.1875rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hP5zooqGbvlmc5T1tRpnBcAkOLToHN95 { width:8.1875rem;height:3.4121125rem;top:12.09375rem;left:0.68750005960463rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G038Aaz68BTFxy1afTnkpkOT0UXUUFRr { display:block; }#G038Aaz68BTFxy1afTnkpkOT0UXUUFRr > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6JZoGoyWTzWC9RZX8Pdzn2SqrOyL4yM { width:19.99925rem;height:1.625rem;top:1.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SutfQzvXZDCTM2NrIMnTobDFI44PZu { width:19.99925rem;height:31.6875rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOmAhITzwDCq1t9Cv2TKNmTzF0KG2HTH { width:8.8125rem;height:19.375rem;top:43.125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdTJdSCKCgzkT9izKXcNwLnDIEX1XFfT { width:8.8125rem;height:19.375rem;top:43.125rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wwc9CzeUU0SlSFryTDd0xAsaJa3K4X3s { width:3.1875rem;height:2.4375rem;top:30.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJQhEZKpHWx8loMNOZloFkyqQxkVPwNC { width:3.1875rem;height:1.3rem;top:33.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWoeryAXEkTeWQ92t2sqaUNsNAunMryq { width:5.9375rem;height:2.4375rem;top:30.9375rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQNiJ0vUKpaPsqH7r6PTBL9gpgzPhrXl { width:5.125rem;height:1.3rem;top:33.5625rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN4TIB5JZ2cLagKoKeOxheBPENno51tZ { width:5.6875rem;height:1.3rem;top:33.5625rem;left:13rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbEV7w5ZEmTUzhdq863gKN2Gl2yEPHLn { width:5.6875rem;height:2.4375rem;top:30.9375rem;left:12.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOcHIOITauWL4g8gG4i5e9dDeQEPaBHv { width:6.25rem;height:6.25rem;top:35.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHhn9tK0iz2FAPV5sUr8kJV4C3ge3z72 { width:6.25rem;height:6.25rem;top:35.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkVSz5LWxTXLN6ihKvovkZJPpC028lW1 { height:11.191709844559rem;width:20rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN { background-color:transparent;background-image:none;display:block; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { background-color: transparent; background-image: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container > .video-iframe-container { display: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row > .video-iframe-container { display: none; }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .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); }#hwI0g8Eg5uldbFft8xtLxX7EvgKQUOJN > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hgnPGJAd8UTawoqUhXml0V3gZTA87H8k { width:20rem;height:3rem;top:0.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ { display:block; }#nHQpyeEdw5Zu5cWWELWwuNvA20DOFCnQ > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6GcfU9GplQo070KUb3G5mXypqxyBoJ9 { width:18.5625rem;height:11.875rem;top:0.875rem;left:0.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yqEFwH72JbNeoEnG3yyE7oefuxIhCI5h { width:19.125rem;height:3.41015625rem;top:12.923759460449rem;left:0.43692123889923rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HhdOUZc5dTgt3kXTQdRvADUFkWFK9gap { width:18.5625rem;height:11.875rem;top:16.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMeFcra2UstQnFC3Uuz7uSLtmecZH83 { width:19.125rem;height:4.546875rem;top:49.75rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EKbiUsxC29ueKOEDVE1gG12mKwEqz7s9 { width:19.125rem;height:12.25rem;top:37.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSu1AFu3t7yDx8aZTLAPvHbpVWkLlc18 { width:19.125rem;height:6.8203125rem;top:29.125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi { display:block; }#OGaI3w9QrtyoT9FlvhJpUAXTGO2W4gMi > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UnVq38Q3BuBVoWmCAMxQER8zgPk1FqZp { width:19.125rem;height:12.25rem;top:0.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQnxUz3kwzHzdr6ARBelh9HkVKgVM0Mg { width:19.125rem;height:6.8203125rem;top:12.875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wMd2EiPw2zib394VrdQUkDi6kTh3E4q6 { width:18.375rem;height:11.75rem;top:20.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETSN8eXEnCOUTc7qAd7tbKpQ7ytFDFb { width:19.125rem;height:4.546875rem;top:54.0625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oTh4enerZTnkTCeS3kf5wSs5TSyBkEVk { width:19.125rem;height:12.25rem;top:41.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8xZkL83RCKDXxivGykfSWzZWZ862ZVD { width:19.125rem;height:6.8203125rem;top:33.5rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK { display:block; }#LkzG8BlRh0uykgT9fq4wAp6uC4AdQ2qK > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRzPVvDJiJsPFL5FNKfkUDRLPkv3GwOz { width:20rem;height:1.7871125rem;top:1.1061201095581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 { display:block; }#vDRArhJDfEe1Tc6P3ZyyE5UTgUbGUoC7 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJMhdrmQn51A3dfnJNJTA0qOIbiQA4rB { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9P6JRCvws4TiO13foPA7nJAKya8z7W0 { display:block; }#w9P6JRCvws4TiO13foPA7nJAKya8z7W0 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8nCrdi1bpm59fvfZWvI9wHmRK52oh4s { width:20rem;height:1.7871125rem;top:1.0123710632324rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH { display:block; }#vOTOVsAEgbEFGCU4XD6y17a4FiH7ZxLH > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyb18w3qPTFAecN82nSz1x3vG515b18A { width:20rem;height:12.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5gM265uiZLqvSd782epy9TgkuqBG4QM { width:18.75rem;height:4.546875rem;top:7.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpAVotrLzHGtQLbG31oqqwv9wsiEA8eN { width:20rem;height:2.2734375rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AV7lgb3hMDZ1qozzJOLI6Miuhto7AAfH { width:20rem;height:12.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvEN83G5xKLzU8AogwK5askwpf5Ot5tq { width:18.75rem;height:3.41015625rem;top:20.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAMWXisc4kz8omQx9LHW6enfTPwA3q50 { width:19.99925rem;height:1.13769375rem;top:25.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn5pW78ncQGDu8Fo4XEDgyJVpKziMQT9 { width:20rem;height:9.8125rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM5M54ozcxodCSViarJgHy5odA0GLaDw { width:18.74925rem;height:4.546875rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Up8d13hQ1TBnRKyyGbB78brPxASEbuDp { width:19.99925rem;height:1.13769375rem;top:37.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNVZA5NgzEl0Xebm2fH33trH58ZiW1ff { width:20rem;height:12.6875rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDreVf693p9IB8hGQkF9KT7OA5a9rRW { width:18.75rem;height:7.957rem;top:43.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhEeagsK50UxVg3Jpl69VILSbdh3EyfM { width:20rem;height:1.13769375rem;top:51rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm2Kxg2P4ZBUSybIXRTtvAtNkd5TGivn { width:5.311775rem;height:2.499275rem;top:3.4375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS1NEZDhTdnDPOVd9ISP375IToFnXAMy { width:5.311775rem;height:2.93691875rem;top:16.3125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVl5FBDM6g1hG5TnSo8XOcA2JHazRzm3 { width:5.311775rem;height:2.31191875rem;top:29.5rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkxP4KVFcp02nIZd3esyJh8lEtdLTXKr { width:5.311525rem;height:1.874025rem;top:40.716796875rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsOcCW2M69vo20lywxDJTTG8LLDHFyye { display:block; }#tsOcCW2M69vo20lywxDJTTG8LLDHFyye > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkon3uEezrTCuEi88HAnUTNvNKnV8D35 { width:12rem;height:3.625rem;top:1.25rem;left:4.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc0KP4uOHNllTEdQKaTFBwSCHEgO4I4y { display:block; }
 }@media only screen and (max-width: 763px) { #nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO { display:block; }#nxIzy9kOI3F3rNrOme3B1E3Bx16aIezO > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lGZuzrEODGE4KRV8lvbPMiNF11q8nwcq { width:20rem;height:12rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIxbBQt7lOtxBz9igKgByHcTDiACOFSM { width:4.0625rem;height:0.9375rem;top:1.25rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HCifduGOvvUTIKAEXCq7oCpXA483Ogqc { width:0.9375rem;height:4.0625rem;top:28.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #czLJgOpRkyU8rJnAex2yFkp0RQGGHkPD { width:4.0625rem;height:0.9375rem;top:3.4375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9no6sIyqQQqGKKMLBp2ytOHOAu0i7BK { width:0.9375rem;height:4.0625rem;top:3.4375rem;left:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxKLrMM97zmoHOqJEfURlwRwkIizGnay { width:0.9375rem;height:4.0625rem;top:34.0625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikkKQrOn8Uc5CxnncL2rxCCoxb1cFZTE { width:4.0625rem;height:0.9375rem;top:37.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0ZITrrR54MD6bSEytHENJyPMw1gfyUN { width:0.9375rem;height:4.0625rem;top:41.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Idi2rfP9rEXaDtZDoFvQSVBDF9mfiUHm { width:4.0625rem;height:0.9375rem;top:39.375rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi { display:block; }#K8kIP4VsmWVBuQvJULiHL1NOZVHcRTRi > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKTEa3Q9OoQ7owxBuzQMTDdDFgk0NSJr { width:20rem;height:1.7871125rem;top:0.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe { display:block; }#ZNDPRyAmmNWQ7Fs7Toi0GvqRucM9ZcEe > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taIhTJVHuQ8rNC4l52svIZnuJkCt56Hv { width:4.6875rem;height:3.8125rem;top:0.75rem;left:7.8125rem;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Wm4dprbCaXn5hoZe6WpV1nhSmJr8FT4e { width:4.6875rem;height:3.8125rem;top:8.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfENZas1pto5nMS0uoCdGf3SBJcomhHq { width:4.6875rem;height:3.8125rem;top:8.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0ES9Db9a1leWJLJ1q7EItpSTUUUZXWp { width:4.6875rem;height:3.8125rem;top:4.5625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCTvu1JaM89wTxNtVQh6iGu8wcUkCab { width:5rem;height:4.5rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSZTizZTkGDGVKRckIymKX8mVTxEDSeg { width:4.6875rem;height:3.8125rem;top:0.75rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMTOi4anguw1xv6N2yU3Xi2J7XNMqxI1 { width:4.6875rem;height:3.8125rem;top:4.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp0MD5f7E53eGe2SzVFtZRxkILW4dtfD { width:4.6875rem;height:3.8125rem;top:9rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLeUUhoufTLcSamnzbMda5Uwimt9D7Q4 { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT0Dv9KmUTKkT75EAuyGto3R07MrXE0A { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1brpCKrefiAdCuLSwacb8nBcq55LVGF { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx3aCfE6Bm0FE5VQRkHNsOxrbMnNTPpV { width:4.6875rem;height:3.8125rem;top:13.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo { display:block; }#toMgLe2kl6vEiJTkTIRTHpe0uzSc5VPo > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhO0e1v9qbfdkGnnI7hPs0lVMfUnVtNV { width:12.375rem;height:4.5625rem;top:0.75rem;left:3.8125002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDVP6fmrvf1r1TlJfkJkatETKb1Z4lym { width:19.9375rem;height:9.09375rem;top:6.3385415077213rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZwkCG2tSPGFsKkxfMNeGO5WsbUgCpB7P { width:19.6875rem;height:2.2734375rem;top:16.375000476837rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yTi6erZnflCdgDV8qAhxNtA23lthczr7 { display:block; }#yTi6erZnflCdgDV8qAhxNtA23lthczr7 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THDIWcCWflNOnDxcKEEyPRAqOSuJLHTv { width:17.9375rem;height:2.11198125rem;top:0.818359375rem;left:1.0312500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }