.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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa18f629-3197-4ec2-92b1-a67d0ea6c258/TLO2.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE { position:relative;display:block; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE { background-color: transparent; background-image: none; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row .container > .video-iframe-container { display: none; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row > .video-iframe-container { display: none; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .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); }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE { border-width: 0; border-radius: 0; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .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; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .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:5.0625rem;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:block; }#v4t9h7NCQIVJTR6wzMGxtdSCM8JQUyVc { 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:4.375rem;width:22.0625rem;top:0.34375rem;left:0rem;overflow:hidden;display:block; }
#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3088a74-0fa5-4cb7-b662-125df9934611/SZKOLENIA_ZAMEL_LANDING_TOP_9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { border-width: 0; border-radius: 0; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;position:relative;display:block; }#zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { color:#ffffff;display:block;width:28.6248125rem;position:absolute;font-family:roboto;font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:0.49982213973999rem;left:3.4508171081543rem;height:3.5rem;font-style:normal;display:block; }
#O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9582738876342rem;left:1.09375rem;height:2.875rem;font-style:normal;display:block; }
#dzEybw78kOK2NmxHBQJGhW8nV23TzeLL { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:8.8849420547488rem;left:1.09375rem;height:1.375rem;font-style:normal;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-form-header {  }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:30.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden;line-height:1.2; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.625rem;box-sizing:border-box;height:2.5rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.625rem;box-sizing:border-box;height:2.5rem;color:#04253a;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top;font-weight:300;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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:30.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#313131;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:22.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:8.5625rem;height:2.625rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:roboto;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:roboto;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:roboto;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:roboto;font-size:0.9375rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.79);vertical-align:top;width:29.5625rem;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .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; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:first-of-type{padding-top:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-container:last-of-type{padding-bottom:0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:36.107065677643rem;left:0rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.625rem;display:block;vertical-align:top; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:36.107065677643rem;left:0rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KfEsJDqMvCwT23BzNhv4sRuDl1hG03VX { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pC6vas4TPT1ZVU5Rt6pAQiTSk6wkcq1T { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #es3KpiKeydzTy7CoKUQNATTVSNFSSq5p { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #V95iq10hFRtRqDB4TTE8Z48NE6PD34x2 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Sqx7ietva89uFl6xVuqb8UGOa2KBbI2T { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #g6TATxv6kHCqy7LIN97Ucsm9Ze9lCJ84 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZOnCd4NuA2ftJHXXJJ1eWpyudeiD6AF1 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PerKhIOB3vfG8uOZNFr6SJLs92Z8rteJ { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #XeORK8ctHCpSXr8PPm1TOeXiPr2dQcwK { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PIWGeRu9aHrEC3QwnvqXSAIUnLmkrtq8 { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #O9y1WopM4rIPmrTaUwK5H2fwIb1yGg4T { position:relative;display:none; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #lirLTESC79DwBnDwcohK3F14t5N0VTpC { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT { position:relative;z-index:2; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB { position:relative; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg { position:relative; }
#Jvq3aO28JwODMpZcVehyo2QCsBNTAb6T { color:#ffffff;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:34.0625rem;left:1.5625rem;height:1.25rem;font-style:normal;display:block; }
#eBZL139myDZJL8dKIyrTl0646O34ySGG { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.0625rem;left:1.5625rem;height:1.4375rem;font-style:normal;display:block; }
#gg8945iP3tG4Hvs1qIoVCTCTCUU6oiRf { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;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:0.125rem;width:30.3125rem;top:30.875rem;left:1.4375rem;display:block; }
#A71xn5vMzwWUQm4IMZtxU7gmmShZrzAW { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;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:0.125rem;width:30.3125rem;top:36.625rem;left:1.4375rem;display:block; }
#boigyQK7KmITTCTr3fPZrHZOZbNgkbOw { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:11.607776641846rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#qvEIAepy7EbNsDosVsXz5e2wCbVagJ26 { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:15.362215042114rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#izKF0AntBO4BzyAaRey7zFibzNLcHTnT { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.065162658691rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#RN8ytbBCdC0CEm7n9sCTeu6cF7UqnWVa { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:22.073862075806rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { position:absolute;display:block;z-index:15000;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.0625rem 1rem rgba(83,83,83,0.6) ;height:65.6875rem;width:33.125rem;top:-0.063920974731444rem;left:0rem;display:block; }
#u3BJgA8D8cetkENSqoBnRZyT9wNknkS6 { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:24.436256408691rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#m9xbEnhw74vovV0TFIHRTArT7bDtkDma { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:27.408557891846rem;left:1.09375rem;height:1.5625rem;font-style:normal;display:block; }
#EGVOdKiuBizrMMEUOWRkxO0TEabxTfBH { color:#ffffff;display:block;width:25.374625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:10.822975158691rem;left:6.7578125rem;height:3.125rem;font-style:normal;display:block; }
#uIRcx0rT3Ka78viEX2TKFeTO1vGt58q3 { color:#ffffff;display:block;width:25.37375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:14.576526641846rem;left:6.7578125rem;height:3.125rem;font-style:normal;display:block; }
#wvzT5N6GlTXaqfsJnnVfAyFIwkdBGxwT { color:#ffffff;display:block;width:25.372875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:18.27858543396rem;left:6.7578125rem;height:3.125rem;font-style:normal;display:block; }
#v0p1Zihwc0xVUTS1zPP1CPTDcvT1dU6N { color:#ffffff;display:block;width:25.372875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:22.072975158691rem;left:6.7578125rem;height:1.5625rem;font-style:normal;display:block; }
#wIBJnhtIRVOvx34TBsEcOuhZqlQnUVgX { color:#ffffff;display:block;width:25.372875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:24.436256408691rem;left:6.7578125rem;height:1.5625rem;font-style:normal;display:block; }
#STyRbnnrmOVkZAK43vxc1WWCridAN5Sf { color:#ffffff;display:block;width:25.372875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.8;letter-spacing:0;top:26.620204925537rem;left:6.7578125rem;height:3.125rem;font-style:normal;display:block; }
#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { 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; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { background-color: transparent; background-image: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { display: none; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .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); }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { border-width: 0; border-radius: 0; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { color:#04253a;display:block;width:50rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:1.5625rem;height:2.25rem;font-style:normal;display:block; }
#LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:56.875rem;top:5.0625rem;left:1.5625rem;display:block; }
#BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { position:absolute;display:block;z-index:15007;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:5.0625rem;left:1.5625rem;display:block; }
#F0H0FfOQvI9qhFK5XfcGHZbGKZzMDQrh { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.96875rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { 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; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { background-color: transparent; background-image: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { display: none; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .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); }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { border-width: 0; border-radius: 0; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { color:#04253a;display:block;width:57rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:0.8125rem;left:1.5rem;height:7.5rem;font-style:normal;display:block; }
#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { background-color: transparent; background-image: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { display: none; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .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); }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { border-width: 0; border-radius: 0; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#p5FSJxEsKINNsodLLo4WgargDNtARIbG { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.4375rem;font-style:normal;display:block; }
#JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { position:absolute;display:block;z-index:15007;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 { position:relative;display:block; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 { background-color: transparent; background-image: none; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row .container > .video-iframe-container { display: none; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row > .video-iframe-container { display: none; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .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); }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 { border-width: 0; border-radius: 0; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .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; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .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:16.8125rem;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:block; }#SGZcfTXSOnHbwGfVmsTv7cKPyL7yMvPx { color:#04253a;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4rem;left:1rem;height:2.4375rem;font-style:normal;display:block; }
#d7PAyUV5EVrTR3uM8yKcClvsvWXJCqzo { color:#04253a;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:1.0625rem;height:3rem;font-style:normal;display:block; }
#KyJ4ZNgpNf2T0zx93PPZVRlQERHPSc65 { 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:23.25rem;width:20.625rem;top:0.1875rem;left:32.9375rem;overflow:hidden;display:block; }
#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS { position:relative;display:block; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS { background-color: transparent; background-image: none; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row .container > .video-iframe-container { display: none; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row > .video-iframe-container { display: none; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .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); }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS { border-width: 0; border-radius: 0; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .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; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .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:16.8125rem;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:block; }#Gd1CrsRh2Nu0qCKtpMs64NTBWxLDX73p { color:#04253a;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:31.25rem;height:2.4375rem;font-style:normal;display:block; }
#c74Mnf3aPgg1ZGQU2pEbDVkinOCCI0IX { color:#04253a;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3125rem;left:31.25rem;height:6rem;font-style:normal;display:block; }
#uU8TRT6sTb3fgMqOnHgbKTHlEelXtQvu { 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:16.6875rem;width:30rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW { position:relative;display:block; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW { background-color: transparent; background-image: none; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row .container > .video-iframe-container { display: none; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row > .video-iframe-container { display: none; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .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); }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW { border-width: 0; border-radius: 0; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .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; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .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:16.8125rem;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:block; }#Vk7hb0kV49gROKNCcXTi7luf3Ublr7Og { color:#04253a;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.9375rem;left:1.3125rem;height:2.4375rem;font-style:normal;display:block; }
#sJtX6P5tZnDgTyJ2znZgRqVE8dq9OflT { color:#04253a;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:1.3125rem;height:4.5rem;font-style:normal;display:block; }
#OwUDMyCyVp19Qh3T08ab8h5XeIz12lcU { 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:16.75rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT { position:relative;display:block; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT { background-color: transparent; background-image: none; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row .container > .video-iframe-container { display: none; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row > .video-iframe-container { display: none; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .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); }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT { border-width: 0; border-radius: 0; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .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; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .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:16.9375rem;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:block; }#crDAKHvPhmIeW6wdRH4vTqWOdaftLcMZ { color:#04253a;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.25rem;height:4.875rem;font-style:normal;display:block; }
#kTFZ78zOpUx9DwmeeleZh7fPLlhxeAyp { color:#04253a;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.1875rem;left:31.0625rem;height:7.5rem;font-style:normal;display:block; }
#OFT1KP5ocXpmQs8hVsz5GgGs3CWFJmLK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.8125rem;width:29.9375rem;top:0rem;left:0rem;display:block; }
#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container { background-color: transparent; background-image: none; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container > .video-iframe-container { display: none; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row > .video-iframe-container { display: none; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .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); }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container { border-width: 0; border-radius: 0; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#gUahe2hzsqKG6hlGUVXUGTuFoZPK7ihn { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.4375rem;font-style:normal;display:block; }
#NIqtvQxzTRwoQnTW1zBFIduraLcBAzPs { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#tQRoboymH15T7qpcdkZhAGzwFvUQvFRf { position:absolute;display:block;z-index:15007;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO { position:relative;display:block; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO { background-color: transparent; background-image: none; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row .container > .video-iframe-container { display: none; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row > .video-iframe-container { display: none; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .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); }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO { border-width: 0; border-radius: 0; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .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; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .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:16.9375rem;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:block; }#EgpOmpKtV1eMKNcTiFcShWCIHrQuEmhn { 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:16.25rem;width:29rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#NK2MmUQ0PgV1ivFfdB28DxuDDtp6d8xn { 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:16.25rem;width:29.0625rem;top:0.25rem;left:30.893656716418rem;overflow:hidden;display:block; }
#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi { position:relative;display:block; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi { background-color: transparent; background-image: none; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row .container > .video-iframe-container { display: none; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row > .video-iframe-container { display: none; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .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); }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi { border-width: 0; border-radius: 0; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .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; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .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:16.9375rem;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:block; }#dp1n2ltGvA5rAxZN80ILBFsPNe9DWTaD { 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:16.125rem;width:29.0625rem;top:0.375rem;left:0rem;overflow:hidden;display:block; }
#oHXzOGhpOG40X4BJDIi8VoriNnwc2Z0B { 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:16.125rem;width:29rem;top:0.3125rem;left:31.04235475714rem;overflow:hidden;display:block; }
#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container { background-color: transparent; background-image: none; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container > .video-iframe-container { display: none; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row > .video-iframe-container { display: none; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .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); }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container { border-width: 0; border-radius: 0; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#GyzoHVlBdFFUdBOCZBaIlkIy2cSDOxl9 { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:2.4375rem;font-style:normal;display:block; }
#hba4BV1Hm0JWMEuvLLKvmAOK2EdW7Gfv { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#tLOthxnTBqfTToRp5d202GqP49muuyHS { position:absolute;display:block;z-index:15007;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG { position:relative;display:block; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG { background-color: transparent; background-image: none; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row .container > .video-iframe-container { display: none; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row > .video-iframe-container { display: none; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .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); }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG { border-width: 0; border-radius: 0; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .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; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .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.75rem;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:block; }#ofPnTwv31E5meZVARp9oyd1qhs4F5mZR { color:#04253a;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:1.3125rem;height:2.4375rem;font-style:normal;display:block; }
#niKIIXHLD1V6L1uIWbGPv2QVutaupdqb { color:#04253a;display:block;width:27.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.375rem;left:1.3125rem;height:6rem;font-style:normal;display:block; }
#EUPgFwhW09kmImFFoJrshowt5EZalhQT { 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:15.6875rem;width:30rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#EgIiPCdla91LBRR8fHdR0BruPpqsGeQU { position:absolute;display:block;z-index:15003;background-color:#e20917;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:2.0625rem;width:12.4375rem;top:12.6875rem;left:7.8125rem;display:block; }
#ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:12.875rem;left:3.78125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }#ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT li:before{  }
#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq { position:relative;display:block; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq { background-color: transparent; background-image: none; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row .container > .video-iframe-container { display: none; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row > .video-iframe-container { display: none; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .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); }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq { border-width: 0; border-radius: 0; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .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; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .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:9rem;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:block; }#NnI2WlfgfZ4NTIr0aWbSg80tFr5Xs9Zs { color:#04253a;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:1.46875rem;height:1.8125rem;display:block; }
#Z9PUykFNfm9m9X5WGUov6rDUTTCtP59n { color:#04253a;display:block;width:36.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.46875rem;height:2.5rem;font-style:normal;display:block; }
#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 { position:relative;display:block; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 { background-color: transparent; background-image: none; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row .container > .video-iframe-container { display: none; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row > .video-iframe-container { display: none; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .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); }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 { border-width: 0; border-radius: 0; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .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; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .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:32.9375rem;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:block; }#TAE87Tef421HVZGKqrtz07M1fM57BGzd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container { background-color: transparent; background-image: none; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container > .video-iframe-container { display: none; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row > .video-iframe-container { display: none; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .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); }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container { border-width: 0; border-radius: 0; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#AXx9rul5fncTgJLZUHEh2bBDdBF5R5hZ { 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.5rem;width:6.5rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#LN0LBgLpCSL8qczQT4vX5POGBsEBr8RC { 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:3.1875rem;width:3.1875rem;top:1.53125rem;left:53.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE { display:block; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4t9h7NCQIVJTR6wzMGxtdSCM8JQUyVc { top:0.3125rem;left:0rem;width:22.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzEybw78kOK2NmxHBQJGhW8nV23TzeLL { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KfEsJDqMvCwT23BzNhv4sRuDl1hG03VX {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pC6vas4TPT1ZVU5Rt6pAQiTSk6wkcq1T {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #es3KpiKeydzTy7CoKUQNATTVSNFSSq5p {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #V95iq10hFRtRqDB4TTE8Z48NE6PD34x2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Sqx7ietva89uFl6xVuqb8UGOa2KBbI2T { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #g6TATxv6kHCqy7LIN97Ucsm9Ze9lCJ84 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZOnCd4NuA2ftJHXXJJ1eWpyudeiD6AF1 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PerKhIOB3vfG8uOZNFr6SJLs92Z8rteJ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #XeORK8ctHCpSXr8PPm1TOeXiPr2dQcwK {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PIWGeRu9aHrEC3QwnvqXSAIUnLmkrtq8 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #O9y1WopM4rIPmrTaUwK5H2fwIb1yGg4T {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #lirLTESC79DwBnDwcohK3F14t5N0VTpC {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #Jvq3aO28JwODMpZcVehyo2QCsBNTAb6T { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZL139myDZJL8dKIyrTl0646O34ySGG { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8945iP3tG4Hvs1qIoVCTCTCUU6oiRf { top:30.875rem;left:0rem;width:30.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71xn5vMzwWUQm4IMZtxU7gmmShZrzAW { top:36.625rem;left:0rem;width:30.3125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boigyQK7KmITTCTr3fPZrHZOZbNgkbOw { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvEIAepy7EbNsDosVsXz5e2wCbVagJ26 { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izKF0AntBO4BzyAaRey7zFibzNLcHTnT { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN8ytbBCdC0CEm7n9sCTeu6cF7UqnWVa { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:33.125rem;height:65.6875rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3BJgA8D8cetkENSqoBnRZyT9wNknkS6 { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xbEnhw74vovV0TFIHRTArT7bDtkDma { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGVOdKiuBizrMMEUOWRkxO0TEabxTfBH { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIRcx0rT3Ka78viEX2TKFeTO1vGt58q3 { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvzT5N6GlTXaqfsJnnVfAyFIwkdBGxwT { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0p1Zihwc0xVUTS1zPP1CPTDcvT1dU6N { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBJnhtIRVOvx34TBsEcOuhZqlQnUVgX { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyRbnnrmOVkZAK43vxc1WWCridAN5Sf { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:47.75rem;height:2.25rem;top:6.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:47.75rem;height:0.0625rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0H0FfOQvI9qhFK5XfcGHZbGKZzMDQrh { width:47.75rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:47.75rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 { display:block; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGZcfTXSOnHbwGfVmsTv7cKPyL7yMvPx { width:28.75rem;height:2.4375rem;top:4rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PAyUV5EVrTR3uM8yKcClvsvWXJCqzo { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyJ4ZNgpNf2T0zx93PPZVRlQERHPSc65 { top:0.1875rem;left:23.875rem;width:20.625rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz47EA6vL52T0vLHILD3LM2CHOoNWvoS { display:block; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd1CrsRh2Nu0qCKtpMs64NTBWxLDX73p { width:28.75rem;height:2.4375rem;top:2.625rem;left:19rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74Mnf3aPgg1ZGQU2pEbDVkinOCCI0IX { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU8TRT6sTb3fgMqOnHgbKTHlEelXtQvu { top:0rem;left:0rem;width:30rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILMp23E17KpR1JutntSgZ2H4ZX9qTkW { display:block; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk7hb0kV49gROKNCcXTi7luf3Ublr7Og { width:28.75rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJtX6P5tZnDgTyJ2znZgRqVE8dq9OflT { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwUDMyCyVp19Qh3T08ab8h5XeIz12lcU { top:0rem;left:17.75rem;width:30rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT { display:block; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crDAKHvPhmIeW6wdRH4vTqWOdaftLcMZ { width:28.75rem;height:4.875rem;top:2.375rem;left:19rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFZ78zOpUx9DwmeeleZh7fPLlhxeAyp { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFT1KP5ocXpmQs8hVsz5GgGs3CWFJmLK { top:0rem;left:0rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF { display:block; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUahe2hzsqKG6hlGUVXUGTuFoZPK7ihn { width:47.75rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIqtvQxzTRwoQnTW1zBFIduraLcBAzPs { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRoboymH15T7qpcdkZhAGzwFvUQvFRf { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO { display:block; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgpOmpKtV1eMKNcTiFcShWCIHrQuEmhn { top:0.3125rem;left:0rem;width:29rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2MmUQ0PgV1ivFfdB28DxuDDtp6d8xn { top:0.25rem;left:18.6875rem;width:29.0625rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi { display:block; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp1n2ltGvA5rAxZN80ILBFsPNe9DWTaD { top:0.375rem;left:0rem;width:29.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXzOGhpOG40X4BJDIi8VoriNnwc2Z0B { top:0.3125rem;left:18.75rem;width:29rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo { display:block; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyzoHVlBdFFUdBOCZBaIlkIy2cSDOxl9 { width:47.75rem;height:2.4375rem;top:2.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hba4BV1Hm0JWMEuvLLKvmAOK2EdW7Gfv { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOthxnTBqfTToRp5d202GqP49muuyHS { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBTZ71gPC98udBMwd8XGyULlDiqHoJMG { display:block; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofPnTwv31E5meZVARp9oyd1qhs4F5mZR { width:28.75rem;height:2.4375rem;top:2.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKIIXHLD1V6L1uIWbGPv2QVutaupdqb { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUPgFwhW09kmImFFoJrshowt5EZalhQT { top:0rem;left:17.75rem;width:30rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgIiPCdla91LBRR8fHdR0BruPpqsGeQU { top:12.6875rem;left:4.75rem;width:12.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT { width:18.6875rem;height:1.6875rem;top:12.875rem;left:0.71875rem;font-size:1.0625rem;display:block; }#ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT li:before{  }
 }@media only screen and (max-width: 763px) { #kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq { display:block; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnI2WlfgfZ4NTIr0aWbSg80tFr5Xs9Zs { top:2.25rem;left:0rem;width:18.8125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PUykFNfm9m9X5WGUov6rDUTTCtP59n { top:4.6875rem;left:0rem;width:36.4375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 { display:block; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAE87Tef421HVZGKqrtz07M1fM57BGzd { top:0rem;left:0rem;width:47.75rem;height:26.11328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh { display:block; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXx9rul5fncTgJLZUHEh2bBDdBF5R5hZ { width:6.5rem;height:2.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN0LBgLpCSL8qczQT4vX5POGBsEBr8RC { top:1.5rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE { display:block; }#EhWzKVDCVmkVGgA4kRKxEo1vaZTleKvE > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4t9h7NCQIVJTR6wzMGxtdSCM8JQUyVc { width:16.875rem;height:3.4375rem;top:0.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 { background-color:rgba(255,255,255,0.72);background-image:url("https://images.assets-landingi.com/uc/547fa3f3-c0da-4384-b2be-d7553f470847/SZKOLENIA_ZAMEL_LANDING_TOP_7.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.adaptive-delivery-prevent-bg, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyload, #sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3.lazyloading { background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { background-color: transparent; background-image: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row > .video-iframe-container { display: none; }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .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); }#sD3INIK7Fp7R5oEtMbFwBAOg0qEZ9Sb3 > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAt3LlHWHxearTCZggndzIQQNJmd5WU0 { width:17.5rem;height:2.25rem;top:1.8110795021057rem;left:1.2491122484207rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5P3sOt0J5ToOWLuyKVfT6pEUEXZVinq { width:17.4369375rem;height:3.375rem;top:5.7492890357971rem;left:1.2801846265793rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzEybw78kOK2NmxHBQJGhW8nV23TzeLL { width:20rem;height:1.5625rem;top:10.716442108154rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-text {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-select {padding-top: 0; padding-bottom: 0;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e  { width:17.5rem;height:auto;top:60.533555984497rem;left:0rem;z-index:15002; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e {display:block;}#QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e { width:17.5rem;height:auto;top:60.533555984497rem;left:0rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pvS38gEeqXB74LzIvm5vC9UfB956UT2n {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #P7lFrSXCozJn103DcLDI3pE8TV4Eq6G2 { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Xm3wAm5NXE1bBK7KeDL3HyV7tGy6qmb4 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #NK4Xb9nnF9E2PvDRwMrlt1774RZIUA8y {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #bHmIQ2Elq13GtvVRN23eWwy9FRKbvPU9 { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ThRtfg6Moda6545eX5oPOaFwx0DkITbZ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KfEsJDqMvCwT23BzNhv4sRuDl1hG03VX {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #pC6vas4TPT1ZVU5Rt6pAQiTSk6wkcq1T {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #es3KpiKeydzTy7CoKUQNATTVSNFSSq5p {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #V95iq10hFRtRqDB4TTE8Z48NE6PD34x2 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #Sqx7ietva89uFl6xVuqb8UGOa2KBbI2T { display:none; }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #g6TATxv6kHCqy7LIN97Ucsm9Ze9lCJ84 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZOnCd4NuA2ftJHXXJJ1eWpyudeiD6AF1 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PerKhIOB3vfG8uOZNFr6SJLs92Z8rteJ {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #XeORK8ctHCpSXr8PPm1TOeXiPr2dQcwK {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #PIWGeRu9aHrEC3QwnvqXSAIUnLmkrtq8 {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #O9y1WopM4rIPmrTaUwK5H2fwIb1yGg4T {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #lirLTESC79DwBnDwcohK3F14t5N0VTpC {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #ZgVIxUXmK9gU4WCgWDOIbhA5vOzIkOuT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #LFfE6a3mhTK91BUIZA2wTyCC7quiwtRT {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #iUROFQvHwdOLQhG3f7NAn0o5XZTHGsyD {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #SVSi5Owmxn15X449EQiRBkkg5XwRLKRB {  }
 }@media only screen and (max-width: 763px) { #QriWih2ooHwy7zLqp2sex2yG6tA5BZ2e #KlhwUBQIz953O6rNSiClxrCgFABDbPrg {  }
 }@media only screen and (max-width: 763px) { #Jvq3aO28JwODMpZcVehyo2QCsBNTAb6T { width:20rem;height:2.5rem;top:54.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBZL139myDZJL8dKIyrTl0646O34ySGG { width:19.0625rem;height:1rem;top:53.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg8945iP3tG4Hvs1qIoVCTCTCUU6oiRf { width:20rem;height:0.125rem;top:52.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71xn5vMzwWUQm4IMZtxU7gmmShZrzAW { width:20rem;height:0.125rem;top:58.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boigyQK7KmITTCTr3fPZrHZOZbNgkbOw { width:5.9375rem;height:1.5625rem;top:15.87446641922rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qvEIAepy7EbNsDosVsXz5e2wCbVagJ26 { width:5.9375rem;height:1.5625rem;top:23.297229766846rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #izKF0AntBO4BzyAaRey7zFibzNLcHTnT { width:5.9375rem;height:1.5625rem;top:30.383522033691rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RN8ytbBCdC0CEm7n9sCTeu6cF7UqnWVa { width:5.9375rem;height:1.5625rem;top:36.7109375rem;left:1.2490234375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NUH0xv7Dxdw4ltK8Q0tLPNF0VMITfTPS { width:20rem;height:93.9375rem;top:0.12429046630859rem;left:-0.1242898106575rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3BJgA8D8cetkENSqoBnRZyT9wNknkS6 { width:5.9375rem;height:1.5625rem;top:41.077768504619rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m9xbEnhw74vovV0TFIHRTArT7bDtkDma { width:5.9375rem;height:1.5625rem;top:46.579366862774rem;left:1.2491122484207rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EGVOdKiuBizrMMEUOWRkxO0TEabxTfBH { width:11.3743125rem;height:6.25rem;top:13.511184692382rem;left:7.1857246160506rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uIRcx0rT3Ka78viEX2TKFeTO1vGt58q3 { width:11.25rem;height:6.25rem;top:20.933948516846rem;left:7.1857246160506rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wvzT5N6GlTXaqfsJnnVfAyFIwkdBGxwT { width:10.4998125rem;height:6.25rem;top:28.810367584229rem;left:7.1857246160506rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v0p1Zihwc0xVUTS1zPP1CPTDcvT1dU6N { width:11.4365234375rem;height:3.125rem;top:35.9296875rem;left:7.1865234375rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wIBJnhtIRVOvx34TBsEcOuhZqlQnUVgX { width:11.31125rem;height:3.125rem;top:40.291193187237rem;left:7.1857246160506rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #STyRbnnrmOVkZAK43vxc1WWCridAN5Sf { width:10.4998125rem;height:6.25rem;top:45.004438579083rem;left:7.1857246160506rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ { display:block; }#T7rxZzeGgP3GRxgcwBKHSwSmJWcDWEnQ > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRaKT44bQ2boPsBfv3AZ2hEHlRVDQTnT { width:20rem;height:6.75rem;top:4.337890625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLNsUWt7CLlP26ENTABUyFLgV3ioFpUK { width:20rem;height:0.0625rem;top:3.275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhX5ibMvXvzsOZ6mmRz5u9KTMCxfppLg { width:3.75rem;height:0.1875rem;top:3.212890625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0H0FfOQvI9qhFK5XfcGHZbGKZzMDQrh { width:20rem;height:1.25rem;top:1.1669921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P { display:block; }#lKm8tDrXkoyfzzcw4IenixGTTf8y0J2P > .row .container { width:20rem;height:21.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZ15UCifUMKVlEopvbcgtTBRC4xHn5Tc { width:18.75rem;height:21rem;top:0.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd { display:block; }#DrrAkhtRUHl9gaqgUZdPyMRqIXsaZttd > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5FSJxEsKINNsodLLo4WgargDNtARIbG { width:20rem;height:6.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhBQs3VUoTA04PrUbbazLXK1bbWT9sW { width:20rem;height:0.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWxCEGz8QS1C15VU0XqfW1Sw1r2yseOT { width:3.75rem;height:0.1875rem;top:8.6875rem;left:8.125rem;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 { display:block; }#krkIDxw5cUNwDLpeHpS60GOd8OK7AT89 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGZcfTXSOnHbwGfVmsTv7cKPyL7yMvPx { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PAyUV5EVrTR3uM8yKcClvsvWXJCqzo { width:20rem;height:4.5rem;top:5.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KyJ4ZNgpNf2T0zx93PPZVRlQERHPSc65 { width:14.4375rem;height:16.25rem;top:9.599609375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz47EA6vL52T0vLHILD3LM2CHOoNWvoS { display:block; }#qz47EA6vL52T0vLHILD3LM2CHOoNWvoS > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gd1CrsRh2Nu0qCKtpMs64NTBWxLDX73p { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74Mnf3aPgg1ZGQU2pEbDVkinOCCI0IX { width:20rem;height:9rem;top:4.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uU8TRT6sTb3fgMqOnHgbKTHlEelXtQvu { width:20rem;height:10.9375rem;top:14.9375rem;left:0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vILMp23E17KpR1JutntSgZ2H4ZX9qTkW { display:block; }#vILMp23E17KpR1JutntSgZ2H4ZX9qTkW > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vk7hb0kV49gROKNCcXTi7luf3Ublr7Og { width:20rem;height:2.5625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJtX6P5tZnDgTyJ2znZgRqVE8dq9OflT { width:20rem;height:6rem;top:4.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OwUDMyCyVp19Qh3T08ab8h5XeIz12lcU { width:20rem;height:11.166rem;top:11.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT { display:block; }#IfSyQfflRWrpDtfTVH1uS2V0Vwss3RZT > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crDAKHvPhmIeW6wdRH4vTqWOdaftLcMZ { width:20rem;height:7.6875rem;top:1.29296875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFZ78zOpUx9DwmeeleZh7fPLlhxeAyp { width:20rem;height:10.5rem;top:10.904296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OFT1KP5ocXpmQs8hVsz5GgGs3CWFJmLK { height:11.2314375rem;width:20rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF { display:block; }#aomLBKAmfBLNBT2xgCtMUI4DZnJ692BF > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUahe2hzsqKG6hlGUVXUGTuFoZPK7ihn { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIqtvQxzTRwoQnTW1zBFIduraLcBAzPs { width:20rem;height:0.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQRoboymH15T7qpcdkZhAGzwFvUQvFRf { width:3.75rem;height:0.1875rem;top:8.6875rem;left:8.125rem;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO { display:block; }#GTBMcmhSFJ9TTdu3fm4rgaaCcWZtaRxO > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgpOmpKtV1eMKNcTiFcShWCIHrQuEmhn { width:20rem;height:11.206896551724rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2MmUQ0PgV1ivFfdB28DxuDDtp6d8xn { width:20rem;height:11.182795698925rem;top:13.7060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi { display:block; }#FExXqZJLxN2H40T6I6Eqfoiml1MgP2Fi > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp1n2ltGvA5rAxZN80ILBFsPNe9DWTaD { width:20rem;height:11.096774193548rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXzOGhpOG40X4BJDIi8VoriNnwc2Z0B { width:20rem;height:11.120689655172rem;top:13.5966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo { display:block; }#S8QgZTm7DNzJiKfw1BVRlf9JzKRk8kbo > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyzoHVlBdFFUdBOCZBaIlkIy2cSDOxl9 { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hba4BV1Hm0JWMEuvLLKvmAOK2EdW7Gfv { width:20rem;height:0.0625rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOthxnTBqfTToRp5d202GqP49muuyHS { width:3.75rem;height:0.1875rem;top:8.6875rem;left:8.125rem;background-color:#e30613;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lBTZ71gPC98udBMwd8XGyULlDiqHoJMG { display:block; }#lBTZ71gPC98udBMwd8XGyULlDiqHoJMG > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofPnTwv31E5meZVARp9oyd1qhs4F5mZR { width:20rem;height:2.5625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKIIXHLD1V6L1uIWbGPv2QVutaupdqb { width:20rem;height:7.5rem;top:4.537109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EUPgFwhW09kmImFFoJrshowt5EZalhQT { width:16.1875rem;height:8.5rem;top:13.224609375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgIiPCdla91LBRR8fHdR0BruPpqsGeQU { width:12.4375rem;height:2.0625rem;top:24.474609375rem;left:3.75rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT { width:18.6875rem;height:1.5625rem;top:24.724609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:roboto;display:block; }#ABO5g18ooy0Vum9RPNiiESLl5EsVQTqT li:before{  }
 }@media only screen and (max-width: 763px) { #kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq { display:block; }#kmvrTBbnaBEpRVBbzt4HBUeLIRx79frq > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnI2WlfgfZ4NTIr0aWbSg80tFr5Xs9Zs { width:18.8125rem;height:1.8125rem;top:1.25rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9PUykFNfm9m9X5WGUov6rDUTTCtP59n { width:20rem;height:5rem;top:4.3671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 { display:block; }#iwEAz0wqBd3Q1Wh6uGnlTKd32b9OheU9 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAE87Tef421HVZGKqrtz07M1fM57BGzd { width:20rem;height:10.958rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh { display:block; }#fVkPxuyPm1k2cTZkDDtGFiUkbXFQT1vh > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXx9rul5fncTgJLZUHEh2bBDdBF5R5hZ { width:3.6875rem;height:1.4375rem;top:1.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN0LBgLpCSL8qczQT4vX5POGBsEBr8RC { width:3.1875rem;height:3.1875rem;top:4.5rem;left:8.375rem;display:block; }
 }