.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c25ccbb-d9ca-4e64-9c5d-645b0059023e/Frame147.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:757px;width:960px;overflow:visible;position:relative;display:block; }#Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { background-color:#041e47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 10px 30px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sports-med;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:282px;height:55px;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:655px;left:15px;display:block; }
#Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { 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;height:75px;width:216px;top:0px;left:0px;overflow:hidden;display:block; }
#Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { 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;height:632px;width:405px;top:125px;left:555px;overflow:hidden;display:block; }
#AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:251px;top:315px;left:15px;display:block; }
#lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { color:#fdfdfd;display:block;width:518px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:337.75px;left:15px;height:54.5703px;font-style:normal;display:block; }
#q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { color:#ffffff;display:block;width:414px;position:absolute;font-family:sports-med;font-size:30px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:542px;left:94px;height:38.9844px;font-style:normal;display:block; }
#aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:87px;width:87px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:531px;left:0px; }
#QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { color:#ffffff;display:block;width:655px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:177px;left:15px;height:117px;font-style:normal;display:block; }
#xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { color:#ffffff;display:block;width:414px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:581px;left:94px;height:27.2852px;font-style:normal;display:block; }
#rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { color:#ffffff;display:block;width:655px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:177px;left:15px;height:117px;font-style:normal;display:none; }
#OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { color:#fdfdfd;display:block;width:518px;position:absolute;font-family:sports-med;font-size:21px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:337.75px;left:15px;height:81.8906px;font-style:normal;display:none; }
#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { background-color: transparent; background-image: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container > .video-iframe-container { display: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container { display: none; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .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); }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { border-width: 0; border-radius: 0; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { font-size:14px;font-family:arial;height:989px;width:960px;position:relative;display:block; }#Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { color:#041e47;display:block;width:835px;position:absolute;font-family:sports-med;font-size:30px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:65.625px;left:50.48828125px;height:779.688px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314dcc;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; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { background-color: transparent; background-image: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container > .video-iframe-container { display: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container { display: none; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .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); }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { border-width: 0; border-radius: 0; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { font-size:14px;font-family:arial;height:145px;width:960px;position:relative;display:block; }#r0o20mNfIAEACOD5qZ86eIT0NEAUbu25 { background-color:#041e47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 15px 10px 30px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:sports-med;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:309px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45px;left:325.5px;display:block; }
#ASTCP4l0VMROBNJ6suKeIyTEd9p1nH2T { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14dcf850-7db3-450e-a6b4-53e5fa4c930e/Frame146.webp");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; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.adaptive-delivery-prevent-bg, #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.lazyload, #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa.lazyloading { background-image: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { background-color: transparent; background-image: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container > .video-iframe-container { display: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container { display: none; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .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); }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { border-width: 0; border-radius: 0; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { font-size:14px;font-family:arial;height:545px;width:960px;position:relative;display:block; }#gXUdoTJBVNazAxEZPMt8DVsWJcTwdny4 { color:#041e47;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:196px;left:259px;height:47.9688px;font-style:normal;display:block; }
#urGJiOiLGZd4sL4IXhlX9io3XH0kg3Rd { color:#ffffff;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:170px;left:259px;height:25.9961px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTTk3v66L9gJ7vbyH067MBCFsyudfTf5 { color:#041e47;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:325px;left:259px;height:26px;font-style:normal;display:block; }
#g2lCWlS9lOJu3e9KN02ZSyVtuzGIZKKB { color:#ffffff;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:299px;left:259px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOti3zfsQgXThRFDUWx7FzmSPepieMkz { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;height:101px;width:101px;top:155px;left:145px;display:block; }
#Mw8es2SP5CruTOT2ZRCPHgqGN25WsvBb { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:56px;width:56px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:296px;left:170px; }
#sOcSfaD5G6gtWK3OcUGgFpFqBmiZH0H9 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;height:101px;width:101px;top:272px;left:146px;display:block; }
#OhhXR01c9qruW1JpsK8RTP7c7KBRi3Cm { color:#041e47;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:444px;left:261px;height:26px;font-style:normal;display:block; }
#F2gxldVCFO5emRmyIFuWTcVozd0tm14b { color:#ffffff;display:block;width:509px;position:absolute;font-family:sports-med;font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:418px;left:261px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EId7io0X2ZZUDKw5MSeOGT5CgVWApFae { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:51px;width:51px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:414px;left:171px; }
#hTDTrb42PsGW6nV6fWpMMqDI55VJeFmh { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:73px;border-top-right-radius:73px;border-bottom-left-radius:73px;border-bottom-right-radius:73px;height:101px;width:101px;top:389px;left:148px;display:block; }
#X402NdUrCP7UT496ZwB3Lcf6QFnLnesw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:68.9844px;width:68.9844px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:173.49609375px;left:160.99609375px; }
#SzkdFFGQ4QJi4yEm6pgeqBbgtOfJikMr { position:absolute;display:block;z-index:15001;background-color:#98a6e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:90px;width:551px;top:160px;left:212px;display:block; }
#ITT90TIGLNWXpTuML36wZ8vJ3vsKQHhi { box-sizing:content-box;color:#5d92ff;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:154px;left:713px; }
#o1HRyu312AJN92raBm32D2DGAyJaq3FS { position:absolute;display:block;z-index:15005;background-color:#98a6e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:90px;width:551px;top:277px;left:213px;display:block; }
#xUcSJ8IHnFlqc3BzlrMD0W0gRGDl4QLR { box-sizing:content-box;color:#5d92ff;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:271px;left:714px; }
#EvpeTsse59DxanZIMNM1MEoGz0dsV18U { box-sizing:content-box;color:#5d92ff;font-size:71px;font-weight:400;line-height:1;height:102px;width:102px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:388px;left:714px; }
#LUqTiJwPgpfeRddkgT3z7vZJKE3JFz03 { position:absolute;display:block;z-index:15009;background-color:#98a6e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 5px rgba(0,0,0,0.5) ;height:90px;width:551px;top:394px;left:213px;display:block; }
#quTezSpDdGZDK1zUO5piaoIFJuS645Vo { color:#041e47;display:block;width:769px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51px;left:103px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGCcExUW4hDbPWJh16xOy5zTxZZ991Tw { color:#041e47;display:block;width:769px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51px;left:103px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041e47;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; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container { background-color: transparent; background-image: none; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container > .video-iframe-container { display: none; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row > .video-iframe-container { display: none; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .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); }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container { border-width: 0; border-radius: 0; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container { font-size:14px;font-family:arial;height:199px;width:960px;position:relative;display:block; }#eKXKzchpnvhvwznMLt8eTFnNylJAl7ul { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:30px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60.5px;left:0px;height:77.9688px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2mAXT6cpR54ulNgA0d2t4t8kRu9tFxy { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:40px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:73.5px;left:0px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314dcc;background-image:url("https://images.assets-landingi.com/uc/2c25ccbb-d9ca-4e64-9c5d-645b0059023e/Frame147.webp");background-position:center !important;background-repeat:no-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; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG.adaptive-delivery-prevent-bg, #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG.lazyload, #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG.lazyloading { background-image: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { background-color: transparent; background-image: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container > .video-iframe-container { display: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container { display: none; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .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); }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { border-width: 0; border-radius: 0; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { font-size:14px;font-family:arial;height:841px;width:960px;position:relative;display:block; }#PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:40px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:103.9844px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:25px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:175.25390625px;left:0px;height:97.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqmWVxzknsm37852kqo6poeLzn8vu7rD { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:23px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:311.11328125px;left:0px;height:29.9023px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-form-header {  }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { height:auto;display:block;font-family:sports-med;font-size:18px;font-weight:700;color:#041e47;width:324px;padding-top:0;padding-right:0;padding-bottom:5px;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;font-style:normal;overflow:hidden; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:44px;color:#161616;font-size:18px;overflow:hidden;font-family:sports-med;vertical-align:top;box-shadow: 0 10px 15px rgba(95,95,95,0.15) ;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:50px;color:#161616;font-size:18px;overflow:hidden;font-family:sports-med;vertical-align:top;box-shadow: 0 10px 15px rgba(95,95,95,0.15) ;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:324px;box-sizing:border-box;height:44px;color:#9e9e9e;font-family:ubuntu;font-size:14px;overflow:hidden;vertical-align:top;box-shadow: 0 10px 15px rgba(0,0,0,0.15) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#041e47;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:42px;margin-bottom:4px;margin-left:39px;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#ffffff;width:246px;height:55px;font-family:sports-med;overflow:hidden;box-shadow: 10px 15px 15px rgba(0,0,0,0.35) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:sports-med;font-size:14px;font-weight:300;font-style:normal; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .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:sports-med;line-height:1.3;font-size:13px;font-weight:300;color:#000000;vertical-align:top;width:307px;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:ubuntu;font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container { padding-top:9px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container:first-of-type{padding-top:0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-container:last-of-type{padding-bottom:0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326.992px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:296.484375px;top:380px;z-index:15055;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 15px 10px 30px rgba(88,92,100,0.5) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:324px;display:block;vertical-align:top; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:14px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:326.992px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:296.484375px;top:380px;z-index:15055;position:absolute;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 15px 10px 30px rgba(88,92,100,0.5) ; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV { position:relative;display:block; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W { position:relative;z-index:2; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ { position:relative; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh { position:relative; }
#DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { color:#ffffff;display:block;width:958px;position:absolute;font-family:sports-med;font-size:40px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42px;left:0px;height:156px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:23px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:383.125px;left:0px;height:29.8906px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { 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; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { background-color: transparent; background-image: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container > .video-iframe-container { display: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container { display: none; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .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); }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { border-width: 0; border-radius: 0; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { font-size:14px;font-family:arial;height:770px;width:960px;position:relative;display:block; }#Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { color:#041e47;display:block;width:769px;position:absolute;font-family:sports-med;font-size:45px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:51px;left:95.5px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { color:#000000;display:block;width:432px;position:absolute;font-family:sports-med;font-size:16px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:190px;left:501px;height:498.7497px;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { color:#000000;display:block;width:453px;position:absolute;font-family:"sports med";font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:173px;left:469px;height:561.5156px;display:none; }
#O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { position:absolute;display:block;z-index:15000;background-color:rgba(241,243,249,0.36);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 15px 10px 30px rgba(0,0,0,0.5) ;height:550px;width:483px;top:165px;left:478px;display:block; }
#GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:441px;width:420px;top:165px;left:-31px;overflow:hidden;display:block; }
#E5rrTapPHXJHXxfleTOufVSsmk7A75HX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:436px;width:418px;top:247px;left:37px;overflow:hidden;display:block; }
#wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { 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;height:853px;width:843px;display:none; }
#kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -moz-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -ms-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));background-image: -o-linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9effffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#9effffff' );";background-image: linear-gradient(180deg, #cccccc, rgba(255,255,255,0.62));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;height:2px;width:781px;top:759px;left:89.5px;display:block; }
#GplANTScfJyX815wrOEvcwVwGBJxuh4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#314dcc;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; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { background-color: transparent; background-image: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { display: none; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .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); }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { border-width: 0; border-radius: 0; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { font-size:14px;font-family:arial;height:81px;width:960px;position:relative;display:block; }#MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { color:#ffffff;display:block;width:960px;position:absolute;font-family:sports-med;font-size:15px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.75px;left:0px;height:19.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { width:282px;height:55px;top:655px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block; }
 }@media only screen and (max-width: 763px) { #qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { top:0px;left:0px;width:216px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { top:125px;left:359px;width:405px;height:632px;display:block; }
 }@media only screen and (max-width: 763px) { #AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { top:315px;left:0px;width:251px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { top:337px;left:0px;width:517px;height:54px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { top:541px;left:0px;width:413px;height:38px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { top:531px;left:0px;width:87px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { top:177px;left:0px;width:655px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { top:580px;left:0px;width:413px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { top:92px;left:0px;width:274px;height:97px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { top:233px;left:0px;width:280px;height:66px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { top:65px;left:0px;width:764px;height:857px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { display:block; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0o20mNfIAEACOD5qZ86eIT0NEAUbu25 { width:309px;height:55px;top:45px;left:227.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ASTCP4l0VMROBNJ6suKeIyTEd9p1nH2T { display:block; }
 }@media only screen and (max-width: 763px) { #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { display:block; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXUdoTJBVNazAxEZPMt8DVsWJcTwdny4 { top:195px;left:160.984375px;width:508px;height:47px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #urGJiOiLGZd4sL4IXhlX9io3XH0kg3Rd { top:170px;left:160.984375px;width:508px;height:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #vTTk3v66L9gJ7vbyH067MBCFsyudfTf5 { top:325px;left:160.99310302734px;width:508px;height:25px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #g2lCWlS9lOJu3e9KN02ZSyVtuzGIZKKB { top:299px;left:161px;width:509px;height:26px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GOti3zfsQgXThRFDUWx7FzmSPepieMkz { top:155px;left:47px;width:101px;height:101px;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8es2SP5CruTOT2ZRCPHgqGN25WsvBb { top:296px;left:72px;width:56px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #sOcSfaD5G6gtWK3OcUGgFpFqBmiZH0H9 { top:272px;left:48px;width:101px;height:101px;display:block; }
 }@media only screen and (max-width: 763px) { #OhhXR01c9qruW1JpsK8RTP7c7KBRi3Cm { top:444px;left:163px;width:509px;height:26px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F2gxldVCFO5emRmyIFuWTcVozd0tm14b { top:418px;left:163px;width:509px;height:26px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #EId7io0X2ZZUDKw5MSeOGT5CgVWApFae { top:414px;left:73px;width:51px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #hTDTrb42PsGW6nV6fWpMMqDI55VJeFmh { top:389px;left:50px;width:101px;height:101px;display:block; }
 }@media only screen and (max-width: 763px) { #X402NdUrCP7UT496ZwB3Lcf6QFnLnesw { top:173px;left:62.99609375px;width:68px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #SzkdFFGQ4QJi4yEm6pgeqBbgtOfJikMr { top:160px;left:114px;width:551px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #ITT90TIGLNWXpTuML36wZ8vJ3vsKQHhi { top:154px;left:615px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #o1HRyu312AJN92raBm32D2DGAyJaq3FS { top:277px;left:115px;width:551px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #xUcSJ8IHnFlqc3BzlrMD0W0gRGDl4QLR { top:271px;left:616px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #EvpeTsse59DxanZIMNM1MEoGz0dsV18U { top:388px;left:616px;width:102px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #LUqTiJwPgpfeRddkgT3z7vZJKE3JFz03 { top:394px;left:115px;width:551px;height:90px;display:block; }
 }@media only screen and (max-width: 763px) { #quTezSpDdGZDK1zUO5piaoIFJuS645Vo { top:51px;left:0px;width:764px;height:58px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #eGCcExUW4hDbPWJh16xOy5zTxZZ991Tw { top:36px;left:0px;width:320px;height:65px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ { display:block; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKXKzchpnvhvwznMLt8eTFnNylJAl7ul { top:60px;left:0px;width:764px;height:78px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v2mAXT6cpR54ulNgA0d2t4t8kRu9tFxy { top:33px;left:0px;width:320px;height:104px;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { display:block; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { top:41px;left:0px;width:764px;height:103px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { top:175px;left:0px;width:764px;height:97px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fqmWVxzknsm37852kqo6poeLzn8vu7rD { top:311px;left:0px;width:764px;height:29px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { display:block;width:326px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:39px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-checkbox-label { width:307px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { width:326px;height:389px;top:380px;left:0px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { width:326px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { width:326px;height:389px;top:380px;left:0px; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { display:none; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh {  }
 }@media only screen and (max-width: 763px) { #DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { top:36px;left:0px;width:320px;height:97px;font-size:40px;display:none; }
 }@media only screen and (max-width: 763px) { #PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { top:480px;left:0px;width:320px;height:46px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { display:block; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { top:51px;left:0px;width:764px;height:58px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { top:190px;left:332px;width:432px;height:499px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { top:435px;left:0px;width:291px;height:604px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { top:165px;left:281px;width:483px;height:550px;display:block; }
 }@media only screen and (max-width: 763px) { #GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { top:165px;left:0px;width:420px;height:441px;display:block; }
 }@media only screen and (max-width: 763px) { #E5rrTapPHXJHXxfleTOufVSsmk7A75HX { top:247px;left:0px;width:418px;height:436px;display:block; }
 }@media only screen and (max-width: 763px) { #wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { width:764px;height:773px;display:none; }
 }@media only screen and (max-width: 763px) { #kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { top:759px;left:0px;width:764px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { top:30px;left:0px;width:764px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2c25ccbb-d9ca-4e64-9c5d-645b0059023e/Frame147.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:720px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqbiz2g2Xa4aUQmKN74f3KZRk6M14rWs { width:190px;height:45px;top:517px;left:15px;font-size:15px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc7hdp61SMMtfsL3MH1KvNmvRExZJIw { display:block; }
 }@media only screen and (max-width: 763px) { #qsOUcQy4hI89P3Exe6d4xxREmeaoRNfS { width:144px;height:50px;top:10px;left:88px;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8SIm60XeobLSifbIMtNB1hXIVUwGEK { width:147px;height:234px;top:486px;left:173px;display:block; }
 }@media only screen and (max-width: 763px) { #AyoN5GBqpFaMeL5CM3ySzbO0LKTHQGyB { width:251px;height:2px;top:201.1875px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lE29hS2XxwuOheyXZXPdXNtNOtUaFRi6 { width:280px;height:0;top:218.1875px;left:16px;font-size:17px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q3UIpmWcwdJ8y4Zcm7q77DRmTTL05yEA { width:290px;height:32.5px;top:397px;left:15px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aK089dPP0LH0q8b19wJVrAvuq8QiH1F7 { width:44px;height:44px;top:355px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #QDrWqOCvuxogAfVRENLN2HlvmUmMzsqB { width:274px;height:0;top:77.40625px;left:23px;font-size:32px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xPFabsFrBOxXxlsEO65Q0BUeepaAC53P { width:320px;height:26px;top:430px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rv9F0xLVTfyOqamCRgZA8csG7uy3xfcs { width:274px;height:97.5px;top:92.40625px;left:23px;font-size:25px;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OcUJapsnUOcXVTEQEJixRLTbk9IeXDsq { width:280px;height:66.2695px;top:233.625px;left:20px;font-size:17px;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF { display:block; }#rvA7Tb0TcDVpwMUVo3EfHD5ilq2TBPtF > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mm5UAJAPLs7LsBhLtwyyl2SNvdvoLuXF { width:320px;height:779.8813px;top:15.48828125px;left:0px;font-size:20px;text-shadow:1px 1px 3px rgba(0,0,0,0);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp { display:block; }#fQrmuf4LOqXXsLOrTIfeZeu7FLc4tsIp > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0o20mNfIAEACOD5qZ86eIT0NEAUbu25 { width:203px;height:45px;top:26px;left:59px;font-size:15px;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #ASTCP4l0VMROBNJ6suKeIyTEd9p1nH2T { display:block; }
 }@media only screen and (max-width: 763px) { #lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa { display:block; }#lJQLIcQgQLaGbbk7auFpTNCWfB2trPLa > .row .container { width:320px;height:410px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXUdoTJBVNazAxEZPMt8DVsWJcTwdny4 { width:249px;height:39.0234px;top:155px;left:65px;font-size:13px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #urGJiOiLGZd4sL4IXhlX9io3XH0kg3Rd { width:248px;height:16.8945px;top:138px;left:65px;font-size:13px;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #vTTk3v66L9gJ7vbyH067MBCFsyudfTf5 { width:210px;height:26.0156px;top:247px;left:65px;font-size:13px;z-index:15049;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #g2lCWlS9lOJu3e9KN02ZSyVtuzGIZKKB { width:248px;height:16.8945px;top:231px;left:65px;font-size:13px;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #GOti3zfsQgXThRFDUWx7FzmSPepieMkz { width:62px;height:62px;top:131px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Mw8es2SP5CruTOT2ZRCPHgqGN25WsvBb { width:34px;height:34px;top:231px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #sOcSfaD5G6gtWK3OcUGgFpFqBmiZH0H9 { width:62px;height:62px;top:217px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OhhXR01c9qruW1JpsK8RTP7c7KBRi3Cm { width:171px;height:16.8945px;top:333px;left:65px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #F2gxldVCFO5emRmyIFuWTcVozd0tm14b { width:248px;height:16.8945px;top:317px;left:65px;font-size:13px;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #EId7io0X2ZZUDKw5MSeOGT5CgVWApFae { width:34px;height:34px;top:317px;left:14px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #hTDTrb42PsGW6nV6fWpMMqDI55VJeFmh { width:62px;height:62px;top:303px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #X402NdUrCP7UT496ZwB3Lcf6QFnLnesw { width:34px;height:34px;top:145px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SzkdFFGQ4QJi4yEm6pgeqBbgtOfJikMr { width:265px;height:63px;top:132px;left:16px;border-top-left-radius:13px;border-top-right-radius:0;border-bottom-left-radius:13px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #ITT90TIGLNWXpTuML36wZ8vJ3vsKQHhi { width:73px;height:73px;top:128px;left:245px;display:block; }
 }@media only screen and (max-width: 763px) { #o1HRyu312AJN92raBm32D2DGAyJaq3FS { width:265px;height:63px;top:216px;left:14px;border-top-left-radius:13px;border-top-right-radius:0;border-bottom-left-radius:13px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #xUcSJ8IHnFlqc3BzlrMD0W0gRGDl4QLR { width:73px;height:73px;top:211px;left:245px;font-size:51px;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #EvpeTsse59DxanZIMNM1MEoGz0dsV18U { width:73px;height:73px;top:297px;left:247px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #LUqTiJwPgpfeRddkgT3z7vZJKE3JFz03 { width:265px;height:63px;top:302px;left:16px;border-top-left-radius:13px;border-top-right-radius:0;border-bottom-left-radius:13px;border-bottom-right-radius:0;display:block; }
 }@media only screen and (max-width: 763px) { #quTezSpDdGZDK1zUO5piaoIFJuS645Vo { width:320px;height:0;top:31px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eGCcExUW4hDbPWJh16xOy5zTxZZ991Tw { width:320px;height:65px;top:36px;left:0px;font-size:25px;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ { display:block; }#q5oCzlBmLy47TtFdw1cEJqJ6evod4URZ > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eKXKzchpnvhvwznMLt8eTFnNylJAl7ul { width:320px;height:0;top:32px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v2mAXT6cpR54ulNgA0d2t4t8kRu9tFxy { width:320px;height:103.9844px;top:27.5px;left:0px;font-size:20px;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG { display:block; }#TBRrSK1QLzfbNgwZRHk4sd4g3UwRtJNG > .row .container { width:320px;height:765px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuW3TNX2Bk0aD4s9be5KHnpiiu61AEB0 { width:320px;height:0;top:41px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QMaZeD6ldkea9ASCMFwTmFIUV5kLrI15 { width:320px;height:116.9922px;top:152.96875px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fqmWVxzknsm37852kqo6poeLzn8vu7rD { width:320px;height:0;top:455.484375px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-regular-label { display:block;width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:15px;overflow:hidden;height:auto; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;height:28px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-text {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-select {padding-top: 0; padding-bottom: 0;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-input-button { width:212px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:34px;font-size:18px;overflow:hidden; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c  { width:280px;height:auto;top:374.2578125px;left:0px; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c {display:block;}#CUfFU4nTN6BG3nuGub4feq5leMTbfn0c { width:280px;height:auto;top:374.2578125px;left:0px; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #rVCItVa16XupJ94AQ4Tkwnp4yp54QyIt {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LJ5TyCGXG6TRJAPukNTAqf9Qk2QsCd69 { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pJowLJVTJE2D992zPxPGFhxn5RH1Fz3R {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #IREI6OK1yMZIeimaEGxebtvvXabncGvP {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #iuJOMhq9liigTsuDdgsnXC2yfEMiLTc5 { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #LlQlvrKxkvslSlz2Ss3cXLUngbxkBWIJ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #MGAguLFeW3EoGwTd0ZsCxQuileSzBFZC {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Zu8aNRywJfEAsklMm4cWOyVkSqls0xpV { display:block; }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #Eu5fkIsAg7Koszvyu6sIr63GJK4PMi8E {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #dvS3hmtILNbPzi4Za2XbLLqHcrNmn5vx {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #pyiE8P1m1dDgLTSkGTGoKuLS7EpNgH1W {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #OUt5fmTzc0ox3k79yXLGpUL8MWTd5dTK {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #a7lTaurmRIWwNsaZJ4TmC8IHvnKNVJkZ {  }
 }@media only screen and (max-width: 763px) { #CUfFU4nTN6BG3nuGub4feq5leMTbfn0c #JygoM37ihoTaEKoGyXS5s0IleiNVgqUh {  }
 }@media only screen and (max-width: 763px) { #DwrChLg8fN0a5XXpTkfw6kqzZy7mswC1 { width:320px;height:97.5px;top:37px;left:0px;font-size:25px;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PkxOeX7KtaTQ936TlgPA6SUHVPOK7HQr { width:320px;height:46.7968px;top:301.25px;left:0px;font-size:18px;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg { display:block; }#KNEJAbixhVvMOzvOMCUOrbZ60dGcFMeg > .row .container { width:320px;height:1055px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbo5fANq7ikekLbMgyWC73qprQ8vaHBo { width:320px;height:32.5px;top:34px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFtJ8DEkNdN58ImPrLSvADQqNGlleHRy { width:291px;height:0;top:379.46875px;left:14.5px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vLJVhidoLZsOIHUvDihCfIfzKExfEoU7 { width:291px;height:604.2581px;top:392px;left:15px;font-size:15px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #O1dCAUXZmT6iyh2ks50lHehPK22zqQ45 { width:320px;height:638px;top:375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GFss3GlBQL9AVJBbyXOLQ77ZT7NTXT58 { width:320px;height:336px;top:1139.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #E5rrTapPHXJHXxfleTOufVSsmk7A75HX { width:320px;height:333.77990430622px;top:1495.5px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #wbI1OTq7wM498bvzyzTtt6T3xFnz8zRo { top:96px;left:31px;width:258px;height:260px;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kTMLuubWEkndXANyvV1Cp9i4bdXK7M5A { width:320px;height:2px;top:1033px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GplANTScfJyX815wrOEvcwVwGBJxuh4M { display:block; }#GplANTScfJyX815wrOEvcwVwGBJxuh4M > .row .container { width:320px;height:50px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLd6VDVMI3oza8wET6OI5vBOmm0xr76c { width:320px;height:18.2031px;top:17.40625px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }