.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f2a7f3cd-008d-4031-bfc3-9a80aed6d8fe/kozerki.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.67); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.67); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#259ad6;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; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container { background-color: transparent; background-image: none; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container > .video-iframe-container { display: none; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row > .video-iframe-container { display: none; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .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); }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container { border-width: 0; border-radius: 0; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#SyDg3o2tqcZWBsNXIbuCD74FCzxfW9Kr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:4rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:11.4013671875rem;display:block; }
#ukbBFJOJSf1WrcaiX92CCOW9trJpzXsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paaiFSNTeTmpxxBBzFFqqKuRcx39HzC8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:19.8388671875rem;display:block; }
#IxlFWGXGlweXLhumgacEBKfw5JwMQMTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcrheA8R36FuvaAkZFXGhOKIrnQWom7c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:31.4638671875rem;display:block; }
#Bx7DeHA9FXNyO3XXmJXHonLPeTqybgRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeQteWGyl6IvMWI2ncHC7sCcQ7aySvBx { z-index:15003;top:0.53125rem;left:49.0888671875rem;background-color:#57c2b6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AKqgnhUhSeCiGVFxb0a0cIAikpc3tqLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fF9Oki3vyfZ1WOq86KupSsGZbVcos4rZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:40.8388671875rem;display:block; }
#tv7VCe7JbaRbQlea8m7k3RTL5GazShCA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,9,9,0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,9,9,0.6); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;overflow:visible;position:relative;display:block; }#cJeCOdOaaXD2C6zNXwQ60IBLvSZUBHPu { color:#fdfafb;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:51.81787109375rem;left:57.80322265625rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#t9o3Z484g2BA8xoTQIztc3aeUTKsN1Je { box-sizing:content-box;color:#5d92ff;font-size:3.8125rem;font-weight:400;line-height:1;height:4.93671875rem;width:4.93671875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:51.62451171875rem;left:51.6904296875rem; }
#xwuvs9oxBhAtQ0RF3vTDWBXFvefA0kiR { color:#fdfafb;display:block;width:8.9994375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:52.953656196594rem;left:36.71342086792rem;height:2.27485rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7dxpcDvfKIgfKnPVDk8GqSLxHpBffxh { box-sizing:content-box;color:#5d92ff;font-size:3.8125rem;font-weight:400;line-height:1;height:5.18555rem;width:5.18555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:51.499466896057rem;left:30.291187286377rem; }
#P1u4QnVOt7okniXQUns3IDVolZtZG69m { color:#fdfafb;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:51.818180084229rem;left:7.6811065673825rem;height:4.54969375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CsauexfsdNEiw2uzetRT2wBJhz4yTQLk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4989375rem;width:5.4989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:51.340551376343rem;left:1.1860771179199rem; }
#W0wqkomwPDfflAdk9zAlwhTuqJLHsMo5 { box-sizing:content-box;height:7.8114375rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#259ad6;background-image:none;top:50.1875rem;left:0rem;display:block; }
#lF71TAOc0zlBT9r63s7cHl40XW06E8lh { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.3105625rem;width:22.8125rem;top:17.343751430511rem;left:13.901908874512rem;overflow:hidden;display:block; }
#zORl8TGUok20AHTFcWHd7mwLon0k0F7U { color:#ffffff;display:block;width:22.6855625rem;position:absolute;font-family:"russo one";font-size:8.0625rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:16.906468868256rem;left:36.713325500488rem;height:24.1878125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#genyUnFViPrBJkUUk0GghFlTx1IHNOOZ { color:#ffffff;display:block;width:42.7494375rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.71448802948rem;left:15.055042266846rem;height:6.4995625rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container { background-color: transparent; background-image: none; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container > .video-iframe-container { display: none; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row > .video-iframe-container { display: none; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .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); }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container { border-width: 0; border-radius: 0; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { border-top:0.1875rem solid #f15956;border-left:0.1875rem solid #f15956;border-right:0.1875rem solid #f15956;border-bottom:0.1875rem solid #f15956;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.7925rem;padding-right:0.71125rem;padding-bottom:0.7925rem;padding-left:0.71125rem;display:block;align-items:center;width:4.26875rem;min-width:4.26875rem;height:4.256875rem;position:relative;font-family:lato;font-size:3.17rem;font-weight:400;line-height:68.11px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.495625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.693125rem;height:1.68125rem;position:relative;font-family:comfortaa;font-size:1.18875rem;font-weight:700;line-height:26.9px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:28.25rem;height:8.39375rem;padding-top:0.099375rem;padding-right:0.10125rem;padding-bottom:0.099375rem;padding-left:0.10125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.4492168426514rem;left:23.272369384766rem;z-index:15013; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr { width:auto; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
#dU3WAQc746MFCmb5qnwli9G10aMTKohz { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9433574676514rem;left:20.155361175537rem;height:3.00564375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { background-color: transparent; background-image: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container > .video-iframe-container { display: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row > .video-iframe-container { display: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .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); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { border-width: 0; border-radius: 0; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#TAxyeyNaVNlW30TpBCKGBMPaTSk2x95A { color:#ffffff;display:block;width:25.497625rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.66552734375rem;left:0rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EfVddGk5PeJl9AyHZXcILvJAAfwgHk0p { color:#fffdfd;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.658203125rem;left:0rem;height:16.4973875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t1UdulNJAsJ7rOTnz3O19HDNmTaRdLK8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12421875rem;width:12.5rem;top:7.6934814453125rem;left:0rem;display:block; }
#zeBPPD36n4RHNEQt8nUGqALKFZT3AhkC { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.3125rem 1.875rem rgba(0,0,0,0.55) ;height:31.9375rem;width:38.9375rem;top:0rem;left:36.0625rem;overflow:hidden;display:block; }
#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { background-color: transparent; background-image: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container > .video-iframe-container { display: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container { display: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .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); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { border-width: 0; border-radius: 0; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#ll0X3scRCMmdsSIGiWOT3Sotzt39fusc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.5625rem;width:46.1875rem;top:0rem;left:0rem;display:block; }
#i5a28IF86HIIxUDc22zE4oAatq7aA4qT { color:#ffffff;display:block;width:18.4991875rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:3.3740234375rem;left:56.500854492188rem;height:6.25rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eH6AzQsQDw1337E8SNQdWMQKwfGFTGhe { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.80908203125rem;left:51.812744140625rem;height:8.2487rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#G5XxIsnVgzOhmO0AwXSiVuRuqwKV5IXN { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#pz8h4GyKtXJ3zINI6EQDBbsqvdpTfeia { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1234375rem;width:12.5rem;top:10.771484375rem;left:62.5rem;display:block; }
#c4xB7QTyQ2fq89z6k2163ZfTIRQ1qS2f { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5) ;height:26.125rem;width:46.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { background-color: transparent; background-image: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container > .video-iframe-container { display: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row > .video-iframe-container { display: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .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); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { border-width: 0; border-radius: 0; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#QMd3EoA95LAVQdGvUOFSyqQHuR8Ppn9m { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.5115413665771rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTXmtBDEvHUUSeTZR07BmPsv58bbSOd0 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { background-color: transparent; background-image: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container > .video-iframe-container { display: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row > .video-iframe-container { display: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .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); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { border-width: 0; border-radius: 0; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#PTsuELaUU1b9UUTe5a6Ddp1G12eSUWZx { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.7363162040712rem;left:0rem;height:2.27485rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp { color:#ffffff;display:block;width:30.0605625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.75rem;height:20.5956875rem;display:block; }#SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp li:before{  }
#mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:41.5625rem;height:;display:block; }#mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P li:before{  }
#h23Hga2BgoNPKEab26vp3NIKMa5IOxHi { box-sizing:content-box;height:23.9375rem;width:35.75rem;position:absolute;display:block;z-index:15001;background-color:#212020;background-image:none;top:12.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kQGETF30QVoscqyUC1IFTabFTUn72N9T { box-sizing:content-box;height:23.9375rem;width:35.8125rem;position:absolute;display:block;z-index:15000;background-color:#212020;background-image:none;top:12.125rem;left:39.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OpuHQcpBTBiNiNQSEiTWDr5zTscoeHyl { box-sizing:content-box;height:2.5rem;width:35.8125rem;position:absolute;display:block;z-index:15006;background-color:#f15956;background-image:none;top:9.625rem;left:39.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#RXuwEyQn4quv15OVldDH6TgGq6TQ4Le3 { color:#ffffff;display:block;width:35.8730625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.7363162040712rem;left:39.12553024292rem;height:2.27485rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xzNOVVXgW7AJBMZw9eJ7eIRunVehsAN8 { box-sizing:content-box;height:2.5625rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:#259ad6;background-image:none;top:9.625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#sFl6RA9WE2OvNfPM3BxH9Tx5wHt0lyRn { box-sizing:content-box;height:5.5625rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#212020;background-image:none;top:2.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZRhNmlCRX5XpnPaIfMGexrqvGI0PCtIq { color:#ffffff;display:block;width:70.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4929695129394rem;left:2.28125rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGQgvga2pMXtDrHxZkEBniSXclPupxPk { box-sizing:content-box;height:2.5rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#57c2b6;background-image:none;top:0rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#cMyuxb68gAKnGw6JRTZeaCEBq5eCewSf { box-sizing:content-box;height:2.5625rem;width:35.8125rem;position:absolute;display:block;z-index:15004;background-color:#259ad6;background-image:none;top:9.01171875rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:none; }
#TUg2myatVw6TaBHTW57yqtok5eScyadn { box-sizing:content-box;height:23.9375rem;width:35.75rem;position:absolute;display:block;z-index:15001;background-color:#212020;background-image:none;top:12.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { background-color: transparent; background-image: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container > .video-iframe-container { display: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row > .video-iframe-container { display: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .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); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { border-width: 0; border-radius: 0; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#o1bWVnEi1uykzR3EUEyQwnkDEtHw8kbS { box-sizing:content-box;height:38.625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#212020;background-image:none;top:3.6240234375rem;left:0.041015625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DqHRV9qc95pKahvGTHUda6Od2aDEUfiu { box-sizing:content-box;height:2.5rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:#57c2b6;background-image:none;top:1.1859807968139rem;left:-0.000213623046875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#uVrwkcBK9PMQKJ5i7hQMsmoxTzDAgCdR { color:#ffffff;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4208984375rem;left:26.5rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tndpmJfqKwBoodKVnxXzzr0cWnousaak { color:#fffbfb;display:block;width:65.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.037109375rem;left:4.875rem;height:10.061875rem;display:block; }#tndpmJfqKwBoodKVnxXzzr0cWnousaak li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tndpmJfqKwBoodKVnxXzzr0cWnousaak li:before{  }
#OCzTxp0OiawdBGN3PN76JgF71S5d8pHI { color:#ffffff;display:block;width:22rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.7958984375rem;left:26.5rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3abT2trlHtn9zlHpq54fOrvsK7fCmbG { color:#ffffff;display:block;width:65rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.2861328125rem;left:5rem;height:20.0613125rem;font-style:normal;display:block; }#T3abT2trlHtn9zlHpq54fOrvsK7fCmbG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3abT2trlHtn9zlHpq54fOrvsK7fCmbG li:before{  }
#Q2vg8Uve9rxx88OyDJ1kh19eJpmbpHNm { color:#ffffff;display:block;width:22.624rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.2961654663086rem;left:26.186965942382rem;height:2.27485rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MSKa4l7z1Lg0gW6fXMgIIzwam36uvpNz { box-sizing:content-box;height:38.25rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:#212020;background-image:none;top:3.623046875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r > .row .container { border-width: 0; border-radius: 0; }#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:none; }#NMmO6H4qHnRe95nWz7GsrFXIHo7TvWqM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:1.4995670318604rem;left:0.030384063720703rem;height:4.5373875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hhwya4wWi3KxLmiACdKpDU1XdK9AwJTs { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.625rem;left:3.1875rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.8125rem;left:1rem;height:15.849625rem;display:block; }#HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F li:before{  }
#tim7oINUU1nvmLHU0UpbWkChnghv8n8J { color:#5d5959;display:block;width:17.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.8125rem;left:19.625rem;height:15.849625rem;display:block; }#tim7oINUU1nvmLHU0UpbWkChnghv8n8J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tim7oINUU1nvmLHU0UpbWkChnghv8n8J li:before{  }
#NyabqfT9VU5NS4zJwoe7KiRvOrddflif { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.8125rem;left:38.5rem;height:;font-style:normal;display:block; }#NyabqfT9VU5NS4zJwoe7KiRvOrddflif li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NyabqfT9VU5NS4zJwoe7KiRvOrddflif li:before{  }
#Zc6bZyc5G0ovloxAKPrq9pG31ETrtLs7 { box-sizing:content-box;height:4.5rem;width:17.5625rem;position:absolute;display:block;z-index:15012;background-color:#57c2b6;background-image:none;top:11.875rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#iWkADrUgBTqlcRKdhoNpL79wlO8ek7X6 { box-sizing:content-box;height:29.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:16.125rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm { color:#5d5959;display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:57.25rem;height:;font-style:normal;display:block; }#J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm li:before{  }
#S0dLk6z5D3vRXvSPiCB4AbCNiBJW18ZM { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:21.3125rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGlfoKQUEyqGJR0ecir5WStlGgmByqGo { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.625rem;left:40.6875rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#It3XWC3Av6gESwcbOppJMehM6kTaQLc9 { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.625rem;left:59.4375rem;height:2.76278125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sg6hNBimXocyX0ywRqH8eG6fAeTGVxPg { color:#5d5959;display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15020;line-height:.9;letter-spacing:0;top:36.2646484375rem;left:7.8125rem;height:1.7991125rem;font-style:normal;display:block; }
#EEasnH6LNqEQIrwDGuawTUb42wfpeizd { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15021;line-height:1.8;letter-spacing:0;top:38rem;left:0.875rem;height:7.1946rem;font-style:normal;display:block; }
#pR5FepxVQCtb8X1GImngrTEQlRuP22T7 { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15023;line-height:1.8;letter-spacing:0;top:38.0625rem;left:19.5625rem;height:7.194625rem;font-style:normal;display:block; }
#RElKNtSAFeTcyGCiM42xZPCafUBbAS0z { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15025;line-height:1.8;letter-spacing:0;top:38.0625rem;left:38.3125rem;height:7.194625rem;font-style:normal;display:block; }
#r8sXHxlJCDr0ZApT4yt7XHQx0vhMnsW5 { color:#5d5959;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15027;line-height:1.8;letter-spacing:0;top:38rem;left:57.0625rem;height:7.194625rem;font-style:normal;display:block; }
#XPhAmlWeE2PCUQ38oNzJ58mxI4A5pw1B { box-sizing:content-box;height:29.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:16.0625rem;left:19.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#yZLRB2sGautN463S1V3y4lOCsq4XTgyf { box-sizing:content-box;height:4.5rem;width:17.5625rem;position:absolute;display:block;z-index:15014;background-color:#f15956;background-image:none;top:11.75rem;left:19.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#LFptrvD1DJgXSvst7onDaB7TFt2KUOUf { box-sizing:content-box;height:29.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:16.0625rem;left:0.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#zw9BwXIiDzzcp5gRosfDbPWgpWOMyQBN { box-sizing:content-box;height:4.5rem;width:17.5625rem;position:absolute;display:block;z-index:15001;background-color:#57c2b6;background-image:none;top:11.75rem;left:0.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#SWIgbnb5slgd4LRIDgmTxP028FmgNtht { box-sizing:content-box;height:29.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:16.1875rem;left:56.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#xXGJ7TK9g3paERTD33qGdmUgig29R8DX { box-sizing:content-box;height:4.5rem;width:17.5625rem;position:absolute;display:block;z-index:15018;background-color:#f15956;background-image:none;top:11.9375rem;left:56.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:1.25rem;box-shadow: none;display:block; }
#ZJ0Wgk5vNgfWbydlq90M1Lip2rWNbKzm { color:#5d5959;display:block;width:11.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:36.3115234375rem;left:26.75rem;height:1.7991125rem;font-style:normal;display:block; }
#W36f9JAdObEXhQ5aSQb6XA3pZWZKncEF { color:#5d5959;display:block;width:12.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;top:36.3125rem;left:45.8125rem;height:0.9rem;font-style:normal;display:block; }
#JRBOZwGvN0Dw2F2gtBLg7nTpK9Mppbmo { color:#5d5959;display:block;width:10.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15023;line-height:.9;letter-spacing:0;top:36.263671875rem;left:64.0625rem;height:1.7991125rem;font-style:normal;display:block; }
#tSU9zx9ws08kC9dry3NHXPi9GHWkNtaG { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;top:52.125rem;left:0.8125rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#CVWPW0aDUHM9NyTSQgTr2ikGrUAmf1ol { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:52.125rem;left:2.15625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3QwzEP5cLmWmKfuiZXd2eXx711yaMzP { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:57.3125rem;left:2rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyWq3PScSFHDAshTsIprKhGQ4tFQhnDW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:52.4375rem;left:40.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rt8xSX3xT11ZsbiOkXgi7tMZFETb4F1Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:57.4375rem;left:40.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nJ4dhoTOrmNrRRB3hinvA8W2tX28Mx8Z { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:57.0625rem;left:0.8125rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#BAaohLQKgQmcWoDXNUfScLkFCOLmp7J3 { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:54.5625rem;left:19.5625rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#wzio8FCPec9UVTcTHFfNLuZN4QeKsrXf { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:52.0625rem;left:38.3125rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#okNh969NTwwBdbUMbPvuBr1uuDaXtw7F { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:57.0625rem;left:38.3125rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#h4Iyf9kEQ8yavbddSCpxxLHFbJDb2y58 { box-sizing:content-box;height:3.75rem;width:17.0625rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:54.5625rem;left:57.0625rem;box-shadow: 0.75rem 0rem 3.75rem rgba(0,0,0,0.5) ;display:block; }
#Lahv9u9usV33OBFrrBMs2yJBANqItvED { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:48.3125rem;left:3.0625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1aSJVXFLxCiuz6ZJ9A4mSG3DACfA5oV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:48.3125rem;left:21.8125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2qaZQeVrfJ414nJiOvNLwzfIATl4mNr { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:48.3125rem;left:40.5625rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AeS7QRXVqLxNsG2x1UZDVApOcSEV6oHH { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.3125rem;left:59.3125rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gh4GOuvtpKi1k9fNzUdeIlFtqPzrA3kN { box-sizing:content-box;height:2.375rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#57c2b6;background-image:none;top:47.9375rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#gnsae7X0RNUnIDlilpD4Lyv9Kkx5WOK2 { box-sizing:content-box;height:2.375rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#f15956;background-image:none;top:47.9375rem;left:37.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#heBe6UcXoc6GAveU8Cw3EbbCJzaO1xXS { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#FIE0ZTX760KGfyWuXeKkFaBG16v2oz4d { box-sizing:content-box;height:2.375rem;width:37.5rem;position:absolute;display:block;z-index:15003;background-color:#57c2b6;background-image:none;top:44.2490234375rem;left:0.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
#Nr2DW1Ox8UIpa8MWAHVv5TCObVsRhVhi { box-sizing:content-box;height:2.375rem;width:37.5rem;position:absolute;display:block;z-index:15004;background-color:#f15956;background-image:none;top:44.2490234375rem;left:37.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:none; }
#eyMoQaOeXHDwpNWKox7REUbCP0KUnBsE { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.625rem;left:40.6875rem;height:2.7619625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#iu8aIJTb9PWTPFQW1KBuqVDhoaTsp6zC { color:#000000;display:block;width:17.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.625rem;top:11.0625rem;left:1.3125rem;display:none; }
#UftvvsvvAHPehTfSwXH2Rw5RSqNauzKG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:54.875rem;left:59.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npXEaNDeFCy113oFlN69T6sv3Z4L6XHW { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:54.875rem;left:20.90625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { background-color: transparent; background-image: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container > .video-iframe-container { display: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row > .video-iframe-container { display: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .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); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { border-width: 0; border-radius: 0; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#n8iJ44I5D8Jf7Fw18zhL1poMlJ1LmlUe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:42.1875rem;width:75rem;top:0rem;left:0rem;display:block; }
#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN { position:relative;display:none; }#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN { border-width: 0; border-radius: 0; }#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN > .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; }#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VlKJ8RsZF5tr4S3WTuCT4SnI6zXTqRQ2 { position:absolute;display:block;z-index:15000;height:32.875rem;width:75rem;top:7.8125rem;left:0rem;display:block; }
#PBv4Dw8HPCV24RePqDioAT8Ds0bLe7MI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:2.375rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BqNotF01mkoqJRgTQLFTmMatvCUPDVda { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container { background-color: transparent; background-image: none; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container > .video-iframe-container { display: none; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row > .video-iframe-container { display: none; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .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); }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container { border-width: 0; border-radius: 0; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#vGLeUzdVT5mMNTbfiOkvZWC5CdTyb5NZ { 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: 0.0625rem 0.3125rem 1.875rem rgba(0,0,0,0.5) ;height:26.6875rem;width:48rem;top:0rem;left:27rem;overflow:hidden;display:block; }
#wVU1fVo5HV81MbeAcxZzAgxVnMEbN4s4 { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:12.962646484375rem;left:0rem;height:8.2487rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rfWTttvNX3lBBOQyv39vrR3fok0ByhT3 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#n7bdEoRfTOaLtPfd9sGWXV0OqbRehZFO { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.4439697265625rem;left:0rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGHaOlxoCxfPi22naGw9cnSZzk3zqPn7 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:11.751316070557rem;left:0rem;display:block; }
#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { background-color: transparent; background-image: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container > .video-iframe-container { display: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row > .video-iframe-container { display: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .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); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { border-width: 0; border-radius: 0; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#qJpdxQtvVg9zKwgOU0FwT8euSpe8fZbI { display:block;width:75rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:normal;z-index:15000;line-height:.2;letter-spacing:0;top:4.874267578125rem;left:0rem;height:0.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
#l6Iz6WpdbTSQORNQHsOiOuOwUTwTwq6X { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:7.75rem;overflow:hidden;display:block; }
#A77IhNGacbFXR89qTzAq42PIBvIqnfNe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:28.1875rem;overflow:hidden;display:block; }
#T888URCahydawFUdnki91OxhQ0tlfEEO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.6875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:8.6875rem;left:48.5rem;overflow:hidden;display:block; }
#Rk6bxxVvP57OUH1VQIpAAHCgPIOm2e3O { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.5625rem;left:7.75rem;overflow:hidden;display:block; }
#Cohi21WmETqnrtswUrQNlQTPHKK1T43m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.5625rem;left:28.1875rem;overflow:hidden;display:block; }
#TIKl9QJAg0x15DlvFMEBBCBQPpEH6vi8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:22.5625rem;left:48.4375rem;overflow:hidden;display:block; }
#FW0sgXyALd3KbPJQttdQGrr8REXeGf69 { z-index:15003;top:37.375rem;left:30.4375rem;background-color:#f15956;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E63QpMabUovgRPBlMWvR4ERb8m97EtZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { border-width: 0; border-radius: 0; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.3248291015625rem;left:0rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { color:#fbfafa;display:block;width:59.936rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.9737396240238rem;left:7.5314674377444rem;height:4.12435rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-form-header {  }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { display:block;width:22.875rem;height:auto;font-size:0.875rem;font-family:"open sans";line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:3.4375rem;width:22.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;height:2.9375rem;width:22.875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.8125rem;background-color:transparent;background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:rgba(242,249,255,0.34);background-image:none;overflow:hidden; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:13.875rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#f2f9ff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#57c2b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:1.0625rem;font-family:lato;color:#ffffff; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:1.0625rem;font-family:lato;color:#ffffff; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem;font-family:lato;color:#ffffff; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem;font-family:lato;color:#ffffff; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:37.25rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(133,159,179,0.7); }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.4375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:39.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.625434875488rem;top:11.09375rem;z-index:15014;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:23.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:39.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:16.625434875488rem;top:11.09375rem;z-index:15014;position:absolute; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { position:relative;display:none; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D { position:relative; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q { position:relative; }
#mW4alD5Lwm46ITK8R7pTmK41eW2gcxbV { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-form-header {  }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-text {padding-top: 0; padding-bottom: 0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-select {padding-top: 0; padding-bottom: 0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .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; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-container:first-of-type{padding-top:0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-container:last-of-type{padding-bottom:0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta {display:block;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;display:none; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #ZMac8E2ekyNFoNi9plOHqsGin7r5hTk4 { position:relative; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #yJytQoQTRfuhDnFG3U3ABdu0CBh8KLsQ { position:relative;display:block; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #fzD1b8UblRTJ9wglx8sASXMTGLSfnJSa { position:relative; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #VmqT7gITRBnAMQxc0gkMBCncUIhnwrRB { position:relative; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #MFlRbuWZUNvpk7CiM2qUx9WfTuWFuy3K { position:relative; }
#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { border-width: 0; border-radius: 0; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { color:#5d5959;display:block;width:13.6239375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.794033050537rem;left:22.68021774292rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.82);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.875rem 0.875rem 0.875rem rgba(9,16,25,0.2) ;height:11.7489375rem;width:25.06125rem;top:12.056995391846rem;left:11.025386810302rem;display:block; }
#EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { color:#259ad6;display:block;width:10.1855625rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:14.607599258423rem;left:22.682880401611rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { color:#5d5959;display:block;width:8.9364375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.22709274292rem;left:22.678443908691rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:26.9599609375rem;left:36.03125rem; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:26.8662109375rem;left:28.830078125rem; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.312325rem;width:3.312325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:26.770241737366rem;left:42.866649627686rem; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:3.312325rem; height:3.312325rem; }#MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"russo one";font-size:3.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1502685546875rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RagrzfTkQZlQ7Aeumy2Sb7pXrDPoT0Qb { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#iWM2Orkqal5bSlk6LFhrPSE35oLEd3Sl { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6248125rem;width:12.6248125rem;top:12.242622375488rem;left:10.123699188233rem;overflow:hidden;display:block; }
#e9Q31tyOoErHZ3odIgxIXkMmpMH6FerD { color:#5d5959;display:block;width:10.2485625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.637962341309rem;left:22.650032043457rem;height:3.24978125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#VQdM4MoUenwi0NFyA4C36nQCmqQBVvhd { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.82);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.875rem 0.875rem 0.875rem rgba(9,16,25,0.2) ;height:11.7489375rem;width:25.06125rem;top:12.058771133423rem;left:38.966617584229rem;display:block; }
#DD1pCw1dOXfWFW66b2fd1QTTxqV79Oyh { color:#259ad6;display:block;width:10.1855625rem;position:absolute;font-family:"russo one";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.607599258423rem;left:49.999111175537rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPltxPttt13bto4yKNfOkfDPuFoZpEEa { color:#5d5959;display:block;width:10.2476875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:16.637962341309rem;left:49.999111175537rem;height:3.24978125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UHAxpyTltVpo8h6B9CW1XZr7rv95LFNv { color:#5d5959;display:block;width:10.2468125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.22709274292rem;left:49.999111175537rem;height:1.625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#UA1euDgtyZG9AEakF1XW1wgy1cNak6E1 { color:#5d5959;display:block;width:13.6239375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:19.793144226074rem;left:49.999111175537rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXsFayEzDHxGzBTQU0vIGmy3pErK4uMI { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.375rem;top:11.23756980896rem;left:39.833095550537rem;overflow:hidden;display:block; }
#V9WfAQme4Wv7miRudgR9RBkrDABNUqZe { box-sizing:content-box;height:7.8114375rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#259ad6;background-image:none;top:50.1875rem;left:0rem;display:none; }
#AC9pp87FpQAe14HEQO8mQP76Z14MHgKu { box-sizing:content-box;height:7.8114375rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#259ad6;background-image:none;top:50.1875rem;left:0rem;display:none; }
#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212020;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; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container { background-color: transparent; background-image: none; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container > .video-iframe-container { display: none; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row > .video-iframe-container { display: none; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .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); }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container { border-width: 0; border-radius: 0; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#z8etDwu2te0R8lZXdiG8VMzFDqCqhoxh { position:absolute;display:block;z-index:15006;background-color:#f15956;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.12390125rem;width:2.8125rem;top:4.625rem;left:36.0625rem;display:block; }
#uZTSXxcsRc3ClyHoq8XSNC09RqpL3zK2 { color:#ffffff;display:block;width:14.9353125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.75rem;left:29.8125rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBWbEt9bS1vmChDQS3fF8cm5x4rIFB7T { color:#ffffff;display:block;width:14.9353125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.75rem;left:58rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#osxMNivVNQ2oTWGLScdwWWKnWZ3ouuTD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.8125rem;top:7.3509120941163rem;left:58.000004768372rem;overflow:hidden;display:block; }
#K2VKIhcdvz0WPkxgTHOybyAo1OSBVrSn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.875rem;top:10.904289245606rem;left:59.187504768372rem;overflow:hidden;display:block; }
#d2WERBQxUBhOJeuGSEwITzDReihA28IX { color:#ffffff;display:block;width:39.312125rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15001;line-height:0;letter-spacing:0;top:2.65625rem;left:17.684936523438rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mccTfeQoAZVBKEQU8cPInWQMs95NXOn7 { color:#ffffff;display:block;width:14.9353125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.75rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ibudq9T4ELXTd4FEAihor6tgATomUi0x { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.62425rem;width:18.2495rem;top:3.53515625rem;left:0.25rem;overflow:hidden;display:block; }
#SLTl93dBHgu8qKLeqGqzrhUqylXopHrd { position:absolute;display:block;z-index:15007;background-color:#259ad6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.123046875rem;width:2.8125rem;top:4.625rem;left:7.96875rem;display:block; }
#DOTFAV9XWKJ3bKp5UD6RgyqhvRgvnGyx { position:absolute;display:block;z-index:15007;background-color:#57c2b6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.12390125rem;width:2.8125rem;top:4.625rem;left:64.25rem;display:block; }
#t7JsGKg6fTb2ly0Kugn4mrgTKR0rKqTT { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#kOJqXdWcAvyry3tHqWwy7c1qcJ3gaxW1 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#BA7BebTgLCrSXwWXVaa9TfGrDJWvD2gy { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
#mVmKbS5pHHkI7A1KTSlHgqom2qhFTZJC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.875rem;top:7.2890644073488rem;left:66.652195029463rem;overflow:hidden;display:block; }
#vhgi6nzhRH7g9LqI5WmOQnOl1RPqmSik { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:9.6875rem;top:6.28125rem;left:45.401043891907rem;overflow:hidden;display:block; }
#QgkyqptXm6DoMcKWVGPSoAo1CbmAw1wg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:10.0625rem;top:6.5rem;left:35.338543891907rem;overflow:hidden;display:block; }
#qlxxqWSO1EtJA5xvmd38T9KzhpZ5nEsc { 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:1.875rem;width:10rem;top:10.778907775879rem;left:42.562503814698rem;overflow:hidden;display:block; }
#bP0iNHOIvFI6gylmagkNv2Izl8THTZBb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:7.8125rem;top:11.059898376465rem;left:33.562500953674rem;overflow:hidden;display:block; }
#Cb04ZNPt55wx9lBRNy2OrJCQ3SaAWtF3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.5rem;top:6.5625rem;left:20.661720275879rem;overflow:hidden;display:block; }
#nytGKgU2A17qVAQODMfbEOEF9O7nwrMn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:7.875rem;top:11.122657775879rem;left:24.1875rem;overflow:hidden;display:block; }
#dTXXBxm2sN7FAffXfRCtOpAV3licPzTt { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.875rem;top:6.90625rem;left:29.471874237061rem;overflow:hidden;display:block; }
#e8uROVrAcXCDOyEddKE6qQdZfPXZFKQp { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:0.125rem;top:7.0312385559081rem;left:28.673176765442rem;display:block; }
#knSrKmRTiVPJ8nAkFDU6r90LSwE7DdU8 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:12.5rem;top:6.1631946563721rem;left:8.8107643127444rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JctQLAxo2PZKPD7iFAMNnq71OwJLA71b { display:block; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyDg3o2tqcZWBsNXIbuCD74FCzxfW9Kr { width:8.4375rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbBFJOJSf1WrcaiX92CCOW9trJpzXsN { display:block; }
 }@media only screen and (max-width: 763px) { #paaiFSNTeTmpxxBBzFFqqKuRcx39HzC8 { width:11.625rem;height:4.0625rem;top:0rem;left:6.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxlFWGXGlweXLhumgacEBKfw5JwMQMTm { display:block; }
 }@media only screen and (max-width: 763px) { #pcrheA8R36FuvaAkZFXGhOKIrnQWom7c { width:9.375rem;height:4.0625rem;top:0rem;left:17.8388671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx7DeHA9FXNyO3XXmJXHonLPeTqybgRQ { display:block; }
 }@media only screen and (max-width: 763px) { #yeQteWGyl6IvMWI2ncHC7sCcQ7aySvBx { top:0.5rem;left:35.4638671875rem;width:9.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKqgnhUhSeCiGVFxb0a0cIAikpc3tqLa { display:block; }
 }@media only screen and (max-width: 763px) { #fF9Oki3vyfZ1WOq86KupSsGZbVcos4rZ { width:8.25rem;height:4.0625rem;top:0rem;left:27.2138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv7VCe7JbaRbQlea8m7k3RTL5GazShCA { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJeCOdOaaXD2C6zNXwQ60IBLvSZUBHPu { top:51.8125rem;left:31.875rem;width:15.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9o3Z484g2BA8xoTQIztc3aeUTKsN1Je { top:51.5625rem;left:38.0654296875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwuvs9oxBhAtQ0RF3vTDWBXFvefA0kiR { top:52.9375rem;left:23.08842086792rem;width:8.9375rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7dxpcDvfKIgfKnPVDk8GqSLxHpBffxh { top:51.4375rem;left:16.666187286377rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1u4QnVOt7okniXQUns3IDVolZtZG69m { top:51.8125rem;left:0rem;width:14.0625rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsauexfsdNEiw2uzetRT2wBJhz4yTQLk { top:51.3125rem;left:0rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0wqkomwPDfflAdk9zAlwhTuqJLHsMo5 { top:50.1875rem;left:0rem;width:47.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF71TAOc0zlBT9r63s7cHl40XW06E8lh { top:17.3125rem;left:0.27690887451172rem;width:22.8125rem;height:23.3105625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zORl8TGUok20AHTFcWHd7mwLon0k0F7U { width:22.625rem;height:24.125rem;top:16.875rem;left:23.088325500488rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #genyUnFViPrBJkUUk0GghFlTx1IHNOOZ { width:42.6875rem;height:3.1875rem;top:13.6875rem;left:1.4300422668457rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG { display:block; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { width:19.4375rem;height:5.41375rem;display:flex;top:20.5rem;left:1.6552085876465rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #dU3WAQc746MFCmb5qnwli9G10aMTKohz { top:1.9375rem;left:0rem;width:34.6875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG { display:block; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAxyeyNaVNlW30TpBCKGBMPaTSk2x95A { width:25.4375rem;height:3.4375rem;top:3.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfVddGk5PeJl9AyHZXcILvJAAfwgHk0p { width:31.875rem;height:16.5rem;top:8.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1UdulNJAsJ7rOTnz3O19HDNmTaRdLK8 { top:7.6875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBPPD36n4RHNEQt8nUGqALKFZT3AhkC { top:0rem;left:8.8125rem;width:38.9375rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxcWfGvotHB1AcCypRqZZ9TThosK9lc { display:block; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll0X3scRCMmdsSIGiWOT3Sotzt39fusc { width:46.1875rem;height:25.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5a28IF86HIIxUDc22zE4oAatq7aA4qT { width:18.4375rem;height:6.25rem;top:3.3125rem;left:29.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6AzQsQDw1337E8SNQdWMQKwfGFTGhe { width:23.1875rem;height:8.1875rem;top:11.75rem;left:24.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5XxIsnVgzOhmO0AwXSiVuRuqwKV5IXN { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pz8h4GyKtXJ3zINI6EQDBbsqvdpTfeia { top:10.75rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4xB7QTyQ2fq89z6k2163ZfTIRQ1qS2f { top:0rem;left:0rem;width:46.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIMxnAKPhL6Mtb0G76lku908Mtpva4o { display:block; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMd3EoA95LAVQdGvUOFSyqQHuR8Ppn9m { width:47.75rem;height:3.4375rem;top:2.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXmtBDEvHUUSeTZR07BmPsv58bbSOd0 { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp { display:block; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTsuELaUU1b9UUTe5a6Ddp1G12eSUWZx { top:9.6875rem;left:0rem;width:35.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp { top:13.5rem;left:0rem;width:30rem;height:20.5625rem;font-size:1.375rem;display:block; }#SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp li:before{  }
 }@media only screen and (max-width: 763px) { #mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P { top:14.5625rem;left:18.375rem;width:29.375rem;height:;font-size:1.375rem;display:block; }#mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P li:before{  }
 }@media only screen and (max-width: 763px) { #h23Hga2BgoNPKEab26vp3NIKMa5IOxHi { top:12.0625rem;left:0rem;width:35.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQGETF30QVoscqyUC1IFTabFTUn72N9T { top:12.125rem;left:11.9375rem;width:35.8125rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpuHQcpBTBiNiNQSEiTWDr5zTscoeHyl { top:9.625rem;left:11.9375rem;width:35.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXuwEyQn4quv15OVldDH6TgGq6TQ4Le3 { top:9.6875rem;left:11.9375rem;width:35.8125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzNOVVXgW7AJBMZw9eJ7eIRunVehsAN8 { top:9.625rem;left:0rem;width:35.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFl6RA9WE2OvNfPM3BxH9Tx5wHt0lyRn { top:2.5rem;left:0rem;width:47.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRhNmlCRX5XpnPaIfMGexrqvGI0PCtIq { top:3.4375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQgvga2pMXtDrHxZkEBniSXclPupxPk { top:0rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMyuxb68gAKnGw6JRTZeaCEBq5eCewSf { top:9rem;left:0rem;width:35.8125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUg2myatVw6TaBHTW57yqtok5eScyadn { top:12.0625rem;left:0rem;width:35.75rem;height:23.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 { display:block; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bWVnEi1uykzR3EUEyQwnkDEtHw8kbS { top:3.5625rem;left:0rem;width:47.75rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqHRV9qc95pKahvGTHUda6Od2aDEUfiu { top:1.125rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVrwkcBK9PMQKJ5i7hQMsmoxTzDAgCdR { top:5.375rem;left:12.875rem;width:22rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndpmJfqKwBoodKVnxXzzr0cWnousaak { top:8rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:0.875rem;display:block; }#tndpmJfqKwBoodKVnxXzzr0cWnousaak li:before{  }
 }@media only screen and (max-width: 763px) { #OCzTxp0OiawdBGN3PN76JgF71S5d8pHI { top:17.75rem;left:12.875rem;width:22rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3abT2trlHtn9zlHpq54fOrvsK7fCmbG { top:20.25rem;left:0rem;width:47.75rem;height:20.0625rem;font-size:0.875rem;display:block; }#T3abT2trlHtn9zlHpq54fOrvsK7fCmbG li:before{  }
 }@media only screen and (max-width: 763px) { #Q2vg8Uve9rxx88OyDJ1kh19eJpmbpHNm { top:1.25rem;left:12.561965942382rem;width:22.5625rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSKa4l7z1Lg0gW6fXMgIIzwam36uvpNz { top:3.5625rem;left:0rem;width:47.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r { display:block; }#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMmO6H4qHnRe95nWz7GsrFXIHo7TvWqM { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhwya4wWi3KxLmiACdKpDU1XdK9AwJTs { top:12.625rem;left:0rem;width:12.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F { top:17.8125rem;left:0rem;width:17.25rem;height:;font-size:0.875rem;display:block; }#HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F li:before{  }
 }@media only screen and (max-width: 763px) { #tim7oINUU1nvmLHU0UpbWkChnghv8n8J { top:17.8125rem;left:6.5625rem;width:17.3125rem;height:;font-size:0.875rem;display:block; }#tim7oINUU1nvmLHU0UpbWkChnghv8n8J li:before{  }
 }@media only screen and (max-width: 763px) { #NyabqfT9VU5NS4zJwoe7KiRvOrddflif { top:17.8125rem;left:18.5625rem;width:17.25rem;height:;font-size:0.875rem;display:block; }#NyabqfT9VU5NS4zJwoe7KiRvOrddflif li:before{  }
 }@media only screen and (max-width: 763px) { #Zc6bZyc5G0ovloxAKPrq9pG31ETrtLs7 { top:11.875rem;left:18.3125rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWkADrUgBTqlcRKdhoNpL79wlO8ek7X6 { top:16.125rem;left:18.3125rem;width:17.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm { top:17.8125rem;left:30.6875rem;width:17.0625rem;height:;font-size:0.875rem;display:block; }#J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm li:before{  }
 }@media only screen and (max-width: 763px) { #S0dLk6z5D3vRXvSPiCB4AbCNiBJW18ZM { top:12.6875rem;left:11.4375rem;width:12.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGlfoKQUEyqGJR0ecir5WStlGgmByqGo { top:12.625rem;left:23.375rem;width:12.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It3XWC3Av6gESwcbOppJMehM6kTaQLc9 { top:12.625rem;left:35.3125rem;width:12.4375rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg6hNBimXocyX0ywRqH8eG6fAeTGVxPg { top:36.25rem;left:1rem;width:11rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEasnH6LNqEQIrwDGuawTUb42wfpeizd { top:38rem;left:0rem;width:17.25rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5FepxVQCtb8X1GImngrTEQlRuP22T7 { top:38.0625rem;left:6.625rem;width:17.25rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElKNtSAFeTcyGCiM42xZPCafUBbAS0z { top:38.0625rem;left:18.5625rem;width:17.25rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8sXHxlJCDr0ZApT4yt7XHQx0vhMnsW5 { top:38rem;left:30.5rem;width:17.25rem;height:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPhAmlWeE2PCUQ38oNzJ58mxI4A5pw1B { top:16.0625rem;left:6.375rem;width:17.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZLRB2sGautN463S1V3y4lOCsq4XTgyf { top:11.75rem;left:6.375rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFptrvD1DJgXSvst7onDaB7TFt2KUOUf { top:16.0625rem;left:0rem;width:17.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw9BwXIiDzzcp5gRosfDbPWgpWOMyQBN { top:11.75rem;left:0rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWIgbnb5slgd4LRIDgmTxP028FmgNtht { top:16.1875rem;left:30.25rem;width:17.5rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGJ7TK9g3paERTD33qGdmUgig29R8DX { top:11.9375rem;left:30.25rem;width:17.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0Wgk5vNgfWbydlq90M1Lip2rWNbKzm { top:36.25rem;left:12.0625rem;width:11.8125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36f9JAdObEXhQ5aSQb6XA3pZWZKncEF { top:36.3125rem;left:23.125rem;width:12.6875rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBOZwGvN0Dw2F2gtBLg7nTpK9Mppbmo { top:36.25rem;left:36.8125rem;width:10.9375rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSU9zx9ws08kC9dry3NHXPi9GHWkNtaG { top:52.125rem;left:0rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVWPW0aDUHM9NyTSQgTr2ikGrUAmf1ol { top:52.125rem;left:0rem;width:14.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QwzEP5cLmWmKfuiZXd2eXx711yaMzP { top:57.3125rem;left:0rem;width:14.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyWq3PScSFHDAshTsIprKhGQ4tFQhnDW { top:52.4375rem;left:23.3125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt8xSX3xT11ZsbiOkXgi7tMZFETb4F1Q { top:57.4375rem;left:23.3125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ4dhoTOrmNrRRB3hinvA8W2tX28Mx8Z { top:57.0625rem;left:0rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAaohLQKgQmcWoDXNUfScLkFCOLmp7J3 { top:54.5625rem;left:6.8125rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzio8FCPec9UVTcTHFfNLuZN4QeKsrXf { top:52.0625rem;left:18.75rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNh969NTwwBdbUMbPvuBr1uuDaXtw7F { top:57.0625rem;left:18.75rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Iyf9kEQ8yavbddSCpxxLHFbJDb2y58 { top:54.5625rem;left:30.6875rem;width:17.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lahv9u9usV33OBFrrBMs2yJBANqItvED { top:48.3125rem;left:0rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1aSJVXFLxCiuz6ZJ9A4mSG3DACfA5oV { top:48.3125rem;left:11.4375rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2qaZQeVrfJ414nJiOvNLwzfIATl4mNr { top:48.3125rem;left:23.375rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeS7QRXVqLxNsG2x1UZDVApOcSEV6oHH { top:48.3125rem;left:35.3125rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh4GOuvtpKi1k9fNzUdeIlFtqPzrA3kN { top:47.9375rem;left:0rem;width:37.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnsae7X0RNUnIDlilpD4Lyv9Kkx5WOK2 { top:47.9375rem;left:0rem;width:37.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBe6UcXoc6GAveU8Cw3EbbCJzaO1xXS { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIE0ZTX760KGfyWuXeKkFaBG16v2oz4d { top:44.1875rem;left:0rem;width:37.5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nr2DW1Ox8UIpa8MWAHVv5TCObVsRhVhi { top:44.1875rem;left:0rem;width:37.5rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyMoQaOeXHDwpNWKox7REUbCP0KUnBsE { top:93.5rem;left:0rem;width:12.375rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iu8aIJTb9PWTPFQW1KBuqVDhoaTsp6zC { top:11.0625rem;left:0rem;width:17.5rem;height:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UftvvsvvAHPehTfSwXH2Rw5RSqNauzKG { top:54.875rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npXEaNDeFCy113oFlN69T6sv3Z4L6XHW { top:54.875rem;left:9.4375rem;width:14.4375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5my1gryyrldI2qkd4TM3rWMEzoPVKE { display:block; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8iJ44I5D8Jf7Fw18zhL1poMlJ1LmlUe { width:47.75rem;height:26.859375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN { display:block; }#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlKJ8RsZF5tr4S3WTuCT4SnI6zXTqRQ2 { top:7.8125rem;left:0rem;width:47.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBv4Dw8HPCV24RePqDioAT8Ds0bLe7MI { width:47.75rem;height:3.4375rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNotF01mkoqJRgTQLFTmMatvCUPDVda { display:block; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGLeUzdVT5mMNTbfiOkvZWC5CdTyb5NZ { top:0rem;left:0rem;width:47.75rem;height:26.548502604167rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVU1fVo5HV81MbeAcxZzAgxVnMEbN4s4 { top:12.9375rem;left:0rem;width:22.1875rem;height:8.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfWTttvNX3lBBOQyv39vrR3fok0ByhT3 { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7bdEoRfTOaLtPfd9sGWXV0OqbRehZFO { top:4.4375rem;left:0rem;width:20.9375rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGHaOlxoCxfPi22naGw9cnSZzk3zqPn7 { top:11.75rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh { display:block; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJpdxQtvVg9zKwgOU0FwT8euSpe8fZbI { width:47.75rem;height:0.625rem;top:4.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Iz6WpdbTSQORNQHsOiOuOwUTwTwq6X { width:18.125rem;height:12.5rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A77IhNGacbFXR89qTzAq42PIBvIqnfNe { width:18.8125rem;height:12.5625rem;top:8.6875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T888URCahydawFUdnki91OxhQ0tlfEEO { width:18.6875rem;height:12.3125rem;top:8.6875rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6bxxVvP57OUH1VQIpAAHCgPIOm2e3O { width:18.875rem;height:12.3125rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cohi21WmETqnrtswUrQNlQTPHKK1T43m { width:18.8125rem;height:12.5rem;top:22.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIKl9QJAg0x15DlvFMEBBCBQPpEH6vi8 { width:18.875rem;height:12.3125rem;top:22.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0sgXyALd3KbPJQttdQGrr8REXeGf69 { top:2.75rem;left:13.875rem;width:14.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E63QpMabUovgRPBlMWvR4ERb8m97EtZb { display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:47.75rem;height:4.6875rem;top:2.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:47.75rem;height:4.0625rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:22.875rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:22.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:22.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:22.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:37.3125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:10.4375rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:39.25rem;height:auto;top:11.0625rem;left:3.0004348754883rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:23.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:39.25rem;height:auto;top:11.0625rem;left:3.0004348754883rem; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #mW4alD5Lwm46ITK8R7pTmK41eW2gcxbV { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-regular-label { display:block; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta  { width:0;height:0; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta {display:block;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #ZMac8E2ekyNFoNi9plOHqsGin7r5hTk4 {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #yJytQoQTRfuhDnFG3U3ABdu0CBh8KLsQ { display:block; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #fzD1b8UblRTJ9wglx8sASXMTGLSfnJSa {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #VmqT7gITRBnAMQxc0gkMBCncUIhnwrRB {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #MFlRbuWZUNvpk7CiM2qUx9WfTuWFuy3K {  }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:13.5625rem;height:1.5625rem;top:19.75rem;left:2.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:25rem;height:11.6875rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:10.125rem;height:2rem;top:14.5625rem;left:5.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:8.875rem;height:1.5625rem;top:18.1875rem;left:7rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:2.9375rem;height:2.9375rem;top:26.9375rem;left:22.34375rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:3.125rem;height:3.125rem;top:26.8125rem;left:15.875rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:3.25rem;height:3.25rem;top:26.75rem;left:28.4375rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:47.75rem;height:8.125rem;top:2.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RagrzfTkQZlQ7Aeumy2Sb7pXrDPoT0Qb { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWM2Orkqal5bSlk6LFhrPSE35oLEd3Sl { top:12.1875rem;left:3.3125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Q31tyOoErHZ3odIgxIXkMmpMH6FerD { width:10.1875rem;height:1.5625rem;top:16.625rem;left:5.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQdM4MoUenwi0NFyA4C36nQCmqQBVvhd { width:25rem;height:11.6875rem;top:12rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD1pCw1dOXfWFW66b2fd1QTTxqV79Oyh { width:10.125rem;height:2rem;top:14.5625rem;left:21.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPltxPttt13bto4yKNfOkfDPuFoZpEEa { width:10.1875rem;height:1.5625rem;top:16.625rem;left:21.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAxpyTltVpo8h6B9CW1XZr7rv95LFNv { width:10.1875rem;height:1.5625rem;top:18.1875rem;left:21.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA1euDgtyZG9AEakF1XW1wgy1cNak6E1 { width:13.5625rem;height:1.5625rem;top:19.75rem;left:18.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXsFayEzDHxGzBTQU0vIGmy3pErK4uMI { top:11.1875rem;left:22.375rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9WfAQme4Wv7miRudgR9RBkrDABNUqZe { top:50.1875rem;left:0rem;width:47.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AC9pp87FpQAe14HEQO8mQP76Z14MHgKu { top:50.1875rem;left:0rem;width:47.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc { display:block; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8etDwu2te0R8lZXdiG8VMzFDqCqhoxh { width:2.8125rem;height:0.0625rem;top:4.625rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZTSXxcsRc3ClyHoq8XSNC09RqpL3zK2 { width:14.875rem;height:1.75rem;top:1.75rem;left:9rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBWbEt9bS1vmChDQS3fF8cm5x4rIFB7T { width:14.875rem;height:1.75rem;top:1.75rem;left:32.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #osxMNivVNQ2oTWGLScdwWWKnWZ3ouuTD { width:6.8125rem;height:1.875rem;top:7.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VKIhcdvz0WPkxgTHOybyAo1OSBVrSn { width:12.875rem;height:1.625rem;top:10.875rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2WERBQxUBhOJeuGSEwITzDReihA28IX { top:2.625rem;left:0rem;width:39.25rem;height:0;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mccTfeQoAZVBKEQU8cPInWQMs95NXOn7 { width:14.875rem;height:1.75rem;top:1.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibudq9T4ELXTd4FEAihor6tgATomUi0x { width:18.1875rem;height:8.5949503753527rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTl93dBHgu8qKLeqGqzrhUqylXopHrd { width:2.8125rem;height:0.0625rem;top:4.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTFAV9XWKJ3bKp5UD6RgyqhvRgvnGyx { width:2.8125rem;height:0.0625rem;top:4.625rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7JsGKg6fTb2ly0Kugn4mrgTKR0rKqTT { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOJqXdWcAvyry3tHqWwy7c1qcJ3gaxW1 { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BA7BebTgLCrSXwWXVaa9TfGrDJWvD2gy { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVmKbS5pHHkI7A1KTSlHgqom2qhFTZJC { top:7.25rem;left:40.5rem;width:6.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhgi6nzhRH7g9LqI5WmOQnOl1RPqmSik { width:9.6875rem;height:2.875rem;top:6.25rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkyqptXm6DoMcKWVGPSoAo1CbmAw1wg { width:10.0625rem;height:2.4375rem;top:6.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlxxqWSO1EtJA5xvmd38T9KzhpZ5nEsc { width:10rem;height:1.875rem;top:10.75rem;left:25.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP0iNHOIvFI6gylmagkNv2Izl8THTZBb { width:7.8125rem;height:1.3125rem;top:11rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb04ZNPt55wx9lBRNy2OrJCQ3SaAWtF3 { width:7.5rem;height:2.3125rem;top:6.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nytGKgU2A17qVAQODMfbEOEF9O7nwrMn { width:7.875rem;height:1.1875rem;top:11.0625rem;left:13.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXBxm2sN7FAffXfRCtOpAV3licPzTt { width:5.875rem;height:1.625rem;top:6.875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8uROVrAcXCDOyEddKE6qQdZfPXZFKQp { top:7rem;left:18.454426765442rem;width:0.125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSrKmRTiVPJ8nAkFDU6r90LSwE7DdU8 { top:6.125rem;left:0rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#212020;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #JctQLAxo2PZKPD7iFAMNnq71OwJLA71b { position:relative;z-index:auto;display:block; }#JctQLAxo2PZKPD7iFAMNnq71OwJLA71b > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyDg3o2tqcZWBsNXIbuCD74FCzxfW9Kr { width:6.06171875rem;height:2.1875rem;top:0.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukbBFJOJSf1WrcaiX92CCOW9trJpzXsN { display:block; }
 }@media only screen and (max-width: 763px) { #paaiFSNTeTmpxxBBzFFqqKuRcx39HzC8 { width:4.5rem;height:2.1875rem;top:6.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxlFWGXGlweXLhumgacEBKfw5JwMQMTm { display:block; }
 }@media only screen and (max-width: 763px) { #pcrheA8R36FuvaAkZFXGhOKIrnQWom7c { width:8.24925rem;height:2.1875rem;top:0.75rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx7DeHA9FXNyO3XXmJXHonLPeTqybgRQ { display:block; }
 }@media only screen and (max-width: 763px) { #yeQteWGyl6IvMWI2ncHC7sCcQ7aySvBx { top:2.810546875rem;left:0.7158203125rem;width:8.499rem;height:2.311525rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKqgnhUhSeCiGVFxb0a0cIAikpc3tqLa { display:block; }
 }@media only screen and (max-width: 763px) { #fF9Oki3vyfZ1WOq86KupSsGZbVcos4rZ { width:6.06171875rem;height:2.1875rem;top:0.75rem;left:13.938281059265rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv7VCe7JbaRbQlea8m7k3RTL5GazShCA { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10f36c30-e5a6-4f88-b4d9-3cd3b75e939a/ITSFCUP2024_eliminacje034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:35.187316894531rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cJeCOdOaaXD2C6zNXwQ60IBLvSZUBHPu { width:6.312125rem;height:1.949575rem;top:32.357421875rem;left:13.430338859558rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t9o3Z484g2BA8xoTQIztc3aeUTKsN1Je { display:flex;width:1.62464375rem;height:1.62464375rem;top:30.569662094116rem;left:15.774089813233rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xwuvs9oxBhAtQ0RF3vTDWBXFvefA0kiR { width:3.8125rem;height:1.425rem;top:32.619142055511rem;left:8.09375rem;font-size:0.75rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p7dxpcDvfKIgfKnPVDk8GqSLxHpBffxh { display:flex;width:1.81185rem;height:1.81185rem;top:30.586588859558rem;left:9.09375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #P1u4QnVOt7okniXQUns3IDVolZtZG69m { width:6.0617875rem;height:1.949575rem;top:32.357421875rem;left:0rem;font-size:0.75rem;line-height:01.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsauexfsdNEiw2uzetRT2wBJhz4yTQLk { display:flex;width:1.6867875rem;height:1.6867875rem;top:30.538412094116rem;left:2.1875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #W0wqkomwPDfflAdk9zAlwhTuqJLHsMo5 { width:20rem;height:5.3125rem;top:29.875rem;left:0rem;background-color:#259ad6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF71TAOc0zlBT9r63s7cHl40XW06E8lh { width:9.625rem;height:9.875rem;top:10.792318344116rem;left:0.572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zORl8TGUok20AHTFcWHd7mwLon0k0F7U { width:8.875rem;height:10.875rem;top:10.292318344116rem;left:10.197265625rem;text-align:center;text-align-last:center;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #genyUnFViPrBJkUUk0GghFlTx1IHNOOZ { width:20rem;height:1.38139375rem;top:8.9524745941163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG { display:block; }#MqAIku7ysXWCGASsAO2Xou1wZr5IoQzG > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-number { padding-top:0.386875rem;padding-right:0.34125rem;padding-bottom:0.386875rem;padding-left:0.34125rem;width:2.04875rem;min-width:2.04875rem;height:2.0775rem;font-size:1.54625rem;line-height:33.24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.125rem solid #f15956;border-left:0.125rem solid #f15956;border-right:0.125rem solid #f15956;border-bottom:0.125rem solid #f15956; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.241875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.73125rem;height:0.82125rem;font-size:0.58rem;line-height:13.14px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc { width:15.9375rem;height:4.16370625rem;display:flex;top:3.1036949157715rem;left:1.9371448755264rem;z-index:15013;padding-top:0.09125rem;padding-right:0.093125rem;padding-bottom:0.09125rem;padding-left:0.093125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #UpGwfCag5tZWTwdAhcm1bw9OtgGlXEJh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #fGG6KFsGzZcrgHI8iFg6wSgWdCBHP3Sr {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NwtgO91CvISR6xTQbSdJl1P9R2EvuRkq {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #MlcwODS9LmuJ7UcPi0thZzbyZXX6TuvO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #m0LbVo4ItACRMLgO7g8pFq1VxhTTSxlt {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #JcSLFrANDOIDfEC3fWbWkkBSmsmtFG0f {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HxbBSHG3378XtTKGXhLI2Vzn20f3ggnL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #NrxEauQTV6OOR0qT94GNp2I2edhz56p6 {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #HcdimN5ZCDkI97Bbx2z5rmUyr8BpkDSX {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #iaawbCgeqE6kBsgE256rrMp5rLaxTDXX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #b1NgDavzpT2UsA43ElTorr30hutcRzGH {  }
 }@media only screen and (max-width: 763px) { #VkgHJN1Pa29waMLGCl5eWVZHxwsofbUc #V9TwTmM4ybk11LaxnLA7XkH0JWEiKBUB {  }
 }@media only screen and (max-width: 763px) { #dU3WAQc746MFCmb5qnwli9G10aMTKohz { width:19.9973125rem;height:1.9504625rem;top:0.68714523315431rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG { background-color:transparent;background-image:url("https://images.assets-landingi.com/tTtQhHNld1g/unsplash/alicja-gancarz-tTtQhHNld1g-photo-1615117572888-49e8520c4d42.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG.adaptive-delivery-prevent-bg, #K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG.lazyload, #K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG.lazyloading { background-image: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { background-color: transparent; background-image: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.61); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container > .video-iframe-container { display: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.61); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row > .video-iframe-container { display: none; }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .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); }#K10ytRQVqnhASX9F4aB7AZ2GWo4zCXbG > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAxyeyNaVNlW30TpBCKGBMPaTSk2x95A { width:19.9986875rem;height:1.925rem;top:0.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfVddGk5PeJl9AyHZXcILvJAAfwgHk0p { width:19.999rem;height:10.5042625rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1UdulNJAsJ7rOTnz3O19HDNmTaRdLK8 { width:12.499375rem;height:0.12434875rem;top:3.1357421875rem;left:3.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeBPPD36n4RHNEQt8nUGqALKFZT3AhkC { width:20rem;height:16.404494382022rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgxcWfGvotHB1AcCypRqZZ9TThosK9lc { background-color:#212020;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { background-color: transparent; background-image: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container > .video-iframe-container { display: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container { display: none; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .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); }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { border-width: 0; border-radius: 0; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tgxcWfGvotHB1AcCypRqZZ9TThosK9lc > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll0X3scRCMmdsSIGiWOT3Sotzt39fusc { height:10.7498125rem;width:19.249125rem;top:12.310111999512rem;left:0.37434893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5a28IF86HIIxUDc22zE4oAatq7aA4qT { width:17.999125rem;height:2.4rem;top:0.93641471862794rem;left:0.99934893846512rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eH6AzQsQDw1337E8SNQdWMQKwfGFTGhe { width:17.999125rem;height:6.796875rem;top:4.267578125rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G5XxIsnVgzOhmO0AwXSiVuRuqwKV5IXN { width:12.497625rem;height:0.1234375rem;top:4.1921863555908rem;left:3.7500002980233rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pz8h4GyKtXJ3zINI6EQDBbsqvdpTfeia { width:12.5rem;height:0.125rem;top:27.078125476837rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4xB7QTyQ2fq89z6k2163ZfTIRQ1qS2f { width:20rem;height:11.1465rem;top:12.110157012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIMxnAKPhL6Mtb0G76lku908Mtpva4o { background-color:#212020;background-image:none;display:block; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { background-color: transparent; background-image: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container > .video-iframe-container { display: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row > .video-iframe-container { display: none; }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .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); }#eAIMxnAKPhL6Mtb0G76lku908Mtpva4o > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMd3EoA95LAVQdGvUOFSyqQHuR8Ppn9m { width:20rem;height:3.8496125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTXmtBDEvHUUSeTZR07BmPsv58bbSOd0 { width:12.499rem;height:0.12402375rem;top:5.4375rem;left:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp { background-color:#212020;background-image:none;display:block; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { background-color: transparent; background-image: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container > .video-iframe-container { display: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row > .video-iframe-container { display: none; }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .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); }#TTbFHJ4PnsrcLcql5sEAV2EEKDgxhONp > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTsuELaUU1b9UUTe5a6Ddp1G12eSUWZx { width:12.4375rem;height:1.7875rem;top:11.875rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp { width:18.875rem;height:13.44725rem;top:14.75rem;left:0.5625rem;font-size:0.875rem;display:block; }#SvcggLl4qnMnOXHvbBWbpBfgciG1iqWp li:before{  }
 }@media only screen and (max-width: 763px) { #mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P { width:18.8125rem;height:13.7553125rem;top:32.9375rem;left:0.5625rem;font-size:0.875rem;line-height:1.5;display:block; }#mCJC9S4QXlrkxTPlbHTR95HT3tOoS21P li:before{  }
 }@media only screen and (max-width: 763px) { #h23Hga2BgoNPKEab26vp3NIKMa5IOxHi { width:19.625rem;height:14.5625rem;top:14.062496185302rem;left:0rem;border-top:0.1875rem solid #259ad6;border-left:0.1875rem solid #259ad6;border-right:0.1875rem solid #259ad6;border-bottom:0.1875rem solid #259ad6;display:block; }
 }@media only screen and (max-width: 763px) { #kQGETF30QVoscqyUC1IFTabFTUn72N9T { width:19.625rem;height:14.875rem;top:32.311786651611rem;left:0rem;border-top:0.1875rem solid #f15956;border-left:0.1875rem solid #f15956;border-right:0.1875rem solid #f15956;border-bottom:0.1875rem solid #f15956;display:block; }
 }@media only screen and (max-width: 763px) { #OpuHQcpBTBiNiNQSEiTWDr5zTscoeHyl { width:20rem;height:2.5625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXuwEyQn4quv15OVldDH6TgGq6TQ4Le3 { width:12.4375rem;height:1.7875rem;top:30.25rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzNOVVXgW7AJBMZw9eJ7eIRunVehsAN8 { width:20rem;height:2.5625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFl6RA9WE2OvNfPM3BxH9Tx5wHt0lyRn { width:19.6875rem;height:5.875rem;top:4.3125rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZRhNmlCRX5XpnPaIfMGexrqvGI0PCtIq { width:19.0625rem;height:4.54900625rem;top:5.125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGQgvga2pMXtDrHxZkEBniSXclPupxPk { width:20rem;height:2.5rem;top:36.922527313233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMyuxb68gAKnGw6JRTZeaCEBq5eCewSf { width:20rem;height:2.56214375rem;top:1.8125rem;left:0rem;z-index:15005;background-color:#57c2b6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TUg2myatVw6TaBHTW57yqtok5eScyadn { width:19.625rem;height:5.8125rem;top:4.3110771179199rem;left:0rem;border-top:0.1875rem solid #57c2b6;border-left:0.1875rem solid #57c2b6;border-right:0.1875rem solid #57c2b6;border-bottom:0.1875rem solid #57c2b6;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 { background-color:#212020;background-image:none;display:block; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { background-color: transparent; background-image: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container > .video-iframe-container { display: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row > .video-iframe-container { display: none; }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .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); }#HIVekki8pPAQpxhCReemaxXJ4O7Vkm72 > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1bWVnEi1uykzR3EUEyQwnkDEtHw8kbS { width:19.75rem;height:53.75rem;top:2.4999980926514rem;left:0rem;border-top:0.125rem solid #57c2b6;border-left:0.125rem solid #57c2b6;border-right:0.125rem solid #57c2b6;border-bottom:0.125rem solid #57c2b6;display:block; }
 }@media only screen and (max-width: 763px) { #DqHRV9qc95pKahvGTHUda6Od2aDEUfiu { width:20rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVrwkcBK9PMQKJ5i7hQMsmoxTzDAgCdR { width:20rem;height:1.298825rem;top:3.6874976158142rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tndpmJfqKwBoodKVnxXzzr0cWnousaak { width:19.0625rem;height:16.234rem;top:6.2357950210571rem;left:0.46875rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#tndpmJfqKwBoodKVnxXzzr0cWnousaak li:before{  }
 }@media only screen and (max-width: 763px) { #OCzTxp0OiawdBGN3PN76JgF71S5d8pHI { width:20rem;height:1.298825rem;top:23.636716842651rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T3abT2trlHtn9zlHpq54fOrvsK7fCmbG { width:19.125rem;height:29.4815625rem;top:26.186849594116rem;left:0.4375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }#T3abT2trlHtn9zlHpq54fOrvsK7fCmbG li:before{  }
 }@media only screen and (max-width: 763px) { #Q2vg8Uve9rxx88OyDJ1kh19eJpmbpHNm { width:20rem;height:1.7875rem;top:0.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSKa4l7z1Lg0gW6fXMgIIzwam36uvpNz { width:19.625rem;height:38.25rem;top:57.726387490234rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r { display:none; }#mxe9edTqRyh8bg3d0uTzN3uxIkcDdE5r > .row .container { width:20rem;height:176.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NMmO6H4qHnRe95nWz7GsrFXIHo7TvWqM { width:19.9995rem;height:4.4rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhwya4wWi3KxLmiACdKpDU1XdK9AwJTs { width:12.43725rem;height:1.7875rem;top:16.683837890625rem;left:3.78076171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F { width:16.875rem;height:14.075rem;top:19.4375rem;left:1.375rem;font-size:0.875rem;display:block; }#HeRzMVEixJcEtEBJfVlI1SWtUlUfZM1F li:before{  }
 }@media only screen and (max-width: 763px) { #tim7oINUU1nvmLHU0UpbWkChnghv8n8J { width:16.875rem;height:14.075rem;top:48.1875rem;left:1.3125rem;font-size:0.875rem;display:block; }#tim7oINUU1nvmLHU0UpbWkChnghv8n8J li:before{  }
 }@media only screen and (max-width: 763px) { #NyabqfT9VU5NS4zJwoe7KiRvOrddflif { width:16.875rem;height:14.075rem;top:77.1875rem;left:1.5625rem;font-size:0.875rem;display:block; }#NyabqfT9VU5NS4zJwoe7KiRvOrddflif li:before{  }
 }@media only screen and (max-width: 763px) { #Zc6bZyc5G0ovloxAKPrq9pG31ETrtLs7 { width:18.4375rem;height:2.5625rem;top:73.625rem;left:0.8125rem;background-color:#57c2b6;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #iWkADrUgBTqlcRKdhoNpL79wlO8ek7X6 { width:18.4375rem;height:25.125rem;top:76.1875rem;left:0.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm { width:16.875rem;height:14.075rem;top:106.49926757812rem;left:1.5615234375rem;font-size:0.875rem;display:block; }#J6wI0VkF4bGrzfBAmEbNw5KSSTi7DrMm li:before{  }
 }@media only screen and (max-width: 763px) { #S0dLk6z5D3vRXvSPiCB4AbCNiBJW18ZM { width:12.4375rem;height:1.7875rem;top:45.3125rem;left:3.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGlfoKQUEyqGJR0ecir5WStlGgmByqGo { width:12.4375rem;height:1.7875rem;top:74.0625rem;left:3.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #It3XWC3Av6gESwcbOppJMehM6kTaQLc9 { width:12.4365rem;height:0;top:126.32153320312rem;left:3.78076171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sg6hNBimXocyX0ywRqH8eG6fAeTGVxPg { width:10rem;height:1.575rem;top:35.3125rem;left:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEasnH6LNqEQIrwDGuawTUb42wfpeizd { width:17.25rem;height:6.3rem;top:36.8125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR5FepxVQCtb8X1GImngrTEQlRuP22T7 { width:17.25rem;height:6.3rem;top:66rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RElKNtSAFeTcyGCiM42xZPCafUBbAS0z { width:17.25rem;height:6.3rem;top:94.5rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8sXHxlJCDr0ZApT4yt7XHQx0vhMnsW5 { width:16.9375rem;height:6.3rem;top:123.92138671875rem;left:1.562255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPhAmlWeE2PCUQ38oNzJ58mxI4A5pw1B { width:17.562rem;height:25.125rem;top:105.05053710938rem;left:1.310302734375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yZLRB2sGautN463S1V3y4lOCsq4XTgyf { width:17.562rem;height:2.5620125rem;top:16.29638671875rem;left:1.030517578125rem;background-color:#57c2b6;background-image:none;z-index:14998;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LFptrvD1DJgXSvst7onDaB7TFt2KUOUf { width:17.5625rem;height:25.125rem;top:47.5rem;left:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zw9BwXIiDzzcp5gRosfDbPWgpWOMyQBN { width:17.562rem;height:2.5620125rem;top:102.53540039062rem;left:1.21728515625rem;background-color:#f15956;background-image:none;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #SWIgbnb5slgd4LRIDgmTxP028FmgNtht { width:17.5625rem;height:25.125rem;top:18.6875rem;left:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14999;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #xXGJ7TK9g3paERTD33qGdmUgig29R8DX { width:17.5625rem;height:2.5625rem;top:44.9375rem;left:0.9375rem;background-color:#f15956;background-image:none;z-index:14997;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ0Wgk5vNgfWbydlq90M1Lip2rWNbKzm { width:10.2495rem;height:1.575rem;top:122.3935546875rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36f9JAdObEXhQ5aSQb6XA3pZWZKncEF { width:10.3125rem;height:0.7875rem;top:93rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRBOZwGvN0Dw2F2gtBLg7nTpK9Mppbmo { width:10.3125rem;height:1.575rem;top:64.5rem;left:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSU9zx9ws08kC9dry3NHXPi9GHWkNtaG { width:14.5rem;height:3.75rem;top:133.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVWPW0aDUHM9NyTSQgTr2ikGrUAmf1ol { width:13.5625rem;height:3.25rem;top:134.3125rem;left:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QwzEP5cLmWmKfuiZXd2eXx711yaMzP { width:14rem;height:3.25rem;top:139rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyWq3PScSFHDAshTsIprKhGQ4tFQhnDW { width:12.5rem;height:3.25rem;top:155.1875rem;left:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt8xSX3xT11ZsbiOkXgi7tMZFETb4F1Q { width:12.5rem;height:3.25rem;top:160.1875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ4dhoTOrmNrRRB3hinvA8W2tX28Mx8Z { width:14.5rem;height:3.75rem;top:138.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAaohLQKgQmcWoDXNUfScLkFCOLmp7J3 { width:14.5rem;height:3.75rem;top:146.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzio8FCPec9UVTcTHFfNLuZN4QeKsrXf { width:14.5rem;height:3.75rem;top:155.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #okNh969NTwwBdbUMbPvuBr1uuDaXtw7F { width:14.5rem;height:3.75rem;top:160.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4Iyf9kEQ8yavbddSCpxxLHFbJDb2y58 { width:14.5rem;height:3.75rem;top:168.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lahv9u9usV33OBFrrBMs2yJBANqItvED { width:12.5rem;height:1.62524375rem;top:131.3125rem;left:3.9375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M1aSJVXFLxCiuz6ZJ9A4mSG3DACfA5oV { width:12.5rem;height:1.62524375rem;top:144.125rem;left:3.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #C2qaZQeVrfJ414nJiOvNLwzfIATl4mNr { width:12.5rem;height:1.62524375rem;top:152.125rem;left:3.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AeS7QRXVqLxNsG2x1UZDVApOcSEV6oHH { width:12.5rem;height:1.62524375rem;top:165.6875rem;left:3.75rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gh4GOuvtpKi1k9fNzUdeIlFtqPzrA3kN { width:20rem;height:2.375rem;top:130.9375rem;left:0rem;background-color:#57c2b6;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnsae7X0RNUnIDlilpD4Lyv9Kkx5WOK2 { width:20rem;height:2.375rem;top:151.75rem;left:0rem;background-color:#f15956;background-image:none;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBe6UcXoc6GAveU8Cw3EbbCJzaO1xXS { width:12.4980625rem;height:0.123779375rem;top:9.2490234375rem;left:3.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #FIE0ZTX760KGfyWuXeKkFaBG16v2oz4d { width:20rem;height:2.375rem;top:143.75rem;left:0rem;background-color:#57c2b6;background-image:none;z-index:15004;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr2DW1Ox8UIpa8MWAHVv5TCObVsRhVhi { width:20rem;height:2.375rem;top:165.3125rem;left:0rem;background-color:#f15956;background-image:none;z-index:15005;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyMoQaOeXHDwpNWKox7REUbCP0KUnBsE { width:12.4365rem;height:1.7875rem;top:102.9228515625rem;left:3.781494140625rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #iu8aIJTb9PWTPFQW1KBuqVDhoaTsp6zC { top:9.93603515625rem;left:1.562255859375rem;width:17.562rem;height:5.6875rem;z-index:15036;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UftvvsvvAHPehTfSwXH2Rw5RSqNauzKG { width:12.5rem;height:3.25rem;top:168.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npXEaNDeFCy113oFlN69T6sv3Z4L6XHW { width:14.4375rem;height:3.25rem;top:147.125rem;left:2.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx5my1gryyrldI2qkd4TM3rWMEzoPVKE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7b98c64a-7fb2-4690-913b-4dd77dabf75c/kozerki2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE.adaptive-delivery-prevent-bg, #zx5my1gryyrldI2qkd4TM3rWMEzoPVKE.lazyload, #zx5my1gryyrldI2qkd4TM3rWMEzoPVKE.lazyloading { background-image: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { background-color: transparent; background-image: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,19,37,0.61); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container > .video-iframe-container { display: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(13,19,37,0.61); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row > .video-iframe-container { display: none; }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .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); }#zx5my1gryyrldI2qkd4TM3rWMEzoPVKE > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8iJ44I5D8Jf7Fw18zhL1poMlJ1LmlUe { height:11.8120625rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN { display:none; }#fqs3zpVJbqs4GZ5p0955EZHcEFwVaxhN > .row .container { width:20rem;height:43.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VlKJ8RsZF5tr4S3WTuCT4SnI6zXTqRQ2 { width:20rem;height:32.875rem;top:6.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBv4Dw8HPCV24RePqDioAT8Ds0bLe7MI { width:20rem;height:4.39985625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqNotF01mkoqJRgTQLFTmMatvCUPDVda { display:block; }#BqNotF01mkoqJRgTQLFTmMatvCUPDVda > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vGLeUzdVT5mMNTbfiOkvZWC5CdTyb5NZ { width:20rem;height:11.25rem;top:11.748935699463rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVU1fVo5HV81MbeAcxZzAgxVnMEbN4s4 { width:18rem;height:5.252125rem;top:5.9867191314697rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfWTttvNX3lBBOQyv39vrR3fok0ByhT3 { width:12.496875rem;height:0.1234375rem;top:5.2625007629394rem;left:3.7515625953674rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #n7bdEoRfTOaLtPfd9sGWXV0OqbRehZFO { width:19.0625rem;height:4.00035625rem;top:0.6875rem;left:0.46875005960464rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cGHaOlxoCxfPi22naGw9cnSZzk3zqPn7 { width:12.5rem;height:0.0625rem;top:24.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/988f5255-6070-4b93-aa37-2fb19a1f2c98/ITSFCUP2024_eliminacje022.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh.adaptive-delivery-prevent-bg, #PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh.lazyload, #PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh.lazyloading { background-image: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { background-color: transparent; background-image: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.69); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container > .video-iframe-container { display: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.69); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row > .video-iframe-container { display: none; }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .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); }#PitJ03GdMaTNqdOKD6sSW7BVAkVlCkRh > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qJpdxQtvVg9zKwgOU0FwT8euSpe8fZbI { width:20rem;height:0.4rem;top:2.6242189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Iz6WpdbTSQORNQHsOiOuOwUTwTwq6X { width:7.8125rem;height:5.375rem;top:5.0617189407349rem;left:1.7492187023163rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.33) ;display:block; }
 }@media only screen and (max-width: 763px) { #A77IhNGacbFXR89qTzAq42PIBvIqnfNe { width:7.5625rem;height:5rem;top:5.2492189407349rem;left:10.874218940735rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #T888URCahydawFUdnki91OxhQ0tlfEEO { width:7.875rem;height:5.125rem;top:12.187499046326rem;left:1.7492187023163rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #Rk6bxxVvP57OUH1VQIpAAHCgPIOm2e3O { width:8.1875rem;height:5.25rem;top:12.124218940735rem;left:10.561718940735rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #Cohi21WmETqnrtswUrQNlQTPHKK1T43m { width:8.1875rem;height:5.4375rem;top:19.18749961257rem;left:1.5609376430511rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIKl9QJAg0x15DlvFMEBBCBQPpEH6vi8 { width:7.4375rem;height:4.8125rem;top:19.862501144409rem;left:10.936718940735rem;display:none; }
 }@media only screen and (max-width: 763px) { #FW0sgXyALd3KbPJQttdQGrr8REXeGf69 { top:18.748437404633rem;left:6.2820315361025rem;width:7.4355625rem;height:2.061525rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E63QpMabUovgRPBlMWvR4ERb8m97EtZb { display:block; }
 }@media only screen and (max-width: 763px) { #GR3Eixzs9aMCzryTimRvNfSrHnAubMNz { background-color:#212020;background-image:none;display:block; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { background-color: transparent; background-image: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row > .video-iframe-container { display: none; }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .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); }#GR3Eixzs9aMCzryTimRvNfSrHnAubMNz > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb6RFfnxF60t0hvGCqTdmbl4G3EM8Wyg { width:20rem;height:3.8496125rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UD68KRnuyKFkWp3tIb0su4H1DNT5rAP6 { width:20rem;height:5.252125rem;top:6.0359315872192rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-regular-label { width:16.25rem;display:block; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text { width:16.25rem;font-size:3.375rem;overflow:hidden;height:3.5rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-text {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-textarea { width:16.25rem;font-size:3.375rem;overflow:hidden;height:5.375rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select { width:16.25rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-select {padding-top: 0; padding-bottom: 0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-input-button { width:7.4375rem;font-size:0.625rem;overflow:hidden;line-height:1;height:2.375rem;background-color:#f15956;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;margin-top:0.3125rem;margin-right:8.8125rem;margin-bottom:0.3125rem;margin-left:0;text-align:center;text-align-last:center; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-moz-placeholder { font-size:0.625rem;text-align:center;text-align-last:center; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-moz-placeholder { font-size:0.625rem;text-align:center;text-align-last:center; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]:-ms-input-placeholder { font-size:0.625rem;text-align:center;text-align-last:center; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS [class*="-text"]::-webkit-input-placeholder { font-size:0.625rem;text-align:center;text-align-last:center; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-checkbox-label { width:15.5625rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-radio-label { width:7.125rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container { padding-top:0;padding-right:0.5rem;padding-bottom:0;padding-left:0.4375rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:first-of-type{padding-top:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .widget-container:last-of-type{padding-bottom:0;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS  { width:17.8125rem;height:auto;top:9.4375009536744rem;left:0rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS .radio-container { width:16.875rem; }
#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS {display:inline-block;}#LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS { width:17.8125rem;height:auto;top:9.4375009536744rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #lGWwGhdApCMfnOiUbpI0JRgRTQGfBVTt {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #vZ3F3813ZelmTJcFRGhaNzNvqWrBVfdJ { display:none; }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #USBiyqGm5fRoUzFoDh3z2q4JNPCWy6Su {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #LLd9pAddd3zN6J8zmfguRw7FqdeHfJ5D {  }
 }@media only screen and (max-width: 763px) { #LD2TgubEMZlTIEAtTD00TNbnG9mpJZXS #S2likifX6gssLbDvq1ZI2MBLRo9TAq2Q {  }
 }@media only screen and (max-width: 763px) { #mW4alD5Lwm46ITK8R7pTmK41eW2gcxbV { width:12.496875rem;height:0.1234375rem;top:4.5374999046326rem;left:3.7515624165535rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-regular-label { padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:17.0625rem;height:auto; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-text { width:17.0625rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-text {padding-top: 0; padding-bottom: 0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-textarea { width:17.0625rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-select { width:17.0625rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-select {padding-top: 0; padding-bottom: 0;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-input-button { width:8.3125rem;margin-top:0.25rem;margin-right:4.375rem;margin-bottom:0.25rem;margin-left:4.375rem;background-color:#57c2b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;font-size:0.75rem;overflow:hidden;height:2.25rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.5) ; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-checkbox-label { float:none;width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-radio-label { float:none; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta  { top:11.284376144409rem;left:0.1875rem;width:17.0625rem;height:auto;z-index:15015;background-color:transparent;background-image:none; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .radio-container { width:17.0625rem;display:block;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;vertical-align:top; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta .widget-info-text { color:#000000;font-family:lato;font-size:0.75rem; }
#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta {display:block;}#uOAVNetQomZ9JTgPiGTFETWTZkNlcFta { top:11.284376144409rem;left:0.1875rem;width:17.0625rem;height:auto;z-index:15015;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #ZMac8E2ekyNFoNi9plOHqsGin7r5hTk4 {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #yJytQoQTRfuhDnFG3U3ABdu0CBh8KLsQ { display:none; }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #fzD1b8UblRTJ9wglx8sASXMTGLSfnJSa {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #VmqT7gITRBnAMQxc0gkMBCncUIhnwrRB {  }
 }@media only screen and (max-width: 763px) { #uOAVNetQomZ9JTgPiGTFETWTZkNlcFta #MFlRbuWZUNvpk7CiM2qUx9WfTuWFuy3K {  }
 }@media only screen and (max-width: 763px) { #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d080f5a-f4cf-4e4c-9ff9-008e0363e651/ITSFCUP2024_eliminacje004.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.adaptive-delivery-prevent-bg, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyload, #zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz.lazyloading { background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { background-color: transparent; background-image: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.59); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,32,32,0.59); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row > .video-iframe-container { display: none; }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .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); }#zQcWeJHrGJVkdr2NZR4uclH4AVGlJSdz > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kraRbVg7Xro8qm7KCGCNR4sTI2nImSOa { width:7.7494375rem;height:0.8125rem;top:11.554688453674rem;left:9.3108258247375rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeLxzEPShkTMhayZZMge0Z12V8gt9Pha { width:19rem;height:11.75rem;top:30.5625rem;left:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvgcZIH41V1Tdr5zP0K3zEfJm4HxA4fg { width:8.9994375rem;height:1.13769375rem;top:8.9001121520994rem;left:9.3108258247375rem;text-align:left;text-align-last:left;color:#259ad6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0twfb0CEVasi2f0NCTmVG1PowbAdV19 { width:10.062125rem;height:0.8125rem;top:10.777902603149rem;left:9.3108258247375rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ { width:2.1875rem;height:2.1875rem;top:22.75rem;left:4.8125rem;font-size:1.5rem;display:block; }
#UnKIr7gRZT7hZZeQavC8ZTFHTHPqh9TZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 { width:2.1875rem;height:2.1875rem;top:22.75rem;left:8.6875rem;font-size:1.5rem;display:block; }
#C3lnV4W0cVOXMxQyriQFGqFx31uKsZP9 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA { width:2.1875rem;height:2.1875rem;top:22.75rem;left:13rem;font-size:1.5rem;display:block; }
#FeuP38z4Pl90GbSTAEnIlb8iizlK6TPA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MSkARxIT2A2dGiahD97mgCsXOoPf9TIg { width:20rem;height:3.8496125rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RagrzfTkQZlQ7Aeumy2Sb7pXrDPoT0Qb { width:12.496875rem;height:0.1234375rem;top:5.875rem;left:3.75rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iWM2Orkqal5bSlk6LFhrPSE35oLEd3Sl { width:7.125rem;height:7.125rem;top:7.142857551575rem;left:2.5340402126313rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Q31tyOoErHZ3odIgxIXkMmpMH6FerD { width:10.1873125rem;height:0.8125rem;top:17.875rem;left:9.3125rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQdM4MoUenwi0NFyA4C36nQCmqQBVvhd { width:20rem;height:11.6875rem;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DD1pCw1dOXfWFW66b2fd1QTTxqV79Oyh { width:10.1243125rem;height:1.13769375rem;top:16.75rem;left:9.3125rem;text-align:left;text-align-last:left;color:#259ad6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPltxPttt13bto4yKNfOkfDPuFoZpEEa { width:10.1873125rem;height:0.8125rem;top:10.00111579895rem;left:9.3108258247375rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAxpyTltVpo8h6B9CW1XZr7rv95LFNv { width:10.1873125rem;height:0.8125rem;top:18.6875rem;left:9.3125rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA1euDgtyZG9AEakF1XW1wgy1cNak6E1 { width:6.375rem;height:0.8125rem;top:19.4375rem;left:9.3125rem;text-align:left;text-align-last:left;color:#5d5959;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXsFayEzDHxGzBTQU0vIGmy3pErK4uMI { width:4.8125rem;height:6.625rem;top:14.937520980835rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9WfAQme4Wv7miRudgR9RBkrDABNUqZe { width:14.0625rem;height:6.312125rem;top:7.3481893539431rem;left:2.9687498807907rem;background-color:rgba(255,255,255,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #AC9pp87FpQAe14HEQO8mQP76Z14MHgKu { width:14.0625rem;height:6.3119375rem;top:15.25rem;left:2.9375rem;background-color:rgba(255,255,255,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc { display:block; }#Afew0WzVUxWLsQVD1cTMdOkSRcm27zoc > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8etDwu2te0R8lZXdiG8VMzFDqCqhoxh { width:2.8125rem;height:0.125rem;top:6.4375rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZTSXxcsRc3ClyHoq8XSNC09RqpL3zK2 { width:4.375rem;height:1.0559875rem;top:8rem;left:7.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FBWbEt9bS1vmChDQS3fF8cm5x4rIFB7T { width:6.25rem;height:0.975rem;top:1.5rem;left:12rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #osxMNivVNQ2oTWGLScdwWWKnWZ3ouuTD { width:3.1875rem;height:0.75rem;top:4.1875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2VKIhcdvz0WPkxgTHOybyAo1OSBVrSn { width:8.0625rem;height:0.875rem;top:5.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2WERBQxUBhOJeuGSEwITzDReihA28IX { width:19.9980625rem;height:0;top:2.1240234375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mccTfeQoAZVBKEQU8cPInWQMs95NXOn7 { width:7.25rem;height:0.975rem;top:1.51123046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ibudq9T4ELXTd4FEAihor6tgATomUi0x { width:8.25rem;height:4.1875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLTl93dBHgu8qKLeqGqzrhUqylXopHrd { width:2.8125rem;height:0.0625rem;top:14.2001953125rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOTFAV9XWKJ3bKp5UD6RgyqhvRgvnGyx { width:2.8125rem;height:0.0625rem;top:23.224609375rem;left:8.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7JsGKg6fTb2ly0Kugn4mrgTKR0rKqTT { width:5rem;height:0.125rem;top:9.5rem;left:7.5rem;z-index:15013;background-color:#f15956;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kOJqXdWcAvyry3tHqWwy7c1qcJ3gaxW1 { width:5rem;height:0.125rem;top:2.89697265625rem;left:2.375rem;z-index:15014;background-color:#259ad6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BA7BebTgLCrSXwWXVaa9TfGrDJWvD2gy { width:4.9984375rem;height:0.1234375rem;top:3rem;left:12.625rem;z-index:15015;background-color:#57c2b6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mVmKbS5pHHkI7A1KTSlHgqom2qhFTZJC { width:4.0625rem;height:0.8125rem;top:4.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhgi6nzhRH7g9LqI5WmOQnOl1RPqmSik { width:5.375rem;height:1.5625rem;top:10.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgkyqptXm6DoMcKWVGPSoAo1CbmAw1wg { width:5.3125rem;height:1.3125rem;top:10.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlxxqWSO1EtJA5xvmd38T9KzhpZ5nEsc { width:5.1875rem;height:0.9375rem;top:12.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP0iNHOIvFI6gylmagkNv2Izl8THTZBb { width:3.6875rem;height:0.6875rem;top:12.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb04ZNPt55wx9lBRNy2OrJCQ3SaAWtF3 { width:3.75rem;height:1.125rem;top:10.9375rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nytGKgU2A17qVAQODMfbEOEF9O7nwrMn { width:3.625rem;height:0.6875rem;top:12.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTXXBxm2sN7FAffXfRCtOpAV3licPzTt { width:3.25rem;height:0.8125rem;top:11.0625rem;left:5.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e8uROVrAcXCDOyEddKE6qQdZfPXZFKQp { width:0.125rem;height:1.375rem;top:11.968016094971rem;left:6.2638025283812rem;display:none; }
 }@media only screen and (max-width: 763px) { #knSrKmRTiVPJ8nAkFDU6r90LSwE7DdU8 { width:0.0625rem;height:0.625rem;top:11.1875rem;left:5rem;z-index:15012;display:block; }
 }