.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { background-color: transparent; background-image: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container > .video-iframe-container { display: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row > .video-iframe-container { display: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .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); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { border-width: 0; border-radius: 0; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { font-size:0.875rem;font-family:arial;height:68.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#Q3H7ZwQupWowlB1pxWdIGNGwWKGsWDNw { color:#ffffff;display:block;width:59.75rem;position:absolute;font-family:inter;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6640625rem;left:7.75rem;height:7.067875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbJUibszPt6078zR2s4k661HMAenrWUw { position:absolute;display:block;z-index:15003;height:33.0625rem;width:59.3125rem;top:17.66796875rem;left:7.8125rem;display:block; }
#ErsVIDOtI7U63F8o8Eq4qPwA7slEZR4u { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:4.1875rem;left:7.5rem;display:block; }
#dVXA816uTWFDcR9ZfzlzXeGtOyx4TCkM { color:#b3b3b3;display:block;width:43.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:15.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#qTgihGa3zM6ab8HvOR0KSh8VOpFJVN7e { color:#ffffff;display:block;width:59.75rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6640625rem;left:7.75rem;height:7.066375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XOBflgrQTItA0uKBBrtaNAhE5TQfBxlw { background-color:#8c0101;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.25rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.3125rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:53.625rem;left:22.3125rem;display:block; }
#lvxCJzecPMxSezUa1yHkXWpKRm5FJfBm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oWZo5TmxXfirtVBLvTNw6XTzLXCVcD4c { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:"bree serif";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:37.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#DHroiGScD8gvuB9w59HkvnGGNUvg7E9Q { 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:4.1875rem;width:3.4375rem;top:0.3125rem;left:33.8125rem;overflow:hidden;display:block; }
#Lxk16PXKNdth4zKZbUlfMB5ONAk1vXv2 { color:#ffffff;display:block;width:46.8125rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:60.9375rem;left:14.0625rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#liTX6A5Dh2tuxBInD9Z1dGCtIFqucbah { color:#fdcf49;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9375rem;left:16.3125rem;height:2.76220625rem;display:block; }
#X8ixETGl3CPNwSkIDrTKBhdaFyT4MOsC { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:11.4375rem;left:16.3125rem;height:14.5rem;display:block; }
#pB46Sq1dfv3I86aPszIayI3TLuArJbsm { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29rem;left:16.3125rem;height:5.01220625rem;display:block; }#pB46Sq1dfv3I86aPszIayI3TLuArJbsm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pB46Sq1dfv3I86aPszIayI3TLuArJbsm li:before{  }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-form-header {  }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:24.5625rem;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;font-style:normal; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:24.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .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;border-right:0;border-bottom:0;border-left:0;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:24.5625rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-checkbox { width:1rem;height:1rem;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; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .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:#000000;background-image:none;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:24.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:23.375rem;overflow:hidden;font-style:normal;float:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .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; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-container:first-of-type{padding-top:0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-container:last-of-type{padding-bottom:0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.125rem;top:17.5625rem;z-index:14999;position:absolute; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;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; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk {display:block;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:46.125rem;top:17.5625rem;z-index:14999;position:absolute;display:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nOauBZ9SD3B90LNzVMLUhFc1uZdr2PlV { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hODecf60v3EvrAShB3EPDhygkTTM0wU4 { position:relative;display:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hvEc57NkR9KIwRiOrvHPq4S1Zfr9lBCm { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #zs7nxLcTVXDWBqo5Tt7QA95HR97HExOV { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #Ci5Fs70Vkesp9r4N7QJfRZAw2Qp8nFys { position:relative;display:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #a8GWccICkMTymC7BaEgDm3uJO8pUKipW { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nt5aKxqG76AwBxo7TW3ss4y4F4CJ0Kdn { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #ZVogqMaEgWT6srHHyahQRcavOzCpmwqT { position:relative;display:none; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hbN0bQ7IxCXHZINras8pMgSSFso0seOQ { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #y73K9TsZhaaiWINFr8v7p8hQfw6IAuiA { position:relative; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #LAg8MKnGcqOpxGlHAcK4TMCSXXG9FBrw { position:relative; }
#JBf4Bcryf89RxWASuBOiN4EbPGdCMw1n { color:#fdcf49;display:block;width:28.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.38671875rem;left:45.625rem;height:2.923825rem;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:none; }
#dRryNcPeouekVbE47cp5wUTsaLf3qLbT { 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:18.75rem;width:18.75rem;display:none; }
#AHHgF4li87maMxGz4i7n0XWWN9bmG06N { position:relative;display:block; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N { background-color: transparent; background-image: none; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container > .video-iframe-container { display: none; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row > .video-iframe-container { display: none; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .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); }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N { border-width: 0; border-radius: 0; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#W6flMnLdgfTKy8WyZdqd8hq8ebUHbvaf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:5.8125rem;left:33.46875rem; }
#ESIeTFFp7B9ovVfHJsWaMlUpT0NsIyZx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:2.59375rem;left:33.53125rem; }
#GkRFoOuRhIeL7xPucxxTNo7TNpuHuRhl { color:#fdcf49;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:12.3818359375rem;left:4.78125rem;height:2.69970625rem;display:block; }
#QC7OGs1nxfo8M9peKF4WbPwFDXGw5TSG { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.09375rem;height:5.0371125rem;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; }
#NDFTL124xXuDRlped1eqXt5ttViywKF6 { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.625rem;left:1.09375rem;height:2.92480625rem;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; }
#UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1796875rem;left:1.09375rem;height:12.94925rem;display:block; }#UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT li:before{  }
#htS3TRBMzpDa7KGarALS8g7hHH5A0KQB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:23.5rem;width:14.0625rem;top:18.5625rem;left:49.09375rem;overflow:hidden;display:block; }
#idOt0TAUTopko42IUu5wb0eRCceecInr { background-color:#fdcf49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:44.375rem;left:12rem;display:block; }
#TZ5rIslFSNJm8SddlOWTgWmJcptJa1g7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk { position:relative;display:block; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk { background-color: transparent; background-image: none; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container > .video-iframe-container { display: none; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row > .video-iframe-container { display: none; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .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); }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk { border-width: 0; border-radius: 0; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o7QiUMW8ykKRGNA81b0cU4lKeIpNNu0n { color:#fdcf49;display:block;width:48.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:3.4375rem;left:13.28125rem;height:2.69970625rem;display:block; }
#N8ei5iphqmuFrc8o4X0Vt7MPVuFa2RsG { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.1875rem;left:13.53125rem;height:6.75rem;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; }
#VCbXgVRLroMszOnsQeVVkdBmxlPUOmzM { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:9.1875rem;left:13.53125rem;height:6.75rem;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:none; }
#hKeyVrKNO8WIL90kxUTbQ1FUWVlOt6JH { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:17.875rem;left:13.53125rem;height:1.6875rem;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; }
#dfRA0RZdJBq6cX2TqftPReUyGP3T3I3Z { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:21.1875rem;left:13.28125rem;height:8.4375rem;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; }
#uTVFcXwNUdblmUSTQZVIU4OCK4UiVdMF { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:31.9375rem;left:13.53125rem;height:1.6875rem;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; }
#tgHn4uA3O6rldMV7NvBN5y6GgkZGhEot { background-color:#fdcf49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.9375rem;left:27.1875rem;display:block; }
#unERuAw9SzTWMl5PIl1vOlrx8RT0D0e5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 { position:relative;display:block; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 { background-color: transparent; background-image: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container > .video-iframe-container { display: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row > .video-iframe-container { display: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .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); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 { border-width: 0; border-radius: 0; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e4NvzJEvrEHyF4FHnEqoNFHdBH8gwRz9 { 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:13.875rem;width:75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#RTvIQzFERZ18DElauNh2t5lMIe4ifEy9 { color:#000000;display:block;width:60.25rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:3.75rem;left:6.75rem;height:5.3994125rem;text-align:center;text-align-last:center;display:block; }
#Vl8HQufwXlDyf3qOCeRnUkFdsyOgpHIA { 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:19.0625rem;width:26.9375rem;display:none; }
#uZtRZ5rigF7mrnEWg8K8TuVNAivNlQHd { color:#000000;display:block;width:50.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.8125rem;left:11.5625rem;height:3.375rem;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; }
#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV { position:relative;display:block; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV { background-color: transparent; background-image: none; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container > .video-iframe-container { display: none; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row > .video-iframe-container { display: none; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .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); }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV { border-width: 0; border-radius: 0; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VeRTrWPaITF272PtkTDIZe0GxyFzVEZi { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.0625rem;height:5.0371125rem;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; }
#l3atoxw95cMhvWwVBzgbUK9GgJEDqpNq { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:13.25rem;left:1.0625rem;height:9.44726875rem;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; }
#c8PM4pgfTaaMwTcFmOxISyth3mFAeIXC { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.625rem;width:15.9375rem;top:4.66064453125rem;left:34.75rem;overflow:hidden;display:block; }
#FTgmm7D4MCCfo7mtNhRiIb3dTlHqI5hP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.625rem;width:15.9375rem;top:4.66064453125rem;left:53.875rem;overflow:hidden;display:block; }
#apds3SeMguRH7STalFX4KpyEUBiTdkJU { position:relative;display:block; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU { background-color: transparent; background-image: none; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container > .video-iframe-container { display: none; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row > .video-iframe-container { display: none; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .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); }#apds3SeMguRH7STalFX4KpyEUBiTdkJU { border-width: 0; border-radius: 0; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#emSViXbPgX5LxtDcCdEucD5cCbZ3olTT { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0625rem;left:41.3125rem;height:5.0371125rem;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; }
#MEcceiCvk391L5PnmdUTsbdMW0gnlJd7 { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:13rem;left:41.3125rem;height:7.875rem;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; }
#Az9Coy5ITgvnAOcb9Wm6TCggq7EvtVL5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.3125rem;width:15.1875rem;top:1.34375rem;left:2rem;overflow:hidden;display:block; }
#bziZ5yzE5bRLtrDZ6XEzNl6JcK5VhOPI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:25.3125rem;width:15.1875rem;top:1.34375rem;left:19.25rem;overflow:hidden;display:block; }
#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO { position:relative;display:block; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO { background-color: transparent; background-image: none; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container > .video-iframe-container { display: none; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row > .video-iframe-container { display: none; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .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); }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO { border-width: 0; border-radius: 0; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l1Tcvk4hnq7Qt3EpyRHr0VCUET1XQahc { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.09375rem;height:5.0371125rem;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; }
#CPKT2lu35xCFHdbcWN1RsMysMQ1pDDED { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:11.8125rem;left:1.09375rem;height:5.625rem;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; }
#dyOvaDE4p1axmpzglZRokCfNr6ZRPmN4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.1875rem;width:15.6875rem;top:0.625rem;left:41.6875rem;overflow:hidden;display:block; }
#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ { position:relative;display:block; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ { background-color: transparent; background-image: none; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container > .video-iframe-container { display: none; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row > .video-iframe-container { display: none; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .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); }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ { border-width: 0; border-radius: 0; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mTmK9PleyHKq2ngNRKTU0TUxIiwBJ8CR { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:39.8125rem;height:5.0371125rem;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; }
#pazcpXiHQ2JWBUMSXTuzwtEcQsdA2hES { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:11.875rem;left:39.8125rem;height:5.625rem;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; }
#u5ucKul7NhanGp111d4TMs9bmZv1RnvD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.6875rem;width:16rem;top:0.65625rem;left:1.65625rem;overflow:hidden;display:block; }
#KpZJB1OKnRUOyi4iQmFxnJIyTX7v2zQA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:26.6875rem;width:15rem;top:0.65625rem;left:18.6875rem;overflow:hidden;display:block; }
#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB { position:relative;display:block; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB { background-color: transparent; background-image: none; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container > .video-iframe-container { display: none; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row > .video-iframe-container { display: none; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .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); }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB { border-width: 0; border-radius: 0; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WWfueKCwPA2mqQSNFTcfJxBXrFVKsfkU { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:1.09375rem;height:5.0371125rem;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; }
#kk2EVd49vDcZzP7kvs6mVLRZS7TTflFi { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:11.8125rem;left:1.09375rem;height:7.875rem;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; }
#TP4bLaXpLlSSIV87NuhWG7ARcBJ3Tdiq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.75rem;width:23.6875rem;top:3.4375rem;left:41.6875rem;overflow:hidden;display:block; }
#gTPmWmLAWUOdTDFCnVOsrFX1FUpr8zRc { background-color:#fdcf49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26rem;left:27.1875rem;display:block; }
#ogGifAEK8zEAOCVbfmG6xiGcChOMTq68 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE { position:relative;display:block; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE { background-color: transparent; background-image: none; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container > .video-iframe-container { display: none; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row > .video-iframe-container { display: none; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .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); }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE { border-width: 0; border-radius: 0; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UAiRkf7XHmpiPTEyWOrBWfJ8KJSpT0nJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.3125rem;left:33.5625rem; }
#dVKNfFqzw5Q3iAAJSaZvRxWf2RgspteC { color:#fdcf49;display:block;width:65.4375rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:12.125rem;left:4.8125rem;height:8.099125rem;text-align:center;text-align-last:center;display:block; }
#kzmyZgtiTHhmJPJAneWRC2MXtCxbxDbV { color:#ffffff;display:block;width:42.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.75rem;left:16.28125rem;height:4.38720625rem;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; }
#bnSAbqfmbEDkTGgOg72phTnoyw1fq6Pk { background-color:#fdcf49;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.875rem;left:27.1875rem;display:block; }
#oT3EfniupO4RLWPsUsGpbM86uDxaPu8J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IEZrXy28mXTcFyT0piwsMJo3daneH3ED { display:block; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3H7ZwQupWowlB1pxWdIGNGwWKGsWDNw { top:8.625rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbJUibszPt6078zR2s4k661HMAenrWUw { top:17.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsVIDOtI7U63F8o8Eq4qPwA7slEZR4u { top:4.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVXA816uTWFDcR9ZfzlzXeGtOyx4TCkM { top:5.8125rem;left:2.3125rem;width:43.0625rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTgihGa3zM6ab8HvOR0KSh8VOpFJVN7e { top:8.625rem;left:0rem;width:20rem;height:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOBflgrQTItA0uKBBrtaNAhE5TQfBxlw { width:30.3125rem;height:4.3125rem;top:53.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvxCJzecPMxSezUa1yHkXWpKRm5FJfBm { display:block; }
 }@media only screen and (max-width: 763px) { #oWZo5TmxXfirtVBLvTNw6XTzLXCVcD4c { top:1.1875rem;left:24.0625rem;width:6.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHroiGScD8gvuB9w59HkvnGGNUvg7E9Q { top:0.3125rem;left:20.1875rem;width:3.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxk16PXKNdth4zKZbUlfMB5ONAk1vXv2 { top:60.9375rem;left:0.4375rem;width:46.8125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liTX6A5Dh2tuxBInD9Z1dGCtIFqucbah { top:5.9375rem;left:2.6875rem;width:42.4375rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ixETGl3CPNwSkIDrTKBhdaFyT4MOsC { top:11.4375rem;left:2.6875rem;width:42.4375rem;height:14.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB46Sq1dfv3I86aPszIayI3TLuArJbsm { top:29rem;left:2.6875rem;width:42.4375rem;height:5rem;font-size:1.125rem;display:block; }#pB46Sq1dfv3I86aPszIayI3TLuArJbsm li:before{  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-regular-label { display:block;width:24.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-textarea { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-select { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-button { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-checkbox-label { width:23.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk  { width:24.5625rem;height:14rem;top:17.5625rem;left:20.6875rem; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .radio-container { width:24.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk {display:block;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk { width:24.5625rem;height:14rem;top:17.5625rem;left:20.6875rem; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nOauBZ9SD3B90LNzVMLUhFc1uZdr2PlV {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hODecf60v3EvrAShB3EPDhygkTTM0wU4 {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hvEc57NkR9KIwRiOrvHPq4S1Zfr9lBCm {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #zs7nxLcTVXDWBqo5Tt7QA95HR97HExOV {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #Ci5Fs70Vkesp9r4N7QJfRZAw2Qp8nFys { display:block; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #a8GWccICkMTymC7BaEgDm3uJO8pUKipW {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nt5aKxqG76AwBxo7TW3ss4y4F4CJ0Kdn {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #ZVogqMaEgWT6srHHyahQRcavOzCpmwqT {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hbN0bQ7IxCXHZINras8pMgSSFso0seOQ {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #y73K9TsZhaaiWINFr8v7p8hQfw6IAuiA {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #LAg8MKnGcqOpxGlHAcK4TMCSXXG9FBrw {  }
 }@media only screen and (max-width: 763px) { #JBf4Bcryf89RxWASuBOiN4EbPGdCMw1n { top:13.375rem;left:19.6875rem;width:28.0625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRryNcPeouekVbE47cp5wUTsaLf3qLbT { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHHgF4li87maMxGz4i7n0XWWN9bmG06N { display:block; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6flMnLdgfTKy8WyZdqd8hq8ebUHbvaf { top:5.8125rem;left:19.84375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIeTFFp7B9ovVfHJsWaMlUpT0NsIyZx { top:2.5625rem;left:19.90625rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkRFoOuRhIeL7xPucxxTNo7TNpuHuRhl { top:12.375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC7OGs1nxfo8M9peKF4WbPwFDXGw5TSG { top:18.25rem;left:0rem;width:42.375rem;height:5.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDFTL124xXuDRlped1eqXt5ttViywKF6 { top:24.625rem;left:0rem;width:42.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT { top:29.125rem;left:0rem;width:47.25rem;height:12.9375rem;font-size:1rem;display:block; }#UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT li:before{  }
 }@media only screen and (max-width: 763px) { #htS3TRBMzpDa7KGarALS8g7hHH5A0KQB { top:18.5625rem;left:31.1875rem;width:14.0625rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOt0TAUTopko42IUu5wb0eRCceecInr { width:20.625rem;height:3.9375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5rIslFSNJm8SddlOWTgWmJcptJa1g7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk { display:block; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7QiUMW8ykKRGNA81b0cU4lKeIpNNu0n { top:3.4375rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8ei5iphqmuFrc8o4X0Vt7MPVuFa2RsG { top:9.1875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCbXgVRLroMszOnsQeVVkdBmxlPUOmzM { top:6.9375rem;left:0rem;width:20rem;height:13.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKeyVrKNO8WIL90kxUTbQ1FUWVlOt6JH { top:17.875rem;left:0rem;width:42.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRA0RZdJBq6cX2TqftPReUyGP3T3I3Z { top:21.1875rem;left:0rem;width:42.4375rem;height:8.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVFcXwNUdblmUSTQZVIU4OCK4UiVdMF { top:31.9375rem;left:0rem;width:42.4375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHn4uA3O6rldMV7NvBN5y6GgkZGhEot { width:20.625rem;height:3.9375rem;top:35.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unERuAw9SzTWMl5PIl1vOlrx8RT0D0e5 { display:block; }
 }@media only screen and (max-width: 763px) { #UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 { display:block; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4NvzJEvrEHyF4FHnEqoNFHdBH8gwRz9 { top:2.25rem;left:0rem;width:47.75rem;height:8.83375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTvIQzFERZ18DElauNh2t5lMIe4ifEy9 { top:3.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl8HQufwXlDyf3qOCeRnUkFdsyOgpHIA { width:26.9375rem;height:19.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZtRZ5rigF7mrnEWg8K8TuVNAivNlQHd { top:9.8125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV { display:block; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeRTrWPaITF272PtkTDIZe0GxyFzVEZi { top:6.3125rem;left:0rem;width:32.875rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3atoxw95cMhvWwVBzgbUK9GgJEDqpNq { top:13.25rem;left:0rem;width:33.6875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PM4pgfTaaMwTcFmOxISyth3mFAeIXC { top:4.625rem;left:21.125rem;width:15.9375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTgmm7D4MCCfo7mtNhRiIb3dTlHqI5hP { top:4.625rem;left:31.8125rem;width:15.9375rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apds3SeMguRH7STalFX4KpyEUBiTdkJU { display:block; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emSViXbPgX5LxtDcCdEucD5cCbZ3olTT { top:6.0625rem;left:14.875rem;width:32.875rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEcceiCvk391L5PnmdUTsbdMW0gnlJd7 { top:13rem;left:14.0625rem;width:33.6875rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az9Coy5ITgvnAOcb9Wm6TCggq7EvtVL5 { top:1.3125rem;left:0rem;width:15.1875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bziZ5yzE5bRLtrDZ6XEzNl6JcK5VhOPI { top:1.3125rem;left:5.625rem;width:15.1875rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO { display:block; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1Tcvk4hnq7Qt3EpyRHr0VCUET1XQahc { top:4.875rem;left:0rem;width:32.875rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPKT2lu35xCFHdbcWN1RsMysMQ1pDDED { top:11.8125rem;left:0rem;width:33.6875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOvaDE4p1axmpzglZRokCfNr6ZRPmN4 { top:0.625rem;left:28.0625rem;width:15.6875rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ { display:block; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTmK9PleyHKq2ngNRKTU0TUxIiwBJ8CR { top:4.9375rem;left:14.875rem;width:32.875rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazcpXiHQ2JWBUMSXTuzwtEcQsdA2hES { top:11.875rem;left:14.0625rem;width:33.6875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ucKul7NhanGp111d4TMs9bmZv1RnvD { top:0.625rem;left:0rem;width:16rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpZJB1OKnRUOyi4iQmFxnJIyTX7v2zQA { top:0.625rem;left:5.0625rem;width:15rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB { display:block; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWfueKCwPA2mqQSNFTcfJxBXrFVKsfkU { top:4.875rem;left:0rem;width:32.875rem;height:5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk2EVd49vDcZzP7kvs6mVLRZS7TTflFi { top:11.8125rem;left:0rem;width:33.6875rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4bLaXpLlSSIV87NuhWG7ARcBJ3Tdiq { top:3.4375rem;left:20.75rem;width:23.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPmWmLAWUOdTDFCnVOsrFX1FUpr8zRc { width:20.625rem;height:3.9375rem;top:26rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogGifAEK8zEAOCVbfmG6xiGcChOMTq68 { display:block; }
 }@media only screen and (max-width: 763px) { #bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE { display:block; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAiRkf7XHmpiPTEyWOrBWfJ8KJSpT0nJ { top:2.3125rem;left:19.9375rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVKNfFqzw5Q3iAAJSaZvRxWf2RgspteC { top:12.125rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzmyZgtiTHhmJPJAneWRC2MXtCxbxDbV { top:22.75rem;left:2.65625rem;width:42.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSAbqfmbEDkTGgOg72phTnoyw1fq6Pk { width:20.625rem;height:3.9375rem;top:29.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3EfniupO4RLWPsUsGpbM86uDxaPu8J { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IEZrXy28mXTcFyT0piwsMJo3daneH3ED { background-color:#000000;background-image:none;display:block; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { background-color: transparent; background-image: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container > .video-iframe-container { display: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row > .video-iframe-container { display: none; }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .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); }#IEZrXy28mXTcFyT0piwsMJo3daneH3ED > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3H7ZwQupWowlB1pxWdIGNGwWKGsWDNw { width:20rem;height:0;top:6.4375rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mbJUibszPt6078zR2s4k661HMAenrWUw { width:20rem;height:16.1875rem;top:12.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErsVIDOtI7U63F8o8Eq4qPwA7slEZR4u { width:20rem;height:0.0625rem;top:3.7734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVXA816uTWFDcR9ZfzlzXeGtOyx4TCkM { width:20rem;height:1.21875rem;top:4.59375rem;left:0rem;font-size:0.9375rem;color:#b3b3b3;display:block; }
 }@media only screen and (max-width: 763px) { #qTgihGa3zM6ab8HvOR0KSh8VOpFJVN7e { width:20rem;height:4.3984375rem;top:6.5322265625rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15002;color:#ffffff;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #XOBflgrQTItA0uKBBrtaNAhE5TQfBxlw { width:19.3125rem;height:4.625rem;top:28.71875rem;left:0.5rem;font-size:1rem;line-height:1.2;background-color:#8c0101;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lvxCJzecPMxSezUa1yHkXWpKRm5FJfBm { display:block; }
 }@media only screen and (max-width: 763px) { #oWZo5TmxXfirtVBLvTNw6XTzLXCVcD4c { width:6.1875rem;height:1.54345625rem;top:1.0712890625rem;left:9.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHroiGScD8gvuB9w59HkvnGGNUvg7E9Q { width:3.4375rem;height:4.1875rem;top:0rem;left:5.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lxk16PXKNdth4zKZbUlfMB5ONAk1vXv2 { width:20rem;height:3.09375rem;top:35.03125rem;left:0rem;font-size:0.9375rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liTX6A5Dh2tuxBInD9Z1dGCtIFqucbah { width:20rem;height:1.94970625rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8ixETGl3CPNwSkIDrTKBhdaFyT4MOsC { width:20rem;height:12.37305rem;top:5.849609375rem;left:0rem;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pB46Sq1dfv3I86aPszIayI3TLuArJbsm { width:20rem;height:10.8618125rem;top:19.7568359375rem;left:0rem;font-size:1.125rem;display:block; }#pB46Sq1dfv3I86aPszIayI3TLuArJbsm li:before{  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk  { width:17.5rem;height:auto;top:37.2568359375rem;left:0rem; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk {display:block;}#fE2AocSy8QKeIshrQlCfaFgaZseED3Xk { width:17.5rem;height:auto;top:37.2568359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nOauBZ9SD3B90LNzVMLUhFc1uZdr2PlV {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hODecf60v3EvrAShB3EPDhygkTTM0wU4 { display:none; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hvEc57NkR9KIwRiOrvHPq4S1Zfr9lBCm {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #zs7nxLcTVXDWBqo5Tt7QA95HR97HExOV {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #Ci5Fs70Vkesp9r4N7QJfRZAw2Qp8nFys { display:none; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #a8GWccICkMTymC7BaEgDm3uJO8pUKipW {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #nt5aKxqG76AwBxo7TW3ss4y4F4CJ0Kdn {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #ZVogqMaEgWT6srHHyahQRcavOzCpmwqT { display:none; }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #hbN0bQ7IxCXHZINras8pMgSSFso0seOQ {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #y73K9TsZhaaiWINFr8v7p8hQfw6IAuiA {  }
 }@media only screen and (max-width: 763px) { #fE2AocSy8QKeIshrQlCfaFgaZseED3Xk #LAg8MKnGcqOpxGlHAcK4TMCSXXG9FBrw {  }
 }@media only screen and (max-width: 763px) { #JBf4Bcryf89RxWASuBOiN4EbPGdCMw1n { width:20rem;height:3.8994125rem;top:31.900390625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRryNcPeouekVbE47cp5wUTsaLf3qLbT { top:33.3125rem;left:0.625rem;width:18.75rem;height:18.75rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHHgF4li87maMxGz4i7n0XWWN9bmG06N { display:block; }#AHHgF4li87maMxGz4i7n0XWWN9bmG06N > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6flMnLdgfTKy8WyZdqd8hq8ebUHbvaf { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ESIeTFFp7B9ovVfHJsWaMlUpT0NsIyZx { display:flex;width:5.1875rem;height:5.1875rem;top:0rem;left:7.40625rem; }
 }@media only screen and (max-width: 763px) { #GkRFoOuRhIeL7xPucxxTNo7TNpuHuRhl { width:20rem;height:6.599125rem;top:6.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QC7OGs1nxfo8M9peKF4WbPwFDXGw5TSG { width:20rem;height:4.875rem;top:15.0859375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDFTL124xXuDRlped1eqXt5ttViywKF6 { width:20rem;height:5.19921875rem;top:21.490234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT { width:20rem;height:19.44725rem;top:27.814453125rem;left:0rem;font-size:1rem;display:block; }#UCfPBO7LT4RV1P50qL6XKvAJVI7UAzLT li:before{  }
 }@media only screen and (max-width: 763px) { #htS3TRBMzpDa7KGarALS8g7hHH5A0KQB { width:13.0625rem;height:21.875rem;top:49.1171875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idOt0TAUTopko42IUu5wb0eRCceecInr { width:19rem;height:3.9375rem;top:72.8671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ5rIslFSNJm8SddlOWTgWmJcptJa1g7 { display:block; }
 }@media only screen and (max-width: 763px) { #Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk { display:block; }#Q9fGvMCnCNyZPtrP1inMZRI6bm5raaDk > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o7QiUMW8ykKRGNA81b0cU4lKeIpNNu0n { width:20rem;height:4.3994125rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #N8ei5iphqmuFrc8o4X0Vt7MPVuFa2RsG { width:20rem;height:10.5rem;top:6.7109375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VCbXgVRLroMszOnsQeVVkdBmxlPUOmzM { width:20rem;height:13.5rem;top:6.9375rem;left:0rem;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hKeyVrKNO8WIL90kxUTbQ1FUWVlOt6JH { width:20rem;height:3rem;top:22.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfRA0RZdJBq6cX2TqftPReUyGP3T3I3Z { width:20rem;height:16.5rem;top:27.0859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVFcXwNUdblmUSTQZVIU4OCK4UiVdMF { width:20rem;height:3rem;top:45.3359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgHn4uA3O6rldMV7NvBN5y6GgkZGhEot { width:19rem;height:3.9375rem;top:49.5859375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unERuAw9SzTWMl5PIl1vOlrx8RT0D0e5 { display:block; }
 }@media only screen and (max-width: 763px) { #UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 { background-color:#000000;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; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container { background-color: transparent; background-image: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container > .video-iframe-container { display: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row > .video-iframe-container { display: none; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .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); }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container { border-width: 0; border-radius: 0; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVPg7THeHT5RTiSrRvX9LyR8L4br5T09 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4NvzJEvrEHyF4FHnEqoNFHdBH8gwRz9 { width:20rem;height:11.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTvIQzFERZ18DElauNh2t5lMIe4ifEy9 { width:15.75rem;height:8.7988125rem;top:4.3125rem;left:2.125rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Vl8HQufwXlDyf3qOCeRnUkFdsyOgpHIA { top:2.3984375rem;left:0rem;width:20rem;height:22.3125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uZtRZ5rigF7mrnEWg8K8TuVNAivNlQHd { width:20rem;height:6rem;top:14.5234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV { display:block; }#KfGVAaZrxoyRNk07RNCb2LDnNTfMLaVV > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeRTrWPaITF272PtkTDIZe0GxyFzVEZi { width:20rem;height:8.7734375rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3atoxw95cMhvWwVBzgbUK9GgJEDqpNq { width:20rem;height:10.79735625rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PM4pgfTaaMwTcFmOxISyth3mFAeIXC { width:11.875rem;height:19.8125rem;top:25.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTgmm7D4MCCfo7mtNhRiIb3dTlHqI5hP { width:15.9375rem;height:26.625rem;top:46.4375rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #apds3SeMguRH7STalFX4KpyEUBiTdkJU { display:block; }#apds3SeMguRH7STalFX4KpyEUBiTdkJU > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emSViXbPgX5LxtDcCdEucD5cCbZ3olTT { width:20rem;height:8.7734375rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEcceiCvk391L5PnmdUTsbdMW0gnlJd7 { width:20rem;height:10rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az9Coy5ITgvnAOcb9Wm6TCggq7EvtVL5 { width:11.75rem;height:19.8125rem;top:24.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bziZ5yzE5bRLtrDZ6XEzNl6JcK5VhOPI { width:15.1875rem;height:25.3125rem;top:37.6875rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO { display:block; }#s50tw6dzdGBdFHnHrFkrqH27Tx08XEOO > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1Tcvk4hnq7Qt3EpyRHr0VCUET1XQahc { width:20rem;height:6.5800625rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPKT2lu35xCFHdbcWN1RsMysMQ1pDDED { width:20rem;height:8rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyOvaDE4p1axmpzglZRokCfNr6ZRPmN4 { width:11.6875rem;height:19.75rem;top:19.9375rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ { display:block; }#NRbzHQpVuVfBx9sl41e1VebEoic8XZoZ > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTmK9PleyHKq2ngNRKTU0TUxIiwBJ8CR { width:20rem;height:6.5800625rem;top:2.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pazcpXiHQ2JWBUMSXTuzwtEcQsdA2hES { width:20rem;height:8rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5ucKul7NhanGp111d4TMs9bmZv1RnvD { width:12.9375rem;height:21.75rem;top:20rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpZJB1OKnRUOyi4iQmFxnJIyTX7v2zQA { width:15rem;height:26.6875rem;top:33.8125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB { display:block; }#TrczcNqRZyg5SU5g0yN9X2IA9ghmFwiB > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWfueKCwPA2mqQSNFTcfJxBXrFVKsfkU { width:20rem;height:6.5800625rem;top:1.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kk2EVd49vDcZzP7kvs6mVLRZS7TTflFi { width:20rem;height:9rem;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4bLaXpLlSSIV87NuhWG7ARcBJ3Tdiq { width:17.5rem;height:13.125rem;top:21.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTPmWmLAWUOdTDFCnVOsrFX1FUpr8zRc { width:19rem;height:3.9375rem;top:37.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogGifAEK8zEAOCVbfmG6xiGcChOMTq68 { display:block; }
 }@media only screen and (max-width: 763px) { #bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE { display:block; }#bNRbed85Zw4kbgxVUVmC2ECgtpWNhuvE > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAiRkf7XHmpiPTEyWOrBWfJ8KJSpT0nJ { display:flex;width:7.9375rem;height:7.9375rem;top:1.25rem;left:6rem; }
 }@media only screen and (max-width: 763px) { #dVKNfFqzw5Q3iAAJSaZvRxWf2RgspteC { width:20rem;height:13.19825rem;top:10.125rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kzmyZgtiTHhmJPJAneWRC2MXtCxbxDbV { width:20rem;height:7.312rem;top:24.3828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnSAbqfmbEDkTGgOg72phTnoyw1fq6Pk { width:19rem;height:3.9375rem;top:33.4414375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3EfniupO4RLWPsUsGpbM86uDxaPu8J { display:block; }
 }