.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fff4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { border-width: 0; border-radius: 0; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:none; }#uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { 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:2.75rem;width:8.4375rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:11.625rem;height:1.4625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { position:absolute;display:block;z-index:15000;background-color:#f9f9e8;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.1875rem solid #b5bda2;border-right:0.1875rem solid #b5bda2;border-bottom:0.1875rem solid #b5bda2;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.0625rem;width:18.75rem;top:0rem;left:40.875rem;display:block; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#e6596b;padding-top:0.393125rem;padding-right:0.339375rem;padding-bottom:0.393125rem;padding-left:0.339375rem;display:block;align-items:center;width:2.036875rem;min-width:2.036875rem;height:2.115625rem;position:relative;font-family:"times new roman";font-size:1.57375rem;font-weight:700;line-height:33.85px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.715625rem;height:0.83625rem;position:relative;font-family:"open sans";font-size:0.590625rem;font-weight:400;line-height:13.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14rem;height:3.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:43.421871185302rem;z-index:15002; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 { width:auto; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container { background-color: transparent; background-image: none; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container > .video-iframe-container { display: none; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row > .video-iframe-container { display: none; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .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); }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container { border-width: 0; border-radius: 0; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#k7sNdlsHic3WwbVwD8LrRkS3eOnwrAHL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.25rem;top:1.09375rem;left:55.1708984375rem;overflow:hidden;display:block; }
#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/936de7a9-bf49-4a51-ac23-c5e9e4e39d15/Baner_TAP_dzien_rolnika_konkurs_1920x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.adaptive-delivery-prevent-bg, #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.lazyload, #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.lazyloading { background-image: none; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky > .row .container { border-width: 0; border-radius: 0; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:60rem;position:relative;display:none; }#fPL1gyULpISfAaryXCee52HKm7uJn6Ea { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"times new roman";font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:5.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.8125rem;left:19.6875rem;display:block; }
#gB99CeSQgBJBfBJ9uv9mis9FIcCgtraG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq { position:relative;display:none; }#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq { border-width: 0; border-radius: 0; }#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq > .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; }#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff4e1;background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vZLhTM1r40ocknDXorwfMU6Tcs0HxlRG { color:#5a442f;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0000003799796rem;left:1.1875rem;height:8.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mbCXPFnoTJ7MsylCuoHtWlGv2PALPgeu { position:absolute;display:block;z-index:15005;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:15.4375rem;width:15.4375rem;top:6.84375rem;left:43.42421913147rem;overflow:hidden;display:block; }
#atGSbWQRqVg7MTVXUJ9fVgiBQ5xB5NVN { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"times new roman";font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:5.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:13.4375rem;left:0rem;display:block; }
#PrUIXBpB9QQsURqzEHfIox6XxBAyws1n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t > .row .container { border-width: 0; border-radius: 0; }#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:none; }#AwQmiVBF5Qu7NKLFTewrG3ZbRSsTQFRS { background-color:#ff0005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;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:"times new roman";font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:5.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.0625rem;left:15.0625rem;display:block; }
#vcmOWWt2b12vil62cl0NlJ2M0pydziMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { position:relative;display:none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { border-width: 0; border-radius: 0; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .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; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff4e1;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xmbZgoW9HViIGnrCBDuRaLIuJST8WSve { color:#5a442f;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.375rem;left:1.1875rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp { position:relative;display:none; }#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp { border-width: 0; border-radius: 0; }#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp > .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; }#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TrPIL2qrTl6vkZ2aWXaShVDwPmI0CTdb { color:#5a442f;display:block;width:49.3125rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2375011444092rem;left:1.125rem;height:16.89846875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M { position:relative;display:none; }#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M { border-width: 0; border-radius: 0; }#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M > .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; }#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fff4e1;background-image:none;font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fdk0mSuF19CHSqVZzJAASUSJyT7Elt0q { position:absolute;display:block;z-index:15004;background-color:#0e8417;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:1.125rem;left:0.9375rem;display:block; }
#eflpTGUSJb76Td9MezAXkiAtqKInn1Kg { position:absolute;display:block;z-index:15005;background-color:#0e8417;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:1.125rem;left:22.125rem;display:block; }
#a3KceSdqBgfW4TAAFJVJE2Nq4cG2bohu { color:#fff4e1;display:block;width:1.4375rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:2.40625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q2p6q8CyobC0UkxoDyx1R39t6euL35Ur { color:#5a442f;display:block;width:10.6875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.65625rem;left:0.9375rem;height:3.25rem;font-style:normal;display:block; }
#dcMTVsAtfk4JBaiZNgrWmTPfid9amUwE { position:absolute;display:block;z-index:15006;background-color:#0e8417;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: 0rem 0.25rem 0.9375rem rgba(0,0,0,0.15) ;height:4.375rem;width:4.375rem;top:1.125rem;left:43.4375rem;display:block; }
#FxAWoWTKK21VA4Pu2Txmh4wGzVivl9wG { color:#5a442f;display:block;width:12.25rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.65625rem;left:22.125rem;height:1.625rem;font-style:normal;display:block; }
#ObFchOv07eUOueKkTJdU2p62ETIFQEvM { color:#5a442f;display:block;width:12.25rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.65625rem;left:43.4375rem;height:3.25rem;font-style:normal;display:block; }
#pohgUSciQyQZwC1ARvL5VnihzXEZE0WV { color:#5a442f;display:block;width:17.5rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.09375rem;left:22.125rem;height:13.8125rem;font-style:normal;display:block; }
#rzc4vH4tet37tCFnoxSHN7B8ltyolcl2 { color:#fff4e1;display:block;width:1.4375rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:23.59375rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RtP5Dp6rwneBPSW8uZC1FBRlg2UIeexU { color:#fff4e1;display:block;width:1.4375rem;position:absolute;font-family:"times new roman";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.255859375rem;left:44.90625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FskhrlJktdUz9VCUDtllAH5uvOszDAvf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;background-image:url("https://images.assets-landingi.com/s7e2Vqmh/Mask_Group_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf.adaptive-delivery-prevent-bg, #FskhrlJktdUz9VCUDtllAH5uvOszDAvf.lazyload, #FskhrlJktdUz9VCUDtllAH5uvOszDAvf.lazyloading { background-image: none; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf > .row .container { border-width: 0; border-radius: 0; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf > .row .container { font-size:0.875rem;font-family:"open sans";height:21.875rem;width:60rem;position:relative;display:none; }#Hi2cmhPldOyy5VDdlrQ74TRUdTInVhV6 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:0rem;display:block; }
#TTlcnehdN3GUAS17GVg6hTvsp74nZzBS { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:15rem;display:block; }
#xgBkXmVAi9atGzOQtb0JsHNyi3hrEP1X { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:30rem;display:block; }
#IZZT6FWB1Oh1v5zu5JINd23UUMzL3oPU { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:15rem;top:0rem;left:45rem;display:block; }
#oXoC3Xug5cXeMWZpLUZW5m6ivVp6vWk0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.5rem;left:3.5rem;overflow:hidden;display:block; }
#MqRsJbQM6C2JMsI6aLJKEdPQ3732rGXR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:1.75rem;top:3.5rem;left:18.8125rem;overflow:hidden;display:block; }
#U4a9i20ue3ulRx1bkcWLyG7XdPHCCE7T { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.5rem;left:33.5rem;overflow:hidden;display:block; }
#XAgMRB7oIA8Zcp3VnaNlyR3emTa63xMN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.125rem;top:3.5rem;left:48.625rem;overflow:hidden;display:block; }
#MVKkhLJnVOFraKyMVGke1M0I4WXdZTdG { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:17.5rem;height:1.4619125rem;font-style:normal;display:block; }
#NI0qm9zGsfTLugRD1JIKp2QlsmKbVai6 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:17.5rem;height:4.546875rem;font-style:normal;display:block; }
#GPPVqpJ8QBnLyqg6BitcTDiol9BGZ0q3 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:32.5rem;height:1.4619125rem;font-style:normal;display:block; }
#O86l0HWcSlZxbJSvE2W7bdVhKgJyc0EJ { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.875rem;left:32.5rem;height:4.546875rem;font-style:normal;display:block; }
#exiGdTgC5fwBU5ByAzi1ITIJmzcfUvrS { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:47.5rem;height:1.4619125rem;font-style:normal;display:block; }
#RHJxQasTSNQzemDnBnCQHJKzvlhNRtyv { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:47.5rem;height:4.546875rem;font-style:normal;display:block; }
#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC > .row .container { border-width: 0; border-radius: 0; }#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:none; }#uChHvKfE0ivZQpeJLugLIgEOpRxtf9LA { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.77734375rem;left:1.1875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q > .row .container { border-width: 0; border-radius: 0; }#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:none; }#xQAz0qaWGdCGJZG26xtSuGJ7iSFieQgy { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.77734375rem;left:1.1875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te > .row .container { border-width: 0; border-radius: 0; }#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:none; }#Tv88tTigLxDT7c04S0X0OgNJ6bvBaL0q { position:absolute;display:block;z-index:15001;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:17.75rem;width:17.75rem;top:9.71875rem;left:4.53125rem;overflow:hidden;display:block; }
#gD9b49yVuPaQaWgVIfawhVLiT2c0expW { 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:23.8125rem;width:23.8125rem;top:0.625rem;left:10.1875rem;overflow:hidden;display:block; }
#WdqlhH3rPNN09MF547ZnSns97RfpJyfh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:12.375rem;left:19.375rem;overflow:hidden;display:block; }
#J0r6tOeoaFneMfZvQIb1N5vwUAZ9q1cA { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:5.1875rem;top:1.28125rem;left:31.625rem;overflow:hidden;display:block; }
#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym > .row .container { border-width: 0; border-radius: 0; }#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:none; }#h0r0qN85KOh2nNspe58MUZ2TmJAXzqC5 { color:#ffffff;display:block;width:57.625rem;position:absolute;font-family:"times new roman";font-size:2.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.77734375rem;left:1.1875rem;height:3.0058625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N > .row .container { border-width: 0; border-radius: 0; }#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;position:relative;display:none; }#q3eI7GJ6bTK1BFtVT4eFJ0eAMAA402PN { position:absolute;display:block;z-index:15001;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:17.75rem;width:17.75rem;top:9.71875rem;left:4.53125rem;overflow:hidden;display:block; }
#iiA3mDWKAG0RfrCEx8NHvLNLocACy6rq { 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:23.8125rem;width:23.8125rem;top:0.625rem;left:10.1875rem;overflow:hidden;display:block; }
#DHrGSvBkGwDi76DuVsmF08LLslwJ5u0O { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:21.25rem;top:12.375rem;left:19.375rem;overflow:hidden;display:block; }
#B7s41SEvtsfO9dAUwi1zvTErOiTBk0AT { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:5.1875rem;top:1.28125rem;left:31.625rem;overflow:hidden;display:block; }
#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { position:relative;display:none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { border-width: 0; border-radius: 0; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .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; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UTq9ZyKgOngZyx9SJn7SIVUXHL2tUWmA { 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:10.9375rem;width:52.625rem;top:0.78125rem;left:3.6875rem;overflow:hidden;display:block; }
#A2WUO91F4COULWyo1VKPPq1E03ucQb6u { position:relative;display:none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u { border-width: 0; border-radius: 0; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .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; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { color:#5a442f;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ { position:relative;display:none; }#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ { border-width: 0; border-radius: 0; }#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ > .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; }#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MwsZyHolsoC3OAaxGPsCPTTb8OAG2UDG { position:absolute;display:block;z-index:15000;background-color:#fff4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:13.75rem;top:0rem;left:5.6875rem;display:block; }
#i2ODM2Agk13kynTzm2LXEdDqTxXEOuqT { position:absolute;display:block;z-index:15001;background-color:#f2efef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:13.75rem;top:0rem;left:23.125rem;display:block; }
#KHNrP7XrHLMT6qQALPn3aTVTwt6SGcOe { position:absolute;display:block;z-index:15002;background-color:#f9f9e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:13.75rem;top:0rem;left:40.625rem;display:block; }
#Kuy8GpSeQGJug54aeGritKFbPndGWy30 { 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:9.25rem;width:8.3125rem;top:0.625rem;left:8.40625rem;overflow:hidden;display:block; }
#dWmA7LwQUCrGbfzeRMEuZm4MQdTeZI4x { position:absolute;display:block;z-index:15004;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:8.3125rem;width:8.375rem;top:1.25rem;left:25.8125rem;overflow:hidden;display:block; }
#UTvVAM9VA7PoGPC4HSEOcRBzfXBZgFDd { position:absolute;display:block;z-index:15005;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:7.25rem;width:10.125rem;top:0.625rem;left:42.4375rem;overflow:hidden;display:block; }
#D6QlHImEJir4V3ZEQf79pCQ6DffzyZWc { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:9.875rem;left:7.71875rem;display:block; }
#OF9obrFrZm3bS4lHfL7a6kWPcWUW2ruK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SqugwZBMvxQTksv1dsivcf7GvtlDZ7lG { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.875rem;left:23.75rem;display:block; }
#L0lH6JvhgmfD1oHTkTtq9EXJHN2Hv1WK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwbpUMzw3gPnTNyIgQb7tQ5lKzUiftTT { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.875rem;left:43.65625rem;display:block; }
#HDpcPeAh3EBsIHL0gS94bEEfgKh2dQzG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.adaptive-delivery-prevent-bg, #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.lazyload, #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV.lazyloading { background-image: none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { border-width: 0; border-radius: 0; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:none; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 > .row .container { border-width: 0; border-radius: 0; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#d7rwGEsIM9F93Ahl3OpNEWmzI5ZAvCv6 { color:#5a442f;display:block;width:25.6875rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:34.3125rem;height:6.9875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#guUaBZKtCiNe23pAsDoFkWBI883TQXb4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:10.8125rem;top:1.28125rem;left:22.1875rem;overflow:hidden;display:block; }
#J71gp5t3pSfdJQBd86AlkPRrmCS4m2FB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.6875rem;top:7.5625rem;left:30.8125rem;overflow:hidden;display:block; }
#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { border-width: 0; border-radius: 0; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { position:absolute;display:block;z-index:15000;background-color:#f2dcba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { position:absolute;display:block;z-index:15001;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:16.4375rem;width:16.4375rem;top:1.9374980926514rem;left:1.5625rem;overflow:hidden;display:block; }
#Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { color:#5a442f;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:20.625rem;height:2.6rem;display:block; }
#SlLpZMsccnA1D7472AqrK5APrhAiqTkC { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.21875rem;left:20.625rem;height:2.0625rem;font-style:normal;display:block; }
#QKgu8V4Ap1ccGSFWHGiPxuqufQCEy38L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:7.9375rem;top:0rem;left:50.061719894409rem;overflow:hidden;display:block; }
#rkGTcRMoq1nSz1L01vsGkZXN1Ti1hBOt { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.21875rem;left:20.625001907349rem;height:1.40625rem;font-style:normal;display:block; }
#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { border-width: 0; border-radius: 0; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#owpTl5ryoOnvbe2T3Skk4PCT4Wfc6W3d { position:absolute;display:block;z-index:15000;background-color:#f2dcba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:4.125rem;display:block; }
#ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { position:absolute;display:block;z-index:15001;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:17.1875rem;width:17.1875rem;top:2.1875rem;left:41.937501907349rem;overflow:hidden;display:block; }
#TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { color:#5a442f;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.875rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.875rem;height:2.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BhrJtFFC6kH1DdTeed9DhrBViNEpzu5G { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0rem;left:1.9375rem;overflow:hidden;display:block; }
#P4y77wK4N6wan1LKz3ShfskJnFauUswC { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.1875rem;left:7.2374992370606rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#P479VpMgcTp1L79EwpHgXip8impMIzT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { border-width: 0; border-radius: 0; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#zdbEdNlFmFR2RTuq9OKTCrqeg4EXhEgR { position:absolute;display:block;z-index:15000;background-color:#f2dcba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { position:absolute;display:block;z-index:15001;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.875rem;width:19.875rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#COBrHc7736qloSx8ZlF23Rkzi2stK7r8 { color:#5a442f;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:20.625rem;height:2.6rem;display:block; }
#UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:20.625rem;height:2.0625rem;font-style:normal;display:block; }
#dbGHAnScyS5z9J9mqmWksxEFmDEDwVoO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:1.1875rem;left:49.236722946167rem;overflow:hidden;display:block; }
#y46kDs4qT1s1sbWSwliFITwdQ8fmAEHQ { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.1875rem;left:20.625001907349rem;height:1.40625rem;font-style:normal;display:block; }
#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO > .row .container { border-width: 0; border-radius: 0; }#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#CdhieNi8v69fA7Ts0B0261GUwKuIV14m { position:absolute;display:block;z-index:15000;background-color:#f2dcba;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:4.125rem;display:block; }
#wLdSsIQTJrWh5zd1dGViEaCiJX7pNnmd { position:absolute;display:block;z-index:15001;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:19.0625rem;top:1.25rem;left:40.937501907349rem;overflow:hidden;display:block; }
#fGeP2GRlfr9TlkXA2bhEvkvLzC3BHD7E { color:#5a442f;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.875rem;height:2.6rem;text-align:right;text-align-last:right;display:block; }
#Slni9GmH0zXEhnaDGBZOiUpRseiwVFLm { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.875rem;height:2.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ctpw9QzTBU7m0PffUQPLyR5xHfS7lLHK { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:9.1867218017575rem;left:7.2374992370606rem;height:1.40625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container { background-color: transparent; background-image: none; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container > .video-iframe-container { display: none; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row > .video-iframe-container { display: none; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .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); }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container { border-width: 0; border-radius: 0; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy > .row .container { border-width: 0; border-radius: 0; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:60rem;position:relative;display:none; }#vK4nsyaLP0PQlxhcmSJTOtTrodNVsNlI { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.349609375rem;left:7.28125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e8417;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG > .row .container { border-width: 0; border-radius: 0; }#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG > .row .container { font-size:0.875rem;font-family:arial;height:146.4375rem;width:60rem;position:relative;display:none; }#g6SxSVt3svKrd8weUetgUJ9DbAXf26KA { border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#0e8417;background-image:none;height:142.875rem;width:40.4375rem;position:absolute;display:block;z-index:15007;top:0rem;left:10.78125rem;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-form-header {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:400;color:#ffffff;width:33.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:1.4; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:33.6875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:1.0625rem;overflow:hidden;font-family:"open sans";box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:33.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .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:#ff0005;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.375rem;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:33.3125rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em [class*="-text"]:-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.9375rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em [class*="-text"]::-moz-placeholder { color:#000000;font-family:"open sans";font-size:0.9375rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"open sans";font-size:0.9375rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"open sans";font-size:0.9375rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .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:raleway;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:32.4375rem;overflow:hidden;font-style:normal;line-height:1.4; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .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; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:poppins;font-size:1.0625rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:2.1; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-container:first-of-type{padding-top:0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-container:last-of-type{padding-bottom:0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.53125rem;top:1.25390625rem;z-index:15011;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.6875rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em {display:block;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.6875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:12.53125rem;top:1.25390625rem;z-index:15011;position:absolute;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 .container-column{width:50%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tk6QfyzD8lz1csmdtQr9qS93ccWLgtX0 { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UkvhHv7iShogJbKppQDKDTsoiCBhkOTC { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bbqtiTUoa0ZJ0LJ891mVfpD73vSnXbEB { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DRJHgFgee9t0FTJdPoyTHuPFBnOFFVHC { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yhbTxn4aBhcZ3PFgDvTF6M9unE7C1cJR { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #i2TcmXly9sl9Lw2rRFZb4uAaMMEvOp0F { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gTGTB66zc4hI94XZGTUBrvLqEtL68t6l { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC .container-column{width:50%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #pLMqI5qe9Nhfq7xM98Lv0yTGTPv5b2yS { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bg3lqvodhIGnSN1KbHKIsrBWyqnrw8He { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #OofmvoI7uBTrCWrd1JoVwCRzxG5coJMW { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PArXToQ8uQSP0ZS04PuUIKf5VhhBAqmW { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Z7HgFUFm8WpiGBL2gzXJqHM5s2oaeVfC { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #enznowNrgSNd6LNUe4osvnGGRedTtu64 { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qXsdnyqZ9KwUbwquDRCRrTx6ZtxQ7abJ { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd .container-column{width:100%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DsSzxIvd02svGSwHnVdgDTiHfusOIJmC { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Pw0WL2zbD4RfnZpXk3sJag7HQBQN9foQ { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rAbF3MSXO130F6vOb8bbkLirUCCzoqpT { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HSz6Ird5wh1UnQs6XirMFNi3uTE4F6Ep { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bpqc37uFGBWQ3N51ygoUilz7E9PWWNgc { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #euD8NlndWBi6HGWrWuLspoftcincXs0m { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #iAMI37sqMdeOadWo2nK8MAfqWzgTyldu { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U .container-column{width:50%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sa0O0piXEGEzCoIxsFuR7p6Bfke6TLdF { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NJlJWKgftGeKua1FJ5MhrupkKP0EMtfb { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tr9c4iWLkTzaL6kTVmTUzMNA6QsnRtP3 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #X5EeVVHrCFQo4VHdDhuRh8khwlf569OH { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uIstfnaCcylveqf0igQ2wDhT5xpddD2s { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #WOi1XlTwQGcPXLaa1bAZwmORKv06kWF7 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #AEJ8Pznpd0u3TkPJLpsBgdCt2hAX1Tvr { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #upAqhXeFfyHDzDo6stF7sGFHhiNQc73h { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #W75dATBkW08u2xPF08IaSlNvf6sHrZhn { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VCbw5zixQek5z5HceObPgFG9WduF192l { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ii551ilpbTrTMLT2pvds7zcETm3aEa5m { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U7DFz3s5yRCST2J2mUUTl96mpT0oszhA { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dzsqz4EThTFW7mqFZ45grPZUsvg87EKy { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mmdy3dttZZMrIGLq23fCwox31lzdm26X { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mcglAv9bFs3zzMR02Zu4or1oTI4r7smD { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HWE9ZFGxAOkJ9E9iRgoEIVdeKlfT97V5 { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #miBDvLO8DFPFluhQoAoPbDmFM3a55UNd { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fzDrFnT22CTiCVsKic4WvAiGzQltTIye { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nqTbqbhUyohL2l5nnVLTlAWmzbltX4bV { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sv2a9Om1z1aVNTquiSzdfLEGHImi1EDF { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #lnLFXGtp1WapTcImh8zE2wK8ZTwgA7xp { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CyKVRiKk1ZuTcCzqulDV943p2LJoxWbO { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Whvi0FJoaBtuNa9Q6pBbA9r8rVXIUFgH { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xpBIWTKiTNv6QOPvblv7lTMZ0aD93DZ8 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GzftTnZ0R4QZ6FgLr2m0tvC2T1xLz5bv { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qQo4QdayqiNOSBUR97dPFB0Pop8sy3s2 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #aWXE0fF7WQyRnzelPhVCHPNcxH890RTe { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #cSyoUOpnMLI8NWd5fpWXLirwElFJLEkK { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UmCXhVi6CfcTKTrw7LQTDy7w2X9kdQTR { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #BaA2otPsG7JbZpUTSw3qLZbTvCx7lt1u { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xnMVqpftyiPXK0qQhQ60Fa7gFMMPf6HG { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hF5SQVLZc3GR2TgMaPe8K4Ulu5CRXcpP { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nGDqk0oBL3JuCTKN9zrN7Vxw2EaOHq9c { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #wRW37gRBUqQAXMOdWeRPpGOLLODf3wJs { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #COo6VVgyo26bsEruOPIFNmlvptX2E5gn { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VTTNGmWKfSwFTfVscks0uGCCEwOxpbO3 { position:relative;display:block;z-index:15000; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zuPDMixp0c3h37mvCLbpJ9IVg1oKeKmP { position:relative;display:block;z-index:15000; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tv6xFyJXv6CcuwZcEnE7sVbhum6SK5rx { position:relative;display:block;z-index:15000; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Sx7DzWDEFE8lg7fMHJNTSc9Pq0B5S6NT { position:relative;display:block;z-index:15000; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fwpoMzQungPbPIUKdu9PaaRU0Co2Ikon { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zseKPGtyvz5G02gxIJTvEd7eCdFuDJcx { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sdOdQJQqPPFnUiSqJTU7PidgXxh3M7Ok { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NTRUWDbIdiks2T8cgtI7PTIhDsDn8Qbr { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hfW9bztRJCM0Z81KZTU9IcK0x1UcpxaO { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uCezFLt7wqSHDwmk2yzwTiPsK3oosbwE { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UvxkzGNHnxmnguC41RO2eXaQ4DkTVkbI { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Uzf5WIkfpC6B9Ly8HyZtBLPHkKIlxTR3 { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hiuQ2bMDhUQDcyPI7DWgfbsUPlyezDMl { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu .container-column{width:50%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xhNzvSdva8zETGtkqQ7VMtcTipi5oimD { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GwTONvduvwkaH4uGSAlJg5DZArrfh8kt { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Iq4Ec8AuLfkJKNQ1F0VZsQl2J6xLPTZH { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ewtgvr11SJGnIogeWTSyQGKxOXzGRXTr { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rWAuKa64J5VtDfyt9ULN3y5uGmp2I4ZU { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JSmEHFVlrLKskSaOUqsWTckkr7TWnaEP { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hAJD4bsp5mEuU7RaLfwLMynG9ZzZFF2K { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kZOe0zNHHUAWMZK5QvsHsJ3UTZVTfUbt { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GcyGBTJzApnrrZ8i0eMcEgTssWwTBpQd { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SaFVxbU7FTtr2MzrBhu3GGK8RAS8PBI8 { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #M1qXME7alBdpisw9Z2amo0g6GOAMqCyI { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U2rKWfWqbdUZLalQxkZ57NcCGO13hTFS { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gtP3wdHIVk0PyncHu6hk8AP6tcCWMRxQ { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #d0yVOhfhedEISdN3Xc7i8Ki9U0z5X74h { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kpKAGJgbVSKWgW36T8K8o1bLt5CTqEvA { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bFcsf3PdUUZ6gqMDN51rUI20JxKMQdFa { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #K8GmgP0WLeJStUalQXoPPGHpUN8oNM31 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NdlIKChbHqMtBVJEZ4oR65DRqz2zxTfG { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #T93KRFB2A4txOzEZvTxNv3uivKMefyg0 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #XUDzM1laFyVQWQ0kusvo2gmy5eC94OaE { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #TcrHrpZ4lUErSWJJV27JwDULFgJ6TEZH { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT .container-column{width:50%;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yT93oUHOJbqET0uCVJNlduEzTxVXfsB9 { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CKxGbThpL4IHtlOt9g6nflvEKFEeZsBz { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #akJXtUUTpfXV5q7rM5CTNZxrhgBQBS94 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #paK0Eduxo8ddAWJgP4BdXFmpBNfWRnIM { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xEHBddT9WKu4cTKN7WyWACfRUaGSx5Pt { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GpzlaSwFohrT6AbgAJmoq4E3b3CREnTz { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yuUCNHeoM4qU7oMDdkpSdam8wNUO2sL7 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NyFkHi6oXw1mrg6eJMlJeHqTHkgTGiIK { position:relative;z-index:2; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JHqvTmGqsnFwIJEOU6zTxuEnQbvQdqFm { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FzJ4uPyxT7H8P5fVC7xaVGgqlH1U2p3S { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SEFziv5UWXmJMhxu0C9TVHdptEFamNA0 { position:relative;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FgeJFPcBZE1ibUBacbqf6TeKHNvqdr2X { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #MoF3Uh3wiF0HEZxZCA7OhLfe98JFBtMT { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gHAK7h6zNUPSlK8s1zc7fT3eRrS9oUQ9 { position:relative; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dz25gZZ7yLT3eQgQzhMUSezIXeWbDU7B { position:relative;display:block;z-index:15000; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HiTdTUTPv3rQP5nDK0xuoAUKFfgFT4Vv { position:relative;display:block;z-index:15000; }
#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff4e1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { border-width: 0; border-radius: 0; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.adaptive-delivery-prevent-bg, #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.lazyload, #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr.lazyloading { background-image: none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { border-width: 0; border-radius: 0; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:none; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc > .row .container { border-width: 0; border-radius: 0; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#oBb7uSEcsgELgkOZ8lTohwUTL3IfH0II { color:#5a442f;display:block;width:42.6875rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:6.9875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TonJm527v5dhLeahsVqMVakkaA9K0Ieu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:9.5625rem;top:1.5rem;left:39.125rem;overflow:hidden;display:block; }
#ZLqhRApOK2s0iu7XFfzzqqht0M3TbVm1 { 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:8.5rem;width:7.0625rem;top:3.09375rem;left:43.8125rem;overflow:hidden;display:block; }
#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { border-width: 0; border-radius: 0; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#AgmLwDpAwVld2H8nhsscsdzTlFgDT6SZ { position:absolute;display:block;z-index:15000;background-color:#f2efef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:4.125rem;display:block; }
#Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { position:absolute;display:block;z-index:15001;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:15rem;width:18.375rem;top:0rem;left:40.75rem;overflow:hidden;display:block; }
#uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:44rem;display:block; }
#Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pKqr4M6fuXhCuuSqm3TGcJ5rng1v386k { color:#5a442f;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.875rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Swi1gPnTilTdL0t2tyzR3kVMfOKaAr2V { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:2.5625rem;display:block; }
#XKaypCm8i5UcPs0Tuc06EVaihdWI7x6l { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a24bbTTMOgt43K05qHBttz4tQeAdm1ip { color:#e6596b;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.25rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#C9O8B1eqRriht6EXkNSBT8R2GozP2OAP { color:rgba(230,89,107,0.6);display:block;width:5.75rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.25rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { border-width: 0; border-radius: 0; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#MeTpVVB8eO0ldB3o8wa9sPyswDbcExdq { position:absolute;display:block;z-index:15000;background-color:#f2efef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { position:absolute;display:block;z-index:15001;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:16.1875rem;width:17.5625rem;top:0rem;left:0.46875rem;overflow:hidden;display:block; }
#fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:4.0625rem;display:block; }
#WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQqLi3OlH4knEMxaS7OU2NDSz86yhGZE { color:#5a442f;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:20.625rem;height:2.4375rem;display:block; }
#yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:20.625rem;height:5.625rem;font-style:normal;display:block; }
#uJWiIaM26NavvysXewrtGdVwd0HEI1hT { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#amPzTdJOwddIJ21O8PoznOnr3BhNNywM { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfSu2TXVuraXd8OgvocC6XfOJfGKJBb7 { color:#e6596b;display:block;width:6.5rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:42.125rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TxW9NTReF3JFOzh80VSloHmk63dUCSyh { color:rgba(230,89,107,0.6);display:block;width:6.4375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:49.375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dCAHpLMACopsoleAae8vqWTPal1yITb5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:7.0625rem;top:14.625rem;left:20.625rem;overflow:hidden;display:block; }
#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { border-width: 0; border-radius: 0; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#covi8pTNOZxTsop3mH9fZ9kRDScgoVhm { position:absolute;display:block;z-index:15000;background-color:#f2efef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:4.125rem;display:block; }
#FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { position:absolute;display:block;z-index:15001;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:15rem;width:15rem;top:0rem;left:40.75rem;overflow:hidden;display:block; }
#lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:44rem;display:block; }
#tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxNzI4zs2QPrZwSVWP9aq3NNA0EU7VJD { color:#5a442f;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#UFFvNDU6u58oy7chONy68G8iSBoaMdWg { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.875rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w9i8pZ7iJ1lpWHy0qOnH6mCQBtoDQUh1 { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:2.5625rem;display:block; }
#qVqm6xwSPrTTvXETummVCs1UxW85dOhp { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kk1zTNzcxhlsIFgWnNJnJmt3D4T8ult4 { color:#e6596b;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.25rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lcsow3QUQzM5zv0M8JuyQVv5vniHiO0p { color:rgba(230,89,107,0.6);display:block;width:5.75rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.25rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf > .row .container { border-width: 0; border-radius: 0; }#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA.adaptive-delivery-prevent-bg, #qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA.lazyload, #qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA.lazyloading { background-image: none; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA > .row .container { border-width: 0; border-radius: 0; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:none; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE > .row .container { border-width: 0; border-radius: 0; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#SgMNTQawLda0TBcpsel28LAGd9L3Be5m { color:#5a442f;display:block;width:25.0625rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:34.9375rem;height:6.9875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ddnbWT24ToLFRDAEoOspv0shnLWLNByZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.4375rem;top:0.75rem;left:22.601656626506rem;overflow:hidden;display:block; }
#mbyftB6E3RuZd57W7kARIyioAW0qPL5T { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.0625rem;top:7rem;left:30.8125rem;overflow:hidden;display:block; }
#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { border-width: 0; border-radius: 0; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#hHEbTXKRrsXhkubPmm1amvme0LflyfOB { position:absolute;display:block;z-index:15000;background-color:#ededcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#hluuC0RkZwevD94QTamCT9uudeTVDqNL { position:absolute;display:block;z-index:15001;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.5625rem;width:12.125rem;top:1.3125rem;left:4.3125rem;overflow:hidden;display:block; }
#uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:4.0625rem;display:block; }
#Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTlWIR64Ci0pzQPvNW26OWI7SX2eLFge { color:#5a442f;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.375rem;height:2.4375rem;display:block; }
#l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:19.375rem;height:5.625rem;font-style:normal;display:block; }
#mMEUUGEPzarIz7PXhs0d4xQ26v3qHWwA { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#DiJFqLPEOO58xyhcc5xR0JLmkCW1Vsi3 { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iI2zAu1iKDUp9qFa9hXvhEKVD9lVIzIX { color:#e6596b;display:block;width:6.5rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:42.125rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#a1A0tRN2ozFN7ThtIMUKh0nEic42TRIl { color:rgba(230,89,107,0.6);display:block;width:6.4375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:49.375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { border-width: 0; border-radius: 0; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#FD7mgs2Z9dsdEFr28iIl5Sg6LT64cmIo { position:absolute;display:block;z-index:15000;background-color:#ededcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:4.125rem;display:block; }
#wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { position:absolute;display:block;z-index:15001;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:14.75rem;width:12.25rem;top:0rem;left:43.8125rem;overflow:hidden;display:block; }
#EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:44rem;display:block; }
#B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oyE5UoGTVlJTkee0BDFa9AEHzGfa6R5o { color:#5a442f;display:block;width:31.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.875rem;height:2.4375rem;text-align:right;text-align-last:right;display:block; }
#AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { color:#5a442f;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.875rem;height:5.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p21fB3IE68IBaNVglMOXRuyoKqRKgKVb { position:absolute;display:block;z-index:15010;background-color:#f9f9f9;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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:2.5625rem;display:block; }
#DD3MVIy8idiT4o8WdpMBaszToIbs0gcm { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fb7D9gHq82kizLGxPBKz0O75SgR7sUmw { color:#e6596b;display:block;width:7.25rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:4.25rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LkUJTBUQoeweaEoUFFiJz9BUdZI1mCeT { color:rgba(230,89,107,0.6);display:block;width:5.75rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.25rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c691stVJfsnWQVZvQi6xL9SNHb5WKkDy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.625rem;top:15rem;left:30.3125rem;overflow:hidden;display:block; }
#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { border-width: 0; border-radius: 0; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:60rem;position:relative;display:none; }#fw9f2DnJTOEAqo2rXeCS2Og1H9SwJ0re { position:absolute;display:block;z-index:15000;background-color:#ededcf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:55.625rem;top:2.1875rem;left:0.25rem;display:block; }
#HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { position:absolute;display:block;z-index:15001;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:12rem;width:14.125rem;top:1.4375rem;left:2.9375rem;overflow:hidden;display:block; }
#FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:16.875rem;left:4.0625rem;display:block; }
#aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s67xUhGlzkbnaB09TfTMlw6Q492ZrQA2 { color:#5a442f;display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.375rem;height:2.4375rem;display:block; }
#rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.3125rem;left:19.375rem;height:5.625rem;font-style:normal;display:block; }
#o1gALVp5TGTl9tu0f9qrqT5v7AsPrOQN { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0.0625rem;left:53.625rem;display:block; }
#cT5b9CyrmtM9CDHd0yh4scT1T8Eh0uCL { color:#e6596b;display:block;width:4.75rem;position:absolute;font-family:"times new roman";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:53.5rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KaRsgDZkxxPS16lWQ7WiZ1zPuTWUhrVp { color:#e6596b;display:block;width:6.5rem;position:absolute;font-family:"times new roman";font-size:3.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:42.125rem;height:4.63125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nVvtb3PqwXmFJCQa5f58kWFHf62R1CTX { color:rgba(230,89,107,0.6);display:block;width:6.4375rem;position:absolute;font-family:"times new roman";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:49.375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ > .row .container { border-width: 0; border-radius: 0; }#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:none; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OoS1lZ31/breaker.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX.adaptive-delivery-prevent-bg, #szlCxRpVrTEoEOP7SU0n6Tywp15sBONX.lazyload, #szlCxRpVrTEoEOP7SU0n6Tywp15sBONX.lazyloading { background-image: none; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX > .row .container { border-width: 0; border-radius: 0; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:60rem;position:relative;display:none; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E { position:relative;display:none; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E { border-width: 0; border-radius: 0; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E > .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; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lP1UN15IXflt5rmPWlKRyuu0AQgB4JTm { 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:28.125rem;width:26.25rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#kUzuTExVxfRmUE1BlgFv9KBBtkUcXVxo { position:absolute;display:block;z-index:15001;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:15.4375rem;width:13.125rem;top:16.625rem;left:0rem;overflow:hidden;display:block; }
#TFdZ3v7z7JTT2RNJtXT8iw6qkr8nuoGD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.875rem;top:26.125rem;left:15.5625rem;overflow:hidden;display:block; }
#Lg7hB43pMxBOf1vSEaPw8xC2rzUPLLJK { color:#5a442f;display:block;width:38.5625rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:21.4375rem;height:3.49375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oC6rxfaHwlWaEuI2lXElcR2g30dixdaE { color:#5a442f;display:block;width:33.3125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:11.3125rem;left:26.6875rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#utWMGhaEz5kaGDzuUS5ZrzuvnBMXskW8 { position:absolute;display:block;z-index:15001;background-color:#f9f9e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #b5bda2;border-left:0.1875rem solid #b5bda2;border-right:0.1875rem solid #b5bda2;border-bottom:0.1875rem solid #b5bda2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:29.375rem;top:15.8125rem;left:30.25rem;display:block; }
#PpXJmXvr385zSdFLPrMyMp3dOI729Fsa { background-color:#e6596b;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f9f9e8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.125rem;left:48.125rem;display:block; }
#lb5gPSgVFMZLy7BTlZNoR66k9r5LKJuv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#e6596b;padding-top:0.70125rem;padding-right:0.63rem;padding-bottom:0.70125rem;padding-left:0.63rem;display:block;align-items:center;width:3.78rem;min-width:3.78rem;height:3.771875rem;position:relative;font-family:"times new roman";font-size:2.806875rem;font-weight:700;line-height:60.35px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.439375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.039375rem;height:1.490625rem;position:relative;font-family:"open sans";font-size:1.053125rem;font-weight:400;line-height:23.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26rem;height:6.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.625rem;left:32.125rem;z-index:15003; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #HkxRewolCnVxwSyUXnTvTFt5UrHKPId6 { display:flex;position:relative;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #UB2dtmHu08X1LAk055IahrWTvuPqunsn { width:auto; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #FAT90OhsWSfkGNULk4NzwkPIuF4onSy4 {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #xUGSgTcrFiNbn3kXEm15TWBVHVvqV2hx { display:flex;position:relative;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #akcDIxyhwG7Wk5MW4LhydmzHqowDIMl4 {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #P8QtKK0pSFHdI7hRRAqpuDXTunzEbJtg {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #abH4csJHeruX1lNdBKxbX8CcBRweAsTC { display:flex;position:relative;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #lJEPkBMkT9EkTBR5NdOize6fKFrk2KxO {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #v3c1D3wxxuhOu4c4xiHvrRXH9TQsp8qS {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #KwWgMWfRptxWN1vZrwd7knNN9uokV193 { display:flex;position:relative;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #kX6EcmUErmZooB91uxEZkSd5irVawaXp {  }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH #bVp72uigR2PEIDzLU2Zy5lyLeogARFsU {  }
#qQfwqtyhcGJyn5okRPSQart0nQGWACmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container { background-color: transparent; background-image: none; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container > .video-iframe-container { display: none; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row > .video-iframe-container { display: none; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .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); }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container { border-width: 0; border-radius: 0; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#o55ZNGIcGBc2ddA1Pi7GdxTPh2FIpdaw { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.4375rem;width:9.5rem;position:absolute;display:block;z-index:15022;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.1250019073486rem;left:1rem;overflow:hidden;display:block; }
#JvSuixzASt55PH0Rmq2pbcAGfn494WJ9 { display:block;width:12.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:bold;z-index:15016;line-height:1;top:0.59375rem;left:24.1875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;height:1.5625rem;text-align:left;text-align-last:left;color:#4c4b4b;text-transform:uppercase;display:block; }
#qVrIbTnnIOqqwhebU1KCoNCq2FSXcmLn { z-index:15011;top:2.8125rem;left:26.6875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#aX3ZcEKzmKSL9Z6uph9rqXCIF4TqpyQt { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Hkl7v1irlHT8gN4ANLoRrXW8S93IAQBP { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15017;top:2.875rem;left:23.5625rem;display:block; }
#bQuP2zMMSPlT2iaOFDmV3GopUBSFTdAR { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15019;top:6.7234382629394rem;left:23.5625rem;display:block; }
#hyTCZQNRQqkUTb7OAe2tgoeok8ZxpWGo { z-index:15013;top:6.6921882629394rem;left:26.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#Cv8WpH9JPahsOTL65DGEkrXEc5oIxISm { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#bbAaPFVXyoFhmxsCqPUwxG5RhUFUZtxs { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15018;top:2.8750019073486rem;left:38.0625rem;display:block; }
#f0wG5UukB0QiHc1WyNBSJDI5dZquvTLR { box-sizing:content-box;color:#4c4b4b;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:block;z-index:15020;top:6.7226581573488rem;left:38.0625rem;display:block; }
#S4V39ptZzTuF21tvBhaQWqfJrIfNToXn { z-index:15012;top:2.8125019073486rem;left:41.1875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#565656;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.1875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#pClGhiCOzBpW0WZKCK1gpgr6ao2d6zgC { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#aioQWowOpaJsUWqNf7CWzfDI504hcD9R { display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.7226581573488rem;left:41.1875rem;height:3.65625rem;color:#565656;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { display:none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { top:0.375rem;left:0rem;width:8.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { top:1.4375rem;left:5.5rem;width:28.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { top:0rem;left:28.625rem;width:18.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:18.174999237061rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
 }@media only screen and (max-width: 763px) { #t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 { display:block; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7sNdlsHic3WwbVwD8LrRkS3eOnwrAHL { width:4.25rem;height:2.4375rem;top:1.0625rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky { display:none; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fPL1gyULpISfAaryXCee52HKm7uJn6Ea { width:29.875rem;height:5.8125rem;top:26.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB99CeSQgBJBfBJ9uv9mis9FIcCgtraG { display:block; }
 }@media only screen and (max-width: 763px) { #No9392R8nd4DrmDdMxgpOmHTpFL3vAGq { display:none; }#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZLhTM1r40ocknDXorwfMU6Tcs0HxlRG { top:1rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbCXPFnoTJ7MsylCuoHtWlGv2PALPgeu { width:15.4375rem;height:15.4375rem;top:6.8125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGSbWQRqVg7MTVXUJ9fVgiBQ5xB5NVN { width:29.875rem;height:5.8125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrUIXBpB9QQsURqzEHfIox6XxBAyws1n { display:block; }
 }@media only screen and (max-width: 763px) { #HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t { display:none; }#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AwQmiVBF5Qu7NKLFTewrG3ZbRSsTQFRS { width:29.875rem;height:5.8125rem;top:1.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcmOWWt2b12vil62cl0NlJ2M0pydziMc { display:block; }
 }@media only screen and (max-width: 763px) { #CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { display:none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmbZgoW9HViIGnrCBDuRaLIuJST8WSve { top:1.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp { display:none; }#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrPIL2qrTl6vkZ2aWXaShVDwPmI0CTdb { top:1.1875rem;left:0rem;width:47.75rem;height:16.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlZPZxuDPBefT5CbANCe3C80C8kNPN1M { display:none; }#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fdk0mSuF19CHSqVZzJAASUSJyT7Elt0q { width:4.375rem;height:4.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflpTGUSJb76Td9MezAXkiAtqKInn1Kg { width:4.375rem;height:4.375rem;top:1.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3KceSdqBgfW4TAAFJVJE2Nq4cG2bohu { top:2.25rem;left:0rem;width:1.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2p6q8CyobC0UkxoDyx1R39t6euL35Ur { width:10.6875rem;height:3.25rem;top:6.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMTVsAtfk4JBaiZNgrWmTPfid9amUwE { width:4.375rem;height:4.375rem;top:1.125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxAWoWTKK21VA4Pu2Txmh4wGzVivl9wG { width:12.25rem;height:1.625rem;top:6.625rem;left:16rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObFchOv07eUOueKkTJdU2p62ETIFQEvM { width:12.25rem;height:3.25rem;top:6.625rem;left:35.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pohgUSciQyQZwC1ARvL5VnihzXEZE0WV { width:17.5rem;height:13.75rem;top:9.0625rem;left:16rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzc4vH4tet37tCFnoxSHN7B8ltyolcl2 { top:2.25rem;left:17.46875rem;width:1.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP5Dp6rwneBPSW8uZC1FBRlg2UIeexU { top:2.25rem;left:38.78125rem;width:1.4375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FskhrlJktdUz9VCUDtllAH5uvOszDAvf { display:none; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hi2cmhPldOyy5VDdlrQ74TRUdTInVhV6 { width:15rem;height:18.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlcnehdN3GUAS17GVg6hTvsp74nZzBS { width:15rem;height:18.125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBkXmVAi9atGzOQtb0JsHNyi3hrEP1X { width:15rem;height:18.125rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZT6FWB1Oh1v5zu5JINd23UUMzL3oPU { width:15rem;height:18.125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoC3Xug5cXeMWZpLUZW5m6ivVp6vWk0 { width:2.375rem;height:2.375rem;top:3.5rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqRsJbQM6C2JMsI6aLJKEdPQ3732rGXR { width:1.75rem;height:2.375rem;top:3.5rem;left:14.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4a9i20ue3ulRx1bkcWLyG7XdPHCCE7T { width:2.375rem;height:2.375rem;top:3.5rem;left:25.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAgMRB7oIA8Zcp3VnaNlyR3emTa63xMN { width:2.125rem;height:2.375rem;top:3.5rem;left:37.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVKkhLJnVOFraKyMVGke1M0I4WXdZTdG { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:12.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI0qm9zGsfTLugRD1JIKp2QlsmKbVai6 { width:11.4375rem;height:4.5rem;top:10.875rem;left:12.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPVqpJ8QBnLyqg6BitcTDiol9BGZ0q3 { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:24.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O86l0HWcSlZxbJSvE2W7bdVhKgJyc0EJ { width:11.4375rem;height:4.5rem;top:10.875rem;left:24.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiGdTgC5fwBU5ByAzi1ITIJmzcfUvrS { width:10.6875rem;height:1.4375rem;top:8.5625rem;left:36.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJxQasTSNQzemDnBnCQHJKzvlhNRtyv { width:11.4375rem;height:4.5rem;top:10.875rem;left:36.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC { display:none; }#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uChHvKfE0ivZQpeJLugLIgEOpRxtf9LA { top:0.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q { display:none; }#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQAz0qaWGdCGJZG26xtSuGJ7iSFieQgy { top:0.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te { display:none; }#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tv88tTigLxDT7c04S0X0OgNJ6bvBaL0q { width:17.75rem;height:17.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9b49yVuPaQaWgVIfawhVLiT2c0expW { width:23.8125rem;height:23.8125rem;top:0.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqlhH3rPNN09MF547ZnSns97RfpJyfh { width:21.25rem;height:21.25rem;top:12.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0r6tOeoaFneMfZvQIb1N5vwUAZ9q1cA { width:5.1875rem;height:25.375rem;top:1.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym { display:none; }#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0r0qN85KOh2nNspe58MUZ2TmJAXzqC5 { top:0.75rem;left:0rem;width:47.75rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1IntgAcFFxMxelNC4hK1dsrvOQCol2N { display:none; }#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q3eI7GJ6bTK1BFtVT4eFJ0eAMAA402PN { width:17.75rem;height:17.75rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiA3mDWKAG0RfrCEx8NHvLNLocACy6rq { width:23.8125rem;height:23.8125rem;top:0.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrGSvBkGwDi76DuVsmF08LLslwJ5u0O { width:21.25rem;height:21.25rem;top:12.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7s41SEvtsfO9dAUwi1zvTErOiTBk0AT { width:5.1875rem;height:25.375rem;top:1.25rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { display:none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTq9ZyKgOngZyx9SJn7SIVUXHL2tUWmA { top:0.75rem;left:0rem;width:47.75rem;height:9.9242874109263rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WUO91F4COULWyo1VKPPq1E03ucQb6u { display:none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { top:1.6875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ170Z5lTS6COdIzGfpihFztq0RfetZ { display:none; }#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MwsZyHolsoC3OAaxGPsCPTTb8OAG2UDG { top:0rem;left:2.125rem;width:13.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ODM2Agk13kynTzm2LXEdDqTxXEOuqT { top:0rem;left:16.9375rem;width:13.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNrP7XrHLMT6qQALPn3aTVTwt6SGcOe { top:0rem;left:31.75rem;width:13.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuy8GpSeQGJug54aeGritKFbPndGWy30 { top:0.625rem;left:6.34375rem;width:8.3125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWmA7LwQUCrGbfzeRMEuZm4MQdTeZI4x { top:1.25rem;left:19.625rem;width:8.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvVAM9VA7PoGPC4HSEOcRBzfXBZgFDd { top:0.625rem;left:32.125rem;width:10.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6QlHImEJir4V3ZEQf79pCQ6DffzyZWc { width:9.6875rem;height:3.4375rem;top:9.875rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9obrFrZm3bS4lHfL7a6kWPcWUW2ruK { display:block; }
 }@media only screen and (max-width: 763px) { #SqugwZBMvxQTksv1dsivcf7GvtlDZ7lG { width:12.5rem;height:3.4375rem;top:9.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0lH6JvhgmfD1oHTkTtq9EXJHN2Hv1WK { display:block; }
 }@media only screen and (max-width: 763px) { #iwbpUMzw3gPnTNyIgQb7tQ5lKzUiftTT { width:7.6875rem;height:3.4375rem;top:9.875rem;left:33.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDpcPeAh3EBsIHL0gS94bEEfgKh2dQzG { display:block; }
 }@media only screen and (max-width: 763px) { #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { display:none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 { display:none; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7rwGEsIM9F93Ahl3OpNEWmzI5ZAvCv6 { top:2.5rem;left:16.875rem;width:25.6875rem;height:6.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUaBZKtCiNe23pAsDoFkWBI883TQXb4 { top:1.25rem;left:16.0625rem;width:10.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J71gp5t3pSfdJQBd86AlkPRrmCS4m2FB { top:7.5625rem;left:24.6875rem;width:4.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { top:1.875rem;left:0rem;width:16.4375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { top:3.875rem;left:14.5rem;width:31.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { top:7.1875rem;left:14.4375rem;width:33.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKgu8V4Ap1ccGSFWHGiPxuqufQCEy38L { width:7.9375rem;height:7.9375rem;top:0rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkGTcRMoq1nSz1L01vsGkZXN1Ti1hBOt { top:9.1875rem;left:14.4375rem;width:33.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { display:none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owpTl5ryoOnvbe2T3Skk4PCT4Wfc6W3d { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { top:2.1875rem;left:30.5625rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { top:3.875rem;left:2.75rem;width:31.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { top:7.3125rem;left:0.75rem;width:33.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhrJtFFC6kH1DdTeed9DhrBViNEpzu5G { width:8.0625rem;height:8.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4y77wK4N6wan1LKz3ShfskJnFauUswC { top:9.1875rem;left:1.1123046875rem;width:33.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P479VpMgcTp1L79EwpHgXip8impMIzT9 { display:none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zdbEdNlFmFR2RTuq9OKTCrqeg4EXhEgR { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { top:0.8125rem;left:0rem;width:19.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COBrHc7736qloSx8ZlF23Rkzi2stK7r8 { top:3.875rem;left:14.5rem;width:31.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { top:7.3125rem;left:14.4375rem;width:33.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbGHAnScyS5z9J9mqmWksxEFmDEDwVoO { width:6.6875rem;height:6.6875rem;top:1.1875rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y46kDs4qT1s1sbWSwliFITwdQ8fmAEHQ { top:9.1875rem;left:14.4375rem;width:33.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO { display:none; }#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdhieNi8v69fA7Ts0B0261GUwKuIV14m { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdSsIQTJrWh5zd1dGViEaCiJX7pNnmd { top:1.25rem;left:28.6875rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeP2GRlfr9TlkXA2bhEvkvLzC3BHD7E { top:3.875rem;left:2.75rem;width:31.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Slni9GmH0zXEhnaDGBZOiUpRseiwVFLm { top:7.3125rem;left:0.75rem;width:33.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctpw9QzTBU7m0PffUQPLyR5xHfS7lLHK { top:9.125rem;left:1.1123046875rem;width:33.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh { display:block; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy { display:none; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vK4nsyaLP0PQlxhcmSJTOtTrodNVsNlI { top:2.3125rem;left:1.15625rem;width:45.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG { display:none; }#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6SxSVt3svKrd8weUetgUJ9DbAXf26KA { width:23.5rem;height:23.6875rem;top:3rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-regular-label { width:27.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-text { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-textarea { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-button { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-checkbox-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em  { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .radio-container { width:27.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em {display:block;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em { width:27.6875rem;height:auto;top:50.875rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tk6QfyzD8lz1csmdtQr9qS93ccWLgtX0 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UkvhHv7iShogJbKppQDKDTsoiCBhkOTC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bbqtiTUoa0ZJ0LJ891mVfpD73vSnXbEB {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DRJHgFgee9t0FTJdPoyTHuPFBnOFFVHC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yhbTxn4aBhcZ3PFgDvTF6M9unE7C1cJR {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #i2TcmXly9sl9Lw2rRFZb4uAaMMEvOp0F {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gTGTB66zc4hI94XZGTUBrvLqEtL68t6l {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #pLMqI5qe9Nhfq7xM98Lv0yTGTPv5b2yS {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bg3lqvodhIGnSN1KbHKIsrBWyqnrw8He {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #OofmvoI7uBTrCWrd1JoVwCRzxG5coJMW {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PArXToQ8uQSP0ZS04PuUIKf5VhhBAqmW {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Z7HgFUFm8WpiGBL2gzXJqHM5s2oaeVfC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #enznowNrgSNd6LNUe4osvnGGRedTtu64 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qXsdnyqZ9KwUbwquDRCRrTx6ZtxQ7abJ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DsSzxIvd02svGSwHnVdgDTiHfusOIJmC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Pw0WL2zbD4RfnZpXk3sJag7HQBQN9foQ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rAbF3MSXO130F6vOb8bbkLirUCCzoqpT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HSz6Ird5wh1UnQs6XirMFNi3uTE4F6Ep {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bpqc37uFGBWQ3N51ygoUilz7E9PWWNgc {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #euD8NlndWBi6HGWrWuLspoftcincXs0m {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #iAMI37sqMdeOadWo2nK8MAfqWzgTyldu {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sa0O0piXEGEzCoIxsFuR7p6Bfke6TLdF {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NJlJWKgftGeKua1FJ5MhrupkKP0EMtfb {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tr9c4iWLkTzaL6kTVmTUzMNA6QsnRtP3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #X5EeVVHrCFQo4VHdDhuRh8khwlf569OH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uIstfnaCcylveqf0igQ2wDhT5xpddD2s {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #WOi1XlTwQGcPXLaa1bAZwmORKv06kWF7 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #AEJ8Pznpd0u3TkPJLpsBgdCt2hAX1Tvr { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #upAqhXeFfyHDzDo6stF7sGFHhiNQc73h {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #W75dATBkW08u2xPF08IaSlNvf6sHrZhn {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VCbw5zixQek5z5HceObPgFG9WduF192l { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ii551ilpbTrTMLT2pvds7zcETm3aEa5m {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U7DFz3s5yRCST2J2mUUTl96mpT0oszhA {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dzsqz4EThTFW7mqFZ45grPZUsvg87EKy { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mmdy3dttZZMrIGLq23fCwox31lzdm26X {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mcglAv9bFs3zzMR02Zu4or1oTI4r7smD {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HWE9ZFGxAOkJ9E9iRgoEIVdeKlfT97V5 { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #miBDvLO8DFPFluhQoAoPbDmFM3a55UNd {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fzDrFnT22CTiCVsKic4WvAiGzQltTIye {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nqTbqbhUyohL2l5nnVLTlAWmzbltX4bV { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sv2a9Om1z1aVNTquiSzdfLEGHImi1EDF {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #lnLFXGtp1WapTcImh8zE2wK8ZTwgA7xp {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CyKVRiKk1ZuTcCzqulDV943p2LJoxWbO { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Whvi0FJoaBtuNa9Q6pBbA9r8rVXIUFgH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xpBIWTKiTNv6QOPvblv7lTMZ0aD93DZ8 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GzftTnZ0R4QZ6FgLr2m0tvC2T1xLz5bv { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qQo4QdayqiNOSBUR97dPFB0Pop8sy3s2 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #aWXE0fF7WQyRnzelPhVCHPNcxH890RTe {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #cSyoUOpnMLI8NWd5fpWXLirwElFJLEkK { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UmCXhVi6CfcTKTrw7LQTDy7w2X9kdQTR {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #BaA2otPsG7JbZpUTSw3qLZbTvCx7lt1u {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xnMVqpftyiPXK0qQhQ60Fa7gFMMPf6HG { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hF5SQVLZc3GR2TgMaPe8K4Ulu5CRXcpP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nGDqk0oBL3JuCTKN9zrN7Vxw2EaOHq9c {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #wRW37gRBUqQAXMOdWeRPpGOLLODf3wJs {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #COo6VVgyo26bsEruOPIFNmlvptX2E5gn {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VTTNGmWKfSwFTfVscks0uGCCEwOxpbO3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zuPDMixp0c3h37mvCLbpJ9IVg1oKeKmP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tv6xFyJXv6CcuwZcEnE7sVbhum6SK5rx {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Sx7DzWDEFE8lg7fMHJNTSc9Pq0B5S6NT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fwpoMzQungPbPIUKdu9PaaRU0Co2Ikon {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zseKPGtyvz5G02gxIJTvEd7eCdFuDJcx {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sdOdQJQqPPFnUiSqJTU7PidgXxh3M7Ok {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NTRUWDbIdiks2T8cgtI7PTIhDsDn8Qbr {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hfW9bztRJCM0Z81KZTU9IcK0x1UcpxaO {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uCezFLt7wqSHDwmk2yzwTiPsK3oosbwE {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UvxkzGNHnxmnguC41RO2eXaQ4DkTVkbI {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Uzf5WIkfpC6B9Ly8HyZtBLPHkKIlxTR3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hiuQ2bMDhUQDcyPI7DWgfbsUPlyezDMl {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xhNzvSdva8zETGtkqQ7VMtcTipi5oimD {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GwTONvduvwkaH4uGSAlJg5DZArrfh8kt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Iq4Ec8AuLfkJKNQ1F0VZsQl2J6xLPTZH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ewtgvr11SJGnIogeWTSyQGKxOXzGRXTr {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rWAuKa64J5VtDfyt9ULN3y5uGmp2I4ZU {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JSmEHFVlrLKskSaOUqsWTckkr7TWnaEP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hAJD4bsp5mEuU7RaLfwLMynG9ZzZFF2K {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kZOe0zNHHUAWMZK5QvsHsJ3UTZVTfUbt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GcyGBTJzApnrrZ8i0eMcEgTssWwTBpQd {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SaFVxbU7FTtr2MzrBhu3GGK8RAS8PBI8 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #M1qXME7alBdpisw9Z2amo0g6GOAMqCyI {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U2rKWfWqbdUZLalQxkZ57NcCGO13hTFS {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gtP3wdHIVk0PyncHu6hk8AP6tcCWMRxQ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #d0yVOhfhedEISdN3Xc7i8Ki9U0z5X74h {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kpKAGJgbVSKWgW36T8K8o1bLt5CTqEvA {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bFcsf3PdUUZ6gqMDN51rUI20JxKMQdFa {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #K8GmgP0WLeJStUalQXoPPGHpUN8oNM31 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NdlIKChbHqMtBVJEZ4oR65DRqz2zxTfG {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #T93KRFB2A4txOzEZvTxNv3uivKMefyg0 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #XUDzM1laFyVQWQ0kusvo2gmy5eC94OaE {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #TcrHrpZ4lUErSWJJV27JwDULFgJ6TEZH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yT93oUHOJbqET0uCVJNlduEzTxVXfsB9 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CKxGbThpL4IHtlOt9g6nflvEKFEeZsBz {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #akJXtUUTpfXV5q7rM5CTNZxrhgBQBS94 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #paK0Eduxo8ddAWJgP4BdXFmpBNfWRnIM {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xEHBddT9WKu4cTKN7WyWACfRUaGSx5Pt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GpzlaSwFohrT6AbgAJmoq4E3b3CREnTz {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yuUCNHeoM4qU7oMDdkpSdam8wNUO2sL7 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NyFkHi6oXw1mrg6eJMlJeHqTHkgTGiIK {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JHqvTmGqsnFwIJEOU6zTxuEnQbvQdqFm {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FzJ4uPyxT7H8P5fVC7xaVGgqlH1U2p3S {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SEFziv5UWXmJMhxu0C9TVHdptEFamNA0 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FgeJFPcBZE1ibUBacbqf6TeKHNvqdr2X {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #MoF3Uh3wiF0HEZxZCA7OhLfe98JFBtMT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gHAK7h6zNUPSlK8s1zc7fT3eRrS9oUQ9 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dz25gZZ7yLT3eQgQzhMUSezIXeWbDU7B {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HiTdTUTPv3rQP5nDK0xuoAUKFfgFT4Vv {  }
 }@media only screen and (max-width: 763px) { #sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { display:none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { display:none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3wQbzbOnIb64MMJKaHDyATg84KdCDyc { display:none; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oBb7uSEcsgELgkOZ8lTohwUTL3IfH0II { top:2.5rem;left:0rem;width:42.6875rem;height:6.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TonJm527v5dhLeahsVqMVakkaA9K0Ieu { top:1.5rem;left:33rem;width:9.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLqhRApOK2s0iu7XFfzzqqht0M3TbVm1 { top:3.0625rem;left:37.6875rem;width:7.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { display:none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgmLwDpAwVld2H8nhsscsdzTlFgDT6SZ { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { top:0rem;left:29.375rem;width:18.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { width:11.875rem;height:3.4375rem;top:16.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block; }
 }@media only screen and (max-width: 763px) { #pKqr4M6fuXhCuuSqm3TGcJ5rng1v386k { top:3.875rem;left:2.75rem;width:31.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { top:7.3125rem;left:0.75rem;width:33.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swi1gPnTilTdL0t2tyzR3kVMfOKaAr2V { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKaypCm8i5UcPs0Tuc06EVaihdWI7x6l { top:1.25rem;left:0rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24bbTTMOgt43K05qHBttz4tQeAdm1ip { top:13.1875rem;left:0rem;width:7.25rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9O8B1eqRriht6EXkNSBT8R2GozP2OAP { top:14.4375rem;left:6.125rem;width:5.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { display:none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MeTpVVB8eO0ldB3o8wa9sPyswDbcExdq { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { top:0rem;left:0rem;width:17.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { width:11.875rem;height:3.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block; }
 }@media only screen and (max-width: 763px) { #GQqLi3OlH4knEMxaS7OU2NDSz86yhGZE { top:3.875rem;left:14.5rem;width:31.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { top:7.3125rem;left:14.4375rem;width:33.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWiIaM26NavvysXewrtGdVwd0HEI1hT { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPzTdJOwddIJ21O8PoznOnr3BhNNywM { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfSu2TXVuraXd8OgvocC6XfOJfGKJBb7 { top:13.1875rem;left:36rem;width:6.5rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxW9NTReF3JFOzh80VSloHmk63dUCSyh { top:14.4375rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCAHpLMACopsoleAae8vqWTPal1yITb5 { top:14.625rem;left:14.5rem;width:7.0625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { display:none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #covi8pTNOZxTsop3mH9fZ9kRDScgoVhm { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { top:0rem;left:29.375rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { width:11.875rem;height:3.4375rem;top:16.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block; }
 }@media only screen and (max-width: 763px) { #xxNzI4zs2QPrZwSVWP9aq3NNA0EU7VJD { top:3.875rem;left:2.75rem;width:31.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFFvNDU6u58oy7chONy68G8iSBoaMdWg { top:7.3125rem;left:0.75rem;width:33.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9i8pZ7iJ1lpWHy0qOnH6mCQBtoDQUh1 { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVqm6xwSPrTTvXETummVCs1UxW85dOhp { top:1.25rem;left:0rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1zTNzcxhlsIFgWnNJnJmt3D4T8ult4 { top:13.1875rem;left:0rem;width:7.25rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsow3QUQzM5zv0M8JuyQVv5vniHiO0p { top:14.4375rem;left:6.125rem;width:5.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf { display:none; }#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA { display:none; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE { display:none; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SgMNTQawLda0TBcpsel28LAGd9L3Be5m { top:2.5rem;left:20.4375rem;width:25.0625rem;height:6.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnbWT24ToLFRDAEoOspv0shnLWLNByZ { top:0.75rem;left:16.476656626506rem;width:10.4375rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbyftB6E3RuZd57W7kARIyioAW0qPL5T { top:7rem;left:24.6875rem;width:4.0625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { display:none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hHEbTXKRrsXhkubPmm1amvme0LflyfOB { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hluuC0RkZwevD94QTamCT9uudeTVDqNL { top:1.3125rem;left:0rem;width:12.125rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { width:11.875rem;height:3.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block; }
 }@media only screen and (max-width: 763px) { #wTlWIR64Ci0pzQPvNW26OWI7SX2eLFge { top:3.875rem;left:13.25rem;width:31.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { top:7.3125rem;left:13.25rem;width:33.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEUUGEPzarIz7PXhs0d4xQ26v3qHWwA { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiJFqLPEOO58xyhcc5xR0JLmkCW1Vsi3 { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2zAu1iKDUp9qFa9hXvhEKVD9lVIzIX { top:13.1875rem;left:36rem;width:6.5rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1A0tRN2ozFN7ThtIMUKh0nEic42TRIl { top:14.4375rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { display:none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FD7mgs2Z9dsdEFr28iIl5Sg6LT64cmIo { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { top:0rem;left:35.5rem;width:12.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { width:11.875rem;height:3.4375rem;top:16.875rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block; }
 }@media only screen and (max-width: 763px) { #oyE5UoGTVlJTkee0BDFa9AEHzGfa6R5o { top:3.875rem;left:2.75rem;width:31.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { top:7.3125rem;left:0.75rem;width:33.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p21fB3IE68IBaNVglMOXRuyoKqRKgKVb { top:0rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD3MVIy8idiT4o8WdpMBaszToIbs0gcm { top:1.25rem;left:0rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb7D9gHq82kizLGxPBKz0O75SgR7sUmw { top:13.1875rem;left:0rem;width:7.25rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkUJTBUQoeweaEoUFFiJz9BUdZI1mCeT { top:14.4375rem;left:6.125rem;width:5.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c691stVJfsnWQVZvQi6xL9SNHb5WKkDy { top:15rem;left:24.1875rem;width:8.625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { display:none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fw9f2DnJTOEAqo2rXeCS2Og1H9SwJ0re { top:2.1875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { top:1.4375rem;left:0rem;width:14.125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { width:11.875rem;height:3.4375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block; }
 }@media only screen and (max-width: 763px) { #s67xUhGlzkbnaB09TfTMlw6Q492ZrQA2 { top:3.875rem;left:13.25rem;width:31.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { top:7.3125rem;left:13.25rem;width:33.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1gALVp5TGTl9tu0f9qrqT5v7AsPrOQN { top:0.0625rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5b9CyrmtM9CDHd0yh4scT1T8Eh0uCL { top:1.3125rem;left:43rem;width:4.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRsgDZkxxPS16lWQ7WiZ1zPuTWUhrVp { top:13.1875rem;left:36rem;width:6.5rem;height:4.625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvtb3PqwXmFJCQa5f58kWFHf62R1CTX { top:14.4375rem;left:41.3125rem;width:6.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ { display:none; }#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szlCxRpVrTEoEOP7SU0n6Tywp15sBONX { display:none; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E { display:none; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lP1UN15IXflt5rmPWlKRyuu0AQgB4JTm { top:3.875rem;left:0rem;width:26.25rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUzuTExVxfRmUE1BlgFv9KBBtkUcXVxo { top:16.625rem;left:0rem;width:13.125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdZ3v7z7JTT2RNJtXT8iw6qkr8nuoGD { top:26.125rem;left:9.4375rem;width:9.875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7hB43pMxBOf1vSEaPw8xC2rzUPLLJK { top:6.125rem;left:9.1875rem;width:38.5625rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC6rxfaHwlWaEuI2lXElcR2g30dixdaE { top:11.3125rem;left:14.4375rem;width:33.3125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utWMGhaEz5kaGDzuUS5ZrzuvnBMXskW8 { top:15.8125rem;left:18rem;width:29.375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpXJmXvr385zSdFLPrMyMp3dOI729Fsa { width:11.875rem;height:3.4375rem;top:27.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5gPSgVFMZLy7BTlZNoR66k9r5LKJuv { display:block; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:18.174999237061rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #HkxRewolCnVxwSyUXnTvTFt5UrHKPId6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #UB2dtmHu08X1LAk055IahrWTvuPqunsn {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #FAT90OhsWSfkGNULk4NzwkPIuF4onSy4 {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #xUGSgTcrFiNbn3kXEm15TWBVHVvqV2hx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #akcDIxyhwG7Wk5MW4LhydmzHqowDIMl4 {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #P8QtKK0pSFHdI7hRRAqpuDXTunzEbJtg {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #abH4csJHeruX1lNdBKxbX8CcBRweAsTC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #lJEPkBMkT9EkTBR5NdOize6fKFrk2KxO {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #v3c1D3wxxuhOu4c4xiHvrRXH9TQsp8qS {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #KwWgMWfRptxWN1vZrwd7knNN9uokV193 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #kX6EcmUErmZooB91uxEZkSd5irVawaXp {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #bVp72uigR2PEIDzLU2Zy5lyLeogARFsU {  }
 }@media only screen and (max-width: 763px) { #qQfwqtyhcGJyn5okRPSQart0nQGWACmU { display:block; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o55ZNGIcGBc2ddA1Pi7GdxTPh2FIpdaw { width:7.6875rem;height:4.375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvSuixzASt55PH0Rmq2pbcAGfn494WJ9 { z-index:15006;top:1.375rem;left:20rem;width:12.875rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVrIbTnnIOqqwhebU1KCoNCq2FSXcmLn { top:4.25rem;left:23rem;width:12.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX3ZcEKzmKSL9Z6uph9rqXCIF4TqpyQt { display:block; }
 }@media only screen and (max-width: 763px) { #Hkl7v1irlHT8gN4ANLoRrXW8S93IAQBP { width:3.1875rem;height:3.1875rem;top:4.3125rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQuP2zMMSPlT2iaOFDmV3GopUBSFTdAR { width:3.1875rem;height:3.1875rem;top:10.9375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTCZQNRQqkUTb7OAe2tgoeok8ZxpWGo { top:10.875rem;left:23.1875rem;width:6.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8WpH9JPahsOTL65DGEkrXEc5oIxISm { display:block; }
 }@media only screen and (max-width: 763px) { #bbAaPFVXyoFhmxsCqPUwxG5RhUFUZtxs { width:3.1875rem;height:3.1875rem;top:7.375rem;left:20rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wG5UukB0QiHc1WyNBSJDI5dZquvTLR { width:3.125rem;height:3.125rem;top:6.6875rem;left:31.9375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4V39ptZzTuF21tvBhaQWqfJrIfNToXn { top:7.375rem;left:22.9375rem;width:12.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pClGhiCOzBpW0WZKCK1gpgr6ao2d6zgC { display:block; }
 }@media only screen and (max-width: 763px) { #aioQWowOpaJsUWqNf7CWzfDI504hcD9R { width:17.25rem;height:3.625rem;top:6.6875rem;left:30.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#aqvfUuXHK2rHiKCNTVVrGGlH3QZoRcIT > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uidKlLgrCuFcvbaQp8tBUxcv0De0cJZM { width:5.375rem;height:1.6875rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP1XocCbD5J6WEat0BpTPMOGc4GfW356 { width:13.8125rem;height:0.975rem;top:3.4375rem;left:6.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfSaC6TXhITbHxXvySqBDx4ql3bQaVi1 { width:13.4375rem;height:3rem;top:0rem;left:6.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-number { padding-top:0.285rem;padding-right:0.24875rem;padding-bottom:0.285rem;padding-left:0.24875rem;width:1.493125rem;min-width:1.493125rem;height:1.530625rem;font-size:1.139375rem;line-height:24.49px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.178125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.990625rem;height:0.605rem;font-size:0.4275rem;line-height:9.68px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB { display:flex;width:10.1875rem;height:2.8125rem;top:0rem;left:8rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #t7CblCLbwTmVzzsKQxr2Nu06bQRXoyDg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p6hQ6OrgJmlnK7CQTPLKS1B5llLVeAU1 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #SVqlmKcWxu8mabvH5VOl29MaKFFQ5195 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #fQiB1JGlCvqsatBIzrudDzpTE947XAdt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #M90RTddl845ORtcBDyu74nRZwC3G7tNv {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TC7eHwuKWcSaJSpmOoyPQ8JuV9SFPxXD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #p9CQXJAT1QKpWC7IJRh4DVKrQySaAxOo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #da9d8B92e5kksOwsJKLq41X978vN1HiD {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #LfQFnIDNGQog4EbnEyOaxQpAzcVvDzs0 {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #IgmlPMSNqUn3lq3XCHWLwwKOspQfygNk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #TzMmtzzKveiBJC98xplG8tk25OVHXZar {  }
 }@media only screen and (max-width: 763px) { #NOoRBVVzSzVbbTClu7l01XGSKDS8lvNB #DmDQoA0iLT3OGTEurwV02vQTfKMqCT0E {  }
 }@media only screen and (max-width: 763px) { #t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 { display:block; }#t2tt1r7U17990HuFuUAOQqwrzb5aMPg8 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7sNdlsHic3WwbVwD8LrRkS3eOnwrAHL { width:3.3125rem;height:1.9375rem;top:1.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/936de7a9-bf49-4a51-ac23-c5e9e4e39d15/Baner_TAP_dzien_rolnika_konkurs_1920x1080.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.adaptive-delivery-prevent-bg, #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.lazyload, #QvP3Kux8DdB60teRDkKhwsyTu9q75Uky.lazyloading { background-image: none; }#QvP3Kux8DdB60teRDkKhwsyTu9q75Uky > .row .container { width:20rem;height:12.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fPL1gyULpISfAaryXCee52HKm7uJn6Ea { width:16.8125rem;height:4.4375rem;top:12.6240234375rem;left:1.59375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gB99CeSQgBJBfBJ9uv9mis9FIcCgtraG { display:block; }
 }@media only screen and (max-width: 763px) { #No9392R8nd4DrmDdMxgpOmHTpFL3vAGq { display:none; }#No9392R8nd4DrmDdMxgpOmHTpFL3vAGq > .row .container { width:20rem;height:38.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vZLhTM1r40ocknDXorwfMU6Tcs0HxlRG { width:20rem;height:21.125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbCXPFnoTJ7MsylCuoHtWlGv2PALPgeu { width:8.375rem;height:8.375rem;top:21.8125rem;left:11.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #atGSbWQRqVg7MTVXUJ9fVgiBQ5xB5NVN { width:15.375rem;height:4.5625rem;top:33rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrUIXBpB9QQsURqzEHfIox6XxBAyws1n { display:block; }
 }@media only screen and (max-width: 763px) { #HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t { display:block; }#HmkuAb59JdTXzX1OrdkdaTyVybeLlE5t > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwQmiVBF5Qu7NKLFTewrG3ZbRSsTQFRS { width:19rem;height:5.8125rem;top:1.25rem;left:0.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcmOWWt2b12vil62cl0NlJ2M0pydziMc { display:block; }
 }@media only screen and (max-width: 763px) { #CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF { display:none; }#CmJzW6waAiKJ4ZbxqJgOv75WAbIX07hF > .row .container { width:20rem;height:6.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xmbZgoW9HViIGnrCBDuRaLIuJST8WSve { width:17.5625rem;height:4.225rem;top:1.29296875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp { display:none; }#xt3f5TyT8IhUyp5yJ1xtfNOS1EtevsQp > .row .container { width:20rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TrPIL2qrTl6vkZ2aWXaShVDwPmI0CTdb { width:18.0625rem;height:17.95625rem;top:0.75000095367431rem;left:0.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlZPZxuDPBefT5CbANCe3C80C8kNPN1M { display:none; }#GlZPZxuDPBefT5CbANCe3C80C8kNPN1M > .row .container { width:20rem;height:38.125rem;background-color:#fff4e1;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fdk0mSuF19CHSqVZzJAASUSJyT7Elt0q { width:4.375rem;height:4.375rem;top:1.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eflpTGUSJb76Td9MezAXkiAtqKInn1Kg { width:4.375rem;height:4.375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3KceSdqBgfW4TAAFJVJE2Nq4cG2bohu { width:1.4375rem;height:2.1125rem;top:2.6298828125rem;left:1.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2p6q8CyobC0UkxoDyx1R39t6euL35Ur { width:10.6875rem;height:2.925rem;top:2.2236328125rem;left:4.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcMTVsAtfk4JBaiZNgrWmTPfid9amUwE { width:4.375rem;height:4.375rem;top:32.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxAWoWTKK21VA4Pu2Txmh4wGzVivl9wG { width:12.25rem;height:1.4625rem;top:9.64453125rem;left:4.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObFchOv07eUOueKkTJdU2p62ETIFQEvM { width:12.25rem;height:2.925rem;top:33.13671875rem;left:4.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pohgUSciQyQZwC1ARvL5VnihzXEZE0WV { width:13.9375rem;height:17.95625rem;top:11.8984375rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzc4vH4tet37tCFnoxSHN7B8ltyolcl2 { width:1.4375rem;height:2.1125rem;top:9.318359375rem;left:1.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtP5Dp6rwneBPSW8uZC1FBRlg2UIeexU { width:1.4375rem;height:2.1125rem;top:33.54296875rem;left:1.46875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FskhrlJktdUz9VCUDtllAH5uvOszDAvf { display:none; }#FskhrlJktdUz9VCUDtllAH5uvOszDAvf > .row .container { width:20rem;height:59.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hi2cmhPldOyy5VDdlrQ74TRUdTInVhV6 { width:15rem;height:13.125rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlcnehdN3GUAS17GVg6hTvsp74nZzBS { width:15rem;height:13.125rem;top:15.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgBkXmVAi9atGzOQtb0JsHNyi3hrEP1X { width:15rem;height:13.125rem;top:30rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZT6FWB1Oh1v5zu5JINd23UUMzL3oPU { width:15rem;height:13.125rem;top:44.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXoC3Xug5cXeMWZpLUZW5m6ivVp6vWk0 { width:2.375rem;height:2.375rem;top:2.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqRsJbQM6C2JMsI6aLJKEdPQ3732rGXR { width:1.75rem;height:2.375rem;top:17.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4a9i20ue3ulRx1bkcWLyG7XdPHCCE7T { width:2.375rem;height:2.375rem;top:31.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAgMRB7oIA8Zcp3VnaNlyR3emTa63xMN { width:2.125rem;height:2.375rem;top:46rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVKkhLJnVOFraKyMVGke1M0I4WXdZTdG { width:10.6875rem;height:1.4375rem;top:21.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI0qm9zGsfTLugRD1JIKp2QlsmKbVai6 { width:13.125rem;height:3.375rem;top:23.3125rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPVqpJ8QBnLyqg6BitcTDiol9BGZ0q3 { width:10.6875rem;height:1.4375rem;top:35.625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O86l0HWcSlZxbJSvE2W7bdVhKgJyc0EJ { width:13.125rem;height:3.375rem;top:37.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exiGdTgC5fwBU5ByAzi1ITIJmzcfUvrS { width:10.6875rem;height:1.4375rem;top:50rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJxQasTSNQzemDnBnCQHJKzvlhNRtyv { width:13.0625rem;height:3.375rem;top:52.0625rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC { display:none; }#SB5nPKJcdRs05eyqPAxVx6HI0b1TTJnC > .row .container { width:20rem;height:4.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uChHvKfE0ivZQpeJLugLIgEOpRxtf9LA { width:18.8125rem;height:2.84375rem;top:0.96875rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q { display:none; }#KWclwFWpuwm5Jysvm7xL3CWUTKE13l5q > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQAz0qaWGdCGJZG26xtSuGJ7iSFieQgy { width:18.8125rem;height:2.11230625rem;top:0.96875rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te { display:none; }#fC3VFLPWP9ZBmwWdm1a2G2eP4t58G8Te > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tv88tTigLxDT7c04S0X0OgNJ6bvBaL0q { width:8.3125rem;height:8.3125rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9b49yVuPaQaWgVIfawhVLiT2c0expW { width:13.75rem;height:13.75rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdqlhH3rPNN09MF547ZnSns97RfpJyfh { width:12.8125rem;height:12.8125rem;top:7.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0r6tOeoaFneMfZvQIb1N5vwUAZ9q1cA { width:2.9375rem;height:14.6875rem;top:1.5rem;left:14.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym { display:none; }#SLyTz2JKdRk2iiyUeFyDpXci0GngH9ym > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0r0qN85KOh2nNspe58MUZ2TmJAXzqC5 { width:18.8125rem;height:2.11230625rem;top:0.96875rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1IntgAcFFxMxelNC4hK1dsrvOQCol2N { display:none; }#N1IntgAcFFxMxelNC4hK1dsrvOQCol2N > .row .container { width:20rem;height:17.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q3eI7GJ6bTK1BFtVT4eFJ0eAMAA402PN { width:7.75rem;height:7.75rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiA3mDWKAG0RfrCEx8NHvLNLocACy6rq { width:12.9375rem;height:12.9375rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHrGSvBkGwDi76DuVsmF08LLslwJ5u0O { width:13.1875rem;height:13.1875rem;top:4.34375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7s41SEvtsfO9dAUwi1zvTErOiTBk0AT { width:2.5rem;height:12.4375rem;top:0.5625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt { display:none; }#MxSO9wXBrdrf9KaTBrlTE7GxUCbh7hLt > .row .container { width:20rem;height:7.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTq9ZyKgOngZyx9SJn7SIVUXHL2tUWmA { width:20rem;height:4.1567695961995rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2WUO91F4COULWyo1VKPPq1E03ucQb6u { display:none; }#A2WUO91F4COULWyo1VKPPq1E03ucQb6u > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgNtQ9pLKte97xfFJ6BGeOIWbPWlH808 { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ170Z5lTS6COdIzGfpihFztq0RfetZ { display:none; }#ISQ170Z5lTS6COdIzGfpihFztq0RfetZ > .row .container { width:20rem;height:44.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MwsZyHolsoC3OAaxGPsCPTTb8OAG2UDG { width:13.75rem;height:11.625rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2ODM2Agk13kynTzm2LXEdDqTxXEOuqT { width:13.75rem;height:11.625rem;top:15.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHNrP7XrHLMT6qQALPn3aTVTwt6SGcOe { width:13.75rem;height:11.625rem;top:30.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kuy8GpSeQGJug54aeGritKFbPndGWy30 { width:8.3125rem;height:9.25rem;top:1.875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWmA7LwQUCrGbfzeRMEuZm4MQdTeZI4x { width:8.375rem;height:8.3125rem;top:17.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvVAM9VA7PoGPC4HSEOcRBzfXBZgFDd { width:10.125rem;height:7.25rem;top:31rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6QlHImEJir4V3ZEQf79pCQ6DffzyZWc { width:9.6875rem;height:2.8125rem;top:11.125rem;left:5.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9obrFrZm3bS4lHfL7a6kWPcWUW2ruK { display:block; }
 }@media only screen and (max-width: 763px) { #SqugwZBMvxQTksv1dsivcf7GvtlDZ7lG { width:11.875rem;height:2.8125rem;top:25.75rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0lH6JvhgmfD1oHTkTtq9EXJHN2Hv1WK { display:block; }
 }@media only screen and (max-width: 763px) { #iwbpUMzw3gPnTNyIgQb7tQ5lKzUiftTT { width:7.6875rem;height:2.8125rem;top:40.25rem;left:6.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDpcPeAh3EBsIHL0gS94bEEfgKh2dQzG { display:block; }
 }@media only screen and (max-width: 763px) { #FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV { display:none; }#FepRkotSCPJUvrRJH1bMS8lfMFqHmuPV > .row .container { width:20rem;height:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 { display:none; }#M0vIVU1CN3vtpX5pWneynF0NwmkmHH88 > .row .container { width:20rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d7rwGEsIM9F93Ahl3OpNEWmzI5ZAvCv6 { width:20rem;height:5.19921875rem;top:2.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #guUaBZKtCiNe23pAsDoFkWBI883TQXb4 { width:6.0625rem;height:6.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J71gp5t3pSfdJQBd86AlkPRrmCS4m2FB { width:4.1875rem;height:4.375rem;top:8.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 { display:none; }#nki36u3KzC50KuKeqFPmT1f1HWDHrVm6 > .row .container { width:20rem;height:30.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NRIX0uzIRGU4DZdpTpPUiba5BnFGChRb { width:20rem;height:26.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxh83wQx2NdtVtcIQh1TDcTfPDTP5Q2s { width:18.1875rem;height:18.1875rem;top:11.9853515625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx4wobtsqPTDbcNvyIqu5l8aVblSdUnU { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLpZMsccnA1D7472AqrK5APrhAiqTkC { width:18.75rem;height:3.75rem;top:6.505859375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKgu8V4Ap1ccGSFWHGiPxuqufQCEy38L { width:3.5625rem;height:3.5625rem;top:2.943359375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkGTcRMoq1nSz1L01vsGkZXN1Ti1hBOt { width:18.4375rem;height:1.21875rem;top:10.7666015625rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO { display:none; }#TGViTkL4tJSWiRbhHDxwCsFwVJzpTzPO > .row .container { width:20rem;height:30.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #owpTl5ryoOnvbe2T3Skk4PCT4Wfc6W3d { width:20rem;height:26.625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLHPS7lAVXWTZrpAKAOwaDd1d9eZSTGi { width:18.5rem;height:18.5rem;top:11.84375rem;left:0.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #TarfeTzQu8Je7GgvTDzXnk7AQiF6xHR7 { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itgOmPr38OQmwSTA9zGAEvG1UoD3BLdT { width:18.75rem;height:3.75rem;top:6.875rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BhrJtFFC6kH1DdTeed9DhrBViNEpzu5G { width:3.125rem;height:3.125rem;top:3.162109375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4y77wK4N6wan1LKz3ShfskJnFauUswC { width:18.9375rem;height:1.21875rem;top:10.625rem;left:0.53125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P479VpMgcTp1L79EwpHgXip8impMIzT9 { display:none; }#P479VpMgcTp1L79EwpHgXip8impMIzT9 > .row .container { width:20rem;height:27rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zdbEdNlFmFR2RTuq9OKTCrqeg4EXhEgR { width:20rem;height:22.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTZ1VGxhJIAkgDtPqzr9p9gAHig3XIi { width:15.1875rem;height:15.1875rem;top:11.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #COBrHc7736qloSx8ZlF23Rkzi2stK7r8 { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK1BR29EAOsOOzaOEq16Z3iqqVTHV69W { width:18.75rem;height:3.75rem;top:7.8125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbGHAnScyS5z9J9mqmWksxEFmDEDwVoO { width:2.4375rem;height:2.4375rem;top:3.505859375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #y46kDs4qT1s1sbWSwliFITwdQ8fmAEHQ { width:18.4375rem;height:1.21875rem;top:11.5rem;left:0.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO { display:none; }#xu4b3h5FEbLUTUVdwOPRtLHRQLTidEJO > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CdhieNi8v69fA7Ts0B0261GUwKuIV14m { width:20rem;height:24.5625rem;top:2.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLdSsIQTJrWh5zd1dGViEaCiJX7pNnmd { width:15.125rem;height:15.125rem;top:11.9365234375rem;left:2.4375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fGeP2GRlfr9TlkXA2bhEvkvLzC3BHD7E { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Slni9GmH0zXEhnaDGBZOiUpRseiwVFLm { width:18.75rem;height:3.75rem;top:7.0927734375rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ctpw9QzTBU7m0PffUQPLyR5xHfS7lLHK { width:18.1875rem;height:1.21875rem;top:10.7802734375rem;left:0.71875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh { display:block; }#aHOV3PIACJGBIZyl7Abnk5X0uwHPtsDh > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy { display:none; }#kAJDu1yhsTbSGhXbK7w3gWACGy2M7eTy > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vK4nsyaLP0PQlxhcmSJTOtTrodNVsNlI { width:19.6875rem;height:1.95rem;top:1.587890625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG { display:none; }#QXAiQ4u1cN4rkf7XZtoc7XnM9OTA7rbG > .row .container { width:20rem;height:171.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g6SxSVt3svKrd8weUetgUJ9DbAXf26KA { width:19.625rem;height:142.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;line-height:1.4;overflow:hidden;display:block;font-size:0.9375rem;color:#ffffff; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-text {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-select {padding-top: 0; padding-bottom: 0;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-input-button { width:17.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.5rem;font-size:1.25rem;overflow:hidden; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;color:#ffffff; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-radio-label { color:#ffffff;font-size:0.9375rem;overflow:hidden;height:2.9375rem;line-height:2.1; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em  { width:17.5rem;height:auto;top:1.25rem;left:0rem;background-color:#178836;background-image:none; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;color:#ffffff; }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em {display:block;}#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em { width:17.5rem;height:auto;top:1.25rem;left:0rem;background-color:#178836;background-image:none; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #b4Zus4Ei2i10pkFKh4N3rHAELKJigKy2 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tk6QfyzD8lz1csmdtQr9qS93ccWLgtX0 { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UkvhHv7iShogJbKppQDKDTsoiCBhkOTC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bbqtiTUoa0ZJ0LJ891mVfpD73vSnXbEB {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DRJHgFgee9t0FTJdPoyTHuPFBnOFFVHC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yhbTxn4aBhcZ3PFgDvTF6M9unE7C1cJR {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #i2TcmXly9sl9Lw2rRFZb4uAaMMEvOp0F {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gTGTB66zc4hI94XZGTUBrvLqEtL68t6l {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UXUJXa4HEwAgy3zd4UFbOCfwzwT1pKrC .container-column{width:100%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #pLMqI5qe9Nhfq7xM98Lv0yTGTPv5b2yS { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bg3lqvodhIGnSN1KbHKIsrBWyqnrw8He {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #OofmvoI7uBTrCWrd1JoVwCRzxG5coJMW {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PArXToQ8uQSP0ZS04PuUIKf5VhhBAqmW {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Z7HgFUFm8WpiGBL2gzXJqHM5s2oaeVfC {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #enznowNrgSNd6LNUe4osvnGGRedTtu64 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qXsdnyqZ9KwUbwquDRCRrTx6ZtxQ7abJ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Nk78nwH0EJL4LFK3inE56bn2NaWamqOd .container-column{width:100%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #DsSzxIvd02svGSwHnVdgDTiHfusOIJmC { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Pw0WL2zbD4RfnZpXk3sJag7HQBQN9foQ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rAbF3MSXO130F6vOb8bbkLirUCCzoqpT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HSz6Ird5wh1UnQs6XirMFNi3uTE4F6Ep {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Bpqc37uFGBWQ3N51ygoUilz7E9PWWNgc {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #euD8NlndWBi6HGWrWuLspoftcincXs0m {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #iAMI37sqMdeOadWo2nK8MAfqWzgTyldu {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Fb7m5UZ9bdzVeifzMIhtTv2vAdI3Tp6U .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sa0O0piXEGEzCoIxsFuR7p6Bfke6TLdF {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NJlJWKgftGeKua1FJ5MhrupkKP0EMtfb {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tr9c4iWLkTzaL6kTVmTUzMNA6QsnRtP3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #X5EeVVHrCFQo4VHdDhuRh8khwlf569OH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uIstfnaCcylveqf0igQ2wDhT5xpddD2s {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #WOi1XlTwQGcPXLaa1bAZwmORKv06kWF7 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #AEJ8Pznpd0u3TkPJLpsBgdCt2hAX1Tvr { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #upAqhXeFfyHDzDo6stF7sGFHhiNQc73h {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #W75dATBkW08u2xPF08IaSlNvf6sHrZhn {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VCbw5zixQek5z5HceObPgFG9WduF192l { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ii551ilpbTrTMLT2pvds7zcETm3aEa5m {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U7DFz3s5yRCST2J2mUUTl96mpT0oszhA {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dzsqz4EThTFW7mqFZ45grPZUsvg87EKy { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mmdy3dttZZMrIGLq23fCwox31lzdm26X {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #mcglAv9bFs3zzMR02Zu4or1oTI4r7smD {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HWE9ZFGxAOkJ9E9iRgoEIVdeKlfT97V5 { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #miBDvLO8DFPFluhQoAoPbDmFM3a55UNd {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fzDrFnT22CTiCVsKic4WvAiGzQltTIye {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nqTbqbhUyohL2l5nnVLTlAWmzbltX4bV { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sv2a9Om1z1aVNTquiSzdfLEGHImi1EDF {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #lnLFXGtp1WapTcImh8zE2wK8ZTwgA7xp {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CyKVRiKk1ZuTcCzqulDV943p2LJoxWbO { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Whvi0FJoaBtuNa9Q6pBbA9r8rVXIUFgH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xpBIWTKiTNv6QOPvblv7lTMZ0aD93DZ8 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GzftTnZ0R4QZ6FgLr2m0tvC2T1xLz5bv { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #qQo4QdayqiNOSBUR97dPFB0Pop8sy3s2 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #aWXE0fF7WQyRnzelPhVCHPNcxH890RTe {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #cSyoUOpnMLI8NWd5fpWXLirwElFJLEkK { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UmCXhVi6CfcTKTrw7LQTDy7w2X9kdQTR {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #BaA2otPsG7JbZpUTSw3qLZbTvCx7lt1u {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xnMVqpftyiPXK0qQhQ60Fa7gFMMPf6HG { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hF5SQVLZc3GR2TgMaPe8K4Ulu5CRXcpP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #nGDqk0oBL3JuCTKN9zrN7Vxw2EaOHq9c {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #wRW37gRBUqQAXMOdWeRPpGOLLODf3wJs {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #COo6VVgyo26bsEruOPIFNmlvptX2E5gn {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #VTTNGmWKfSwFTfVscks0uGCCEwOxpbO3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zuPDMixp0c3h37mvCLbpJ9IVg1oKeKmP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Tv6xFyJXv6CcuwZcEnE7sVbhum6SK5rx {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Sx7DzWDEFE8lg7fMHJNTSc9Pq0B5S6NT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #fwpoMzQungPbPIUKdu9PaaRU0Co2Ikon {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #zseKPGtyvz5G02gxIJTvEd7eCdFuDJcx {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #sdOdQJQqPPFnUiSqJTU7PidgXxh3M7Ok {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NTRUWDbIdiks2T8cgtI7PTIhDsDn8Qbr {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hfW9bztRJCM0Z81KZTU9IcK0x1UcpxaO {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #uCezFLt7wqSHDwmk2yzwTiPsK3oosbwE {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #UvxkzGNHnxmnguC41RO2eXaQ4DkTVkbI {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Uzf5WIkfpC6B9Ly8HyZtBLPHkKIlxTR3 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hiuQ2bMDhUQDcyPI7DWgfbsUPlyezDMl {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xb9onTvQ1IoJ4gZ0vFW8dyKenTDoedKu .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xhNzvSdva8zETGtkqQ7VMtcTipi5oimD { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GwTONvduvwkaH4uGSAlJg5DZArrfh8kt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #Iq4Ec8AuLfkJKNQ1F0VZsQl2J6xLPTZH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #ewtgvr11SJGnIogeWTSyQGKxOXzGRXTr {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #rWAuKa64J5VtDfyt9ULN3y5uGmp2I4ZU {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JSmEHFVlrLKskSaOUqsWTckkr7TWnaEP {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #hAJD4bsp5mEuU7RaLfwLMynG9ZzZFF2K {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kZOe0zNHHUAWMZK5QvsHsJ3UTZVTfUbt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GcyGBTJzApnrrZ8i0eMcEgTssWwTBpQd {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SaFVxbU7FTtr2MzrBhu3GGK8RAS8PBI8 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #M1qXME7alBdpisw9Z2amo0g6GOAMqCyI {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #U2rKWfWqbdUZLalQxkZ57NcCGO13hTFS {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gtP3wdHIVk0PyncHu6hk8AP6tcCWMRxQ {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #d0yVOhfhedEISdN3Xc7i8Ki9U0z5X74h {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #kpKAGJgbVSKWgW36T8K8o1bLt5CTqEvA {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #bFcsf3PdUUZ6gqMDN51rUI20JxKMQdFa {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #K8GmgP0WLeJStUalQXoPPGHpUN8oNM31 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NdlIKChbHqMtBVJEZ4oR65DRqz2zxTfG {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #T93KRFB2A4txOzEZvTxNv3uivKMefyg0 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #XUDzM1laFyVQWQ0kusvo2gmy5eC94OaE {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #TcrHrpZ4lUErSWJJV27JwDULFgJ6TEZH {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT {  }
#qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #PqCFauETUXwsZRvLwDM6BQJunHP5r4mT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yT93oUHOJbqET0uCVJNlduEzTxVXfsB9 { display:block; }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #CKxGbThpL4IHtlOt9g6nflvEKFEeZsBz {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #akJXtUUTpfXV5q7rM5CTNZxrhgBQBS94 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #paK0Eduxo8ddAWJgP4BdXFmpBNfWRnIM {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #xEHBddT9WKu4cTKN7WyWACfRUaGSx5Pt {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #GpzlaSwFohrT6AbgAJmoq4E3b3CREnTz {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #yuUCNHeoM4qU7oMDdkpSdam8wNUO2sL7 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #NyFkHi6oXw1mrg6eJMlJeHqTHkgTGiIK {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #JHqvTmGqsnFwIJEOU6zTxuEnQbvQdqFm {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FzJ4uPyxT7H8P5fVC7xaVGgqlH1U2p3S {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #SEFziv5UWXmJMhxu0C9TVHdptEFamNA0 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #FgeJFPcBZE1ibUBacbqf6TeKHNvqdr2X {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #MoF3Uh3wiF0HEZxZCA7OhLfe98JFBtMT {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #gHAK7h6zNUPSlK8s1zc7fT3eRrS9oUQ9 {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #dz25gZZ7yLT3eQgQzhMUSezIXeWbDU7B {  }
 }@media only screen and (max-width: 763px) { #qM5FOzEorwJ30yXTJXEyJ2tKFOWyL2em #HiTdTUTPv3rQP5nDK0xuoAUKFfgFT4Vv {  }
 }@media only screen and (max-width: 763px) { #sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz { display:none; }#sUPFWXN9IMl1cIfNe37TNbQEKibrU4rz > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr { display:none; }#k5XTT4Cq0CvodoLN5m90FK9mPHVuSXhr > .row .container { width:20rem;height:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S3wQbzbOnIb64MMJKaHDyATg84KdCDyc { display:none; }#S3wQbzbOnIb64MMJKaHDyATg84KdCDyc > .row .container { width:20rem;height:17.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oBb7uSEcsgELgkOZ8lTohwUTL3IfH0II { width:19.625rem;height:7.7988125rem;top:2.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TonJm527v5dhLeahsVqMVakkaA9K0Ieu { width:5.625rem;height:6.5rem;top:10.15625rem;left:13.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ZLqhRApOK2s0iu7XFfzzqqht0M3TbVm1 { width:4.0625rem;height:4.875rem;top:11.34375rem;left:11.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn { display:none; }#ycsA8qa1PlPytux9rMEmkCk4tDy6nSGn > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgmLwDpAwVld2H8nhsscsdzTlFgDT6SZ { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4qyMxT5fr8hLRumgiC1xLQlQVASueAa { width:18rem;height:14.6875rem;top:16.9375rem;left:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #uJuTNqWNC3yZUlfsmFOBweBnCQakbAZf { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ag39zc2nfkwkPw9IKhckvN3XMIL9aS2V { display:block; }
 }@media only screen and (max-width: 763px) { #pKqr4M6fuXhCuuSqm3TGcJ5rng1v386k { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWw9Qqt2t9gbclm4pC1F9h0JITMfyqFV { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Swi1gPnTilTdL0t2tyzR3kVMfOKaAr2V { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKaypCm8i5UcPs0Tuc06EVaihdWI7x6l { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a24bbTTMOgt43K05qHBttz4tQeAdm1ip { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9O8B1eqRriht6EXkNSBT8R2GozP2OAP { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 { display:none; }#IGFOagiH1Zf2N3OZ0cm9H9TZW9cRPry9 > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MeTpVVB8eO0ldB3o8wa9sPyswDbcExdq { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHVxXhqSbqGMv4CrbK8ntc0RJaTfiiNQ { width:16.4375rem;height:15.1875rem;top:17.4375rem;left:1.78125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #fTG2KKUfJ4CGm6gdxsDSdTEDCWWzODdT { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtaQO4dUrMvTQBS29K3lqoL4f2x2KvS6 { display:block; }
 }@media only screen and (max-width: 763px) { #GQqLi3OlH4knEMxaS7OU2NDSz86yhGZE { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT4JH6HnTSD7fN6h7WhMSCspQXxdlMzJ { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJWiIaM26NavvysXewrtGdVwd0HEI1hT { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPzTdJOwddIJ21O8PoznOnr3BhNNywM { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfSu2TXVuraXd8OgvocC6XfOJfGKJBb7 { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxW9NTReF3JFOzh80VSloHmk63dUCSyh { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCAHpLMACopsoleAae8vqWTPal1yITb5 { width:4.375rem;height:4.25rem;top:28.4375rem;left:1.03125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #V1miS730iFpn9PQFwaD5xmMKPNx9vhoS { display:none; }#V1miS730iFpn9PQFwaD5xmMKPNx9vhoS > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #covi8pTNOZxTsop3mH9fZ9kRDScgoVhm { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnhZMEevOP1pWnGWAHMKkKuiZ8Fru2Ke { width:15.3125rem;height:15.3125rem;top:17.9375rem;left:2.34375rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lWQuPNkRBxl9NPlHOSr1xBpZcTWoDQnw { width:10rem;height:2.8125rem;top:12.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEPrkUXka5vH6bPZm3KnVdx2iaH3xkdq { display:block; }
 }@media only screen and (max-width: 763px) { #xxNzI4zs2QPrZwSVWP9aq3NNA0EU7VJD { width:17.25rem;height:1.95rem;top:4.375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFFvNDU6u58oy7chONy68G8iSBoaMdWg { width:18.75rem;height:3.9375rem;top:7rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9i8pZ7iJ1lpWHy0qOnH6mCQBtoDQUh1 { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVqm6xwSPrTTvXETummVCs1UxW85dOhp { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk1zTNzcxhlsIFgWnNJnJmt3D4T8ult4 { width:3.75rem;height:2.6rem;top:12.9375rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcsow3QUQzM5zv0M8JuyQVv5vniHiO0p { width:3.5625rem;height:1.95rem;top:13.375rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf { display:none; }#p3NrosoTI4QwQV0i30UMGfSZaDlX9Tzf > .row .container { width:20rem;height:2.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA { display:none; }#qiTmCbiRHiHW8W8ectiDABgVvaDxl2cA > .row .container { width:20rem;height:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE { display:none; }#LBSZ1qSzlH1cJQJedWIzn4EhgVsbpamE > .row .container { width:20rem;height:12.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SgMNTQawLda0TBcpsel28LAGd9L3Be5m { width:20rem;height:5.19921875rem;top:2.46875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddnbWT24ToLFRDAEoOspv0shnLWLNByZ { width:4.8125rem;height:5.3125rem;top:5.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbyftB6E3RuZd57W7kARIyioAW0qPL5T { width:2.5rem;height:2.6875rem;top:7.8125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 { display:none; }#yUbZFlFS0XmRzeR9KHVssdxadzTS6w88 > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hHEbTXKRrsXhkubPmm1amvme0LflyfOB { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hluuC0RkZwevD94QTamCT9uudeTVDqNL { width:13.1875rem;height:14.8125rem;top:17.625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI4JGHx3mCeTeuzUTC8tcLe5nXmSnOsT { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfh4MecMH55qkAs1PAP6LmWx0nAoLGKp { display:block; }
 }@media only screen and (max-width: 763px) { #wTlWIR64Ci0pzQPvNW26OWI7SX2eLFge { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0JDxXII55msQVA2gFdZcfhQvd6LW8Ns { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMEUUGEPzarIz7PXhs0d4xQ26v3qHWwA { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiJFqLPEOO58xyhcc5xR0JLmkCW1Vsi3 { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI2zAu1iKDUp9qFa9hXvhEKVD9lVIzIX { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1A0tRN2ozFN7ThtIMUKh0nEic42TRIl { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO { display:none; }#p8vpvvVV3MCd36bTvhzyNBn9f8JsK8BO > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FD7mgs2Z9dsdEFr28iIl5Sg6LT64cmIo { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWy6tA7XTOT735K9rB4hC66qGKXZIuyM { width:12.5625rem;height:15.125rem;top:17.625rem;left:3.53125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #EKcHRT9BPbLVuQ4seJNur4syGAPWmVEO { width:10rem;height:2.8125rem;top:12.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B76pTsH25GFLph957UrG9vxpavVgqMd2 { display:block; }
 }@media only screen and (max-width: 763px) { #oyE5UoGTVlJTkee0BDFa9AEHzGfa6R5o { width:17.25rem;height:1.95rem;top:4.375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AIIbwb2Ufgr3T1Aznk5Zyl2i8RsQhH1B { width:18.75rem;height:3.9375rem;top:7rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p21fB3IE68IBaNVglMOXRuyoKqRKgKVb { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD3MVIy8idiT4o8WdpMBaszToIbs0gcm { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb7D9gHq82kizLGxPBKz0O75SgR7sUmw { width:3.75rem;height:2.6rem;top:12.9375rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkUJTBUQoeweaEoUFFiJz9BUdZI1mCeT { width:3.5625rem;height:1.95rem;top:13.375rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c691stVJfsnWQVZvQi6xL9SNHb5WKkDy { width:6.9375rem;height:5.25rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf { display:none; }#bxDfArLJiVwxv7U1VAOlXWWtfqAHDNJf > .row .container { width:20rem;height:34.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fw9f2DnJTOEAqo2rXeCS2Og1H9SwJ0re { width:20rem;height:28.3125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCuvxGHr5Iaqvc0cBf6hGw2vcJc9KgxP { width:13.4375rem;height:11.4375rem;top:17.6875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsI1MuZEbNnMhpAtCv65q4zvsOkZJBb8 { width:10rem;height:2.8125rem;top:12.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtDNC6hn9pEg5N2S8RduoqXvdzwW9VK { display:block; }
 }@media only screen and (max-width: 763px) { #s67xUhGlzkbnaB09TfTMlw6Q492ZrQA2 { width:17.25rem;height:1.95rem;top:3.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX2TpqBH06o1zlgTVxuxbTbNX1AkxTuA { width:18.75rem;height:3.9375rem;top:6.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1gALVp5TGTl9tu0f9qrqT5v7AsPrOQN { width:4.375rem;height:4.375rem;top:0.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT5b9CyrmtM9CDHd0yh4scT1T8Eh0uCL { width:4.75rem;height:1.95rem;top:1.5625rem;left:15.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRsgDZkxxPS16lWQ7WiZ1zPuTWUhrVp { width:3.75rem;height:2.6rem;top:12.3125rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVvtb3PqwXmFJCQa5f58kWFHf62R1CTX { width:3.5625rem;height:1.95rem;top:12.75rem;left:15.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ { display:none; }#QeTOmCZeKEre6MZ3lrdsT3GRGBt2dlhZ > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szlCxRpVrTEoEOP7SU0n6Tywp15sBONX { display:none; }#szlCxRpVrTEoEOP7SU0n6Tywp15sBONX > .row .container { width:20rem;height:0.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E { display:none; }#JxJQ3pBHI0pkneIRLxmm6miaObrW4H4E > .row .container { width:20rem;height:52.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lP1UN15IXflt5rmPWlKRyuu0AQgB4JTm { width:20rem;height:21.42775rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUzuTExVxfRmUE1BlgFv9KBBtkUcXVxo { width:9.6875rem;height:11.375rem;top:35.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdZ3v7z7JTT2RNJtXT8iw6qkr8nuoGD { width:7.875rem;height:5.625rem;top:41.740234375rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg7hB43pMxBOf1vSEaPw8xC2rzUPLLJK { width:20rem;height:5.19921875rem;top:2.177734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oC6rxfaHwlWaEuI2lXElcR2g30dixdaE { width:15.1875rem;height:4.125rem;top:8.052734375rem;left:2.40625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utWMGhaEz5kaGDzuUS5ZrzuvnBMXskW8 { width:19.625rem;height:5.8125rem;top:12.740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpXJmXvr385zSdFLPrMyMp3dOI729Fsa { width:11.875rem;height:2.8125rem;top:20.490234375rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb5gPSgVFMZLy7BTlZNoR66k9r5LKJuv { display:block; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-number { padding-top:0.455625rem;padding-right:0.42rem;padding-bottom:0.455625rem;padding-left:0.42rem;width:2.521875rem;min-width:2.521875rem;height:2.448125rem;font-size:1.823125rem;line-height:39.17px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.361875rem;height:0.9675rem;font-size:0.68375rem;line-height:15.48px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XPacSdOPoevEzLNg5UaP63lkK4fl76RH { display:flex;width:17.1875rem;height:4.5rem;top:13.583984375rem;left:1.40625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #HkxRewolCnVxwSyUXnTvTFt5UrHKPId6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #UB2dtmHu08X1LAk055IahrWTvuPqunsn {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #FAT90OhsWSfkGNULk4NzwkPIuF4onSy4 {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #xUGSgTcrFiNbn3kXEm15TWBVHVvqV2hx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #akcDIxyhwG7Wk5MW4LhydmzHqowDIMl4 {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #P8QtKK0pSFHdI7hRRAqpuDXTunzEbJtg {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #abH4csJHeruX1lNdBKxbX8CcBRweAsTC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #lJEPkBMkT9EkTBR5NdOize6fKFrk2KxO {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #v3c1D3wxxuhOu4c4xiHvrRXH9TQsp8qS {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #KwWgMWfRptxWN1vZrwd7knNN9uokV193 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #kX6EcmUErmZooB91uxEZkSd5irVawaXp {  }
 }@media only screen and (max-width: 763px) { #XPacSdOPoevEzLNg5UaP63lkK4fl76RH #bVp72uigR2PEIDzLU2Zy5lyLeogARFsU {  }
 }@media only screen and (max-width: 763px) { #qQfwqtyhcGJyn5okRPSQart0nQGWACmU { display:block; }#qQfwqtyhcGJyn5okRPSQart0nQGWACmU > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o55ZNGIcGBc2ddA1Pi7GdxTPh2FIpdaw { width:9.5rem;height:5.4375rem;top:3.125rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JvSuixzASt55PH0Rmq2pbcAGfn494WJ9 { z-index:15007;color:#565656;font-family:ubuntu;font-weight:bold;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;left:3.5625rem;top:1.25rem;height:1.625rem;width:12.875rem;box-shadow: none;overflow:visible;display:block; }
 }@media only screen and (max-width: 763px) { #qVrIbTnnIOqqwhebU1KCoNCq2FSXcmLn { top:6.6875rem;left:3.7812498807907rem;width:12.4375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aX3ZcEKzmKSL9Z6uph9rqXCIF4TqpyQt { display:block; }
 }@media only screen and (max-width: 763px) { #Hkl7v1irlHT8gN4ANLoRrXW8S93IAQBP { width:3.125rem;height:3.125rem;top:3.5625rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQuP2zMMSPlT2iaOFDmV3GopUBSFTdAR { width:3.125rem;height:3.125rem;top:16.937501907349rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyTCZQNRQqkUTb7OAe2tgoeok8ZxpWGo { top:20.062501907349rem;left:6.6562498807906rem;width:6.6875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8WpH9JPahsOTL65DGEkrXEc5oIxISm { display:block; }
 }@media only screen and (max-width: 763px) { #bbAaPFVXyoFhmxsCqPUwxG5RhUFUZtxs { width:3.125rem;height:3.125rem;top:9.875rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wG5UukB0QiHc1WyNBSJDI5dZquvTLR { width:3.125rem;height:3.125rem;top:6.6875rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4V39ptZzTuF21tvBhaQWqfJrIfNToXn { top:13rem;left:3.8124998807907rem;width:12.375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pClGhiCOzBpW0WZKCK1gpgr6ao2d6zgC { display:block; }
 }@media only screen and (max-width: 763px) { #aioQWowOpaJsUWqNf7CWzfDI504hcD9R { width:17.25rem;height:auto;top:6.6875rem;left:1.375rem;font-size:1rem;display:none; }
 }