.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat { position:relative;display:none; }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat { border-width: 0; border-radius: 0; }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat > .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; }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Sr2lod29webRzAZqzkgRLNVm7vF99weR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:60rem;display:none; }
#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d801d3bf-fc56-49a1-84da-b8af46bb849d/tolandingdzieci2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB.adaptive-delivery-prevent-bg, #u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB.lazyload, #u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB.lazyloading { background-image: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { background-color: transparent; background-image: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container > .video-iframe-container { display: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container { display: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .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); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { border-width: 0; border-radius: 0; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { width:60rem;height:44.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#TK354pJhvs3CJgblhtT44OFzvfXkuV8e { color:#ff8200;display:block;width:31.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.177718162537rem;left:0.9375rem;height:9.9931875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pp49Teko5UbWulNhbVhd3bHxNEogTo9o { background-color:#ff8200;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:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:5.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:38.25rem;left:0rem;display:block; }
#qZT7qvIoT6iaDgmCrOE6HBkGH4Ed18K1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bSabo2toqz4im6NPT0ilhdfd5LyAI7bR { color:#2b92d0;display:block;width:32.4978125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.0081524848938rem;left:0.9375rem;height:4.875rem;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; }
#QEdOtSintUbXaLMeKycT1uJOHtTaRlTi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:54.5625rem;display:none; }
#ORpThgmDysASNfOGp2TumkKcMXAlv1E1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.2478125rem;top:1.1470109224319rem;left:0.9375rem;overflow:hidden;display:block; }
#hkam7PuKIk9Rr0yR7UByUM9ZtZOxtrtg { color:#ff8200;display:block;width:31.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.179077148438rem;left:0rem;height:9.9905rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CmeKRDuEWarfvKE4VO2qq2ZzUviI4RVK { color:#ff8200;display:block;width:31.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.179077148438rem;left:0rem;height:9.9905rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VfsvTGvTXXhvcmhTvLuJophMsE4BGOI7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#a49nEGtSOrlcsxutoWWcTTVLCKG2siLa { color:#2b92d0;display:block;width:23.374rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.3125rem;height:3.0872375rem;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; }
#m3cNHF3mUl2tkxNDbrHV9a8TDtTLuzbK { color:#2b92d0;display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:5.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28rem;left:1.6875rem;height:7.556rem;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; }
#Ab9gctgbISmzJzP0Eb4Azc0JTE5mV61W { box-sizing:content-box;height:10.875rem;width:25.5625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:24.75rem;left:0.9375rem;border-top:0.125rem solid #2b92d0;border-left:0.125rem solid #2b92d0;border-right:0.125rem solid #2b92d0;border-bottom:0.125rem solid #2b92d0;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#rc91bgxxqf5UhFPFFD1EyQEaOh3PLTy5 { 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:4.1875rem;width:4.1875rem;top:1.28125rem;left:2.21875rem;overflow:hidden;display:none; }
#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { 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; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { background-color: transparent; background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .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); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { border-width: 0; border-radius: 0; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { color:#ffffff;display:block;width:56.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.9375rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R0uOowO4bherJrKT1iTqgu2WRiqvkoPG { color:#ffffff;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.9375rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dMZsGGTln4aWeZeZrozTSPklTSgnhgOL { box-sizing:content-box;height:12.8125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;top:1rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;display:block; }
#Sf7DS2HmvLol8J6VwVHzHKrakXOuG7Nr { 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:2.625rem;width:2.625rem;top:8.75rem;left:54.5625rem;overflow:hidden;display:block; }
#I8i2vomXuIsCnPqEMlTXtmrTcnsPGi3W { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { position:relative;display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { background-color: transparent; background-image: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .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); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { border-width: 0; border-radius: 0; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { color:#2b92d0;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.44921875rem;left:14.15625rem;height:6.662125rem;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; }
#cev6HquZydxhnNeEsL1UoTKOGkTTzzaH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:12.1875rem;top:0.6875rem;left:1.96875rem;overflow:hidden;display:block; }
#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.08);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; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row .container { border-width: 0; border-radius: 0; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row .container { font-size:0.875rem;font-family:arial;height:125.875rem;width:60rem;position:relative;display:none; }#pscPq6L94KS0AZb0NoCCEoHW8xWrTbVO { color:#ffffff;display:block;width:17.561875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:114.875rem;left:21.1875rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBN1KgkqX3Z0Q00v89B2TqBc91VSWIcm { background-color:#448000;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.811875rem;height:3.43685rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:110rem;left:23.0625rem;display:block; }
#Iv2kWNQs9mZneR5hfDN83Loo7KsKTTm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkvQmhWs0UWeblWNk03dv9B3edO06keb { color:#ffffff;display:block;width:17.5615rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:105.6875rem;left:21.1875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XTMoFhKcWKyPde4gOTfuTu2rM4rdTAqg { color:#ffffff;display:block;width:18.0615rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:100.0625rem;left:20.9375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcrgaiDVDbEEgmChV7qV3w1kzI52LQ8r { color:#ffffff;display:block;width:19.9306875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:62.0439453125rem;left:20rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJ3BgwRPxiZ75qbuWLUwOIyHXmZynZVo { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:86.5rem;left:20rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Li161KQTTGd1c6ECFSkDx8zdiaMzZ8KQ { color:#ffffff;display:block;width:18.4980625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:65.5625rem;left:20.75rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkOxRJ81piZ1Uh7v5QDtcMntT7vgZm2a { background-color:#448000;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.43359375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:75.3125rem;left:23.125rem;display:block; }
#K43DRT1x5yh9rzNzrlertg30GNyCdTMq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pn6hl2b6mIT19lyzAazHgQf4hR4i1Vif { color:#ffffff;display:block;width:17.5615rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:79.75rem;left:21.1875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bemGSeVdhAS2rk6EtpvmIz2m45G1Ukat { color:#ffffff;display:block;width:18.4980625rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:81.8125rem;left:20.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5LqGtnTHpyQdDn3tpANRGzfbMBTwbsZ { color:#ffffff;display:block;width:17.558625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:53.875rem;left:21.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsMEgqJOzLMZbq6SHqpZzBVv8uV2cVwR { color:rgba(255,255,255,0.58);display:block;width:19.9355625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:57.3310546875rem;left:20rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R2ZWwdn3ZwpbgxAk6i3RthUJpmJfy47D { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:70.9375rem;left:21.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJCRyTDFtbTVdAnOpdXFb01T2coTJpxL { position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.75rem;width:17.5625rem;top:70.1875rem;left:21.25rem;display:block; }
#dTe42z51ZxmoTFhkMrWAeDTOE8c38IsQ { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:96.3125rem;left:20rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOb90ZxBxzsndMfdJIUDkrv2shSpAVm3 { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:20.7255859375rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CEWUIlPqvN0dtZoaNisWnGORHnV8Wtdu { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:15.033203125rem;left:41rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKEITrNsT2ECDO1PLnLTVS8Eb3Ph5fdI { position:absolute;display:block;z-index:15068;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.7480625rem;width:8.7480625rem;top:54.4990234375rem;left:23.75rem;overflow:hidden;display:block; }
#KPpk6UAH5SgbQHnEzfyme6q20rDwDyQc { position:absolute;display:block;z-index:15003;background-color:#ff8200;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:123.5625rem;width:20.0625rem;top:0rem;left:19.999729156494rem;display:none; }
#SP6BCekum2tWIv4MkkCGfnR8txnl2ozF { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79d57f73-465e-4287-aecf-d541bb8595f4/grupowy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.0625rem;width:14.875rem;top:1.978515625rem;left:2.5625rem;display:block; }#SP6BCekum2tWIv4MkkCGfnR8txnl2ozF.adaptive-delivery-prevent-bg, #SP6BCekum2tWIv4MkkCGfnR8txnl2ozF.lazyload, #SP6BCekum2tWIv4MkkCGfnR8txnl2ozF.lazyloading { background-image: none; }
#LtUS7A02i1ghhht5I4MTfGtBzlkzeDrl { position:absolute;display:block;z-index:14994;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:120.125rem;width:18.75rem;top:0.75rem;left:0.625rem;display:block; }
#MSOPTsNmzU68KuBKbEvUOaSywou6LJko { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.5625rem;width:17.6875rem;top:65.1875rem;left:21.1875rem;display:block; }
#haTtR0cQpMzzhMekMeLimJxVzzeQ5H1k { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.4375rem;width:17.5625rem;top:89.552734375rem;left:6.724609375rem;display:none; }
#LczTf6Hqko58GlaJGyrTyqT10e8PrW1B { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:63.527719497681rem;left:1.21875rem;display:none; }
#EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:25.6875rem;left:21.375rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG li:before{  }
#xdNTW94yQEo9oPT9ChfaHTsxsbEhJtQ5 { background-color:#e86a00;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.43359375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:75.3125rem;left:43.0947265625rem;display:block; }
#JAIaT6TMIQ8NLzWrQz6WV2JAemZBT8qi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtgTXkQWsqPuAs6RPQKzQvN3WXBSZXG7 { background-color:#e86a00;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8095625rem;height:3.43555rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:110.0625rem;left:43.125rem;display:block; }
#t7FMuVncJP8rTZEBIoI0tfqZyf71PbRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.6875rem;width:15.875rem;top:1.978515625rem;left:22.0625rem;display:block; }#OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq.adaptive-delivery-prevent-bg, #OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq.lazyload, #OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq.lazyloading { background-image: none; }
#TGLHtqqLAz99XG94UOQFkZXsdG9qq0Ib { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:15.033203125rem;left:22.09375rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6FBMiy8K37hL2frIaxC482QZtTqOcRd { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:18.9501953125rem;left:43.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:25.625rem;left:41.25rem;height:24.4375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr li:before{  }
#IceGUUhLQlhv6npBVZDnwXEJHSEpHMsf { position:absolute;display:block;z-index:15091;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.746125rem;width:8.746125rem;top:55.146484375rem;left:43.0947265625rem;overflow:hidden;display:block; }
#wUpVp3797GylfEXzhit1GlLX7GTxRyMW { color:#ffffff;display:block;width:17.558625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:53.875rem;left:41.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IEMN22aigvkDZaP7xEQ6ddZOwabVaaAf { color:#ffffff;display:block;width:19.9306875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:62.0439453125rem;left:40rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJHP9tLW0Rtx54UPkGUUtFgF0BhH5aWF { color:#ffffff;display:block;width:17.5595625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:70.9375rem;left:41.21875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZi4CLABMszvB74HzNwLRbeM6K4hcyrh { color:#ffffff;display:block;width:18.4975625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:65.5625rem;left:40.75rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzeesRXrOVP2HWVxwBbh1RkmmSHJMq9L { position:absolute;display:block;z-index:14991;background-color:#8dd02b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:120.1875rem;width:18.75rem;top:0.6875rem;left:20.625rem;display:block; }
#mVHpeipUIi5loCHo3bLgFdrMCOKD9k9z { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:79.75rem;left:41.21875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyoGei2eQ3K8GmoJQew5uLhluIpkbkna { color:#ffffff;display:block;width:18.496125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:81.8125rem;left:40.7509765625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WtG3z0Q5gimpqfmDDetDelLvBiiOJCOX { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:86.25rem;left:40rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcZHsHTeTQTMIK0GdtXfVrnKKyqEdON5 { color:#ffffff;display:block;width:19.06175rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:92.5625rem;left:40.4375rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsQdBXnFJQzyxl446PbZw2P85mG2WrdU { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:96.3125rem;left:40rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bioewamUMiGUMkmUli6kBUzgvpcQbHlJ { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:100.125rem;left:40.625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFJcXHeAotJ4SBtkqOVCVqNb3BhwCE43 { color:#ffffff;display:block;width:17.558625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:115.5625rem;left:41.25rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oOBfuDDMKZJRCh2gmQrmoHi6q47ai52i { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:105.75rem;left:41.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egSaE08ttiRrpFByblBFRknV0XNpcOQa { position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.5605625rem;top:104.8125rem;left:41.25rem;display:block; }
#OLE4gbPqHIfhlsHUWEExgfXD5aOHLhN0 { color:rgba(255,255,255,0.58);display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:57.3310546875rem;left:40.65625rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzJfasBXVCycoLWkCTGzwls315yZkEyz { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.374275rem;width:17.687375rem;top:65.375rem;left:41.125rem;display:block; }
#FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3eefd593-08d6-4a87-8d85-790b5f7865f8/kontindmay.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.6875rem;width:15.875rem;top:1.978515625rem;left:42.0625rem;display:block; }#FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L.adaptive-delivery-prevent-bg, #FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L.lazyload, #FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L.lazyloading { background-image: none; }
#Cnp7zVaPSRSal23wwyqKkCTkHur5EVgg { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:21.587890625rem;left:41rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P2mofuRSrNNHTa1LO53Cq5snfvKNqeT7 { box-sizing:content-box;height:5.75rem;width:17.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.7255859375rem;left:1.40625rem;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;display:block; }
#i1T23oz3grOdSiv9gztbMWWtFgkW87wL { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:15.033203125rem;left:2.09375rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qkr1EAC5Vq1xrs7UpWipdVT9MN9AdeJa { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:18.9501953125rem;left:23.75rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#f394FIfFKhfS7dyueq50tFlVNkVdVVbW { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:17.2080078125rem;left:43.75rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MielP7Z4AWpILLM5QWVSbbXRU48dRqVn { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:16.900390625rem;left:3.75rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#q09NuVFbgfRdbF5TP59fuf3IDxoTV19P { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:18.94921875rem;left:3.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TJqUMvHm22l3fgKy8L7LkpZTIZlGesNK { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:21.587890625rem;left:1rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XolRfiUzh030Ee0ROxsDyPPr47VZPmCt { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25.6875rem;left:1.5rem;height:17.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XolRfiUzh030Ee0ROxsDyPPr47VZPmCt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XolRfiUzh030Ee0ROxsDyPPr47VZPmCt li:before{  }
#vwVtnb5TRzS3RgkGBZi3REg1JPLA1Dnn { color:#ffffff;display:block;width:19.7480625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:53.625rem;left:0rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ld5aDP1s3Ad3fzkeogF8s9HDGO1SDgqF { color:rgba(255,255,255,0.58);display:block;width:19.936375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:56.375rem;left:0rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQU2KPDFAQEJp3X9rvSReqMSl5UMJH28 { position:absolute;display:block;z-index:15053;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.7480625rem;width:8.7480625rem;top:53.875rem;left:3.75rem;overflow:hidden;display:block; }
#bQmJedu7SiuEcQTxrpM6TKzI7py3K1ZM { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:62.0439453125rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5ESOOszPtdwaTKF9qTT4gcxmh4mwlVb { color:#ffffff;display:block;width:19.9370625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:86.375rem;left:0rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBoivMh1heo0nEqhqIeer9KKPggkWAhL { color:#ffffff;display:block;width:19.06175rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:93.9375rem;left:0.4375rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UHJHFnTr5mmQnbKgQQ6ENtWTzAkvbHl5 { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:96.3125rem;left:0rem;height:1.78746875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlTn7iVTwTQgv9lGzEdy3yuyuLNsip9b { color:#ffffff;display:block;width:17.249rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:100.0625rem;left:1.375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKn4SZIkzV9mhCQaWDhphpvq2fFIs1Zs { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8112rem;width:17.5615rem;top:99.75rem;left:1.1875rem;display:block; }
#k9uhMsDqeLbQfycIQN7DkgVNhnAgWbzE { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:105.8125rem;left:1.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ft8Sckvqcx42owDWJKx7DLDVKxgXvHOd { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:115.0625rem;left:1.25rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkFX5eAcEIgK9Bag6Ugru17ITf131Erg { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.5605625rem;top:104.875rem;left:1.25rem;display:block; }
#m6dCfW1iN3fXGxuR6mkLp61OAnkx59Bo { background-color:#1c6fa2;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.436525rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:110.1875rem;left:3.125rem;display:block; }
#Z4woN3JPexKmKLtPfuocEwvEr893WCTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZnGMSBTqqLByHwLMDAUSt66OD0e1cpZ { color:#ffffff;display:block;width:19.936375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:65.5rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSwtkqgcKi7Z1qUn38pa8oSWe3ydK3yD { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.811525rem;width:17.1875rem;top:65rem;left:1.4375rem;display:block; }
#u6045wiapI0xbTldSbsuZnok0rDNtv1u { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:70.9375rem;left:1.21875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cx93GJaIqxp5tzvPxc5c2vhoHHayrFOr { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.1875rem;top:70.1875rem;left:1.4375rem;display:block; }
#bzl8Uhm5xrEpNM1DmxbFrGTraL9JxbkU { background-color:#1c6fa2;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.43359375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:75.3125rem;left:3.125rem;display:block; }
#bFvW3DTpUPfgNQ87JDEB0ITfgy1s1bH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAxXh52WMGFI4UMdqD4GB3ZTKUzUoewv { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:79.625rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tIQPG7al2wJLNL7qWibETVBoNRKk5JA8 { color:#ffffff;display:block;width:18.4980625rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:81.8125rem;left:0.75rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWPKue2rgTc9cdMcRT2RmStTXGEBEgDv { color:#ffffff;display:block;width:15.12475rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.77690315246581rem;left:1.6247291564941rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#ASpHCO4vr9xTJT8RmWVOo6FgwaMOoL3P { color:#ffffff;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4491844177244rem;left:1.6247291564941rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VgqpE1xZmnIwRTSbnqTyJNc0LgqtQvn0 { color:#ffffff;display:block;width:16.749375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.885416030884rem;left:1.623046875rem;height:9.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#v6ZPwCo1yJkhMnHBvhfTbzMJVSlduaZx { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.171466827392rem;left:3.7173919677734rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uvXyexGzWpn3nLOvl7nUpZOQaBc3hi1f { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.81055rem;width:17.5605625rem;top:99.5625rem;left:21.25rem;display:block; }
#X8RMuNhhapNM2RUF7P10J5qi3oHVClUD { box-sizing:content-box;height:3.25rem;width:17rem;position:absolute;display:block;z-index:14998;background-color:#e86a00;background-image:none;top:21.0185546875rem;left:41.5rem;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;display:block; }
#bzXenMLUu3QVMymlvEmbVGDJseb1bpgX { box-sizing:content-box;height:3.5625rem;width:17.1875rem;position:absolute;display:block;z-index:15000;background-color:#1c6fa2;background-image:none;top:20.7255859375rem;left:1.40625rem;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;display:block; }
#H4LhHnxR79AuvnWt9Tn7bJM03N3uqJOr { position:absolute;display:block;z-index:14992;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:120.25rem;width:18.75rem;top:0.625rem;left:40.625rem;display:block; }
#oQ4voODBoUlufP4OfzIluV8THzN1Ky6C { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.5605625rem;top:104.75rem;left:21.25rem;display:block; }
#DxRmaeWPM6AtMmFOILCfvpm7QuC6wPVg { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.81055rem;width:17.5605625rem;top:99.5625rem;left:41.25rem;display:block; }
#nMLbuouc8nMogpTe1BNRuQ7cSychQQkv { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.75rem;width:17.5625rem;top:70.037109375rem;left:41.21875rem;display:block; }
#P6ZPT6baqeoxSFThxPfVTgZuEZO48u0q { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:63.527719497681rem;left:1.21875rem;display:none; }
#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.08);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; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { background-color: transparent; background-image: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container > .video-iframe-container { display: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container { display: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .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); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { border-width: 0; border-radius: 0; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { font-size:0.875rem;font-family:arial;height:120.3125rem;width:60rem;position:relative;display:block; }#ZQRPgm0Qn7764o4BiV8uJDM5EaWv03fH { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:13.974609375rem;left:31.177083969116rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IeEaTLcJta1dDHpTX2Wc6VDCX6JSEQIt { position:absolute;display:block;z-index:15003;background-color:#ff8200;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:123.5625rem;width:20.0625rem;top:0rem;left:19.999729156494rem;display:none; }
#l3fTFE5r284HCrIuILAoLx2mBS69TyXT { position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79d57f73-465e-4287-aecf-d541bb8595f4/grupowy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.0625rem;width:14.875rem;top:2.291015625rem;left:6.25rem;display:block; }#l3fTFE5r284HCrIuILAoLx2mBS69TyXT.adaptive-delivery-prevent-bg, #l3fTFE5r284HCrIuILAoLx2mBS69TyXT.lazyload, #l3fTFE5r284HCrIuILAoLx2mBS69TyXT.lazyloading { background-image: none; }
#frZa73lpxqtSJ9se5bPZXUqVBu2sv9Py { position:absolute;display:block;z-index:14994;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:104.3125rem;width:27.8125rem;top:0.75rem;left:0.625rem;display:block; }
#aGe44CrEWNvmufaTZXtn6Xud4HZABHPT { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.4375rem;width:17.5625rem;top:89.552734375rem;left:6.724609375rem;display:none; }
#ulEJo2D6Lqez0T0b6fIU2JMTRTKT8e9s { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.8125rem;width:17.5625rem;top:63.527719497681rem;left:1.21875rem;display:none; }
#wz3BzvGvGQrR0vr4ix0S4nIkni0JspRK { background-color:#e86a00;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.808625rem;height:3.43359375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:70.233074188231rem;left:38.688802719116rem;display:block; }
#DBJl8PzGTz4qRDznQ0Vtp2w9wTKTLV1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9DraUicrJNkSn9uGMCDeS8qRwc7drCm { background-color:#e86a00;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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.80925rem;height:3.43555rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:109.125rem;left:38.688150405884rem;display:block; }
#IfGJWPo42d9VycHsqAD9cBguppZFANrw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lce31mQdD9SOrInBAnQWfeAqWCtpbz89 { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:18.263021469116rem;left:31.250001907349rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qUFDCDm4lsA6744QiDp2LUvqu4xubNnh { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15057;line-height:1.6;letter-spacing:0;top:22.5rem;left:32.750001907349rem;height:22.9375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qUFDCDm4lsA6744QiDp2LUvqu4xubNnh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qUFDCDm4lsA6744QiDp2LUvqu4xubNnh li:before{  }
#oqTCMgTpH1k7c7yDWkSXpT1bqgClrUra { position:absolute;display:block;z-index:15091;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.746125rem;width:8.746125rem;top:47.681640625rem;left:40.000001907349rem;overflow:hidden;display:block; }
#ce1TkPc93emVZc23v4RTTtvkdpPvnntt { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:47.106120109558rem;left:31.615884780884rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tv6xu2HkKRM8tpqDFWAlKJ02lbv2CZ7D { color:#ffffff;display:block;width:19.9303125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:55.1875rem;left:35.179689407349rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DEk2Xp3P3H991gl3wD0C0LasP7Ov1Ass { color:#ffffff;display:block;width:17.55925rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15084;line-height:1.3;letter-spacing:0;top:65.800130844119rem;left:36.365884780884rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRcSx41lkeLLHVuRo523bFDJhAsz5sxz { color:#ffffff;display:block;width:18.497375rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:59.5rem;left:35.896486282349rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cIyicxheROHhXEsr2EL2KlwluAvkig6r { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:75.655599594119rem;left:36.365236282349rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTtPDyvLa4PdXK3lTEpdDPJDqTVKLgKT { color:#ffffff;display:block;width:18.496125rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:78.985677719119rem;left:35.897134780884rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CDzsmX5igclSK5xTd6FyNVK7wGPnzrfR { color:#ffffff;display:block;width:19.936875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:84.354818344119rem;left:35.624349594116rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SicT6xtUAUya9rJRKoBT5gBd97CCm6aQ { color:#ffffff;display:block;width:19.0611875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:91.445964813231rem;left:35.614583969116rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yn6BDZ9mDlO2XeMBa1Vcqigh2mEFPQG4 { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:95.25rem;left:35.626302719116rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EG5EQstFFtr0pT8hG5MA4Ckt0eaCt1dT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:98.5rem;left:35.75rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDE5gCCtl6r0xPz1RAgdZg1BTT1zhbl1 { color:#ffffff;display:block;width:17.558625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:115.25rem;left:36.813802719116rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utTcp82n5GUa4dsSPMG26Pume3WZlAN5 { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:104.125rem;left:36.375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CSE6KSKC7GFE62vxhTtsX9v73eQv15T1 { position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.5605625rem;top:103.1875rem;left:36.375rem;display:block; }
#TV7t5eXyKgeW4ZDg1guP67yPLW5h5TJf { color:rgba(255,255,255,0.58);display:block;width:18.6855625rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:50.51171875rem;left:35.802736282349rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSu4fZH2WpanM5pVpztItn3QhzSuw8eu { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.3737rem;width:17.686875rem;top:59.181640625rem;left:36.302083969116rem;display:block; }
#a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3eefd593-08d6-4a87-8d85-790b5f7865f8/kontindmay.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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: none;height:10.6875rem;width:15.875rem;top:1.978515625rem;left:37.197916030884rem;display:block; }#a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K.adaptive-delivery-prevent-bg, #a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K.lazyload, #a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K.lazyloading { background-image: none; }
#Iha7IttCRIvMqT2mcwSyLnNPdWNwU7lp { box-sizing:content-box;height:5.75rem;width:17.1875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:14.7255859375rem;left:1.40625rem;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;display:block; }
#zL1cWeGSLA33SxoAhWX12xykEE62t2Od { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:13.975261688233rem;left:0.78125rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey0aqGZngfJ9emldDqWdGz0Rz8enzlMa { color:#ffffff;display:block;width:12.4980625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:15.841796875rem;left:38.896486282349rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aIq26XE8cUZnV7giWBZtsKQLx3dOwNa5 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:15.88671875rem;left:1.09375rem;height:1.0559875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QNznlkQ38dSkTwzdJKxqIhTIrFM2GOqu { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:18.263021469116rem;left:0.81380271911619rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:22.5rem;left:2.53125rem;height:17.5rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh li:before{  }
#LeHZJgcczzAIlqhm9NyEX4q5cgWoTvoQ { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:40.75rem;left:1.4375rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AiDmmkGwGhCu2ZZZ7RKLzRxrDuk2ao0m { color:rgba(255,255,255,0.58);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:43.0625rem;left:1.4375rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDPnoIyn5OWILekIIff8CvFXSCbkJKDO { position:absolute;display:block;z-index:15053;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.7480625rem;width:8.7480625rem;top:40.75rem;left:10.6875rem;overflow:hidden;display:block; }
#GwaTzuUEwrwIVZOlH2HFXEWhc8ZNkUTG { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:47.1875rem;left:1.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Be6N0dU2WSOwAZrPD3Ts0rvTTEoyvq73 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:73.625rem;left:0.6875rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MG0ZuqfBrxUNRl1kOyCTUfpZqO1p0Fbk { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:80.0625rem;left:0.875rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OS7FbivpSpWe9IOIaglTbNs43BbJFFgc { color:#ffffff;display:block;width:19.933625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:83.3125rem;left:4.5625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ScNazf94zDvThWrVyJugSdqT9ynfBBhW { color:#ffffff;display:block;width:17.2486875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:85.9375rem;left:6.25rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1pQqzkNVh8xHrr9LlKOt9QSUJU7qKyJ { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.8125rem;width:17.5625rem;top:85.899740219119rem;left:5.75rem;display:block; }
#U4RuTzzZtKTxmgM7bF7DCutRfUFgkeKo { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:91rem;left:5.75rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nk3fH7BU0Qm9rmdNUE5TyGG6FnAal1Re { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:100.75rem;left:6.25rem;height:2.11198125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyHdTWtB5dpGPuyHpfxA2wNkQfBawZcP { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.0625rem;width:17.5625rem;top:90.625rem;left:5.75rem;display:block; }
#Ty7RJ1SrPvGzuCWy14c7ACiBC1cbFOfy { background-color:#1c6fa2;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:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.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:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.4362rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:95.25rem;left:7.625rem;display:block; }
#uNeRmucBKKWKWnfKPBQZM38CfkqAuaDD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNbuqmu8U1sxnuLve1ldprhGMOn3sPyM { color:#ffffff;display:block;width:19.9361875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:50.1875rem;left:5.125rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHXItVVaVeQLTInEp1RxS8NBaCUdIWrg { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4rem;width:17.1875rem;top:50.1875rem;left:6.25rem;display:block; }
#VwTZgxBqImgVWObuhylnfdqsu9yxVheE { color:#ffffff;display:block;width:17.5605625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:56.125rem;left:6.25rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnRW2TFSXRHWbuxh9Ohu9pKehQ2wFdKW { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.81055rem;width:17.1875rem;top:55.1875rem;left:6.25rem;display:block; }
#Lm6c13XgHB3FIMo0K8hqVnKfBcv6Voor { background-color:#1c6fa2;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;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:"source sans pro";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:3.43359375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:61.375rem;left:8.125rem;display:block; }
#NeyOHaFytDAoKIIqb0i8PUdKqXthR2U3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wISAn5W2aXmGqb0SUk6FTZHyJTEaZ4qm { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:66.125rem;left:0.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4OLgw4C4c8TQla77SecHusJnoFq7v3U { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"source sans pro";font-size:2.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:68.625rem;left:0.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNEOn95kUlkHGy2onbIFvbzQiDIg7wTc { color:#ffffff;display:block;width:15.12475rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.77690315246581rem;left:1.6247291564941rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HsFMeNxbSk7yI3tfugD4s6OJHhaemvR7 { color:#ffffff;display:block;width:17.74975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.4491844177244rem;left:1.6247291564941rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#BBWJml1dsP0X7lSbVlqw152NOryn7Dup { color:#ffffff;display:block;width:16.749375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.885416030884rem;left:1.623046875rem;height:9.0989375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#QU7PRBd6HAFo2wD1uK9x4HxJUa1fAzlI { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.171466827392rem;left:3.7173919677734rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d89KQV9xwgg6oLd5W0QGST5xVFXZ3xNd { position:absolute;display:block;z-index:14992;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:118.0625rem;width:27.8125rem;top:0.6875rem;left:31.229166030884rem;display:block; }
#MdxItAGUwRsKurTBaTsaUmT38rIRrdCE { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.81055rem;width:17.5605625rem;top:97.9375rem;left:36.375rem;display:block; }
#BlrEa0zScCMi2LPyCUtZTU0ag7FTXpzI { position:absolute;display:block;z-index:15029;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3.75rem;width:17.5625rem;top:64.899740219119rem;left:36.812501907349rem;display:block; }
#uE0JhTfP8mcih7ENvVHr82JC2usQx46z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(197,197,197,0.08);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; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container { background-color: transparent; background-image: none; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container > .video-iframe-container { display: none; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row > .video-iframe-container { display: none; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .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); }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container { border-width: 0; border-radius: 0; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;position:relative;display:block; }#AcuUOabIR2E9LqmnSrABBkbfirEuCZOb { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.6337890625rem;left:19.1240234375rem;height:4.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxiwPXSeiSO0uR47TB6bdvxmqtyIF9nd { color:#ffffff;display:block;width:15.124rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.2724609375rem;left:2.0615234375rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaO9K64fMNTTnH2e28VmCcmXePpczubf { color:#ffffff;display:block;width:32.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.761429309845rem;left:19.249132156372rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIoyOyrRroHPEQMzn5tptEfakeCQWra8 { position:absolute;display:block;z-index:15001;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:12.75rem;width:60rem;top:0.77601623535156rem;left:0rem;display:block; }
#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { position:relative;display:block; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { background-color: transparent; background-image: none; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container > .video-iframe-container { display: none; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row > .video-iframe-container { display: none; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .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); }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { border-width: 0; border-radius: 0; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .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; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .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:7.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { color:#000000;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5013580322266rem;left:27.362773895264rem;height:1.29980625rem;display:block; }
#U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.375rem;top:2.5625rem;left:46.875rem;overflow:hidden;display:block; }
#J6koQsuJn2XttPOEdhplM97RQOnMLV01 { 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:3rem;width:6.375rem;top:2.125rem;left:53.6875rem;overflow:hidden;display:block; }
#kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { 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:4.8125rem;width:6.375rem;top:1.25rem;left:39.8125rem;overflow:hidden;display:block; }
#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ { position:relative;display:none; }#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ { border-width: 0; border-radius: 0; }#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ > .row .container > .video-iframe-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem; }#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ > .row .container { border-top:0.125rem solid #2b92d0;border-left:0.125rem solid #2b92d0;border-right:0.125rem solid #2b92d0;border-bottom:0.125rem solid #2b92d0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;position:relative;display:none; }#ZJM6I47gWnDabBTXbxQBqGAMk7HMgOCO { color:#2b92d0;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1277179718019rem;left:4.2741851806641rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GR3VVAtZEo41aL37Vf8t88hsyBoUlo0W { color:#2b92d0;display:block;width:22.3728125rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5100536346436rem;left:4.2749977111816rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cEbo9wJ27h8GipzrVTRsiENJ49sNHRSc { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:16.9375rem;top:7.3125rem;left:39.0234375rem;overflow:hidden;display:block; }
#iiiAGtoiXz6z5eh1TaumXCIzN2MT5zRb { color:#2b92d0;display:block;width:30.31225rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:14.629890441894rem;left:4.2741851806641rem;height:9.26171875rem;display:block; }
#L29CBaN7z1KifFBqgvvlZ5yUKvAedsD9 { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6654052734375rem;left:22.65234375rem;height:3.57554375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN { position:relative;display:block; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN { background-color: transparent; background-image: none; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row .container > .video-iframe-container { display: none; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row > .video-iframe-container { display: none; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .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); }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN { border-width: 0; border-radius: 0; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .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; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xIi3Gp5yxl0i5mA8N5Cf26H3KAZGpNzr { color:#2b92d0;display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.6979169845581rem;left:5.21875rem;height:6.662125rem;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; }
#IObyEP45TeaoffSo35SoIGTBpxsVB2WR { position:relative;display:block; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR { background-color: transparent; background-image: none; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row .container > .video-iframe-container { display: none; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row > .video-iframe-container { display: none; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .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); }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR { border-width: 0; border-radius: 0; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .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; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UZ1Jtm8SUVVt5P3fpdr1NKDEflO0dfTR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:38.25rem;top:2.25rem;left:10.875rem;display:block; }
#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp { position:relative;display:block; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp { background-color: transparent; background-image: none; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row .container > .video-iframe-container { display: none; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row > .video-iframe-container { display: none; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .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); }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp { border-width: 0; border-radius: 0; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .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; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e9glv3zi6lBAiPCqF7XiVuT4DEGGl5fT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:38.25rem;top:2.25rem;left:10.875rem;display:block; }
#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 { position:relative;display:block; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 { background-color: transparent; background-image: none; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row .container > .video-iframe-container { display: none; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row > .video-iframe-container { display: none; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .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); }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 { border-width: 0; border-radius: 0; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .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; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vrDtuE4NuteQLtV2znHAX3fRX6yTRsso { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:38.25rem;top:2.25rem;left:10.875rem;display:block; }
#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c6332244-5987-4ab4-a9ae-cb0b1bcbd95f/wizualizacjakurs.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.adaptive-delivery-prevent-bg, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyload, #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC.lazyloading { background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { background-color: transparent; background-image: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { display: none; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .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); }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { border-width: 0; border-radius: 0; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { border-width: 0; border-radius: 0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { color:#ffffff;display:block;width:25.9369375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:10.252175331116rem;left:0.9285316467285rem;height:31rem;overflow:hidden;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
#p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:31.875rem;top:11.123642921447rem;left:28.125003814698rem;overflow:hidden;display:block; }
#bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { color:#ffffff;display:block;width:19.749rem;position:absolute;font-family:"open sans";font-size:3.875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.8097839355469rem;left:0rem;height:5.425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#BQo6IhmSn2gQxT6MQ5Uf8ihLpVwpozmQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:8.2475681304931rem;left:46.290493011474rem;overflow:hidden;display:none; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { background-color: transparent; background-image: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { display: none; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .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); }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { border-width: 0; border-radius: 0; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.6875rem;top:14.122011184693rem;left:44.550815582276rem;overflow:hidden;display:block; }
#X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:8.2475681304931rem;left:46.290493011474rem;overflow:hidden;display:block; }
#VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.25rem;width:41.8125rem;top:12.3125rem;left:1.0625rem;display:block; }
#Wn3ipgyknVMoaGGHR3T1zNas5P4FWs5M { color:#ffffff;display:block;width:57.874375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.5625rem;left:1.0625rem;height:6.6484375rem;display:block; }
#WvtWv8JAnM35aHC2q1zVVF3IubeK46ZJ { color:#ffffff;display:block;width:37.999375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.524740219116rem;left:2.96875rem;height:6.82325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5fb1df;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; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { background-color: transparent; background-image: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { display: none; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .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); }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { border-width: 0; border-radius: 0; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { color:#ffffff;display:block;width:57.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.6951084136963rem;left:1.1877708435059rem;height:8.3105625rem;display:block; }
#nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { color:#ffffff;display:block;width:57.87475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:23.633968353271rem;left:2.1252708435059rem;height:11.63475rem;display:block; }
#bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { color:#ffffff;display:block;width:56.8728125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.922826766967rem;left:1.5627708435059rem;height:2.2747375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:13.0625rem;top:14.185600280762rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { position:absolute;display:block;z-index:15000;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:8.125rem;width:39.75rem;top:13.066577911377rem;left:20.125rem;display:block; }
#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(43,146,208,0.07);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; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container { background-color: transparent; background-image: none; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container > .video-iframe-container { display: none; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row > .video-iframe-container { display: none; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .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); }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container { border-width: 0; border-radius: 0; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;position:relative;display:block; }#kXWRPLXn1ktol13haNS7GcZ31adWokTT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:20.2177734375rem;left:5.90625rem;overflow:hidden;display:block; }
#xDTCLpIh0HsOJFvtIyzWlWE9VRB5I39e { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:27.47265625rem;left:1.34375rem;height:8.3105625rem;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:left;text-align-last:left;display:block; }
#LaoJUAHCtJWqdbXNvNA9d87qlvDnuFPp { color:#2b92d0;display:block;width:54.31225rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.375rem;left:4.0625rem;height:6.662125rem;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; }
#inVhq5wJl0L4oqlTGmsbrmeLKscJTdV7 { position:absolute;display:block;z-index:15003;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.8125rem;width:14.5625rem;top:18.3125rem;left:0rem;display:block; }
#UdeDRUgIgTmDuqoark2uDw8VnTfWxAoy { position:absolute;display:block;z-index:15002;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.0625rem;width:14.5625rem;top:18.25rem;left:15.1875rem;display:block; }
#eygQLGG5zCRgiNsgBoT4sZBSoVuhKUqg { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:27.0888671875rem;left:17.15625rem;height:11.63475rem;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:left;text-align-last:left;display:block; }
#Q6lbrThv3NOGT0BCQ7dH2P6upUITgpPD { 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:4rem;width:4rem;top:19.9990234375rem;left:20.78125rem;overflow:hidden;display:block; }
#LXQmbRIwmvkDqG03DdCLMVWJa17ouvPm { position:absolute;display:block;z-index:15001;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22.0625rem;width:14.5625rem;top:18.25rem;left:30.1875rem;display:block; }
#zLGUXtzA5KT5sWUzoyb0SMGZzEkDvRU8 { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:26.6416015625rem;left:31.875rem;height:9.972625rem;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:left;text-align-last:left;display:block; }
#sOUy04hbkTATIbHBB4BxONiUDPaHAVWC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:20.2490234375rem;left:35.75rem;overflow:hidden;display:block; }
#h9Qg8KEGaMZKHNbTuN5ZeHqMzLoxHRTz { position:absolute;display:block;z-index:15000;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.9375rem;width:14.5625rem;top:18.25rem;left:45.1875rem;display:block; }
#rn2EJSfOzmLZyd9Rc2LfSCsJrKC6ZUMu { color:#ffffff;display:block;width:11.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:26rem;left:47.560546875rem;height:4.986325rem;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:left;text-align-last:left;display:block; }
#RriPgRVi8CO6EdtSzXLZQOrCzagzF5iL { position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.75rem;width:14.5625rem;top:41.1875rem;left:0rem;display:block; }
#DfcuipQTGUWCpLepNM8usc9AJQvfWwgg { color:#ffffff;display:block;width:12.8119375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:48.9375rem;left:0.875rem;height:11.63475rem;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:left;text-align-last:left;display:block; }
#ryOOnQ55womCzXzrbzGhXq9lEd6PePWa { position:absolute;display:block;z-index:14997;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:15rem;display:block; }
#hwc4EVwi83IqUdWPPALWZx3UHg5QXwxA { color:#ffffff;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:48.7490234375rem;left:16.6865234375rem;height:11.63475rem;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:left;text-align-last:left;display:block; }
#tazI6cvBoCTzkyOyTbyInwNSqP2cdUhy { position:absolute;display:block;z-index:14998;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:30.1875rem;display:block; }
#AUSDTVKTSIpMkvKkSDBzJXD9hFqoR9gg { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:31.875rem;height:11.63475rem;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:left;text-align-last:left;display:block; }
#q0dvT0gWByeIzwsZiOkV0rNxpntplU8C { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:20.1865234375rem;left:50.6875rem;overflow:hidden;display:block; }
#dZhmRaW45mF7PGl6g8K4tw498okHiZKc { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:43rem;left:35.8125rem;overflow:hidden;display:block; }
#AH1mnvlhVTWDIA6y11RxmXWIzlt1yidV { 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:4.25rem;width:4.25rem;top:42.625rem;left:4.625rem;overflow:hidden;display:block; }
#JvwfIZwRyzklCkuGrs7IMnRExOgBWPu7 { position:absolute;display:block;z-index:14996;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:21.5625rem;width:14.5625rem;top:41.25rem;left:45.25rem;display:block; }
#RzHTRu8oavDLliP9WREl7yP1iUxpzd0t { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:48.75rem;left:46.9375rem;height:8.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9LplzHHAzVthmrcmwOIqaJvMTrUUywD { position:absolute;display:block;z-index:15019;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:4rem;width:4rem;top:43.3125rem;left:20.1875rem;overflow:hidden;display:block; }
#q6b7CpON8qCbAxZlNWELGo8Dl16sybuR { 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:3.0625rem;width:3.0625rem;top:43.28125rem;left:50.96875rem;overflow:hidden;display:block; }
#QpbJO7yAmRD2R6sQ934OqvWSJN8knVCH { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#008abf;background-image:none;top:19.3740234375rem;left:4.875rem;display:block; }
#PxhNUKqfEEzLMZUtBwyWiNTnTTWeXAsg { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#f25c05;background-image:none;top:19.3740234375rem;left:19.875rem;display:block; }
#ZQivAnv7MmXX7NT5ArdTbRmm54SeXx1e { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#008abf;background-image:none;top:19.3740234375rem;left:34.875rem;display:block; }
#QAIyheoXBsHnHrURMwAAE9J9sSTBUw3G { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#f25c05;background-image:none;top:19.3740234375rem;left:49.875rem;display:block; }
#oWQ11Kc2F4mscW9nRELDhX9AUW9pQGCP { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#f25c05;background-image:none;top:42.25rem;left:4.15625rem;display:block; }
#L7Tw76m2XkIoUP11qq3A6u3XZTU5FFEv { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#f25c05;background-image:none;top:42.2060546875rem;left:34.875rem;display:block; }
#Tgsa1mKaSQOf8isGdFT9RSl3cOxL5Uz1 { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#008abf;background-image:none;top:42.25rem;left:19.65625rem;display:block; }
#LVuuTzr6KO6TVBzLnrmSXDeNcxCHwFse { box-sizing:content-box;height:5.25rem;width:5.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#008abf;background-image:none;top:42.1875rem;left:49.875rem;display:block; }
#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { background-color: transparent; background-image: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { display: none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .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); }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { border-width: 0; border-radius: 0; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { background-color:#ff8200;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:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"open sans";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.75rem;height:6.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.0625rem;left:14.935546875rem;display:block; }
#F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::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; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { color:#2b92d0;display:block;width:49.124rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.41796875rem;left:7.0615234375rem;height:6.662125rem;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; }
#KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:67.0625rem;width:59.875rem;top:-1.2397766113281E-5rem;left:0rem;display:block; }
#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.adaptive-delivery-prevent-bg, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyload, #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S.lazyloading { background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { border-width: 0; border-radius: 0; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::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; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:block; }#WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:1.8122291564941rem;display:block; }
#xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { color:#2b92d0;display:block;width:10.372375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15018;line-height:1.9;letter-spacing:0;top:4.8743388652801rem;left:42.686849594116rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { color:#212226;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:9.9993391036988rem;left:41.906251907349rem;height:11.6347375rem;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; }
#DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:21.124729156494rem;display:block; }
#RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15019;line-height:1.9;letter-spacing:0;top:4.875rem;left:22.8125rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:10rem;left:22.8125rem;height:8.3105625rem;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; }
#vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { 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-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:20.8125rem;width:17.8125rem;top:3.375rem;left:40.687503814698rem;display:block; }
#G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { color:#2b92d0;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:5.4166564941406rem;left:3.125rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQn7MynEkrq9waPD2iAnzsT8P0JostIv { color:#212226;display:block;width:13.811875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:9.9980373382569rem;left:3.125rem;height:9.972625rem;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; }
#MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:40.624729156494rem;display:block; }
#zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:22.25rem;width:17.8125rem;top:26.311958312988rem;left:21.124729156494rem;display:block; }
#xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { color:#2b92d0;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15028;line-height:1.9;letter-spacing:0;top:27.9375rem;left:22.6875rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { color:#212226;display:block;width:14.37475rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:33.312230110169rem;left:22.812229156494rem;height:11.63475rem;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; }
#oThQUiMkO6waRclHthfvzUwgFRqL524b { color:#2b92d0;display:block;width:12.3741875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15031;line-height:1.9;letter-spacing:0;top:28.0625rem;left:42.1875rem;height:3.4433625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { color:#212226;display:block;width:13.81225rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:33.3125rem;left:42rem;height:6.6484375rem;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; }
#M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.1) ;height:22.25rem;width:17.8125rem;top:26.124458312988rem;left:1.8122291564941rem;display:block; }
#vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:34.685055732727rem;left:3.2184791564941rem;height:11.63475rem;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; }
#SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { color:#2b92d0;display:block;width:12.061125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:28.3125rem;left:3.125rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.99975rem;width:7.99975rem;top:25.375rem;left:50.625rem;overflow:hidden;display:block; }
#u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { position:absolute;display:block;z-index:15040;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.124375rem;width:8.124375rem;top:2.5318908691406rem;left:50.416666030884rem;overflow:hidden;display:block; }
#cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.25rem;top:1.9693908691406rem;left:11.091796875rem;overflow:hidden;display:block; }
#dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:8.37475rem;top:26.3125rem;left:30.5625rem;overflow:hidden;display:block; }
#k4MVWb64ExvNWEp77giwhKA82z7vhNeT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:8.625rem;top:3.3750002384186rem;left:31.463314056396rem;overflow:hidden;display:block; }
#qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1869375rem;width:9.9994375rem;top:27.5rem;left:9.625rem;overflow:hidden;display:block; }
#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { position:relative;display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { background-color: transparent; background-image: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { border-width: 0; border-radius: 0; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vq26Wb9AJT81EFdWceOwowFSvraUxEsH { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:11.125rem;left:0rem;height:2.81875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { color:#2b92d0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:5.125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:5.6375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { background-color: transparent; background-image: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { display: none; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .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); }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { border-width: 0; border-radius: 0; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:#ffffff;display:block;width:24.6244375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1847600936889rem;left:34.684238433838rem;height:20.9961125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { color:#ffffff;display:block;width:24.623625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:22.117663860321rem;left:34.682613372802rem;height:14.958975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.74975rem;width:32.74975rem;top:2.0980834960938E-5rem;left:0rem;overflow:hidden;display:block; }
#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2b92d0, #006490);background-image: -moz-linear-gradient(180deg, #2b92d0, #006490);background-image: -ms-linear-gradient(180deg, #2b92d0, #006490);background-image: -o-linear-gradient(180deg, #2b92d0, #006490);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b92d0', endColorstr='#006490' );";background-image: linear-gradient(180deg, #2b92d0, #006490);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { background-color: transparent; background-image: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { display: none; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .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); }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { border-width: 0; border-radius: 0; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:0.95217418670656rem;left:0rem;height:14.959rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWdV7mdfTppcluzG99tJkC161pohvtAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#008abf;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; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:60rem;position:relative;display:block; }#kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l { position:absolute;display:block;z-index:14999;background-color:#263e5b;background-image:url("https://images.assets-landingi.com/uc/ff746f6c-500b-40c4-bcb4-bdbc4f2e3006/tokolor.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:36.6228125rem;width:60rem;top:2.1872291564941rem;left:0rem;display:block; }#GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l.adaptive-delivery-prevent-bg, #GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l.lazyload, #GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l.lazyloading { background-image: none; }
#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo { position:relative;display:block; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo { background-color: transparent; background-image: none; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row .container > .video-iframe-container { display: none; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row > .video-iframe-container { display: none; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .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); }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo { border-width: 0; border-radius: 0; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .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; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aQg8aDStUiSt4zvrqJdWmTmCn6t0z6PI { position:absolute;display:block;z-index:15000;height:20.3125rem;width:36.3125rem;top:2rem;left:11.84375rem;display:block; }
#c8G99cxX8Z07pdvd6peBkHcFsu8T389F { background-color:#ff8200;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;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:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:49.99975rem;height:6.3741875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.967098236084rem;left:4.9997291564941rem;display:block; }
#PdHZBVVeXa5LdH2M5ZH8mcLxK01RdfZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { border-width: 0; border-radius: 0; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::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; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:6.662125rem;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; }
#LDaV0on9kD6qQ94XOcEsXeGehU9xlKOu { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:6.662125rem;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; }
#TAhBaE2Xb15LvUDdmbHUDqlNbLd1ypyW { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:6.662125rem;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; }
#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { background-color: transparent; background-image: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { display: none; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .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); }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { border-width: 0; border-radius: 0; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;position:relative;display:block; }#u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { color:#2b92d0;display:block;width:35.9375rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1875061988831rem;left:0rem;height:11.47265625rem;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; }
#qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { color:#212226;display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.898437976837rem;left:0rem;height:21.607425rem;text-align:justify;text-align-last:initial;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; }
#VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { color:#212226;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:34.3125rem;left:0rem;height:21.607425rem;text-align:justify;text-align-last:initial;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; }
#WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:31.5rem;width:20.93725rem;top:1.825252532959rem;left:38.527988433838rem;overflow:hidden;display:block; }
#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { border-width: 0; border-radius: 0; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:none; }#za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.1682052612305rem;left:5.4375rem;height:3.33073125rem;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; }
#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);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; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { border-width: 0; border-radius: 0; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:none; }#JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:45.6875rem;top:1.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:45.9375rem;top:26.125rem;left:2.0625rem;overflow:hidden;display:block; }
#hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { 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:10.4375rem;width:46.0625rem;top:13.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(230,230,230,0.13);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; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { border-width: 0; border-radius: 0; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#yqEpbf90vN1riVedN6b4AEnmwZC87GaX { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:;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; }
#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L { position:relative;display:block; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L { background-color: transparent; background-image: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container > .video-iframe-container { display: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row > .video-iframe-container { display: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .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); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L { border-width: 0; border-radius: 0; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container { border-top:0;border-left:0.125rem solid #2b92d0;border-right:0.125rem solid #2b92d0;border-bottom:0;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:72.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uSwZqJPSdPU8rSUkCu5TdONhLV0WPToW { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTXyTMSMyneWIgv1r1A8CKfTmtSs7Bqn { color:#212226;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.311965942382rem;left:1.3747291564941rem;height:6.6484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jo8hWhVilA3odfwKmvI4XJTHZGSE7Cn2 { color:#212226;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:21.874740600586rem;left:21.249458312988rem;height:7.1484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FCH30UwfarI40vubuVSkb3T84hw5RlCG { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:30.573099251836rem;left:21.249458312988rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDAO5K2aNyZMte2fqTAXvLJGBNrvZNf5 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.874729271978rem;left:40.864406585693rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eXvvEZSDn6rwhsuom8Swy3NQOw9PXHCb { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:25.050817605108rem;left:40.780437469483rem;height:9.972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IhivrG312iLDxysiWolLkv6Ku4gNXrzu { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:6.5rem;font-style:normal;display:block; }
#ufJhDPLaZrLrdFfHpfav3GTPTrap9SxA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:42.123895760626rem;left:1.2480964660644rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gEsCJGqCQlvrz1zoVCnDSNfH4cdihKXH { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:44.700800057501rem;left:1.1755409240723rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VRysrHV0P3mZ6aSmbedp3fq84glZn5BI { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.184898376465rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lkxKoQLyZIOltevgzLPs2FwfFwqH6sQc { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:63.651044845581rem;left:21.5625rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgxPcXnwErUJsygVacfWTkA3RHkTAr1k { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.185550689698rem;left:1.248046875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dOsqmhIFHE7fC5IA0uzk6EXaUiqizVfl { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:63.651695251462rem;left:1.248046875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oW4kKPbMJpQeUNLTiC9A379Spzyusqok { color:#212226;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.6875rem;height:1.78746875rem;display:block; }
#TOL8aRZldT6fHI6v3nRdisR0pfATLRFe { background-color:#2b92d0;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.28125rem;left:42.3125rem;display:block; }
#IzlR4FioIffHUMOrBPJQfTTNOTSCJnLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGmaMgNxtlRFq0qPJkfHF3yIdxu9vfdE { box-sizing:content-box;color:#2b92d0;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:block; }
#HnS8x2fUPy6pivlC2yuzLnfJ4GCLLZQd { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.184247970581rem;left:41.562501907349rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZiRT5cOxXGnmIL0PpZZXpm6qbCXB9nSO { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.6503944397rem;left:41.562501907349rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I4dRnwZ78nvFSq4XqVJblrQqQ7MLgNOl { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.123699188233rem;left:21.249349594116rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xphu5o8xsGvAqFGOSIvqOlRbynOPd3eT { color:#212226;display:block;width:18.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:46.362632751465rem;left:21.09375rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ApozaIMCTHui33sH7LAFpvG5OiA0UFPA { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.123049736023rem;left:40.863931655884rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cORRwSWrg0zdy6KxHGNTvms7Z94w7q95 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:46.361982345581rem;left:40.863931655884rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyfbC8k6vsNrqbpt0BOTtXX2kEkcPd28 { box-sizing:content-box;color:#ff8200;font-size:7.5625rem;font-weight:400;line-height:1;height:10.8123125rem;width:10.8123125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:2.1244621276856rem;left:24.683238983154rem;display:none; }
#WKrPi6HQGTa27fxVF94rLJEsvE1oDgTG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.435870647431rem;left:21.249458312988rem;overflow:hidden;display:block; }
#L1Z6LLJogkC3L6UmTsrOiroPoaXfnWKP { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:15.863316651434rem;left:40.864406585693rem;overflow:hidden;display:block; }
#ObWVF2UUHo64D8J0ofqRJZkCDqwpynw9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74945625rem;width:4.74945625rem;top:36.343189354986rem;left:1.3736419677734rem;overflow:hidden;display:block; }
#fzH593wRtD40Pq8hv93cb59hK6bhzMMi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.285160064698rem;left:21.249349594116rem;overflow:hidden;display:block; }
#sTFBvSBARhXKM78ZtHQu6ZJ8ax680aRn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.284507751465rem;left:40.863931655884rem;overflow:hidden;display:block; }
#mcJRhITx7FyybIx2QIkxX2zznSobzf4B { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.936851501465rem;left:1.373046875rem;overflow:hidden;display:block; }
#K5SfWiu0yZkC8iWeSRZGh8vP2svEEL4a { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373699188233rem;left:21.249349594116rem;overflow:hidden;display:block; }
#mnSZp6rDha3CLx4pXvAZemQ5BeGkM2in { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:36.373049497604rem;left:40.863931655884rem;overflow:hidden;display:block; }
#O8dB7ETeqv8pPU0z9fiBoGC8r1LIrvV0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:14.498586177826rem;left:0.9375rem;overflow:hidden;display:block; }
#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79d57f73-465e-4287-aecf-d541bb8595f4/grupowy.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container.lazyloading { background-image: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU { position:relative;display:block; }#kko0N4cgXvalEVHNbWZoC69547d3TarU { background-color: transparent; background-image: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container > .video-iframe-container { display: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row > .video-iframe-container { display: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .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); }#kko0N4cgXvalEVHNbWZoC69547d3TarU { border-width: 0; border-radius: 0; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(27,71,127,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qvOAmGieKGJzUVQtpb7avkUL9l1ZgLpQ { color:#ffffff;display:block;width:50.37475rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:2.9991855621338rem;left:4.8122291564941rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#npxtn8TbsLU7QEOcKsbXO1QGsGlxNRml { position:absolute;display:block;z-index:15002;background-color:#1d3c4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:19.5625rem;width:50.75rem;top:2.3597831726074rem;left:4.8130416870117rem;display:block; }
#tH3mF9qVx0o10bxDrmsI4xsy4g7AEG4y { color:#ffffff;display:block;width:40.561875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:8.0579631328581rem;left:9.71875rem;height:11.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T { position:relative;display:block; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T { background-color: transparent; background-image: none; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row .container > .video-iframe-container { display: none; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row > .video-iframe-container { display: none; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .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); }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T { border-width: 0; border-radius: 0; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .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; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f9lBxQ5NwlPk06hlVSIQ7xL9mSslG9Rq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:53.1875rem;top:0.59375rem;left:3.40625rem;overflow:hidden;display:block; }
#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V { position:relative;display:block; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V { background-color: transparent; background-image: none; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row .container > .video-iframe-container { display: none; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row > .video-iframe-container { display: none; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .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); }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V { border-width: 0; border-radius: 0; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .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; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WAVtTbfCO69qR32CMCkv3FKQzwRrUBrQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:53.5rem;top:0.96875rem;left:3.25rem;overflow:hidden;display:block; }
#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh { position:relative;display:block; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh { background-color: transparent; background-image: none; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row .container > .video-iframe-container { display: none; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row > .video-iframe-container { display: none; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .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); }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh { border-width: 0; border-radius: 0; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .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; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mXiEdAqTk0Ig2CrzVzNklGEWALkLn7ZV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:54.3125rem;top:1.46875rem;left:2.84375rem;overflow:hidden;display:block; }
#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 { position:relative;display:block; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 { background-color: transparent; background-image: none; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row .container > .video-iframe-container { display: none; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row > .video-iframe-container { display: none; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .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); }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 { border-width: 0; border-radius: 0; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .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; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GUan93TFy1IVMv6OE8un78bdEcch70JM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:54.3125rem;top:2.8125rem;left:2.9375rem;overflow:hidden;display:block; }
#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg { position:relative;display:none; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg { border-width: 0; border-radius: 0; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row .container { border-top:0rem solid #ff8200;border-left:0.125rem solid #8dd02b;border-right:0.125rem solid #8dd02b;border-bottom:0rem solid #ff8200;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:70.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#JiMIomlRMTID8WdwApIamEBSvwQ136VM { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.74973487854rem;left:0.71739196777344rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JpbaOFqx1zd1r4EpbuU3NArByGelSq2q { color:#212226;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:1.1861419677734rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dsITTPrKSNCUvlgzOOVMDESPex9ZayvZ { color:#212226;display:block;width:19.1869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.5rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hBDBFH6KKJVLmGLZU58pLmXs9kRwPgIZ { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.114410400391rem;left:20.499458312988rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MlmTVqhhq3gK9k1DSLGisSATWLhccaTv { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.748920440674rem;left:40.780437469483rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDu8fZrIoL3pzx5tUg2TQP1KXThqF20q { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:40.780437469483rem;height:9.972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8PTesdXTTmdsgks36nVphGSUr3MgH3A { color:#212226;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.716796875rem;height:9.75rem;font-style:normal;display:block; }
#L1sEA9Q6GkI0JcD1ewt7P2CC0S41r4G1 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.625rem;left:1.1875rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MVtXzf5I6IQBEbr5qCgc6HTvS4kugtAr { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:47.375rem;left:1.1875rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x1DvnZTCrwvV91iKvoExGlzllUKHxLmf { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:42.731121063233rem;left:20.5rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TpkXnv1rD34uWfxiz0b8ovqfWfB8pHQ9 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:47.375001907349rem;left:20.5rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iu30gW3mTwE96COfNMPR0F0OAifmcrhN { color:#212226;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.6875rem;height:1.7871125rem;display:block; }
#AnHVSkBqwndhy5gDxhFCsHpsRwivGJ8v { background-color:#8dd02b;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.28125rem;left:42.3125rem;display:block; }
#fMpnz5rDyVEhkAKB1Qe4zTRuO4uw0Tr5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owAT4hb3FzTSqh68kgoW73XNGhK6w2cf { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.793601989746rem;left:40.779947280884rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FeEJ6rpJKJrNZTUlCJQplAKJXCZ7aze8 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:45.412111282349rem;left:40.779947280884rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRglk3qV6pWv0WC8pFkGt3sD0qT559tk { color:#8dd02b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:59.4375rem;left:20.5rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wN7nGTMHITf204dG06y5spP2wq5xmSJZ { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:64.416036129rem;left:20.5rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXowD1y3TQC2LfszKLeImFFq1cnC3DPn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:16.279897689819rem;left:20.499458312988rem;overflow:hidden;display:block; }
#BtaPaSJICmhKwDpOx0N3Lkt0agFAW4hm { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.998918533325rem;left:40.780437469483rem;overflow:hidden;display:block; }
#yRETVSu941h5pnHK2cSbEGKfsg4z8t0z { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:37.875055313111rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#bEusVtK42Ir3VS2hSy81Z3rzWbzzIOb0 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:37.875001430511rem;left:20.5rem;overflow:hidden;display:block; }
#LTS4h3WRFht41GPpFDpkTx8AB1dvLFi6 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.08526802063rem;left:40.779947280884rem;overflow:hidden;display:block; }
#L6OFytDuKCCRZlb2hyAXIyiGhLkawnF8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3744375rem;width:7.3744375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3114128112793rem;left:26.311958312988rem; }
#FaoRuemT7rFfXmw6bmX8q0O1xmMH9p1U { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:61.854167938233rem;left:0.998046875rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLT7zG193AWS5oT9onumTg4NeIfULL9m { color:#8dd02b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:59.437520980835rem;left:1.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahH9JbXmP2C8sOnwIBcNiX4ERcnJmmSc { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:63.01171875rem;left:40.779947280884rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fxReNldTTuGe8SF2TORcZ315PE9Re5am { color:#8dd02b;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:59.437520980835rem;left:40.779947280884rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kORfCF8vhZpMJ0N81VK2sqvK27xrcQJR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:52.935546875rem;left:20.5rem;overflow:hidden;display:block; }
#Tyrf88HuTn0WRLTDTaGFPCJmvGC0G9kB { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.809245109558rem;left:0.716796875rem;overflow:hidden;display:block; }
#au1TsIgZ9ivcffUQK9Gffg86cmiGFSNO { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:52.360697507858rem;left:40.779947280884rem;overflow:hidden;display:block; }
#HOqr4AihpP0P03T0NTv3nRuJnUaT50Cm { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.957614898682rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 { position:relative;display:block; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 { background-color: transparent; background-image: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container > .video-iframe-container { display: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row > .video-iframe-container { display: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .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); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 { border-width: 0; border-radius: 0; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container { border-top:0rem solid #ff8200;border-left:0.125rem solid #ff8200;border-right:0.125rem solid #ff8200;border-bottom:0rem solid #ff8200;background-color:rgba(230,230,230,0.13);background-image:none;font-size:0.875rem;font-family:arial;height:87.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#E81kIWAD2NHbps678FXQdPdh3BnrkrBs { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.74973487854rem;left:0.71739196777344rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GyE61SmKF5yTDcd3EuBppBPCbNW1oZ3N { color:#212226;display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:1.1861419677734rem;height:6.6484375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N7q5yJrAzyznwF8qETVclBzkfxJECaHa { color:#212226;display:block;width:19.1869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.75rem;left:20.5rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sqvg89TFoGyetLPrxDfGq2SxRgdnBHyD { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.114410400391rem;left:20.499458312988rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fo9URnFv7dV2oG63RbSoHEctgqQnbsk7 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.748920440674rem;left:40.780437469483rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EP0sTykzeq4WTW5FfURiDAaICKDPOyCV { color:#212226;display:block;width:18.436125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:26.916038513184rem;left:40.780437469483rem;height:9.972625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDpFOoFCJ5Pes9iPOkESPZdOaHSUgDgD { color:#212226;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.28125rem;left:0.9375rem;height:9.75rem;font-style:normal;display:block; }
#nIxWeu1prTFPMtb3lyyBEVR4sqypRynX { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.625rem;left:1.1875rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRHEZRgwUlvTTeJz0CxtTnMinCDGkc8L { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:47.375rem;left:1.1875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVivmKzoxmZB92T2QavnNI6IA7tTqpRC { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:59.875001907349rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RULnm6xTpRFvBbBKGxCEv6HHDytTu0Zu { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:21.5625rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TudzvicrzGQrzl0UoJQ4Tez5LmkCin4T { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.875rem;left:1.1875rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOqcxSbvXgv1rBiQ3pD0T1cs6MA14Bf2 { color:#212226;display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:65.26758003235rem;left:1.185546875rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXaH9Ics1Rl8XC7JxiTxMy9ku9hdHrMU { color:#212226;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.6875rem;height:1.7871125rem;display:block; }
#TfGhkrotb3iRXkMNc6hCcTdGAC1ylf8n { background-color:#ff8200;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.28125rem;left:42.3125rem;display:block; }
#pWkdpJbmnFlM4QQSTBM3zoVMQHUbTUTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#er78B0UvssTVhbVTQSIkESQFnQRRtcKS { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:59.874990463257rem;left:41.562501907349rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zmOq1ynt8NUU2vB5EFnZxi91mtvM5lhW { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:63.44921875rem;left:41.562501907349rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kWhADhxwovsvJiFTnImHXH5fyKPlI8fP { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.679677486419rem;left:21.5625rem;height:3.736325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUAPu6Mit2EcWFksi2TxxWWat5BdZq2y { color:#212226;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:48.249339103699rem;left:21.09375rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rSxox9xpS0aTLHGNnvZKhJQlIbhFhfJC { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:76.437479972837rem;left:21.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aNNKDTS4eDQvtvgBLiEexQsWTcspq16N { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:80.7916469574rem;left:21.5625rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PaX5mbppoVVfRDiaM3PDFReRpHuZwV52 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.12473125rem;width:6.12473125rem;top:16.279897689819rem;left:20.499458312988rem;overflow:hidden;display:block; }
#KguRozW7FAzpZsi8NoIrZF4Hnglhq0LC { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:16.998918533325rem;left:40.780437469483rem;overflow:hidden;display:block; }
#wwo6956rto7TnoQZ6ED8Hkei2NG1k9Zg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:37.875055313111rem;left:1.1861419677734rem;overflow:hidden;display:block; }
#hznmN9ctTiQbKZBdLzyMT21EkKWBKwRz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:54.333986282349rem;left:21.5625rem;overflow:hidden;display:block; }
#SgvG1QsTauoiWweoe4DbBTbh83AinrKd { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.498687744141rem;left:40.779947280884rem;overflow:hidden;display:block; }
#HETUuxcelthpxLQMuA40VrGs3FwTfoey { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:53.499460220337rem;left:1.5611419677734rem;overflow:hidden;display:block; }
#CUp23kdThaRCcwCDHsW1Ragw1WobKJAR { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:38.979156494141rem;left:21.1875rem;overflow:hidden;display:block; }
#mbdHsHQx4HCrUqAVXBNRG4y6CwfXcIoN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3744375rem;width:7.3744375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:3.3114128112793rem;left:26.311958312988rem; }
#IZXDIETVWAn02RJxe6q4SP26UQkP5r3h { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:80.792055130006rem;left:1.1861419677734rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZtpcb5FJoI7ptPpT2Q0Ue5ssODA1gey { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:76.4375rem;left:1.5625rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#quRZWT1dlsvTVkaJO87EBi29b928LEp2 { color:#212226;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:80.790995597837rem;left:40.779947280884rem;height:4.986325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZ0khZVDxxXQwMbAc6zETbUpzR5VMEgf { color:#ff8200;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:76.436828613281rem;left:40.779947280884rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fcDL6e0JbZzBlpUOyMBExlOAVWT7fPkX { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248677730563rem;left:21.5625rem;overflow:hidden;display:block; }
#dzQLueP6w1i7Evomd3F5WdBdSRKLVzmk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:70.434717178344rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#Kbhxp6qOV7CKCUhIltJHSbWWh3VyTTb6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:71.248026847837rem;left:40.779947280884rem;overflow:hidden;display:block; }
#QAitRhTOZbvw9oWt8pOiaxHuRITwvFLa { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:17.957614898682rem;left:0.71739196777344rem;overflow:hidden;display:block; }
#M5ZNGXhiWCgWQaFUUFL1bgLQv0meKZM4 { color:#212226;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:43.624989986419rem;left:40.779947280884rem;height:1.78746875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O3kTZfNtT5TxPWPJa55K0MPv6cnuKwOx { color:#212226;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:47.374990463257rem;left:41.093751907349rem;height:1.662325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dUE5EXUOn03HQXWiNMxlgRSeZ6X9VEqa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:38.978515625rem;left:41.09375rem;overflow:hidden;display:block; }
#WvmPTebExMhUazDhsLNfLwX2G9kgLmca { position:relative;display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca { background-color: transparent; background-image: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .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); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca { border-width: 0; border-radius: 0; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container.adaptive-delivery-prevent-bg, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container.lazyload, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container.lazyloading { background-image: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT { position:relative;display:block; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT { background-color: transparent; background-image: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container > .video-iframe-container { display: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row > .video-iframe-container { display: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .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); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT { border-width: 0; border-radius: 0; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kff5DVgAPlRyMHPu2FH1vJbuK0M8eS1o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.25rem;width:13.9375rem;top:10.5rem;left:9.6875rem;overflow:hidden;display:block; }
#gTzQebJly3vMfv5mJV5QWQHfm2odo75a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:14.25rem;width:9.375rem;top:1.8125rem;left:2.0625rem;overflow:hidden;display:block; }
#D7cPxZu65EGBC0UQNxJAWPT1bZHcksSd { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:27.875rem;height:3.73698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyx9P7Gn9i2TIunbt0kmssQQzQThIC9f { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.5625rem;left:27.75rem;height:9.2578125rem;display:block; }
#lrw2JsdmydNTRoA511ybEdtC2Cq3VhR2 { position:absolute;display:block;z-index:14999;background-color:#ff8200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.875rem;width:34.1875rem;top:2.375rem;left:25.25rem;display:block; }
#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { border-width: 0; border-radius: 0; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { color:#2b92d0;display:block;width:49.1241875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.4190416336059rem;left:5.4375rem;height:3.33105625rem;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; }
#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);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; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { background-color: transparent; background-image: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container > .video-iframe-container { display: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container { display: none; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .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); }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { border-width: 0; border-radius: 0; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { font-size:0.875rem;font-family:arial;height:73.375rem;width:60rem;position:relative;display:block; }#aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { 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.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.3125rem;width:58.8125rem;display:none; }
#HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.7494375rem;width:41.8744375rem;top:2.1864500045776rem;left:0rem;overflow:hidden;display:block; }
#G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9978125rem;width:43.06225rem;top:14.811676025391rem;left:16.937770843506rem;overflow:hidden;display:block; }
#IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { 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:12.68725rem;width:44.74975rem;top:29.551668167114rem;left:0rem;overflow:hidden;display:block; }
#hBLTRKshrcyC73hAn7fE4A53JxLekQXr { 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:12.87475rem;width:39.49975rem;top:44.060905456543rem;left:20.500270843506rem;overflow:hidden;display:block; }
#pChswL8kvdwpJA2dbGdWKqohKf982RUP { 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:11.4375rem;width:43.5rem;top:58.998918533325rem;left:0rem;overflow:hidden;display:block; }
#k7qwITpb5BC1av295Dqc7EGa4925zRh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(204,204,204,0.13);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; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { background-color: transparent; background-image: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { display: none; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .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); }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { border-width: 0; border-radius: 0; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { color:#212226;display:block;width:23.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2109375rem;left:1.8125rem;height:6.171875rem;display:block; }
#SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { position:absolute;display:block;z-index:15001;height:12.6244375rem;width:22.5rem;top:3.2112312316894rem;left:32.999187469483rem;display:block; }
#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { position:relative;display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { background-color: transparent; background-image: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row > .video-iframe-container { display: none; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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); }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { border-width: 0; border-radius: 0; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .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; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { border-width: 0; border-radius: 0; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#pElW376CBOal9iWTBVvlC4o070b9GQnl { color:#2b92d0;display:block;width:34.99975rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.3244571685791rem;left:12.499729156494rem;height:;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; }
#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF { 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; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { background-color: transparent; background-image: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container > .video-iframe-container { display: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row > .video-iframe-container { display: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .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); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { border-width: 0; border-radius: 0; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { font-size:0.875rem;font-family:arial;height:77.5rem;width:60rem;position:relative;display:block; }#Th50iPuC0uqTt6GCtSVpxXZUS4BDAxop { color:#212226;display:block;width:45.4980625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:21.125002861023rem;left:3.0625rem;height:3.0859375rem;display:block; }
#fV21TEFZLh4M6pbSU4mkq9nyIVQfbDTq { color:#212226;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.220706939698rem;left:3.0625rem;height:6.171875rem;display:block; }
#TnrIz3LTHmTF5Z3NszIEB8wRGsBihGq0 { color:#212226;display:block;width:52.624375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:33.623049736023rem;left:3.0625rem;height:4.62890625rem;display:block; }
#NaAGtsr0Mvm54yyN2kINeAVMUrTUo7PQ { color:#212226;display:block;width:52.4980625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:40.044273376465rem;left:3.0625rem;height:4.62890625rem;display:block; }
#vN5RqVrQyTXXgNzELccPlKufTFNaSK9x { color:#212226;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:55.750002861023rem;left:3.0625rem;height:7.71484375rem;display:block; }
#xsOJdRnSz9J9ZwT2lqTvPMTpQHBHvbM6 { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:65.0625038147rem;left:3.0625rem;height:4.62890625rem;display:block; }
#CfKFWNnR5NItnOdyMAEAfZI3TpdW3z6G { color:#212226;display:block;width:53.936875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:46.436201095581rem;left:3.03125rem;height:7.71484375rem;display:block; }
#d8PqUd9MB66rsRdw4nRlGf3A40g5ISud { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:71.1875038147rem;left:3.0625rem;height:4.62890625rem;display:block; }
#chr2iVTSKXH7cfeTxxGQMJzr3Vp0Txm1 { color:#212226;display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6660184860231rem;left:2.9375rem;height:12.34375rem;display:block; }
#ZttFbakv59n1ZZEogacEbInxX2P1rFa1 { color:#212226;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.2851591110229rem;left:3.0625rem;height:3.0859375rem;display:block; }
#P18JXazP48snGcPxOFPfATlRB8lNayUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { background-color: transparent; background-image: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { display: none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .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); }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { border-width: 0; border-radius: 0; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33105625rem;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; }
#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container { background-color: transparent; background-image: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container > .video-iframe-container { display: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row > .video-iframe-container { display: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .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); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container { border-width: 0; border-radius: 0; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container { font-size:0.875rem;font-family:arial;height:77.75rem;width:60rem;position:relative;display:block; }#p15exUEqK8J6bWJXSlqJkOVenFX7e7Ud { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.5rem;left:45.6875rem;display:block; }
#gEvcDL7weQkAaC3R7ukcfVRvqS6vHiUz { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.125rem;width:14.3125rem;top:28.4375rem;left:30.6875rem;display:block; }
#xsWcA4457BCkH4IlyBtQENBNGl6DazFq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18rem;width:27rem;top:25.6875rem;left:0rem;overflow:hidden;display:block; }
#cAZC6uMGVrVLhpWBP4WTRyLa1i1SXrSZ { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:32.492032051086rem;left:32.654346466064rem;height:8.93555rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2g6dppOkMivXuAAVZbS9gIx033h8zX0 { color:#263e5b;display:block;width:11.3739375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:34.279147148133rem;left:47.155437469483rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EccmDkUqCIaaVtcQZdOvaMk9hgJfWD3H { position:absolute;display:block;z-index:15000;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.375rem;width:14.3125rem;top:6.0625rem;left:0rem;display:block; }
#pwF8aX5dJsWl3HGxMRp5XLAv2yAOho1Z { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:15.4375rem;width:14.8125rem;top:6.125rem;left:15rem;display:block; }
#VpkEmNRO4p2AQ7kLGg12n8NiNp0rZUuZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:16.6875rem;width:25.0625rem;top:4.5625rem;left:31.375rem;overflow:hidden;display:block; }
#Afw39dOnven2V6uXyG0S3bDUumroZPwX { position:absolute;display:block;z-index:15001;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.3125rem;left:34.6875rem;display:block; }
#FQIxEVrm2FCOIHisFSMo8tiRWZesdyX6 { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:25.375rem;left:49.6875rem;display:block; }
#QR1JIrnmWlFzWCNIFTk07NutcRFJTtVs { 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:3.6875rem;width:3.6875rem;top:4.25rem;left:19.6875rem;overflow:hidden;display:block; }
#k352Ar9GH7KQyrL8qtubuLwT4FXP9BXC { 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:3.5625rem;width:3.5625rem;top:26.75rem;left:51.0625rem;overflow:hidden;display:block; }
#epsZTSslskyDqZ7HaugblLs0QPWLEoMs { color:#ff9100;display:block;width:12.68725rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.8991851806637rem;left:0.81114196777344rem;height:8.93554375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsPvtZ4lvI5W3nVqIrWt36omqqkbJutL { color:#869bb5;display:block;width:14.6869375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.873371124267rem;left:15.052173614502rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmuPcH1hU3C5cTSEmNwGPSa5KPIgBmQO { position:absolute;display:block;z-index:15001;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.9375rem;left:4rem;display:block; }
#hrRIfErDsVQFePqaZ9SayT4eoitTQTr1 { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:3rem;left:19rem;display:block; }
#WXNrQafQXmxybs63fTNX3zwvsKBAMreb { 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:3.6875rem;width:3.6875rem;top:4.25rem;left:5.25rem;overflow:hidden;display:block; }
#ENQvwnTvhBJ8qMz9u8q84LSs0OPTnnkt { 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:3.5625rem;width:3.5625rem;top:26.6875rem;left:36.0625rem;overflow:hidden;display:block; }
#gnD5eXErNse6xdJ5TqcwCGdMMHwtFyV1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.125rem;width:27.25rem;top:53rem;left:32.125rem;overflow:hidden;display:block; }
#Ps4qLEZNdMRzd0qArLk4x5V4gqE5TeAn { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:49rem;left:4rem;display:block; }
#LPhaFqQKF1mVM3dls62RDBely2NGkXZD { position:absolute;display:block;z-index:15001;background-color:#2b92d0;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:19.125rem;width:14.3125rem;top:52.936958312988rem;left:0rem;display:block; }
#WXzxlqqUuUGxCS4VMm8i25z1o6374fBC { color:#263e5b;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:56.147285461426rem;left:0.90489196777344rem;height:12.5097625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVbTnxziElkDOvgozJBIT9Jgl14dBsJJ { position:absolute;display:block;z-index:15002;background-color:#ff8200;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:18.9375rem;width:14.3125rem;top:52.9375rem;left:15.9375rem;display:block; }
#R6UZvk81xk5Me6Gb60TwUt7cUtsAdgaX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68723125rem;width:3.68723125rem;top:50.280166625976rem;left:21.613044738769rem;overflow:hidden;display:block; }
#cUTtTHz7RJCEuenTEibIkp0i8EhCAyNB { position:absolute;display:block;z-index:15003;background-color:#2b92d0;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.24945625rem;width:6.24945625rem;top:48.999458312988rem;left:20.331523895264rem;display:block; }
#ALKyMyizKF71pwDKDfkL9mK8tbf875xR { color:#ffffff;display:block;width:12.49975rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:56.10319519043rem;left:16.843208312988rem;height:10.722675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CTJgWiAurPM7rxHgGk1w7QfOELVtLzpo { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:50.25rem;left:5.3125rem;overflow:hidden;display:block; }
#LKOgC8nEc5nUNBBoM5rtP0idH2WBNSne { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#siXM4EpzkGAWccPVKRaDbQGr8WiFV7OP { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#EZiIR9T0yweLUouUWDNgWUXAw0lDQ4AU { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#xBobnVW0vFvSlHDKO0cc4FVOfxlXEh1l { position:absolute;display:block;z-index:15000;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#s2JnZ1vL61tvJD6nxmU9pXNCk1ESB2ni { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.7399463653564rem;left:9.6872291564944rem;height:3.33073125rem;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; }
#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { border-width: 0; border-radius: 0; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:60rem;position:relative;display:block; }#xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { color:#2b92d0;display:block;width:40.62475rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:2.2394201755524rem;left:9.6872291564944rem;height:6.662125rem;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; }
#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { background-color: transparent; background-image: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { display: none; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .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); }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { border-width: 0; border-radius: 0; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1244039535523rem;left:0rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"marck script";font-size:1.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.728516221046rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { background-color:#ff8823;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:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;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:"open sans";font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.25rem;height:4.74945625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.030977249146rem;left:10.875rem;display:block; }
#NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { position:relative;display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { background-color: transparent; background-image: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row > .video-iframe-container { display: none; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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); }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { border-width: 0; border-radius: 0; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .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; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#okku2ysSG1B7zCO8q4sTuTCJib14RiTE { color:#000000;display:block;width:34.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b92d0;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; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { background-color: transparent; background-image: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { display: none; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .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); }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { border-width: 0; border-radius: 0; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { color:#ffffff;display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat { display:none; }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sr2lod29webRzAZqzkgRLNVm7vF99weR { width:47.75rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB { display:block; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK354pJhvs3CJgblhtT44OFzvfXkuV8e { width:31.9375rem;height:9.9375rem;top:12.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp49Teko5UbWulNhbVhd3bHxNEogTo9o { width:28.0625rem;height:5.1875rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZT7qvIoT6iaDgmCrOE6HBkGH4Ed18K1 { display:block; }
 }@media only screen and (max-width: 763px) { #bSabo2toqz4im6NPT0ilhdfd5LyAI7bR { width:32.4375rem;height:4.875rem;top:6rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEdOtSintUbXaLMeKycT1uJOHtTaRlTi { width:47.75rem;height:45.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ORpThgmDysASNfOGp2TumkKcMXAlv1E1 { top:1.125rem;left:0rem;width:12.1875rem;height:3.7315336922409rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkam7PuKIk9Rr0yR7UByUM9ZtZOxtrtg { width:17.0625rem;height:5.3125rem;top:22.625rem;left:0rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmeKRDuEWarfvKE4VO2qq2ZzUviI4RVK { width:19.9375rem;height:6.625rem;top:20.5rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfsvTGvTXXhvcmhTvLuJophMsE4BGOI7 { display:none; }
 }@media only screen and (max-width: 763px) { #a49nEGtSOrlcsxutoWWcTTVLCKG2siLa { width:23.3125rem;height:3.0625rem;top:25.6875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3cNHF3mUl2tkxNDbrHV9a8TDtTLuzbK { width:25.1875rem;height:7.5rem;top:28rem;left:0rem;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9gctgbISmzJzP0Eb4Azc0JTE5mV61W { top:24.75rem;left:0rem;width:25.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc91bgxxqf5UhFPFFD1EyQEaOh3PLTy5 { top:1.25rem;left:0rem;width:4.1875rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:47.75rem;height:5.6875rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0uOowO4bherJrKT1iTqgu2WRiqvkoPG { width:41.875rem;height:2.1875rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMZsGGTln4aWeZeZrozTSPklTSgnhgOL { top:1rem;left:0rem;width:47.75rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7DS2HmvLol8J6VwVHzHKrakXOuG7Nr { top:8.75rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8i2vomXuIsCnPqEMlTXtmrTcnsPGi3W { display:none; }
 }@media only screen and (max-width: 763px) { #aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { width:43.4375rem;height:6.625rem;top:3.4375rem;left:4.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cev6HquZydxhnNeEsL1UoTKOGkTTzzaH { top:0.6875rem;left:0rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch { display:block; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pscPq6L94KS0AZb0NoCCEoHW8xWrTbVO { top:114.875rem;left:14.25rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBN1KgkqX3Z0Q00v89B2TqBc91VSWIcm { width:13.75rem;height:3.375rem;top:110rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2kWNQs9mZneR5hfDN83Loo7KsKTTm2 { display:block; }
 }@media only screen and (max-width: 763px) { #QkvQmhWs0UWeblWNk03dv9B3edO06keb { top:105.625rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMoFhKcWKyPde4gOTfuTu2rM4rdTAqg { width:18rem;height:3.6875rem;top:100rem;left:13.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcrgaiDVDbEEgmChV7qV3w1kzI52LQ8r { width:19.875rem;height:1.75rem;top:62rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ3BgwRPxiZ75qbuWLUwOIyHXmZynZVo { width:19.9375rem;height:5.3125rem;top:86.5rem;left:11.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li161KQTTGd1c6ECFSkDx8zdiaMzZ8KQ { width:18.4375rem;height:3.6875rem;top:65.5625rem;left:13.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOxRJ81piZ1Uh7v5QDtcMntT7vgZm2a { width:13.75rem;height:3.375rem;top:75.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43DRT1x5yh9rzNzrlertg30GNyCdTMq { display:block; }
 }@media only screen and (max-width: 763px) { #pn6hl2b6mIT19lyzAazHgQf4hR4i1Vif { top:79.75rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bemGSeVdhAS2rk6EtpvmIz2m45G1Ukat { width:18.4375rem;height:2.8125rem;top:81.8125rem;left:13.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5LqGtnTHpyQdDn3tpANRGzfbMBTwbsZ { top:53.875rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMEgqJOzLMZbq6SHqpZzBVv8uV2cVwR { width:19.875rem;height:3.0625rem;top:57.3125rem;left:11.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ZWwdn3ZwpbgxAk6i3RthUJpmJfy47D { top:70.9375rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJCRyTDFtbTVdAnOpdXFb01T2coTJpxL { top:70.1875rem;left:14.1875rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTe42z51ZxmoTFhkMrWAeDTOE8c38IsQ { width:19.875rem;height:1.75rem;top:96.3125rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOb90ZxBxzsndMfdJIUDkrv2shSpAVm3 { top:20.6875rem;left:17.5625rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWUIlPqvN0dtZoaNisWnGORHnV8Wtdu { width:18rem;height:1.8125rem;top:15rem;left:29.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEITrNsT2ECDO1PLnLTVS8Eb3Ph5fdI { top:54.4375rem;left:17.5625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPpk6UAH5SgbQHnEzfyme6q20rDwDyQc { top:0rem;left:0rem;width:20.0625rem;height:123.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP6BCekum2tWIv4MkkCGfnR8txnl2ozF { width:14.875rem;height:10.0625rem;top:1.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUS7A02i1ghhht5I4MTfGtBzlkzeDrl { top:0.75rem;left:0rem;width:18.75rem;height:120.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSOPTsNmzU68KuBKbEvUOaSywou6LJko { top:65.1875rem;left:14.0625rem;width:17.6875rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTtR0cQpMzzhMekMeLimJxVzzeQ5H1k { top:89.5rem;left:0rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LczTf6Hqko58GlaJGyrTyqT10e8PrW1B { top:63.5rem;left:0rem;width:17.5625rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG { width:17.25rem;height:;top:25.6875rem;left:14.5rem;font-size:0.9375rem;display:block; }#EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG li:before{  }
 }@media only screen and (max-width: 763px) { #xdNTW94yQEo9oPT9ChfaHTsxsbEhJtQ5 { width:13.75rem;height:3.375rem;top:75.3125rem;left:32.7822265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIaT6TMIQ8NLzWrQz6WV2JAemZBT8qi { display:block; }
 }@media only screen and (max-width: 763px) { #CtgTXkQWsqPuAs6RPQKzQvN3WXBSZXG7 { width:13.75rem;height:3.375rem;top:110.0625rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7FMuVncJP8rTZEBIoI0tfqZyf71PbRb { display:block; }
 }@media only screen and (max-width: 763px) { #OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq { width:15.875rem;height:10.6875rem;top:1.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGLHtqqLAz99XG94UOQFkZXsdG9qq0Ib { width:15.8125rem;height:3.6875rem;top:15rem;left:15.90625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6FBMiy8K37hL2frIaxC482QZtTqOcRd { top:18.9375rem;left:33.4375rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr { width:17.5625rem;height:24.4375rem;top:25.625rem;left:30.0625rem;font-size:0.9375rem;display:block; }#Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr li:before{  }
 }@media only screen and (max-width: 763px) { #IceGUUhLQlhv6npBVZDnwXEJHSEpHMsf { top:55.125rem;left:32.7822265625rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUpVp3797GylfEXzhit1GlLX7GTxRyMW { top:53.875rem;left:30.125rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMN22aigvkDZaP7xEQ6ddZOwabVaaAf { width:19.875rem;height:1.75rem;top:62rem;left:27.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHP9tLW0Rtx54UPkGUUtFgF0BhH5aWF { top:70.9375rem;left:30.125rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZi4CLABMszvB74HzNwLRbeM6K4hcyrh { width:18.4375rem;height:3.6875rem;top:65.5625rem;left:29.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeesRXrOVP2HWVxwBbh1RkmmSHJMq9L { top:0.6875rem;left:13rem;width:18.75rem;height:120.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHpeipUIi5loCHo3bLgFdrMCOKD9k9z { top:79.75rem;left:30.125rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyoGei2eQ3K8GmoJQew5uLhluIpkbkna { width:18.4375rem;height:2.8125rem;top:81.8125rem;left:29.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtG3z0Q5gimpqfmDDetDelLvBiiOJCOX { width:19.875rem;height:5.3125rem;top:86.25rem;left:27.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcZHsHTeTQTMIK0GdtXfVrnKKyqEdON5 { top:92.5625rem;left:28.625rem;width:19rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsQdBXnFJQzyxl446PbZw2P85mG2WrdU { width:19.875rem;height:1.75rem;top:96.3125rem;left:27.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioewamUMiGUMkmUli6kBUzgvpcQbHlJ { width:18.75rem;height:3.6875rem;top:100.125rem;left:28.875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJcXHeAotJ4SBtkqOVCVqNb3BhwCE43 { top:115.5625rem;left:30.125rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOBfuDDMKZJRCh2gmQrmoHi6q47ai52i { top:105.75rem;left:30.125rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSaE08ttiRrpFByblBFRknV0XNpcOQa { top:104.8125rem;left:30.125rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLE4gbPqHIfhlsHUWEExgfXD5aOHLhN0 { width:18.625rem;height:3.0625rem;top:57.3125rem;left:29rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJfasBXVCycoLWkCTGzwls315yZkEyz { top:65.375rem;left:30rem;width:17.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L { width:15.875rem;height:10.6875rem;top:1.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp7zVaPSRSal23wwyqKkCTkHur5EVgg { width:18rem;height:2.0625rem;top:21.5625rem;left:29.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mofuRSrNNHTa1LO53Cq5snfvKNqeT7 { top:14.6875rem;left:0rem;width:17.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1T23oz3grOdSiv9gztbMWWtFgkW87wL { width:15.8125rem;height:1.8125rem;top:15rem;left:0.03125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkr1EAC5Vq1xrs7UpWipdVT9MN9AdeJa { top:18.9375rem;left:17.5625rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f394FIfFKhfS7dyueq50tFlVNkVdVVbW { top:17.1875rem;left:33.4375rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MielP7Z4AWpILLM5QWVSbbXRU48dRqVn { top:16.875rem;left:1.6875rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09NuVFbgfRdbF5TP59fuf3IDxoTV19P { top:18.9375rem;left:1.6875rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqUMvHm22l3fgKy8L7LkpZTIZlGesNK { width:18rem;height:2.0625rem;top:21.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XolRfiUzh030Ee0ROxsDyPPr47VZPmCt { width:17rem;height:17.5rem;top:25.6875rem;left:0rem;font-size:0.9375rem;display:block; }#XolRfiUzh030Ee0ROxsDyPPr47VZPmCt li:before{  }
 }@media only screen and (max-width: 763px) { #vwVtnb5TRzS3RgkGBZi3REg1JPLA1Dnn { top:53.625rem;left:0rem;width:19.6875rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5aDP1s3Ad3fzkeogF8s9HDGO1SDgqF { width:19.875rem;height:3.0625rem;top:56.375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQU2KPDFAQEJp3X9rvSReqMSl5UMJH28 { top:53.875rem;left:1.6875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmJedu7SiuEcQTxrpM6TKzI7py3K1ZM { width:19.875rem;height:1.75rem;top:62rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ESOOszPtdwaTKF9qTT4gcxmh4mwlVb { width:19.875rem;height:5.3125rem;top:86.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBoivMh1heo0nEqhqIeer9KKPggkWAhL { top:93.9375rem;left:0rem;width:19rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJHFnTr5mmQnbKgQQ6ENtWTzAkvbHl5 { width:19.875rem;height:1.75rem;top:96.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTn7iVTwTQgv9lGzEdy3yuyuLNsip9b { width:17.1875rem;height:3.6875rem;top:100.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKn4SZIkzV9mhCQaWDhphpvq2fFIs1Zs { top:99.75rem;left:0rem;width:17.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9uhMsDqeLbQfycIQN7DkgVNhnAgWbzE { top:105.8125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft8Sckvqcx42owDWJKx7DLDVKxgXvHOd { top:115.0625rem;left:0rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFX5eAcEIgK9Bag6Ugru17ITf131Erg { top:104.875rem;left:0rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6dCfW1iN3fXGxuR6mkLp61OAnkx59Bo { width:13.75rem;height:3.375rem;top:110.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4woN3JPexKmKLtPfuocEwvEr893WCTc { display:block; }
 }@media only screen and (max-width: 763px) { #hZnGMSBTqqLByHwLMDAUSt66OD0e1cpZ { width:19.875rem;height:3.6875rem;top:65.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSwtkqgcKi7Z1qUn38pa8oSWe3ydK3yD { top:65rem;left:0rem;width:17.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6045wiapI0xbTldSbsuZnok0rDNtv1u { top:70.9375rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx93GJaIqxp5tzvPxc5c2vhoHHayrFOr { top:70.1875rem;left:0rem;width:17.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzl8Uhm5xrEpNM1DmxbFrGTraL9JxbkU { width:13.75rem;height:3.375rem;top:75.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvW3DTpUPfgNQ87JDEB0ITfgy1s1bH3 { display:block; }
 }@media only screen and (max-width: 763px) { #mAxXh52WMGFI4UMdqD4GB3ZTKUzUoewv { top:79.625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIQPG7al2wJLNL7qWibETVBoNRKk5JA8 { width:18.4375rem;height:2.8125rem;top:81.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWPKue2rgTc9cdMcRT2RmStTXGEBEgDv { width:15.0625rem;height:4.5rem;top:0.75rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASpHCO4vr9xTJT8RmWVOo6FgwaMOoL3P { width:17.6875rem;height:7.125rem;top:6.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgqpE1xZmnIwRTSbnqTyJNc0LgqtQvn0 { width:16.6875rem;height:9.0625rem;top:15.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6ZPwCo1yJkhMnHBvhfTbzMJVSlduaZx { width:10.1875rem;height:4.5625rem;top:28.125rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvXyexGzWpn3nLOvl7nUpZOQaBc3hi1f { top:99.5625rem;left:14.25rem;width:17.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8RMuNhhapNM2RUF7P10J5qi3oHVClUD { top:21rem;left:30.75rem;width:17rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzXenMLUu3QVMymlvEmbVGDJseb1bpgX { top:20.6875rem;left:0rem;width:17.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4LhHnxR79AuvnWt9Tn7bJM03N3uqJOr { top:0.625rem;left:28.875rem;width:18.75rem;height:120.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4voODBoUlufP4OfzIluV8THzN1Ky6C { top:104.75rem;left:14.25rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxRmaeWPM6AtMmFOILCfvpm7QuC6wPVg { top:99.5625rem;left:30.125rem;width:17.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMLbuouc8nMogpTe1BNRuQ7cSychQQkv { top:70rem;left:30.0625rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZPT6baqeoxSFThxPfVTgZuEZO48u0q { top:63.5rem;left:0rem;width:17.5625rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH { display:block; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQRPgm0Qn7764o4BiV8uJDM5EaWv03fH { width:27.9375rem;height:1.875rem;top:13.9375rem;left:9.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeEaTLcJta1dDHpTX2Wc6VDCX6JSEQIt { top:0rem;left:0rem;width:20.0625rem;height:123.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3fTFE5r284HCrIuILAoLx2mBS69TyXT { width:14.875rem;height:10.0625rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZa73lpxqtSJ9se5bPZXUqVBu2sv9Py { top:0.75rem;left:0rem;width:27.8125rem;height:104.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGe44CrEWNvmufaTZXtn6Xud4HZABHPT { top:89.5rem;left:0rem;width:17.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulEJo2D6Lqez0T0b6fIU2JMTRTKT8e9s { top:63.5rem;left:0rem;width:17.5625rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wz3BzvGvGQrR0vr4ix0S4nIkni0JspRK { width:13.75rem;height:3.375rem;top:70.1875rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJl8PzGTz4qRDznQ0Vtp2w9wTKTLV1T { display:block; }
 }@media only screen and (max-width: 763px) { #T9DraUicrJNkSn9uGMCDeS8qRwc7drCm { width:13.75rem;height:3.375rem;top:109.125rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfGJWPo42d9VycHsqAD9cBguppZFANrw { display:block; }
 }@media only screen and (max-width: 763px) { #Lce31mQdD9SOrInBAnQWfeAqWCtpbz89 { top:18.25rem;left:10.625rem;width:27.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFDCDm4lsA6744QiDp2LUvqu4xubNnh { width:25.6875rem;height:22.9375rem;top:22.5rem;left:14.1875rem;font-size:0.9375rem;display:block; }#qUFDCDm4lsA6744QiDp2LUvqu4xubNnh li:before{  }
 }@media only screen and (max-width: 763px) { #oqTCMgTpH1k7c7yDWkSXpT1bqgClrUra { top:47.625rem;left:31.75rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1TkPc93emVZc23v4RTTtvkdpPvnntt { top:47.0625rem;left:9.5625rem;width:27.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv6xu2HkKRM8tpqDFWAlKJ02lbv2CZ7D { width:19.875rem;height:1.75rem;top:55.1875rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk2Xp3P3H991gl3wD0C0LasP7Ov1Ass { top:65.75rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcSx41lkeLLHVuRo523bFDJhAsz5sxz { width:18.4375rem;height:3.6875rem;top:59.5rem;left:13.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIyicxheROHhXEsr2EL2KlwluAvkig6r { top:75.625rem;left:14.25rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtPDyvLa4PdXK3lTEpdDPJDqTVKLgKT { width:18.4375rem;height:2.8125rem;top:78.9375rem;left:13.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzsmX5igclSK5xTd6FyNVK7wGPnzrfR { width:19.875rem;height:5.3125rem;top:84.3125rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SicT6xtUAUya9rJRKoBT5gBd97CCm6aQ { top:91.4375rem;left:12.75rem;width:19rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn6BDZ9mDlO2XeMBa1Vcqigh2mEFPQG4 { width:19.875rem;height:1.75rem;top:95.25rem;left:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5EQstFFtr0pT8hG5MA4Ckt0eaCt1dT { width:18.75rem;height:3.6875rem;top:98.5rem;left:13rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDE5gCCtl6r0xPz1RAgdZg1BTT1zhbl1 { top:115.25rem;left:14.25rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTcp82n5GUa4dsSPMG26Pume3WZlAN5 { top:104.125rem;left:14.25rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSE6KSKC7GFE62vxhTtsX9v73eQv15T1 { top:103.1875rem;left:14.25rem;width:17.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7t5eXyKgeW4ZDg1guP67yPLW5h5TJf { width:18.625rem;height:3.0625rem;top:50.5rem;left:13.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSu4fZH2WpanM5pVpztItn3QhzSuw8eu { top:59.125rem;left:14.125rem;width:17.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K { width:15.875rem;height:10.6875rem;top:1.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iha7IttCRIvMqT2mcwSyLnNPdWNwU7lp { top:14.6875rem;left:0rem;width:17.1875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL1cWeGSLA33SxoAhWX12xykEE62t2Od { width:27.4375rem;height:1.875rem;top:13.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey0aqGZngfJ9emldDqWdGz0Rz8enzlMa { top:15.8125rem;left:19.3125rem;width:12.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIq26XE8cUZnV7giWBZtsKQLx3dOwNa5 { top:15.875rem;left:0rem;width:26.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNznlkQ38dSkTwzdJKxqIhTIrFM2GOqu { top:18.25rem;left:0rem;width:27.3125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh { width:24.5rem;height:;top:22.5rem;left:0rem;font-size:0.9375rem;display:block; }#PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh li:before{  }
 }@media only screen and (max-width: 763px) { #LeHZJgcczzAIlqhm9NyEX4q5cgWoTvoQ { top:40.75rem;left:0rem;width:27.75rem;height:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiDmmkGwGhCu2ZZZ7RKLzRxrDuk2ao0m { width:27.5rem;height:3.0625rem;top:43.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPnoIyn5OWILekIIff8CvFXSCbkJKDO { top:40.75rem;left:7.1875rem;width:8.6875rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwaTzuUEwrwIVZOlH2HFXEWhc8ZNkUTG { width:27.375rem;height:1.75rem;top:47.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be6N0dU2WSOwAZrPD3Ts0rvTTEoyvq73 { width:27.75rem;height:5.3125rem;top:73.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0ZuqfBrxUNRl1kOyCTUfpZqO1p0Fbk { top:80.0625rem;left:0rem;width:27.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS7FbivpSpWe9IOIaglTbNs43BbJFFgc { width:19.875rem;height:1.75rem;top:83.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNazf94zDvThWrVyJugSdqT9ynfBBhW { width:17.1875rem;height:3.6875rem;top:85.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1pQqzkNVh8xHrr9LlKOt9QSUJU7qKyJ { top:85.875rem;left:0rem;width:17.5625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4RuTzzZtKTxmgM7bF7DCutRfUFgkeKo { top:91rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3fH7BU0Qm9rmdNUE5TyGG6FnAal1Re { top:100.75rem;left:0rem;width:17.5rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHdTWtB5dpGPuyHpfxA2wNkQfBawZcP { top:90.625rem;left:0rem;width:17.5625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7RJ1SrPvGzuCWy14c7ACiBC1cbFOfy { width:13.75rem;height:3.375rem;top:95.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNeRmucBKKWKWnfKPBQZM38CfkqAuaDD { display:block; }
 }@media only screen and (max-width: 763px) { #mNbuqmu8U1sxnuLve1ldprhGMOn3sPyM { width:19.875rem;height:3.6875rem;top:50.1875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXItVVaVeQLTInEp1RxS8NBaCUdIWrg { top:50.1875rem;left:0rem;width:17.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTZgxBqImgVWObuhylnfdqsu9yxVheE { top:56.125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnRW2TFSXRHWbuxh9Ohu9pKehQ2wFdKW { top:55.1875rem;left:0rem;width:17.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6c13XgHB3FIMo0K8hqVnKfBcv6Voor { width:13.75rem;height:3.375rem;top:61.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeyOHaFytDAoKIIqb0i8PUdKqXthR2U3 { display:block; }
 }@media only screen and (max-width: 763px) { #wISAn5W2aXmGqb0SUk6FTZHyJTEaZ4qm { top:66.125rem;left:0rem;width:27.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4OLgw4C4c8TQla77SecHusJnoFq7v3U { width:27.625rem;height:2.8125rem;top:68.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNEOn95kUlkHGy2onbIFvbzQiDIg7wTc { width:15.0625rem;height:4.5rem;top:0.75rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HsFMeNxbSk7yI3tfugD4s6OJHhaemvR7 { width:17.6875rem;height:7.125rem;top:6.4375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBWJml1dsP0X7lSbVlqw152NOryn7Dup { width:16.6875rem;height:9.0625rem;top:15.875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QU7PRBd6HAFo2wD1uK9x4HxJUa1fAzlI { width:10.1875rem;height:4.5625rem;top:28.125rem;left:0rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d89KQV9xwgg6oLd5W0QGST5xVFXZ3xNd { top:0.6875rem;left:3.9375rem;width:27.8125rem;height:118.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdxItAGUwRsKurTBaTsaUmT38rIRrdCE { top:97.9375rem;left:14.25rem;width:17.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlrEa0zScCMi2LPyCUtZTU0ag7FTXpzI { top:64.875rem;left:14.1875rem;width:17.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0JhTfP8mcih7ENvVHr82JC2usQx46z { display:block; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AcuUOabIR2E9LqmnSrABBkbfirEuCZOb { width:33.125rem;height:4.5rem;top:6.625rem;left:12.9990234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxiwPXSeiSO0uR47TB6bdvxmqtyIF9nd { width:15.0625rem;height:4.5rem;top:1.25rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaO9K64fMNTTnH2e28VmCcmXePpczubf { width:32.875rem;height:3.5625rem;top:1.75rem;left:13.124132156372rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIoyOyrRroHPEQMzn5tptEfakeCQWra8 { top:0.75rem;left:0rem;width:47.75rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { display:block; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { top:3.5rem;left:21.237773895264rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { top:2.5625rem;left:40.75rem;width:6.3125rem;height:2.1660638733368rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6koQsuJn2XttPOEdhplM97RQOnMLV01 { top:2.125rem;left:41.375rem;width:6.3125rem;height:2.9709668879367rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { top:1.25rem;left:33.6875rem;width:6.3125rem;height:4.7656599002814rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ { display:block; }#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJM6I47gWnDabBTXbxQBqGAMk7HMgOCO { width:36.6875rem;height:3.5625rem;top:8.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR3VVAtZEo41aL37Vf8t88hsyBoUlo0W { width:22.3125rem;height:4.5rem;top:2.5rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEbo9wJ27h8GipzrVTRsiENJ49sNHRSc { top:7.3125rem;left:30.8125rem;width:16.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiAGtoiXz6z5eh1TaumXCIzN2MT5zRb { top:14.625rem;left:0rem;width:30.25rem;height:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L29CBaN7z1KifFBqgvvlZ5yUKvAedsD9 { width:15.6875rem;height:5.5rem;top:20.75rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN { display:block; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIi3Gp5yxl0i5mA8N5Cf26H3KAZGpNzr { width:47.75rem;height:6.625rem;top:1.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IObyEP45TeaoffSo35SoIGTBpxsVB2WR { display:block; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZ1Jtm8SUVVt5P3fpdr1NKDEflO0dfTR { top:2.25rem;left:4.75rem;width:38.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp { display:block; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9glv3zi6lBAiPCqF7XiVuT4DEGGl5fT { top:2.25rem;left:4.75rem;width:38.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 { display:block; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrDtuE4NuteQLtV2znHAX3fRX6yTRsso { top:2.25rem;left:4.75rem;width:38.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { top:10.25rem;left:0rem;width:25.875rem;height:;font-size:1.0625rem;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { top:11.0625rem;left:15.875rem;width:31.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { top:1.75rem;left:0rem;width:19.6875rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQo6IhmSn2gQxT6MQ5Uf8ihLpVwpozmQ { top:8.1875rem;left:38.75rem;width:9rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { top:14.0625rem;left:37.0625rem;width:10.6875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { top:8.1875rem;left:38.75rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { top:12.3125rem;left:0rem;width:41.8125rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3ipgyknVMoaGGHR3T1zNas5P4FWs5M { top:2.5625rem;left:0rem;width:47.75rem;height:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtWv8JAnM35aHC2q1zVVF3IubeK46ZJ { top:14.5rem;left:0rem;width:37.9375rem;height:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { top:2.6875rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { top:23.625rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { top:15.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { top:14.125rem;left:0rem;width:13.0625rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { top:13.0625rem;left:5.9375rem;width:39.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl { display:block; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXWRPLXn1ktol13haNS7GcZ31adWokTT { width:3.25rem;height:3.25rem;top:20.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTCLpIh0HsOJFvtIyzWlWE9VRB5I39e { width:12.75rem;height:8.3125rem;top:27.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoJUAHCtJWqdbXNvNA9d87qlvDnuFPp { width:47.75rem;height:6.625rem;top:5.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVhq5wJl0L4oqlTGmsbrmeLKscJTdV7 { top:18.3125rem;left:0rem;width:14.5625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdeDRUgIgTmDuqoark2uDw8VnTfWxAoy { top:18.25rem;left:9.375rem;width:14.5rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #eygQLGG5zCRgiNsgBoT4sZBSoVuhKUqg { width:11.75rem;height:11.625rem;top:27.0625rem;left:12.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lbrThv3NOGT0BCQ7dH2P6upUITgpPD { width:4rem;height:4rem;top:19.9375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQmbRIwmvkDqG03DdCLMVWJa17ouvPm { top:18.25rem;left:21.25rem;width:14.5625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLGUXtzA5KT5sWUzoyb0SMGZzEkDvRU8 { width:13.1875rem;height:9.9375rem;top:26.625rem;left:22.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUy04hbkTATIbHBB4BxONiUDPaHAVWC { width:3.5rem;height:3.5rem;top:20.1875rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Qg8KEGaMZKHNbTuN5ZeHqMzLoxHRTz { top:18.25rem;left:33.1875rem;width:14.5625rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2EJSfOzmLZyd9Rc2LfSCsJrKC6ZUMu { width:11.4375rem;height:4.9375rem;top:26rem;left:36.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RriPgRVi8CO6EdtSzXLZQOrCzagzF5iL { top:41.1875rem;left:0rem;width:14.5625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfcuipQTGUWCpLepNM8usc9AJQvfWwgg { width:12.75rem;height:11.625rem;top:48.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryOOnQ55womCzXzrbzGhXq9lEd6PePWa { top:41.25rem;left:9.375rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwc4EVwi83IqUdWPPALWZx3UHg5QXwxA { width:12.375rem;height:11.625rem;top:48.6875rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tazI6cvBoCTzkyOyTbyInwNSqP2cdUhy { top:41.25rem;left:21.3125rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUSDTVKTSIpMkvKkSDBzJXD9hFqoR9gg { width:11.9375rem;height:11.625rem;top:48.75rem;left:23.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0dvT0gWByeIzwsZiOkV0rNxpntplU8C { width:3.625rem;height:3.625rem;top:20.125rem;left:39.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZhmRaW45mF7PGl6g8K4tw498okHiZKc { width:3.625rem;height:3.625rem;top:43rem;left:28.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1mnvlhVTWDIA6y11RxmXWIzlt1yidV { width:4.25rem;height:4.25rem;top:42.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvwfIZwRyzklCkuGrs7IMnRExOgBWPu7 { top:41.25rem;left:33.25rem;width:14.5rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzHTRu8oavDLliP9WREl7yP1iUxpzd0t { width:11.9375rem;height:8.75rem;top:48.75rem;left:35rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LplzHHAzVthmrcmwOIqaJvMTrUUywD { width:4rem;height:4rem;top:43.3125rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6b7CpON8qCbAxZlNWELGo8Dl16sybuR { width:3.0625rem;height:3.0625rem;top:43.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbJO7yAmRD2R6sQ934OqvWSJN8knVCH { top:19.3125rem;left:3.34375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxhNUKqfEEzLMZUtBwyWiNTnTTWeXAsg { top:19.3125rem;left:15.28125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQivAnv7MmXX7NT5ArdTbRmm54SeXx1e { top:19.3125rem;left:27.21875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAIyheoXBsHnHrURMwAAE9J9sSTBUw3G { top:19.3125rem;left:39.15625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQ11Kc2F4mscW9nRELDhX9AUW9pQGCP { top:42.25rem;left:2.625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Tw76m2XkIoUP11qq3A6u3XZTU5FFEv { top:42.1875rem;left:27.21875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgsa1mKaSQOf8isGdFT9RSl3cOxL5Uz1 { top:42.25rem;left:15.0625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuuTzr6KO6TVBzLnrmSXDeNcxCHwFse { top:42.1875rem;left:39.15625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:block; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:32.75rem;height:6.375rem;top:3.0625rem;left:8.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { top:0rem;left:0rem;width:47.625rem;height:67.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { top:3.375rem;left:0rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.3125rem;height:3.4375rem;top:4.8125rem;left:36.561849594116rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:15.375rem;height:11.625rem;top:9.9375rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { top:3.375rem;left:14.999729156494rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3125rem;height:3.4375rem;top:4.875rem;left:16.687229156494rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:14.3125rem;height:8.25rem;top:9.9375rem;left:16.687229156494rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { top:3.375rem;left:29.9375rem;width:17.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.5rem;height:2.3125rem;top:5.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:13.75rem;height:9.9375rem;top:9.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { top:26.0625rem;left:29.9375rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { top:26.25rem;left:14.999729156494rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3125rem;height:3.4375rem;top:27.9375rem;left:16.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3125rem;height:11.625rem;top:33.25rem;left:16.687229156494rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3125rem;height:3.4375rem;top:28.0625rem;left:35.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.75rem;height:6.625rem;top:33.3125rem;left:34rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { top:26.0625rem;left:0rem;width:17.8125rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:15rem;height:11.625rem;top:34.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:12rem;height:5.375rem;top:28.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { top:25.375rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { top:2.5rem;left:39.6875rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { top:1.9375rem;left:4.966796875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { top:26.3125rem;left:24.4375rem;width:8.3125rem;height:7.1327101182125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { top:3.375rem;left:25.338314056396rem;width:8.625rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { top:27.5rem;left:3.5rem;width:9.9375rem;height:7.1421937703931rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { display:block; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:47.75rem;height:2.8125rem;top:11.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:47.75rem;height:5.625rem;top:3.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:24.5625rem;height:21rem;top:2.125rem;left:23.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:24.5625rem;height:14.9375rem;top:22.0625rem;left:23.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { top:0rem;left:0rem;width:32.6875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:47.75rem;height:14.9375rem;top:0.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { display:block; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { display:none; }
 }@media only screen and (max-width: 763px) { #GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l { top:2.125rem;left:0rem;width:47.75rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceS97nmmNPvFWE7Q965dMeKApQ4T2oo { display:block; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQg8aDStUiSt4zvrqJdWmTmCn6t0z6PI { top:2rem;left:5.71875rem;width:36.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8G99cxX8Z07pdvd6peBkHcFsu8T389F { width:46.75rem;height:6.3125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdHZBVVeXa5LdH2M5ZH8mcLxK01RdfZT { display:block; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:47.75rem;height:6.625rem;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDaV0on9kD6qQ94XOcEsXeGehU9xlKOu { width:20rem;height:;top:12.1875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAhBaE2Xb15LvUDdmbHUDqlNbLd1ypyW { width:20rem;height:;top:1.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:35.875rem;height:11.4375rem;top:1.125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:35.8125rem;height:19.9375rem;top:11.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:47.75rem;height:21.5625rem;top:34.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:20.875rem;height:31.40634515039rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { display:block; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:47.75rem;height:3.3125rem;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:block; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { top:1.6875rem;left:0rem;width:45.625rem;height:9.4240794409269rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { top:26.125rem;left:0rem;width:45.9375rem;height:11.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { top:13.6875rem;left:0rem;width:46rem;height:10.42314476605rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTuh34wPhSBPOzfubtfDXieVOEOkL0L { display:block; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSwZqJPSdPU8rSUkCu5TdONhLV0WPToW { width:18.5625rem;height:3.5625rem;top:21.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXyTMSMyneWIgv1r1A8CKfTmtSs7Bqn { width:16.5625rem;height:6.625rem;top:26.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo8hWhVilA3odfwKmvI4XJTHZGSE7Cn2 { width:17.5625rem;height:7.125rem;top:21.8125rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCH30UwfarI40vubuVSkb3T84hw5RlCG { width:16.875rem;height:4.9375rem;top:30.5625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDAO5K2aNyZMte2fqTAXvLJGBNrvZNf5 { width:16.875rem;height:1.75rem;top:21.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvvEZSDn6rwhsuom8Swy3NQOw9PXHCb { width:18.375rem;height:9.9375rem;top:25rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhivrG312iLDxysiWolLkv6Ku4gNXrzu { width:18.0625rem;height:6.5rem;top:5.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJhDPLaZrLrdFfHpfav3GTPTrap9SxA { width:16.875rem;height:1.75rem;top:42.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsCJGqCQlvrz1zoVCnDSNfH4cdihKXH { width:16.875rem;height:1.625rem;top:44.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRysrHV0P3mZ6aSmbedp3fq84glZn5BI { width:16.875rem;height:3.5625rem;top:59.125rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkxKoQLyZIOltevgzLPs2FwfFwqH6sQc { width:16.875rem;height:3.3125rem;top:63.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgxPcXnwErUJsygVacfWTkA3RHkTAr1k { width:16.875rem;height:3.5625rem;top:59.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsqmhIFHE7fC5IA0uzk6EXaUiqizVfl { width:16.875rem;height:1.625rem;top:63.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4kKPbMJpQeUNLTiC9A379Spzyusqok { top:2.0625rem;left:0rem;width:12.4375rem;height:1.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOL8aRZldT6fHI6v3nRdisR0pfATLRFe { width:15.375rem;height:3.4375rem;top:5.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzlR4FioIffHUMOrBPJQfTTNOTSCJnLD { display:block; }
 }@media only screen and (max-width: 763px) { #XGmaMgNxtlRFq0qPJkfHF3yIdxu9vfdE { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnS8x2fUPy6pivlC2yuzLnfJ4GCLLZQd { width:16.875rem;height:1.75rem;top:59.125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRT5cOxXGnmIL0PpZZXpm6qbCXB9nSO { width:16.875rem;height:3.3125rem;top:63.625rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4dRnwZ78nvFSq4XqVJblrQqQ7MLgNOl { width:16.875rem;height:3.6875rem;top:42.0625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xphu5o8xsGvAqFGOSIvqOlRbynOPd3eT { width:18.3125rem;height:4.9375rem;top:46.3125rem;left:13.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApozaIMCTHui33sH7LAFpvG5OiA0UFPA { width:16.875rem;height:1.75rem;top:42.0625rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cORRwSWrg0zdy6KxHGNTvms7Z94w7q95 { width:16.875rem;height:1.625rem;top:46.3125rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyfbC8k6vsNrqbpt0BOTtXX2kEkcPd28 { width:4.0625rem;height:4.0625rem;top:1rem;left:21.791666666667rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKrPi6HQGTa27fxVF94rLJEsvE1oDgTG { top:14.375rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Z6LLJogkC3L6UmTsrOiroPoaXfnWKP { top:15.8125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWVF2UUHo64D8J0ofqRJZkCDqwpynw9 { top:36.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzH593wRtD40Pq8hv93cb59hK6bhzMMi { top:53.25rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFBvSBARhXKM78ZtHQu6ZJ8ax680aRn { top:53.25rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJRhITx7FyybIx2QIkxX2zznSobzf4B { top:53.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SfWiu0yZkC8iWeSRZGh8vP2svEEL4a { top:36.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnSZp6rDha3CLx4pXvAZemQ5BeGkM2in { top:36.3125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dB7ETeqv8pPU0z9fiBoGC8r1LIrvV0 { top:14.4375rem;left:0rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { display:block; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kko0N4cgXvalEVHNbWZoC69547d3TarU { display:block; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvOAmGieKGJzUVQtpb7avkUL9l1ZgLpQ { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npxtn8TbsLU7QEOcKsbXO1QGsGlxNRml { top:2.3125rem;left:0rem;width:47.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3mF9qVx0o10bxDrmsI4xsy4g7AEG4y { width:40.5rem;height:11.875rem;top:8rem;left:3.59375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T { display:block; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9lBxQ5NwlPk06hlVSIQ7xL9mSslG9Rq { top:0.5625rem;left:0rem;width:47.75rem;height:26.708578143361rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V { display:block; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAVtTbfCO69qR32CMCkv3FKQzwRrUBrQ { top:0.9375rem;left:0rem;width:47.75rem;height:26.775700934579rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh { display:block; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXiEdAqTk0Ig2CrzVzNklGEWALkLn7ZV { top:1.4375rem;left:0rem;width:47.75rem;height:26.759781357883rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 { display:block; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUan93TFy1IVMv6OE8un78bdEcch70JM { top:2.8125rem;left:0rem;width:47.75rem;height:26.649884925201rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg { display:block; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiMIomlRMTID8WdwApIamEBSvwQ136VM { width:18.5625rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpbaOFqx1zd1r4EpbuU3NArByGelSq2q { width:14.625rem;height:3.3125rem;top:26.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsITTPrKSNCUvlgzOOVMDESPex9ZayvZ { width:19.125rem;height:5.3125rem;top:23.75rem;left:12.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDBFH6KKJVLmGLZU58pLmXs9kRwPgIZ { width:16.875rem;height:4.9375rem;top:31.0625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmTVqhhq3gK9k1DSLGisSATWLhccaTv { width:16.875rem;height:1.75rem;top:23.6875rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDu8fZrIoL3pzx5tUg2TQP1KXThqF20q { width:18.375rem;height:9.9375rem;top:26.875rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PTesdXTTmdsgks36nVphGSUr3MgH3A { width:20.125rem;height:9.75rem;top:5.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1sEA9Q6GkI0JcD1ewt7P2CC0S41r4G1 { width:16.875rem;height:1.75rem;top:43.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVtXzf5I6IQBEbr5qCgc6HTvS4kugtAr { width:16.875rem;height:4.9375rem;top:47.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DvnZTCrwvV91iKvoExGlzllUKHxLmf { width:16.875rem;height:3.5625rem;top:42.6875rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkXnv1rD34uWfxiz0b8ovqfWfB8pHQ9 { width:16.875rem;height:3.3125rem;top:47.375rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu30gW3mTwE96COfNMPR0F0OAifmcrhN { top:2.0625rem;left:0rem;width:12.4375rem;height:1.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnHVSkBqwndhy5gDxhFCsHpsRwivGJ8v { width:15.375rem;height:3.4375rem;top:5.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMpnz5rDyVEhkAKB1Qe4zTRuO4uw0Tr5 { display:block; }
 }@media only screen and (max-width: 763px) { #owAT4hb3FzTSqh68kgoW73XNGhK6w2cf { width:16.875rem;height:1.75rem;top:42.75rem;left:30.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEJ6rpJKJrNZTUlCJQplAKJXCZ7aze8 { width:16.875rem;height:3.3125rem;top:45.375rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRglk3qV6pWv0WC8pFkGt3sD0qT559tk { width:16.875rem;height:3.5625rem;top:59.4375rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7nGTMHITf204dG06y5spP2wq5xmSJZ { width:16.875rem;height:3.3125rem;top:64.375rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXowD1y3TQC2LfszKLeImFFq1cnC3DPn { top:16.25rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtaPaSJICmhKwDpOx0N3Lkt0agFAW4hm { top:16.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRETVSu941h5pnHK2cSbEGKfsg4z8t0z { top:37.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEusVtK42Ir3VS2hSy81Z3rzWbzzIOb0 { top:37.875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS4h3WRFht41GPpFDpkTx8AB1dvLFi6 { top:38.0625rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OFytDuKCCRZlb2hyAXIyiGhLkawnF8 { top:3.25rem;left:20.124458312988rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaoRuemT7rFfXmw6bmX8q0O1xmMH9p1U { width:15rem;height:3.3125rem;top:61.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLT7zG193AWS5oT9onumTg4NeIfULL9m { width:16.875rem;height:1.75rem;top:59.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahH9JbXmP2C8sOnwIBcNiX4ERcnJmmSc { width:15rem;height:4.9375rem;top:63rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxReNldTTuGe8SF2TORcZ315PE9Re5am { width:16.875rem;height:1.75rem;top:59.4375rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kORfCF8vhZpMJ0N81VK2sqvK27xrcQJR { top:52.875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyrf88HuTn0WRLTDTaGFPCJmvGC0G9kB { top:53.75rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1TsIgZ9ivcffUQK9Gffg86cmiGFSNO { top:52.3125rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqr4AihpP0P03T0NTv3nRuJnUaT50Cm { top:17.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UniJKwCskkwmtwVvvA5WLueMqO3npNW5 { display:block; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E81kIWAD2NHbps678FXQdPdh3BnrkrBs { width:18.5625rem;height:1.75rem;top:23.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyE61SmKF5yTDcd3EuBppBPCbNW1oZ3N { width:14.5625rem;height:6.625rem;top:26.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7q5yJrAzyznwF8qETVclBzkfxJECaHa { width:19.125rem;height:5.3125rem;top:23.75rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqvg89TFoGyetLPrxDfGq2SxRgdnBHyD { width:16.875rem;height:4.9375rem;top:31.0625rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9URnFv7dV2oG63RbSoHEctgqQnbsk7 { width:16.875rem;height:1.75rem;top:23.6875rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0sTykzeq4WTW5FfURiDAaICKDPOyCV { width:18.375rem;height:9.9375rem;top:26.875rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDpFOoFCJ5Pes9iPOkESPZdOaHSUgDgD { width:18.0625rem;height:9.75rem;top:5.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIxWeu1prTFPMtb3lyyBEVR4sqypRynX { width:16.875rem;height:1.75rem;top:43.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRHEZRgwUlvTTeJz0CxtTnMinCDGkc8L { width:16.875rem;height:1.625rem;top:47.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVivmKzoxmZB92T2QavnNI6IA7tTqpRC { width:16.875rem;height:3.5625rem;top:59.875rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RULnm6xTpRFvBbBKGxCEv6HHDytTu0Zu { width:16.875rem;height:3.3125rem;top:65.25rem;left:14.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudzvicrzGQrzl0UoJQ4Tez5LmkCin4T { width:16.875rem;height:3.5625rem;top:59.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOqcxSbvXgv1rBiQ3pD0T1cs6MA14Bf2 { width:16.125rem;height:1.625rem;top:65.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaH9Ics1Rl8XC7JxiTxMy9ku9hdHrMU { top:2.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfGhkrotb3iRXkMNc6hCcTdGAC1ylf8n { width:15.375rem;height:3.4375rem;top:5.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWkdpJbmnFlM4QQSTBM3zoVMQHUbTUTX { display:block; }
 }@media only screen and (max-width: 763px) { #er78B0UvssTVhbVTQSIkESQFnQRRtcKS { width:16.875rem;height:1.75rem;top:59.8125rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOq1ynt8NUU2vB5EFnZxi91mtvM5lhW { width:16.875rem;height:3.3125rem;top:63.4375rem;left:30.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWhADhxwovsvJiFTnImHXH5fyKPlI8fP { width:16.875rem;height:3.6875rem;top:43.625rem;left:14.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAPu6Mit2EcWFksi2TxxWWat5BdZq2y { width:18.5625rem;height:4.9375rem;top:48.1875rem;left:13.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSxox9xpS0aTLHGNnvZKhJQlIbhFhfJC { width:16.875rem;height:3.5625rem;top:76.375rem;left:14.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNKDTS4eDQvtvgBLiEexQsWTcspq16N { width:16.875rem;height:3.3125rem;top:80.75rem;left:14.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaX5mbppoVVfRDiaM3PDFReRpHuZwV52 { top:16.25rem;left:15.875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguRozW7FAzpZsi8NoIrZF4Hnglhq0LC { top:16.9375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwo6956rto7TnoQZ6ED8Hkei2NG1k9Zg { top:37.875rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznmN9ctTiQbKZBdLzyMT21EkKWBKwRz { top:54.3125rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgvG1QsTauoiWweoe4DbBTbh83AinrKd { top:53.4375rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETUuxcelthpxLQMuA40VrGs3FwTfoey { top:53.4375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUp23kdThaRCcwCDHsW1Ragw1WobKJAR { top:38.9375rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdHsHQx4HCrUqAVXBNRG4y6CwfXcIoN { top:3.25rem;left:20.124458312988rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZXDIETVWAn02RJxe6q4SP26UQkP5r3h { width:15rem;height:3.3125rem;top:80.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZtpcb5FJoI7ptPpT2Q0Ue5ssODA1gey { width:16.875rem;height:3.5625rem;top:76.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRZWT1dlsvTVkaJO87EBi29b928LEp2 { width:15rem;height:4.9375rem;top:80.75rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0khZVDxxXQwMbAc6zETbUpzR5VMEgf { width:16.875rem;height:1.75rem;top:76.375rem;left:30.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDL6e0JbZzBlpUOyMBExlOAVWT7fPkX { top:71.1875rem;left:15.875rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQLueP6w1i7Evomd3F5WdBdSRKLVzmk { top:70.375rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbhxp6qOV7CKCUhIltJHSbWWh3VyTTb6 { top:71.1875rem;left:31.75rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAitRhTOZbvw9oWt8pOiaxHuRITwvFLa { top:17.9375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZNGXhiWCgWQaFUUFL1bgLQv0meKZM4 { width:16.875rem;height:1.75rem;top:43.5625rem;left:30.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3kTZfNtT5TxPWPJa55K0MPv6cnuKwOx { width:17.8125rem;height:1.625rem;top:47.3125rem;left:29.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUE5EXUOn03HQXWiNMxlgRSeZ6X9VEqa { top:38.9375rem;left:31.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmPTebExMhUazDhsLNfLwX2G9kgLmca { display:block; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT { display:block; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kff5DVgAPlRyMHPu2FH1vJbuK0M8eS1o { top:10.5rem;left:3.5625rem;width:13.875rem;height:9.208331838505rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzQebJly3vMfv5mJV5QWQHfm2odo75a { top:1.8125rem;left:0rem;width:9.375rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7cPxZu65EGBC0UQNxJAWPT1bZHcksSd { width:29.25rem;height:3.6875rem;top:3.4375rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyx9P7Gn9i2TIunbt0kmssQQzQThIC9f { top:8.5625rem;left:18.125rem;width:29.625rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrw2JsdmydNTRoA511ybEdtC2Cq3VhR2 { top:2.375rem;left:13.5625rem;width:34.125rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { display:block; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { width:47.75rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { top:2.125rem;left:0rem;width:41.8125rem;height:10.733537745283rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { top:14.75rem;left:4.75rem;width:43rem;height:12.979023100279rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { top:29.5rem;left:0rem;width:44.6875rem;height:12.66960115699rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBLTRKshrcyC73hAn7fE4A53JxLekQXr { top:44rem;left:8.3125rem;width:39.4375rem;height:12.854459917468rem;display:block; }
 }@media only screen and (max-width: 763px) { #pChswL8kvdwpJA2dbGdWKqohKf982RUP { top:58.9375rem;left:0rem;width:43.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { top:3.1875rem;left:0rem;width:23.8125rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { top:3.1875rem;left:23.875rem;width:22.5rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:34.9375rem;height:;top:3.3125rem;left:6.3747291564944rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF { display:block; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th50iPuC0uqTt6GCtSVpxXZUS4BDAxop { top:21.125rem;left:0rem;width:45.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV21TEFZLh4M6pbSU4mkq9nyIVQfbDTq { top:26.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnrIz3LTHmTF5Z3NszIEB8wRGsBihGq0 { top:33.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaAGtsr0Mvm54yyN2kINeAVMUrTUo7PQ { top:40rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN5RqVrQyTXXgNzELccPlKufTFNaSK9x { top:55.75rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsOJdRnSz9J9ZwT2lqTvPMTpQHBHvbM6 { top:65.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfKFWNnR5NItnOdyMAEAfZI3TpdW3z6G { top:46.375rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8PqUd9MB66rsRdw4nRlGf3A40g5ISud { top:71.125rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chr2iVTSKXH7cfeTxxGQMJzr3Vp0Txm1 { top:6.625rem;left:0rem;width:47.75rem;height:12.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZttFbakv59n1ZZEogacEbInxX2P1rFa1 { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { display:block; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl { display:block; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p15exUEqK8J6bWJXSlqJkOVenFX7e7Ud { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEvcDL7weQkAaC3R7ukcfVRvqS6vHiUz { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsWcA4457BCkH4IlyBtQENBNGl6DazFq { top:25.6875rem;left:0rem;width:27rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAZC6uMGVrVLhpWBP4WTRyLa1i1SXrSZ { top:32.4375rem;left:26.529346466064rem;width:11.625rem;height:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2g6dppOkMivXuAAVZbS9gIx033h8zX0 { top:34.25rem;left:36.4375rem;width:11.3125rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EccmDkUqCIaaVtcQZdOvaMk9hgJfWD3H { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwF8aX5dJsWl3HGxMRp5XLAv2yAOho1Z { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpkEmNRO4p2AQ7kLGg12n8NiNp0rZUuZ { top:4.5625rem;left:22.25rem;width:25.0625rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afw39dOnven2V6uXyG0S3bDUumroZPwX { width:6.1875rem;height:6.1875rem;top:25.3125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQIxEVrm2FCOIHisFSMo8tiRWZesdyX6 { width:6.1875rem;height:6.1875rem;top:25.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR1JIrnmWlFzWCNIFTk07NutcRFJTtVs { top:4.25rem;left:13.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k352Ar9GH7KQyrL8qtubuLwT4FXP9BXC { top:26.75rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epsZTSslskyDqZ7HaugblLs0QPWLEoMs { top:9.875rem;left:0rem;width:12.625rem;height:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsPvtZ4lvI5W3nVqIrWt36omqqkbJutL { top:10.8125rem;left:8.9271736145019rem;width:14.625rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuPcH1hU3C5cTSEmNwGPSa5KPIgBmQO { width:6.1875rem;height:6.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrRIfErDsVQFePqaZ9SayT4eoitTQTr1 { width:6.1875rem;height:6.1875rem;top:3rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXNrQafQXmxybs63fTNX3zwvsKBAMreb { top:4.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENQvwnTvhBJ8qMz9u8q84LSs0OPTnnkt { top:26.6875rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnD5eXErNse6xdJ5TqcwCGdMMHwtFyV1 { top:53rem;left:20.0625rem;width:27.25rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4qLEZNdMRzd0qArLk4x5V4gqE5TeAn { width:6.1875rem;height:6.1875rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPhaFqQKF1mVM3dls62RDBely2NGkXZD { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXzxlqqUuUGxCS4VMm8i25z1o6374fBC { top:56.125rem;left:0rem;width:12.4375rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVbTnxziElkDOvgozJBIT9Jgl14dBsJJ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6UZvk81xk5Me6Gb60TwUt7cUtsAdgaX { top:50.25rem;left:15.488044738769rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTtTHz7RJCEuenTEibIkp0i8EhCAyNB { width:6.1875rem;height:6.1875rem;top:48.9375rem;left:14.206523895264rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALKyMyizKF71pwDKDfkL9mK8tbf875xR { top:56.0625rem;left:10.718208312988rem;width:12.4375rem;height:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJgWiAurPM7rxHgGk1w7QfOELVtLzpo { top:50.25rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKOgC8nEc5nUNBBoM5rtP0idH2WBNSne { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #siXM4EpzkGAWccPVKRaDbQGr8WiFV7OP { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZiIR9T0yweLUouUWDNgWUXAw0lDQ4AU { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xBobnVW0vFvSlHDKO0cc4FVOfxlXEh1l { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2JnZ1vL61tvJD6nxmU9pXNCk1ESB2ni { width:40.5625rem;height:3.3125rem;top:2.6875rem;left:3.5622291564941rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:40.5625rem;height:6.625rem;top:2.1875rem;left:3.5622291564941rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:47.75rem;height:6.8125rem;top:2.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:47.75rem;height:5rem;top:16.6875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:38.25rem;height:4.6875rem;top:12rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat { display:block; }#TU4mp0mEBvJxTSybkXmyLDh2dTxPKyat > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sr2lod29webRzAZqzkgRLNVm7vF99weR { top:1.1875rem;left:1.65625rem;width:16.6875rem;height:5.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB { background-color:transparent;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; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { background-color: transparent; background-image: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container > .video-iframe-container { display: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container { display: none; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .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); }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { border-width: 0; border-radius: 0; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3GWtMTfVpTEnEJ4dHTRI94oNgi4FuTB > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK354pJhvs3CJgblhtT44OFzvfXkuV8e { width:19.9980625rem;height:6.5800625rem;top:4.4895839691162rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Pp49Teko5UbWulNhbVhd3bHxNEogTo9o { width:20rem;height:3.375rem;top:41.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZT7qvIoT6iaDgmCrOE6HBkGH4Ed18K1 { display:block; }
 }@media only screen and (max-width: 763px) { #bSabo2toqz4im6NPT0ilhdfd5LyAI7bR { width:19.9980625rem;height:2.69921875rem;top:1.0078125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;font-weight:700;font-style:normal;font-family:"open sans";color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #QEdOtSintUbXaLMeKycT1uJOHtTaRlTi { top:13.3125rem;left:1rem;width:18rem;height:17.1865rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ORpThgmDysASNfOGp2TumkKcMXAlv1E1 { width:10.1875rem;height:3.125rem;top:2.396484375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkam7PuKIk9Rr0yR7UByUM9ZtZOxtrtg { width:11.5625rem;height:4.2246125rem;top:35.25rem;left:1rem;font-size:3.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15002;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #CmeKRDuEWarfvKE4VO2qq2ZzUviI4RVK { width:18.375rem;height:2.51855625rem;top:32.75rem;left:0.8125rem;font-size:1.9375rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15003;color:#2b92d0;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfsvTGvTXXhvcmhTvLuJophMsE4BGOI7 { top:31.625rem;left:0rem;width:20rem;height:8.4375rem;z-index:14999;border-top:0.0625rem solid #2b92d0;border-left:0.0625rem solid #2b92d0;border-right:0.0625rem solid #2b92d0;border-bottom:0.0625rem solid #2b92d0;background-color:transparent;background-image:none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49nEGtSOrlcsxutoWWcTTVLCKG2siLa { width:19.99975rem;height:0;top:26rem;left:0.00025000000000119rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #m3cNHF3mUl2tkxNDbrHV9a8TDtTLuzbK { width:19.99975rem;height:0;top:28.3125rem;left:0.00025000000000119rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:700;font-style:normal;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #Ab9gctgbISmzJzP0Eb4Azc0JTE5mV61W { width:19.75rem;height:11.5rem;top:25.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc91bgxxqf5UhFPFFD1EyQEaOh3PLTy5 { width:2.5rem;height:2.5rem;top:36.3623046875rem;left:15.5rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv { background-color:transparent;background-image:none;display:block; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { background-color: transparent; background-image: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row > .video-iframe-container { display: none; }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .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); }#xdTTE44kDeyGqgdCJbAqBC02Dep6WeRv > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqObGD5WMkhW4TIagEF8LEPF2GsVlgaD { width:17.75rem;height:4.38574375rem;top:2.0625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R0uOowO4bherJrKT1iTqgu2WRiqvkoPG { width:14.375rem;height:2.92448125rem;top:7.8798828125rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dMZsGGTln4aWeZeZrozTSPklTSgnhgOL { width:20rem;height:12.8125rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sf7DS2HmvLol8J6VwVHzHKrakXOuG7Nr { width:2.625rem;height:2.625rem;top:10.2392578125rem;left:16.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #I8i2vomXuIsCnPqEMlTXtmrTcnsPGi3W { top:0rem;left:0rem;width:20rem;height:14rem;z-index:14998;background-color:#2b92d0;background-image:none;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM { background-color:rgba(255,255,255,0.63);background-image:none;display:block; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { background-color: transparent; background-image: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row > .video-iframe-container { display: none; }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .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); }#aFCWCft7kPVxUWXvMAnUKMFC7myWDOwM > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHsX2kwAk17qvJvvxfRNgT3l6Ky2qGyz { width:16.5625rem;height:6.5800625rem;top:1.6162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #cev6HquZydxhnNeEsL1UoTKOGkTTzzaH { width:7.625rem;height:7.625rem;top:5.44140625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch { background-color:rgba(233,233,233,0.59);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:none; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row .container { border-width: 0; border-radius: 0; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rn8lTp2sZA6S6KCRue9UZqiTv2n47bch > .row .container { width:20rem;height:357.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pscPq6L94KS0AZb0NoCCEoHW8xWrTbVO { width:17.4956875rem;height:2.11198125rem;top:230.875rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sBN1KgkqX3Z0Q00v89B2TqBc91VSWIcm { width:13.747125rem;height:3.37384375rem;top:226.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2kWNQs9mZneR5hfDN83Loo7KsKTTm2 { display:block; }
 }@media only screen and (max-width: 763px) { #QkvQmhWs0UWeblWNk03dv9B3edO06keb { width:17.497125rem;height:2.2747375rem;top:222.75rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTMoFhKcWKyPde4gOTfuTu2rM4rdTAqg { width:19.874875rem;height:2.5996125rem;top:219.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcrgaiDVDbEEgmChV7qV3w1kzI52LQ8r { width:19.874875rem;height:1.7871125rem;top:186.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ3BgwRPxiZ75qbuWLUwOIyHXmZynZVo { width:19.874875rem;height:5.3613375rem;top:210.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li161KQTTGd1c6ECFSkDx8zdiaMzZ8KQ { width:17.25rem;height:2.5996125rem;top:189.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOxRJ81piZ1Uh7v5QDtcMntT7vgZm2a { width:13.7485625rem;height:3.37456875rem;top:199.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K43DRT1x5yh9rzNzrlertg30GNyCdTMq { display:block; }
 }@media only screen and (max-width: 763px) { #pn6hl2b6mIT19lyzAazHgQf4hR4i1Vif { width:17.4985625rem;height:1.0559875rem;top:65.5625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bemGSeVdhAS2rk6EtpvmIz2m45G1Ukat { width:18.4360625rem;height:2.11230625rem;top:207.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5LqGtnTHpyQdDn3tpANRGzfbMBTwbsZ { width:17.4985625rem;height:1.54361875rem;top:180.0625rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMEgqJOzLMZbq6SHqpZzBVv8uV2cVwR { width:19.874875rem;height:2.5996125rem;top:183.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2ZWwdn3ZwpbgxAk6i3RthUJpmJfy47D { width:17.4985625rem;height:2.11230625rem;top:194.6875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJCRyTDFtbTVdAnOpdXFb01T2coTJpxL { width:17.4985625rem;height:3.74855625rem;top:82.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTe42z51ZxmoTFhkMrWAeDTOE8c38IsQ { width:19.8734375rem;height:1.7871125rem;top:80.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOb90ZxBxzsndMfdJIUDkrv2shSpAVm3 { width:12.4363125rem;height:1.29980625rem;top:147.875rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEWUIlPqvN0dtZoaNisWnGORHnV8Wtdu { width:19.0625rem;height:1.8684875rem;top:249.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKEITrNsT2ECDO1PLnLTVS8Eb3Ph5fdI { width:8.685625rem;height:8.685625rem;top:180.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPpk6UAH5SgbQHnEzfyme6q20rDwDyQc { width:19.3125rem;height:124.4375rem;top:0rem;left:0.34375rem;z-index:14993;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;background-color:#2b92d0;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) { #SP6BCekum2tWIv4MkkCGfnR8txnl2ozF { width:17.5625rem;height:12.125rem;top:1.4365234375rem;left:1.21875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtUS7A02i1ghhht5I4MTfGtBzlkzeDrl { width:18.75rem;height:120.125rem;top:0.75rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSOPTsNmzU68KuBKbEvUOaSywou6LJko { width:17.6875rem;height:3.4375rem;top:52.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #haTtR0cQpMzzhMekMeLimJxVzzeQ5H1k { width:17.625rem;height:4.24973125rem;top:60.399460792541rem;left:1.1869566440582rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #LczTf6Hqko58GlaJGyrTyqT10e8PrW1B { width:17.9375rem;height:3.1875rem;top:194.1875rem;left:1.1875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG { width:17.625rem;height:27.509125rem;top:150.625rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#EyivPDxdPJ9wF72JTEuxpF3yl0VfTGXG li:before{  }
 }@media only screen and (max-width: 763px) { #xdNTW94yQEo9oPT9ChfaHTsxsbEhJtQ5 { width:13.7485625rem;height:3.37456875rem;top:315.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAIaT6TMIQ8NLzWrQz6WV2JAemZBT8qi { display:block; }
 }@media only screen and (max-width: 763px) { #CtgTXkQWsqPuAs6RPQKzQvN3WXBSZXG7 { width:13.7485625rem;height:3.37456875rem;top:346.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7FMuVncJP8rTZEBIoI0tfqZyf71PbRb { display:block; }
 }@media only screen and (max-width: 763px) { #OOE4XtdNnay9D9SMz3qzqCl49TgTlvgq { width:17.4375rem;height:12.1875rem;top:127rem;left:1.2976190476191rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #TGLHtqqLAz99XG94UOQFkZXsdG9qq0Ib { width:18.4375rem;height:3.73698125rem;top:140.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6FBMiy8K37hL2frIaxC482QZtTqOcRd { width:12.4355625rem;height:1.29980625rem;top:254.125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr { width:17.5615rem;height:33.8333125rem;top:260.4375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#Dsrx8WkHuhfNrbxW7glt6sFPJXSW2abr li:before{  }
 }@media only screen and (max-width: 763px) { #IceGUUhLQlhv6npBVZDnwXEJHSEpHMsf { width:8.6863125rem;height:8.6863125rem;top:296.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUpVp3797GylfEXzhit1GlLX7GTxRyMW { width:17.4985625rem;height:1.54361875rem;top:295.6875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEMN22aigvkDZaP7xEQ6ddZOwabVaaAf { width:19.874875rem;height:1.7871125rem;top:303.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHP9tLW0Rtx54UPkGUUtFgF0BhH5aWF { width:17.4985625rem;height:2.11230625rem;top:311.1875rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZi4CLABMszvB74HzNwLRbeM6K4hcyrh { width:18.4360625rem;height:2.5996125rem;top:307.3125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzeesRXrOVP2HWVxwBbh1RkmmSHJMq9L { width:19.3125rem;height:108.6875rem;top:125.9375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVHpeipUIi5loCHo3bLgFdrMCOKD9k9z { width:17.4985625rem;height:1.0559875rem;top:319.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyoGei2eQ3K8GmoJQew5uLhluIpkbkna { width:18.4360625rem;height:2.11230625rem;top:321.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtG3z0Q5gimpqfmDDetDelLvBiiOJCOX { width:19.936375rem;height:5.3613375rem;top:324.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcZHsHTeTQTMIK0GdtXfVrnKKyqEdON5 { width:19.0610625rem;height:1.4622375rem;top:331.3125rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsQdBXnFJQzyxl446PbZw2P85mG2WrdU { width:19.874875rem;height:1.7871125rem;top:334.4375rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bioewamUMiGUMkmUli6kBUzgvpcQbHlJ { width:18.7485625rem;height:2.5996125rem;top:338.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFJcXHeAotJ4SBtkqOVCVqNb3BhwCE43 { width:17.4985625rem;height:2.11198125rem;top:351.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOBfuDDMKZJRCh2gmQrmoHi6q47ai52i { width:18.5619375rem;height:2.11230625rem;top:343.0625rem;left:0.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #egSaE08ttiRrpFByblBFRknV0XNpcOQa { width:17.4985625rem;height:3.74855625rem;top:342.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLE4gbPqHIfhlsHUWEExgfXD5aOHLhN0 { width:18.686375rem;height:2.5996125rem;top:299.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzJfasBXVCycoLWkCTGzwls315yZkEyz { width:17.6875rem;height:2.625rem;top:307.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrgDctPCGVPGGMZsxKH3TdDiWWQ23I8L { width:17.3125rem;height:11.625rem;top:236.9375rem;left:1.25rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Cnp7zVaPSRSal23wwyqKkCTkHur5EVgg { width:17.999875rem;height:1.8684875rem;top:256.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mofuRSrNNHTa1LO53Cq5snfvKNqeT7 { width:17.1875rem;height:5.75rem;top:14.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1T23oz3grOdSiv9gztbMWWtFgkW87wL { width:15.812375rem;height:1.8684875rem;top:15.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkr1EAC5Vq1xrs7UpWipdVT9MN9AdeJa { width:12.4363125rem;height:1.29980625rem;top:145.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f394FIfFKhfS7dyueq50tFlVNkVdVVbW { width:12.4355625rem;height:1.29980625rem;top:251.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MielP7Z4AWpILLM5QWVSbbXRU48dRqVn { width:12.4370625rem;height:1.29980625rem;top:17.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q09NuVFbgfRdbF5TP59fuf3IDxoTV19P { width:12.4370625rem;height:1.29980625rem;top:19.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqUMvHm22l3fgKy8L7LkpZTIZlGesNK { width:17.999875rem;height:1.8684875rem;top:22.0625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XolRfiUzh030Ee0ROxsDyPPr47VZPmCt { width:16.9994375rem;height:17.5rem;top:24.5625rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#XolRfiUzh030Ee0ROxsDyPPr47VZPmCt li:before{  }
 }@media only screen and (max-width: 763px) { #vwVtnb5TRzS3RgkGBZi3REg1JPLA1Dnn { width:19.6860625rem;height:1.54361875rem;top:43.25rem;left:0.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5aDP1s3Ad3fzkeogF8s9HDGO1SDgqF { width:19.874875rem;height:2.5996125rem;top:46.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQU2KPDFAQEJp3X9rvSReqMSl5UMJH28 { width:8.6870625rem;height:8.6870625rem;top:43.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQmJedu7SiuEcQTxrpM6TKzI7py3K1ZM { width:19.874875rem;height:1.7871125rem;top:49.375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ESOOszPtdwaTKF9qTT4gcxmh4mwlVb { width:19.874875rem;height:5.3613375rem;top:70.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBoivMh1heo0nEqhqIeer9KKPggkWAhL { width:18.998875rem;height:1.4622375rem;top:77.375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHJHFnTr5mmQnbKgQQ6ENtWTzAkvbHl5 { width:19.874875rem;height:1.7871125rem;top:216.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlTn7iVTwTQgv9lGzEdy3yuyuLNsip9b { width:17.18675rem;height:2.5996125rem;top:83.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKn4SZIkzV9mhCQaWDhphpvq2fFIs1Zs { width:17.5rem;height:3.3125rem;top:87.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9uhMsDqeLbQfycIQN7DkgVNhnAgWbzE { width:17.4985625rem;height:2.11230625rem;top:88.3125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft8Sckvqcx42owDWJKx7DLDVKxgXvHOd { width:17.49925rem;height:2.11198125rem;top:97rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFX5eAcEIgK9Bag6Ugru17ITf131Erg { width:17.5rem;height:3.4375rem;top:218.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6dCfW1iN3fXGxuR6mkLp61OAnkx59Bo { width:13.74925rem;height:3.37456875rem;top:92.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4woN3JPexKmKLtPfuocEwvEr893WCTc { display:block; }
 }@media only screen and (max-width: 763px) { #hZnGMSBTqqLByHwLMDAUSt66OD0e1cpZ { width:19.874875rem;height:2.5996125rem;top:52.875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSwtkqgcKi7Z1qUn38pa8oSWe3ydK3yD { width:17.49925rem;height:3.62485625rem;top:56.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6045wiapI0xbTldSbsuZnok0rDNtv1u { width:17.49925rem;height:2.2747375rem;top:57.4375rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx93GJaIqxp5tzvPxc5c2vhoHHayrFOr { width:17.5rem;height:2.8125rem;top:222.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzl8Uhm5xrEpNM1DmxbFrGTraL9JxbkU { width:13.74925rem;height:3.37456875rem;top:61.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFvW3DTpUPfgNQ87JDEB0ITfgy1s1bH3 { display:block; }
 }@media only screen and (max-width: 763px) { #mAxXh52WMGFI4UMdqD4GB3ZTKUzUoewv { width:17.4985625rem;height:1.0559875rem;top:204.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIQPG7al2wJLNL7qWibETVBoNRKk5JA8 { width:18.43675rem;height:2.11230625rem;top:67.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWPKue2rgTc9cdMcRT2RmStTXGEBEgDv { width:10.7494375rem;height:2.5996125rem;top:100.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #ASpHCO4vr9xTJT8RmWVOo6FgwaMOoL3P { width:17.687375rem;height:7.1484375rem;top:105.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #VgqpE1xZmnIwRTSbnqTyJNc0LgqtQvn0 { width:16.6869375rem;height:9.0989375rem;top:113.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #v6ZPwCo1yJkhMnHBvhfTbzMJVSlduaZx { width:10.187375rem;height:2.5996125rem;top:100.1875rem;left:9.875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #uvXyexGzWpn3nLOvl7nUpZOQaBc3hi1f { width:17.5rem;height:4.75rem;top:99.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8RMuNhhapNM2RUF7P10J5qi3oHVClUD { width:16.9994375rem;height:3.24941875rem;top:256rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzXenMLUu3QVMymlvEmbVGDJseb1bpgX { width:17.1875rem;height:3.5625rem;top:20.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4LhHnxR79AuvnWt9Tn7bJM03N3uqJOr { width:19.3125rem;height:120.0625rem;top:235.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ4voODBoUlufP4OfzIluV8THzN1Ky6C { width:17.49925rem;height:3.749275rem;top:310.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxRmaeWPM6AtMmFOILCfvpm7QuC6wPVg { width:17.5rem;height:4.75rem;top:99.5625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nMLbuouc8nMogpTe1BNRuQ7cSychQQkv { width:17.5621875rem;height:3.749275rem;top:337.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ZPT6baqeoxSFThxPfVTgZuEZO48u0q { width:17.3125rem;height:3.1875rem;top:189.4375rem;left:1.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH { background-color:rgba(233,233,233,0.59);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; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { background-color: transparent; background-image: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container > .video-iframe-container { display: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container { display: none; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .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); }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { border-width: 0; border-radius: 0; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DdnNWZxRPPsrQhh8Z7JwpPJZ8wcmbprH > .row .container { width:20rem;height:236.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQRPgm0Qn7764o4BiV8uJDM5EaWv03fH { width:19.0625rem;height:1.8684875rem;top:141.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeEaTLcJta1dDHpTX2Wc6VDCX6JSEQIt { width:19.3125rem;height:124.4375rem;top:0rem;left:0.34375rem;z-index:14993;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;background-color:#2b92d0;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) { #l3fTFE5r284HCrIuILAoLx2mBS69TyXT { width:17.5625rem;height:12.125rem;top:1.4365234375rem;left:1.21875rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZa73lpxqtSJ9se5bPZXUqVBu2sv9Py { width:20rem;height:104.3125rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGe44CrEWNvmufaTZXtn6Xud4HZABHPT { width:17.625rem;height:4.24973125rem;top:60.399460792541rem;left:1.1869566440582rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #ulEJo2D6Lqez0T0b6fIU2JMTRTKT8e9s { width:17.9375rem;height:3.1875rem;top:52.580078125rem;left:1.03125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #wz3BzvGvGQrR0vr4ix0S4nIkni0JspRK { width:13.7485625rem;height:3.37456875rem;top:192.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJl8PzGTz4qRDznQ0Vtp2w9wTKTLV1T { display:block; }
 }@media only screen and (max-width: 763px) { #T9DraUicrJNkSn9uGMCDeS8qRwc7drCm { width:13.7485625rem;height:3.37456875rem;top:226.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfGJWPo42d9VycHsqAD9cBguppZFANrw { display:block; }
 }@media only screen and (max-width: 763px) { #Lce31mQdD9SOrInBAnQWfeAqWCtpbz89 { width:19.375rem;height:1.29980625rem;top:145.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUFDCDm4lsA6744QiDp2LUvqu4xubNnh { width:17.5611875rem;height:24.4375rem;top:147.6875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#qUFDCDm4lsA6744QiDp2LUvqu4xubNnh li:before{  }
 }@media only screen and (max-width: 763px) { #oqTCMgTpH1k7c7yDWkSXpT1bqgClrUra { width:8.6863125rem;height:8.6863125rem;top:174.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1TkPc93emVZc23v4RTTtvkdpPvnntt { width:17.4985625rem;height:1.54361875rem;top:173.3125rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv6xu2HkKRM8tpqDFWAlKJ02lbv2CZ7D { width:19.874875rem;height:1.7871125rem;top:181.4375rem;left:-0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEk2Xp3P3H991gl3wD0C0LasP7Ov1Ass { width:17.4985625rem;height:2.11230625rem;top:188.8125rem;left:0.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcSx41lkeLLHVuRo523bFDJhAsz5sxz { width:18.4360625rem;height:2.5996125rem;top:184.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIyicxheROHhXEsr2EL2KlwluAvkig6r { width:17.4985625rem;height:1.0559875rem;top:197.0625rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTtPDyvLa4PdXK3lTEpdDPJDqTVKLgKT { width:18.4360625rem;height:2.11230625rem;top:200.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDzsmX5igclSK5xTd6FyNVK7wGPnzrfR { width:19.936375rem;height:5.3613375rem;top:203.125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SicT6xtUAUya9rJRKoBT5gBd97CCm6aQ { width:19.0610625rem;height:1.4622375rem;top:209.875rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yn6BDZ9mDlO2XeMBa1Vcqigh2mEFPQG4 { width:19.874875rem;height:1.7871125rem;top:213rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG5EQstFFtr0pT8hG5MA4Ckt0eaCt1dT { width:18.7485625rem;height:2.5996125rem;top:216.6875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDE5gCCtl6r0xPz1RAgdZg1BTT1zhbl1 { width:17.4985625rem;height:2.11198125rem;top:230.9375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utTcp82n5GUa4dsSPMG26Pume3WZlAN5 { width:18.5619375rem;height:2.11230625rem;top:221.625rem;left:0.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSE6KSKC7GFE62vxhTtsX9v73eQv15T1 { width:17.4985625rem;height:3.74855625rem;top:220.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV7t5eXyKgeW4ZDg1guP67yPLW5h5TJf { width:18.686375rem;height:2.5996125rem;top:177.125rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSu4fZH2WpanM5pVpztItn3QhzSuw8eu { width:17.6875rem;height:2.625rem;top:184.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6bvWuWVokCItdOkqHMZQDSnoi0Tm79K { width:17.3125rem;height:11.625rem;top:128rem;left:1.3437501192093rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #Iha7IttCRIvMqT2mcwSyLnNPdWNwU7lp { width:17.1875rem;height:5.75rem;top:14.6875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL1cWeGSLA33SxoAhWX12xykEE62t2Od { width:15.812375rem;height:1.8684875rem;top:15.5625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey0aqGZngfJ9emldDqWdGz0Rz8enzlMa { width:12.4355625rem;height:1.29980625rem;top:143.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIq26XE8cUZnV7giWBZtsKQLx3dOwNa5 { width:12.4370625rem;height:1.29980625rem;top:17.4375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNznlkQ38dSkTwzdJKxqIhTIrFM2GOqu { width:12.4370625rem;height:1.29980625rem;top:19.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh { width:16.999375rem;height:19rem;top:22.5rem;left:1.5000001192093rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#PUBbQ8EtMndZ91ZSBdkLdJe6HGUi8veh li:before{  }
 }@media only screen and (max-width: 763px) { #LeHZJgcczzAIlqhm9NyEX4q5cgWoTvoQ { width:19.6860625rem;height:1.54361875rem;top:43.25rem;left:0.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AiDmmkGwGhCu2ZZZ7RKLzRxrDuk2ao0m { width:19.874875rem;height:2.5996125rem;top:46.1875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPnoIyn5OWILekIIff8CvFXSCbkJKDO { width:8.6870625rem;height:8.6870625rem;top:43.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwaTzuUEwrwIVZOlH2HFXEWhc8ZNkUTG { width:19.874875rem;height:1.7871125rem;top:49.375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be6N0dU2WSOwAZrPD3Ts0rvTTEoyvq73 { width:19.874875rem;height:5.3613375rem;top:70.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG0ZuqfBrxUNRl1kOyCTUfpZqO1p0Fbk { width:18.998875rem;height:1.4622375rem;top:77.375rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS7FbivpSpWe9IOIaglTbNs43BbJFFgc { width:19.874375rem;height:1.7871125rem;top:80.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScNazf94zDvThWrVyJugSdqT9ynfBBhW { width:17.18675rem;height:2.5996125rem;top:83.4375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1pQqzkNVh8xHrr9LlKOt9QSUJU7qKyJ { width:17.5rem;height:3.3125rem;top:87.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4RuTzzZtKTxmgM7bF7DCutRfUFgkeKo { width:17.4985625rem;height:2.11230625rem;top:88.3125rem;left:1.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk3fH7BU0Qm9rmdNUE5TyGG6FnAal1Re { width:17.49925rem;height:2.11198125rem;top:97rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyHdTWtB5dpGPuyHpfxA2wNkQfBawZcP { width:17.5rem;height:3.4375rem;top:83.017578125rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7RJ1SrPvGzuCWy14c7ACiBC1cbFOfy { width:13.74925rem;height:3.37456875rem;top:92.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNeRmucBKKWKWnfKPBQZM38CfkqAuaDD { display:block; }
 }@media only screen and (max-width: 763px) { #mNbuqmu8U1sxnuLve1ldprhGMOn3sPyM { width:19.874875rem;height:2.5996125rem;top:52.875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHXItVVaVeQLTInEp1RxS8NBaCUdIWrg { width:17.49925rem;height:3.62485625rem;top:56.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTZgxBqImgVWObuhylnfdqsu9yxVheE { width:17.49925rem;height:2.2747375rem;top:57.4375rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnRW2TFSXRHWbuxh9Ohu9pKehQ2wFdKW { width:17.5rem;height:2.8125rem;top:188.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm6c13XgHB3FIMo0K8hqVnKfBcv6Voor { width:13.74925rem;height:3.37456875rem;top:61.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeyOHaFytDAoKIIqb0i8PUdKqXthR2U3 { display:block; }
 }@media only screen and (max-width: 763px) { #wISAn5W2aXmGqb0SUk6FTZHyJTEaZ4qm { width:17.4980625rem;height:1.0559875rem;top:65.4375rem;left:1.2500001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4OLgw4C4c8TQla77SecHusJnoFq7v3U { width:18.43675rem;height:2.11230625rem;top:67.5rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNEOn95kUlkHGy2onbIFvbzQiDIg7wTc { width:10.7494375rem;height:2.5996125rem;top:100.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HsFMeNxbSk7yI3tfugD4s6OJHhaemvR7 { width:17.687375rem;height:7.1484375rem;top:105.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ffffff;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BBWJml1dsP0X7lSbVlqw152NOryn7Dup { width:16.6869375rem;height:9.097625rem;top:113.6875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #QU7PRBd6HAFo2wD1uK9x4HxJUa1fAzlI { width:10.187375rem;height:2.5996125rem;top:100.1875rem;left:9.875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #d89KQV9xwgg6oLd5W0QGST5xVFXZ3xNd { width:19.3125rem;height:107.8125rem;top:126.75000762939rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdxItAGUwRsKurTBaTsaUmT38rIRrdCE { width:17.5rem;height:4.75rem;top:97.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlrEa0zScCMi2LPyCUtZTU0ag7FTXpzI { width:17.5621875rem;height:3.749275rem;top:216.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE0JhTfP8mcih7ENvVHr82JC2usQx46z { display:none; }#uE0JhTfP8mcih7ENvVHr82JC2usQx46z > .row .container { width:20rem;height:140.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AcuUOabIR2E9LqmnSrABBkbfirEuCZOb { width:16.6875rem;height:0;top:7.10807800293rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #oxiwPXSeiSO0uR47TB6bdvxmqtyIF9nd { width:20rem;height:0;top:1.2513122558594rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #yaO9K64fMNTTnH2e28VmCcmXePpczubf { width:17.6875rem;height:0;top:2.2356872558594rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#ff1e1e;display:none; }
 }@media only screen and (max-width: 763px) { #kIoyOyrRroHPEQMzn5tptEfakeCQWra8 { width:20rem;height:138.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm { display:block; }#ncRMdbyUSkT3wESnhQaLlHLLTdTCVHCm > .row .container { width:20rem;height:6.423828125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qkmO40slTqwlt8yxWGm8tVb2rvhpRCEf { width:12.49925rem;height:1.29980625rem;top:1.3736953735351rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8r678dShbNfuOsLCJh6Qn70RAhFyuL3 { width:4.93706875rem;height:1.6247125rem;top:4.0791387557983rem;left:6.3744217157362rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6koQsuJn2XttPOEdhplM97RQOnMLV01 { width:5.24956875rem;height:2.37485625rem;top:3.7037038803101rem;left:13.436777710914rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFWn53WPxzrOfNFrgQRHz50UX8ePOdWn { width:4.0625rem;height:3.0625rem;top:3.3615446090698rem;left:0.92013895511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ { display:none; }#u8TOzv2fnc9f3bxMBTGAITxGqQJncQyQ > .row .container { width:20rem;height:44.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZJM6I47gWnDabBTXbxQBqGAMk7HMgOCO { width:17.625rem;height:0;top:10.828533172608rem;left:1.1869566440582rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #GR3VVAtZEo41aL37Vf8t88hsyBoUlo0W { width:12.061125rem;height:2.599825rem;top:16.6875rem;left:1.75rem;text-align:left;text-align-last:left;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #cEbo9wJ27h8GipzrVTRsiENJ49sNHRSc { width:14.4375rem;height:14.4375rem;top:1.392391204834rem;left:2.7489132881164rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiiAGtoiXz6z5eh1TaumXCIzN2MT5zRb { width:17.0625rem;height:13.8085625rem;top:28rem;left:1.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L29CBaN7z1KifFBqgvvlZ5yUKvAedsD9 { width:17.125rem;height:5.5234375rem;top:20.75rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#2b92d0;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN { display:block; }#WkFkOxwFLNc6mxkS58Iq0PWl8ndSmAMN > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIi3Gp5yxl0i5mA8N5Cf26H3KAZGpNzr { width:20rem;height:8.7734375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #IObyEP45TeaoffSo35SoIGTBpxsVB2WR { display:block; }#IObyEP45TeaoffSo35SoIGTBpxsVB2WR > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZ1Jtm8SUVVt5P3fpdr1NKDEflO0dfTR { height:11.176470588235rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp { display:block; }#ZrUcQlJRAqaLROlQBfU2LOUaOzKf6kgp > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9glv3zi6lBAiPCqF7XiVuT4DEGGl5fT { height:11.176470588235rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 { display:block; }#TuG5PegZkC8CgRdceDyocOMw9yyPeeI6 > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrDtuE4NuteQLtV2znHAX3fRX6yTRsso { height:11.176470588235rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC { display:block; }#xEl5aqmhKTIFN3Ouksu7ZFdgB4VnprvC > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41fcef2-b0b0-4117-809a-b45b427a9bc0/niebieskietogrupoey.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.adaptive-delivery-prevent-bg, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyload, #NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS.lazyloading { background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { background-color: transparent; background-image: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2b92d0; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row > .video-iframe-container { display: none; }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .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); }#NWDKnat3A3zxnZnChD3ixi5ETtTBHtzS > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 { width:20rem;height:29.7715rem;top:5.6490875rem;left:0rem;font-size:1.0625rem;color:#ffffff;display:block; }#S8CmaEef3erF7fzNIZhkqCsBOJ7VkW55 li:before{  }
 }@media only screen and (max-width: 763px) { #p1wK2mt9q4RqrEawKHNk2S5TAoWvEI0t { width:17.9375rem;height:17.9375rem;top:38.2460875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRXzZNooeu1pGHwmGRTO9Slr4zupK4x0 { width:19.6875rem;height:2.79980625rem;top:1.25rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQo6IhmSn2gQxT6MQ5Uf8ihLpVwpozmQ { width:8.999rem;height:8.999rem;top:34.1416015625rem;left:11.0009765625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E { display:block; }#TcHZcPTTuh1MivT40mXCKfH1Pp2bJ21E > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpgGTsPmAcoOcGTr6QS6KGMR3fvnGn73 { width:7.499rem;height:7.4365rem;top:18.373046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X05JkXSN0fdJlS2r03TBz8xnI86TXAMD { width:8.9995625rem;height:8.9995625rem;top:17.70978140831rem;left:0.935329914093rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAQmNrWRNv9hpKfZD5BCKm4dAvUEOT1U { width:20rem;height:12.0625rem;top:25.747252464294rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn3ipgyknVMoaGGHR3T1zNas5P4FWs5M { width:20rem;height:16.360375rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WvtWv8JAnM35aHC2q1zVVF3IubeK46ZJ { width:18.124rem;height:9.3408125rem;top:26.70703125rem;left:0.9365234375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M { display:block; }#RkwEtARiwuOqr1gTVfgHqmBM3qh62O9M > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ac2fuMON0XX3RTyooZWRyiscXk3uU4Ii { width:20rem;height:17.847625rem;top:2.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nN6hBtxTAPQfGV2cgyDXacry6VpgPrX0 { width:19.99925rem;height:25.2841875rem;top:39.0625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bV72cJbLHnmDk17LkKh96EXJ3TadnFwr { width:20rem;height:4.38671875rem;top:31rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcm3pIVCNqVSdF2TDaEMGvUyzoB2bb7U { width:11.3125rem;height:8.125rem;top:20.22265625rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iciR4yXTPW8OfSWSp26MfpIlMgkpxz4T { width:19.99925rem;height:7.9369375rem;top:29.1875rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl { display:block; }#qqCnHGz44vcTw5kW09LrTSWHVHPKZKSl > .row .container { width:20rem;height:117.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXWRPLXn1ktol13haNS7GcZ31adWokTT { width:3.9375rem;height:3.9375rem;top:15.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTCLpIh0HsOJFvtIyzWlWE9VRB5I39e { width:10.9375rem;height:7.4365rem;top:15.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaoJUAHCtJWqdbXNvNA9d87qlvDnuFPp { width:19.9375rem;height:8.7734375rem;top:2.5rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.6875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #inVhq5wJl0L4oqlTGmsbrmeLKscJTdV7 { width:20rem;height:12.0625rem;top:13.0625rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdeDRUgIgTmDuqoark2uDw8VnTfWxAoy { width:20rem;height:6.625rem;top:55.375rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eygQLGG5zCRgiNsgBoT4sZBSoVuhKUqg { width:11.4375rem;height:8.9238125rem;top:28.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6lbrThv3NOGT0BCQ7dH2P6upUITgpPD { width:3.5625rem;height:3.5625rem;top:28.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXQmbRIwmvkDqG03DdCLMVWJa17ouvPm { width:20rem;height:13.625rem;top:63.75rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLGUXtzA5KT5sWUzoyb0SMGZzEkDvRU8 { width:12.1875rem;height:8.9238125rem;top:42.8125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUy04hbkTATIbHBB4BxONiUDPaHAVWC { width:3.5625rem;height:3.5625rem;top:42.8125rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Qg8KEGaMZKHNbTuN5ZeHqMzLoxHRTz { width:20rem;height:9.625rem;top:106.755859375rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn2EJSfOzmLZyd9Rc2LfSCsJrKC6ZUMu { width:13.125rem;height:2.9746125rem;top:57.3125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RriPgRVi8CO6EdtSzXLZQOrCzagzF5iL { width:20rem;height:12.5rem;top:26.875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfcuipQTGUWCpLepNM8usc9AJQvfWwgg { width:12.0625rem;height:10.411125rem;top:65.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ryOOnQ55womCzXzrbzGhXq9lEd6PePWa { width:20rem;height:12.5rem;top:41.3125rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwc4EVwi83IqUdWPPALWZx3UHg5QXwxA { width:12.625rem;height:7.4365rem;top:81.0625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #tazI6cvBoCTzkyOyTbyInwNSqP2cdUhy { width:20rem;height:11.125rem;top:79.1875rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUSDTVKTSIpMkvKkSDBzJXD9hFqoR9gg { width:13.9375rem;height:8.9238125rem;top:93.875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0dvT0gWByeIzwsZiOkV0rNxpntplU8C { width:2.8125rem;height:2.8125rem;top:56.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZhmRaW45mF7PGl6g8K4tw498okHiZKc { width:2.6875rem;height:2.6875rem;top:93.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1mnvlhVTWDIA6y11RxmXWIzlt1yidV { width:3.8125rem;height:3.8125rem;top:65.0625rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvwfIZwRyzklCkuGrs7IMnRExOgBWPu7 { width:20rem;height:12.625rem;top:92.25rem;left:0rem;z-index:15004;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzHTRu8oavDLliP9WREl7yP1iUxpzd0t { width:12.125rem;height:5.94921875rem;top:108.125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LplzHHAzVthmrcmwOIqaJvMTrUUywD { width:3.125rem;height:3.125rem;top:81.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6b7CpON8qCbAxZlNWELGo8Dl16sybuR { width:2.625rem;height:2.625rem;top:108.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpbJO7yAmRD2R6sQ934OqvWSJN8knVCH { width:6.375rem;height:6.375rem;top:130.0625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxhNUKqfEEzLMZUtBwyWiNTnTTWeXAsg { width:6.375rem;height:6.375rem;top:193.4765625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQivAnv7MmXX7NT5ArdTbRmm54SeXx1e { width:6.375rem;height:6.375rem;top:208.7265625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAIyheoXBsHnHrURMwAAE9J9sSTBUw3G { width:6.375rem;height:6.375rem;top:223.9765625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oWQ11Kc2F4mscW9nRELDhX9AUW9pQGCP { width:6.375rem;height:6.375rem;top:185.8515625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7Tw76m2XkIoUP11qq3A6u3XZTU5FFEv { width:6.375rem;height:6.375rem;top:216.3515625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tgsa1mKaSQOf8isGdFT9RSl3cOxL5Uz1 { width:6.375rem;height:6.375rem;top:201.1015625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LVuuTzr6KO6TVBzLnrmSXDeNcxCHwFse { width:6.375rem;height:6.375rem;top:231.6015625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT { display:none; }#GoZWuPRrbPHZEXA2LT8QuyBCIn8fbVpT > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gzsUzKBJ0iSeag6CzKy8JXHTJXGcp4ly { width:19.6875rem;height:3.625rem;top:1.25rem;left:0.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2ILJkSyumfaUZqfEOAoFWBi39akLfDH { display:block; }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:rgba(43,146,208,0.1);background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NI1CE24E8yq6BfFr0uSDQualJi0tKR7e { width:20rem;height:4.38671875rem;top:1.2369689941406rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#008abf;display:block; }
 }@media only screen and (max-width: 763px) { #KLdCIKDFvR1dTVr3QD0uUsHafiRQRrUU { width:19.9375rem;height:6.4375rem;top:1.8880205154419rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S { background-color:rgba(43,146,208,0.1);background-image:none;display:block; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { background-color: transparent; background-image: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row > .video-iframe-container { display: none; }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .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); }#TuQKTTVT4C94JqfOUQsOT76dG2zHCb8S > .row .container { width:20rem;height:112.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEB9HrpgQ9IDfzUgg0LcGDdW7RRb9rqS { width:17.8125rem;height:16.1875rem;top:1.25rem;left:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.06) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGBCoRuNptlzfxH6zhRCaHsfGt5KgH { width:10.3746875rem;height:3.3997375rem;top:38.25rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Z1nEyoNUBlE5vGlsmNXepMT91akMbIoQ { width:16.0619375rem;height:8.92380625rem;top:43rem;left:2rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DTpnURkVeiQk1Ob4dUW9d0WWLF5WoflA { width:17.8125rem;height:15.875rem;top:19.125rem;left:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.03) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtDge0BZNfbNxV89nIHbbIIsVTVMUE0W { width:12.3119375rem;height:3.3997375rem;top:20.25rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tWUXddfU3ptfBRN56BgAwsCqVTqNo2Io { width:13.937375rem;height:7.4365rem;top:25.5rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vvORxI86ao5Gt5ccRnEI5fXk9eeuWmzn { width:17.8125rem;height:17.125rem;top:36.8125rem;left:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.03) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4W6ArKpXTRPd8OQlqMFxe9y8fvZ4lKx { width:12.3119375rem;height:3.3998875rem;top:3.2899312973023rem;left:2.0912905931472rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WQn7MynEkrq9waPD2iAnzsT8P0JostIv { width:14.8125rem;height:7.4365rem;top:7.8724060058594rem;left:2.3756513595581rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MJzByWv9l381FmPw14IRyGQvJLlgl1Fw { width:17.8125rem;height:12.5rem;top:97.875rem;left:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.03) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXvtI36onWIQH0H73nH0GLIfcdEv2wTr { width:17.8125rem;height:17.5625rem;top:78.1875rem;left:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.03) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG7EahzKlu2QxHrVvH71i1aTtBTDHdf0 { width:12.3119375rem;height:3.3997375rem;top:79.125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eeTI8FmbsIoAQb8urvBqXU1ufKJBasu6 { width:14.3120625rem;height:8.9238125rem;top:84.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oThQUiMkO6waRclHthfvzUwgFRqL524b { width:12.3119375rem;height:3.3997375rem;top:99.5rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #mNg45KD1W5tHBh79GAcXWOB3t9C5MmhQ { width:13.74925rem;height:4.4619125rem;top:103.5625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #M7ndLEffolH7llaJz6mIFJ3ABJ8PfSeB { width:17.8125rem;height:20rem;top:56.0625rem;left:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.03) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSV0GbUC40ZRi1Be3RsQGUkbtZHLaMzT { width:14.99925rem;height:8.9238125rem;top:64.6875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SMOaJqOaK52lCdvrL6AsJd2G2AS7RuBo { width:11.9994375rem;height:5.5996125rem;top:57.1875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oGTL4yll2rdTOP5gly15O9S8CWKS5Axv { width:5.18735625rem;height:5.18735625rem;top:98.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0wmpTd8i1KJ9wHegkR5G4meme4xbKyZ { width:6.249275rem;height:6.249275rem;top:36.8125rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmsik7TXmxTZGEOKXpf9FJEKocTTlI6S { width:6.9371875rem;height:6.9371875rem;top:1.2478427886963rem;left:11.981337189674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwczfWRWLzJmrpQHL7p4nrGTWgKlTCF2 { width:4.49941875rem;height:3.87441875rem;top:79.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MVWb64ExvNWEp77giwhKA82z7vhNeT { width:7.18675rem;height:6.3744375rem;top:19.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJfoIIwtIpsB40I7voVTExiAcUNgT5A { width:7.8746875rem;height:5.624275rem;top:57.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE { background-color:#2b92d0;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; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { background-color: transparent; background-image: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container { display: none; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .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); }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { border-width: 0; border-radius: 0; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTDUT2gOyOUxUJ8FbRGJBcpasHZSVGxE > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vq26Wb9AJT81EFdWceOwowFSvraUxEsH { width:20rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #troTrbpLJbaSdMLrT4gRiTOuT9IhxrV5 { width:20rem;height:2.625rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.4;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF { display:block; }#w0Jt93G6M4JDZwho0ScpAkbzsbvrT4TF > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18.43675rem;height:16.250975rem;top:1.4988694190979rem;left:0.779079914093rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M70LNFPhNxfc3GIiB65dknMdJ4MJvPPi { width:20rem;height:18.0566375rem;top:40.003875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Fcf2f0N2632kefTnIdkd1W8Reccwyxpo { width:19.99925rem;height:19.99925rem;top:20.049940526486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs { display:block; }#e5meNi8BUchHsv5PKrRNoEtp8vL9mQLs > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TgVZBtdTevMeiLh9SFEKVa0vOghZQN { width:20rem;height:39.7246375rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yWdV7mdfTppcluzG99tJkC161pohvtAB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a89d250e-9ea8-47bb-9d56-66c774ddc5a3/gralodow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB.adaptive-delivery-prevent-bg, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyload, #yWdV7mdfTppcluzG99tJkC161pohvtAB.lazyloading { background-image: none; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { border-width: 0; border-radius: 0; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yWdV7mdfTppcluzG99tJkC161pohvtAB > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { background-color:#ffffff;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kO7m2CkR5pJGHEsTsm1rt9WJZlLIU4gI { top:5.4806346893311rem;left:19.270829439163rem;width:20rem;height:11.25rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #GisKdKFxCFJ2eMGP48fczaVTEJtnbD4l { width:20rem;height:36.5625rem;top:43.0703125rem;left:0rem;background-color:#263e5b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #TceS97nmmNPvFWE7Q965dMeKApQ4T2oo { display:block; }#TceS97nmmNPvFWE7Q965dMeKApQ4T2oo > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQg8aDStUiSt4zvrqJdWmTmCn6t0z6PI { width:20rem;height:15.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8G99cxX8Z07pdvd6peBkHcFsu8T389F { width:19rem;height:4.4375rem;top:17.875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdHZBVVeXa5LdH2M5ZH8mcLxK01RdfZT { display:block; }
 }@media only screen and (max-width: 763px) { #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/ucfCx6g5/pexels_pavel_danilyuk_8423410.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.adaptive-delivery-prevent-bg, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyload, #SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1.lazyloading { background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { background-color: transparent; background-image: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row > .video-iframe-container { display: none; }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .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); }#SRKXeosVr1rO0FOPqE4W2A9lZ290zfG1 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpxylF81ismm0RqfCKi0kqWMIL5XWxTi { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#2b92d0;display:none; }
 }@media only screen and (max-width: 763px) { #LDaV0on9kD6qQ94XOcEsXeGehU9xlKOu { width:19.99925rem;height:4.875rem;top:4.6108226776123rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;color:#2b92d0;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TAhBaE2Xb15LvUDdmbHUDqlNbLd1ypyW { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;color:#2b92d0;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 { display:block; }#aOlIxDG2NlbFFXTLfaJuLP6lVw99s7M5 > .row .container { width:20rem;height:125.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0yKVOvg6PzBT9yW3zJnv7dM8k2APwIr { width:20rem;height:6.0732375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:400;font-style:normal;color:#282726;display:block; }
 }@media only screen and (max-width: 763px) { #qrbWTHoNDulZz5qhKJsnDIpCqHErfO6P { width:19.9986875rem;height:31.23336875rem;top:8.57421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#282726;display:block; }
 }@media only screen and (max-width: 763px) { #VQElmaXZZQl43GNvRrqgiFR5lr40H6IP { width:19.9980625rem;height:50.56830625rem;top:72.908203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;color:#282726;display:block; }
 }@media only screen and (max-width: 763px) { #WR8N3xSugPLuOIC7iJNI8yesSKTrSgme { width:20rem;height:30.375rem;top:40.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#DZixEDLUKzG0NfqerFr3GlGN7w4nN5Sg > .row .container { width:20rem;height:3.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #za9Q7TnDCFOgGtHBAIDTqsGzVsRBldab { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#263e5b;display:block; }
 }@media only screen and (max-width: 763px) { #ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny { display:none; }#ct6yXxIs2W7OIaUblHNdbFQbV3cxOdny > .row .container { width:20rem;height:17.765625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzIINsfeummLqfaM5UuxVDMx2DSgZnUx { width:20rem;height:4.26236875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsaTc4tO3ztgFLRXeQJWkqthK493a8Db { width:20rem;height:5.169925rem;top:12.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzLwtQAgq0PUg0vLXXXoGGd2JuNec9q { width:20rem;height:4.62955625rem;top:6.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { background-color: transparent; background-image: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row > .video-iframe-container { display: none; }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .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); }#m2M9LsBUvVpGKcTgnTASXNUQoNq3qzok > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqEpbf90vN1riVedN6b4AEnmwZC87GaX { width:19.99925rem;height:6.5800625rem;top:1.5219917297363rem;left:0.00072342157363894rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #qzTuh34wPhSBPOzfubtfDXieVOEOkL0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container { background-color: transparent; background-image: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container > .video-iframe-container { display: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row > .video-iframe-container { display: none; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .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); }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container { border-width: 0; border-radius: 0; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzTuh34wPhSBPOzfubtfDXieVOEOkL0L > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSwZqJPSdPU8rSUkCu5TdONhLV0WPToW { width:14.4375rem;height:3.0859375rem;top:10.546875rem;left:5.4990234375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTXyTMSMyneWIgv1r1A8CKfTmtSs7Bqn { width:14.4375rem;height:5.94921875rem;top:14.2861328125rem;left:5.4990234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo8hWhVilA3odfwKmvI4XJTHZGSE7Cn2 { width:14.6875rem;height:6.171875rem;top:21.921875rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCH30UwfarI40vubuVSkb3T84hw5RlCG { width:14.75rem;height:4.4619125rem;top:29.16015625rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDAO5K2aNyZMte2fqTAXvLJGBNrvZNf5 { width:14.625rem;height:1.54361875rem;top:35.466796875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXvvEZSDn6rwhsuom8Swy3NQOw9PXHCb { width:14.375rem;height:11.8984375rem;top:38.009765625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhivrG312iLDxysiWolLkv6Ku4gNXrzu { width:16.749rem;height:4.38671875rem;top:4.001953125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufJhDPLaZrLrdFfHpfav3GTPTrap9SxA { width:14.5rem;height:1.54361875rem;top:51.041015625rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEsCJGqCQlvrz1zoVCnDSNfH4cdihKXH { width:14.5rem;height:1.48730625rem;top:53.125rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRysrHV0P3mZ6aSmbedp3fq84glZn5BI { width:13.5625rem;height:3.0859375rem;top:78.25rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkxKoQLyZIOltevgzLPs2FwfFwqH6sQc { width:14rem;height:2.79948125rem;top:82rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgxPcXnwErUJsygVacfWTkA3RHkTAr1k { width:14rem;height:3.0859375rem;top:71.0625rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOsqmhIFHE7fC5IA0uzk6EXaUiqizVfl { width:14rem;height:1.3997375rem;top:74.875rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4kKPbMJpQeUNLTiC9A379Spzyusqok { width:12.5rem;height:2.1933625rem;top:0.939453125rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TOL8aRZldT6fHI6v3nRdisR0pfATLRFe { width:15.3730625rem;height:3.4375rem;top:94.8125rem;left:2.3125rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IzlR4FioIffHUMOrBPJQfTTNOTSCJnLD { display:block; }
 }@media only screen and (max-width: 763px) { #XGmaMgNxtlRFq0qPJkfHF3yIdxu9vfdE { width:3.875rem;height:3.875rem;top:0.94010415673256rem;left:14.60416662693rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnS8x2fUPy6pivlC2yuzLnfJ4GCLLZQd { width:14rem;height:1.4622375rem;top:86.3125rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiRT5cOxXGnmIL0PpZZXpm6qbCXB9nSO { width:13.6875rem;height:4.19824375rem;top:88.875rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4dRnwZ78nvFSq4XqVJblrQqQ7MLgNOl { width:14.375rem;height:1.4622375rem;top:56.6875rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xphu5o8xsGvAqFGOSIvqOlRbynOPd3eT { width:14.1875rem;height:5.59765625rem;top:58.6875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApozaIMCTHui33sH7LAFpvG5OiA0UFPA { width:14.125rem;height:1.4622375rem;top:66rem;left:5.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cORRwSWrg0zdy6KxHGNTvms7Z94w7q95 { width:13.8125rem;height:1.3997375rem;top:68.375rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyfbC8k6vsNrqbpt0BOTtXX2kEkcPd28 { width:3.1875rem;height:3.1875rem;top:0.79298877716062rem;left:15.22916662693rem;font-size:2.1875rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #WKrPi6HQGTa27fxVF94rLJEsvE1oDgTG { width:3.6875rem;height:3.6875rem;top:21.171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1Z6LLJogkC3L6UmTsrOiroPoaXfnWKP { width:3.25rem;height:3.25rem;top:35.466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObWVF2UUHo64D8J0ofqRJZkCDqwpynw9 { width:2.9375rem;height:2.9375rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzH593wRtD40Pq8hv93cb59hK6bhzMMi { width:2.8125rem;height:2.8125rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFBvSBARhXKM78ZtHQu6ZJ8ax680aRn { width:3.3125rem;height:3.3125rem;top:85.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJRhITx7FyybIx2QIkxX2zznSobzf4B { width:2.875rem;height:2.875rem;top:71.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5SfWiu0yZkC8iWeSRZGh8vP2svEEL4a { width:3.4375rem;height:3.4375rem;top:56.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnSZp6rDha3CLx4pXvAZemQ5BeGkM2in { width:3rem;height:3rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8dB7ETeqv8pPU0z9fiBoGC8r1LIrvV0 { width:3.5625rem;height:3.5625rem;top:10.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d30294f-b0b1-44ff-8c5c-96316dd0512f/AdobeStock_236934881.jpeg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;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; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.adaptive-delivery-prevent-bg, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyload, #N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE.lazyloading { background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { background-color: transparent; background-image: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { display: none; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .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); }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { border-width: 0; border-radius: 0; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1TO24dHbgkLRdDA8XgTWqlqLXJ0ddbE > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kko0N4cgXvalEVHNbWZoC69547d3TarU { background-color:#2b92d0;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; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container { background-color: transparent; background-image: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container > .video-iframe-container { display: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row > .video-iframe-container { display: none; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .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); }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container { border-width: 0; border-radius: 0; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kko0N4cgXvalEVHNbWZoC69547d3TarU > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvOAmGieKGJzUVQtpb7avkUL9l1ZgLpQ { width:20rem;height:1.85628125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #npxtn8TbsLU7QEOcKsbXO1QGsGlxNRml { width:20rem;height:7.8125rem;top:5.298828125rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tH3mF9qVx0o10bxDrmsI4xsy4g7AEG4y { width:17.5rem;height:9.1845625rem;top:4.09765625rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1.3125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T { display:block; }#w3ltK9NLlzh9ki5up7GbK80MZuZU8Z9T > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f9lBxQ5NwlPk06hlVSIQ7xL9mSslG9Rq { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V { display:block; }#pAvcWB18y9sm8DDomF6mklUi1C0TcQ8V > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAVtTbfCO69qR32CMCkv3FKQzwRrUBrQ { width:20rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh { display:block; }#o4raSyJkJ6kTCCPNXiEHWkZAzbaASZOh > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXiEdAqTk0Ig2CrzVzNklGEWALkLn7ZV { width:19.8125rem;height:11.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 { display:block; }#OMEhiXM6Rckk8oM7oedFPorTVVrppbK8 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUan93TFy1IVMv6OE8un78bdEcch70JM { width:20rem;height:11.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row .container { border-width: 0; border-radius: 0; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQqTfHz1rrv6F82cghGqrZ4Dse9cXmBg > .row .container { width:20rem;height:109.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JiMIomlRMTID8WdwApIamEBSvwQ136VM { width:15.1875rem;height:1.4622375rem;top:12.513021469116rem;left:4.8125001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#212226;display:block; }
 }@media only screen and (max-width: 763px) { #JpbaOFqx1zd1r4EpbuU3NArByGelSq2q { width:14.1875rem;height:2.97395625rem;top:15.51171875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsITTPrKSNCUvlgzOOVMDESPex9ZayvZ { width:14.25rem;height:6.17448125rem;top:20.3125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBDBFH6KKJVLmGLZU58pLmXs9kRwPgIZ { width:14.1875rem;height:4.4609375rem;top:27rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmTVqhhq3gK9k1DSLGisSATWLhccaTv { width:14rem;height:1.54361875rem;top:34rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDu8fZrIoL3pzx5tUg2TQP1KXThqF20q { width:13.8125rem;height:11.8958125rem;top:36.5rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8PTesdXTTmdsgks36nVphGSUr3MgH3A { width:18.9375rem;height:4.38671875rem;top:3.8671875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1sEA9Q6GkI0JcD1ewt7P2CC0S41r4G1 { width:14.0625rem;height:1.54361875rem;top:50.5rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVtXzf5I6IQBEbr5qCgc6HTvS4kugtAr { width:13.9375rem;height:4.4609375rem;top:52.875rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1DvnZTCrwvV91iKvoExGlzllUKHxLmf { width:13.625rem;height:3.0872375rem;top:59.875rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkXnv1rD34uWfxiz0b8ovqfWfB8pHQ9 { width:14.25rem;height:2.97395625rem;top:63.6875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu30gW3mTwE96COfNMPR0F0OAifmcrhN { width:12.49975rem;height:2.1933625rem;top:0.60896682739258rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AnHVSkBqwndhy5gDxhFCsHpsRwivGJ8v { width:15.3730625rem;height:3.4375rem;top:103.744140625rem;left:2.3125rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fMpnz5rDyVEhkAKB1Qe4zTRuO4uw0Tr5 { display:block; }
 }@media only screen and (max-width: 763px) { #owAT4hb3FzTSqh68kgoW73XNGhK6w2cf { width:14.1875rem;height:1.54361875rem;top:68.875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeEJ6rpJKJrNZTUlCJQplAKJXCZ7aze8 { width:14rem;height:4.4609375rem;top:71.875rem;left:4.9375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRglk3qV6pWv0WC8pFkGt3sD0qT559tk { width:14.375rem;height:2.92448125rem;top:86.6953125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN7nGTMHITf204dG06y5spP2wq5xmSJZ { width:14.3125rem;height:2.97395625rem;top:90.6318359375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXowD1y3TQC2LfszKLeImFFq1cnC3DPn { width:3.5625rem;height:3.5625rem;top:20.2890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtaPaSJICmhKwDpOx0N3Lkt0agFAW4hm { width:3rem;height:3rem;top:33.994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRETVSu941h5pnHK2cSbEGKfsg4z8t0z { width:3rem;height:3rem;top:50.5009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEusVtK42Ir3VS2hSy81Z3rzWbzzIOb0 { width:3.4375rem;height:3.4375rem;top:59.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS4h3WRFht41GPpFDpkTx8AB1dvLFi6 { width:2.9375rem;height:2.9375rem;top:69.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6OFytDuKCCRZlb2hyAXIyiGhLkawnF8 { display:flex;width:3rem;height:3rem;top:0.9296875rem;left:16rem;font-size:5.1875rem; }
 }@media only screen and (max-width: 763px) { #FaoRuemT7rFfXmw6bmX8q0O1xmMH9p1U { width:13.875rem;height:2.97395625rem;top:81.375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLT7zG193AWS5oT9onumTg4NeIfULL9m { width:14.0625rem;height:1.54361875rem;top:78.75rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahH9JbXmP2C8sOnwIBcNiX4ERcnJmmSc { width:12.625rem;height:4.4609375rem;top:97.4375rem;left:5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxReNldTTuGe8SF2TORcZ315PE9Re5am { width:14.3125rem;height:1.54361875rem;top:94.9375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kORfCF8vhZpMJ0N81VK2sqvK27xrcQJR { width:3.1875rem;height:3.1875rem;top:86.6953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tyrf88HuTn0WRLTDTaGFPCJmvGC0G9kB { width:3.25rem;height:3.25rem;top:78.7392578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1TsIgZ9ivcffUQK9Gffg86cmiGFSNO { width:3.1875rem;height:3.1875rem;top:94.958984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqr4AihpP0P03T0NTv3nRuJnUaT50Cm { width:3rem;height:3rem;top:12.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UniJKwCskkwmtwVvvA5WLueMqO3npNW5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container { background-color: transparent; background-image: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container > .video-iframe-container { display: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row > .video-iframe-container { display: none; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .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); }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container { border-width: 0; border-radius: 0; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UniJKwCskkwmtwVvvA5WLueMqO3npNW5 > .row .container { width:20rem;height:128.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E81kIWAD2NHbps678FXQdPdh3BnrkrBs { width:15.625rem;height:1.4622375rem;top:10.683594226837rem;left:4.2494217157364rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyE61SmKF5yTDcd3EuBppBPCbNW1oZ3N { width:14.3125rem;height:5.94921875rem;top:13.19921875rem;left:5.6240234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7q5yJrAzyznwF8qETVclBzkfxJECaHa { width:14.75rem;height:5.84765625rem;top:20.75rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqvg89TFoGyetLPrxDfGq2SxRgdnBHyD { width:14.5625rem;height:4.4619125rem;top:27.6875rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo9URnFv7dV2oG63RbSoHEctgqQnbsk7 { width:14.8125rem;height:1.54361875rem;top:35.125rem;left:5rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP0sTykzeq4WTW5FfURiDAaICKDPOyCV { width:14.1875rem;height:11.8984375rem;top:37.8125rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDpFOoFCJ5Pes9iPOkESPZdOaHSUgDgD { width:18.9375rem;height:4.38671875rem;top:4.7740875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIxWeu1prTFPMtb3lyyBEVR4sqypRynX { width:14.9375rem;height:1.4622375rem;top:51.86328125rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRHEZRgwUlvTTeJz0CxtTnMinCDGkc8L { width:14.8125rem;height:1.48730625rem;top:54.1875rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVivmKzoxmZB92T2QavnNI6IA7tTqpRC { width:14.4375rem;height:2.92448125rem;top:82.8046875rem;left:5.291015625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RULnm6xTpRFvBbBKGxCEv6HHDytTu0Zu { width:14.5rem;height:2.9746125rem;top:86.5322265625rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TudzvicrzGQrzl0UoJQ4Tez5LmkCin4T { width:14.5625rem;height:3.0859375rem;top:75.701171875rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOqcxSbvXgv1rBiQ3pD0T1cs6MA14Bf2 { width:14.375rem;height:1.48730625rem;top:79.49609375rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaH9Ics1Rl8XC7JxiTxMy9ku9hdHrMU { width:12.5rem;height:2.1933625rem;top:1.654296875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TfGhkrotb3iRXkMNc6hCcTdGAC1ylf8n { width:15.3730625rem;height:3.4375rem;top:123.744140625rem;left:2.3125rem;font-size:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #pWkdpJbmnFlM4QQSTBM3zoVMQHUbTUTX { display:block; }
 }@media only screen and (max-width: 763px) { #er78B0UvssTVhbVTQSIkESQFnQRRtcKS { width:14.875rem;height:1.4622375rem;top:91.63671875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmOq1ynt8NUU2vB5EFnZxi91mtvM5lhW { width:14.8125rem;height:2.9746125rem;top:94.22265625rem;left:5.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWhADhxwovsvJiFTnImHXH5fyKPlI8fP { width:14.6875rem;height:1.4622375rem;top:58.0625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAPu6Mit2EcWFksi2TxxWWat5BdZq2y { width:14.5625rem;height:5.59765625rem;top:60.4375rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSxox9xpS0aTLHGNnvZKhJQlIbhFhfJC { width:15.1875rem;height:2.92448125rem;top:107.294921875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNNKDTS4eDQvtvgBLiEexQsWTcspq16N { width:15.125rem;height:1.3997375rem;top:111.7578125rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaX5mbppoVVfRDiaM3PDFReRpHuZwV52 { width:3.875rem;height:3.875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguRozW7FAzpZsi8NoIrZF4Hnglhq0LC { width:3.375rem;height:3.375rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwo6956rto7TnoQZ6ED8Hkei2NG1k9Zg { width:3.1875rem;height:3.1875rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hznmN9ctTiQbKZBdLzyMT21EkKWBKwRz { width:3.5625rem;height:3.5625rem;top:82.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgvG1QsTauoiWweoe4DbBTbh83AinrKd { width:3.125rem;height:3.125rem;top:91.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETUuxcelthpxLQMuA40VrGs3FwTfoey { width:3.625rem;height:3.625rem;top:74.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUp23kdThaRCcwCDHsW1Ragw1WobKJAR { width:3.4375rem;height:3.4375rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbdHsHQx4HCrUqAVXBNRG4y6CwfXcIoN { display:flex;width:3rem;height:3rem;top:1.2509765625rem;left:15.791015625rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #IZXDIETVWAn02RJxe6q4SP26UQkP5r3h { width:12.9375rem;height:2.9746125rem;top:102.40234375rem;left:4.9365234375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZtpcb5FJoI7ptPpT2Q0Ue5ssODA1gey { width:15.1875rem;height:1.4622375rem;top:99.52734375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRZWT1dlsvTVkaJO87EBi29b928LEp2 { width:14.6875rem;height:4.4619125rem;top:117.646484375rem;left:4.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0khZVDxxXQwMbAc6zETbUpzR5VMEgf { width:15.1875rem;height:1.54361875rem;top:115.041015625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcDL6e0JbZzBlpUOyMBExlOAVWT7fPkX { width:3rem;height:3rem;top:107.2578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzQLueP6w1i7Evomd3F5WdBdSRKLVzmk { width:2.875rem;height:2.875rem;top:99.52734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbhxp6qOV7CKCUhIltJHSbWWh3VyTTb6 { width:3.0625rem;height:3.0625rem;top:115.041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAitRhTOZbvw9oWt8pOiaxHuRITwvFLa { width:2.875rem;height:2.875rem;top:10.68359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ZNGXhiWCgWQaFUUFL1bgLQv0meKZM4 { width:14.625rem;height:1.4622375rem;top:69.085329055787rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3kTZfNtT5TxPWPJa55K0MPv6cnuKwOx { width:14.75rem;height:1.48730625rem;top:71.602214813231rem;left:5.2500001192093rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUE5EXUOn03HQXWiNMxlgRSeZ6X9VEqa { width:3.125rem;height:3.125rem;top:68.4599609375rem;left:0.228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvmPTebExMhUazDhsLNfLwX2G9kgLmca { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2726c4aa-48a3-4fd2-9cbb-55763026c16d/AdobeStock_3636328691.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca.adaptive-delivery-prevent-bg, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca.lazyload, #WvmPTebExMhUazDhsLNfLwX2G9kgLmca.lazyloading { background-image: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { background-color: transparent; background-image: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container { display: none; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .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); }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { border-width: 0; border-radius: 0; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvmPTebExMhUazDhsLNfLwX2G9kgLmca > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT { background-color:rgba(255,255,255,0.65);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; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container { background-color: transparent; background-image: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container > .video-iframe-container { display: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row > .video-iframe-container { display: none; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .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); }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container { border-width: 0; border-radius: 0; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbNoNL8hRC0THgqBJ2neg7tkTikBcHPT > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kff5DVgAPlRyMHPu2FH1vJbuK0M8eS1o { width:13.9375rem;height:9.25rem;top:28.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzQebJly3vMfv5mJV5QWQHfm2odo75a { width:6.25rem;height:9.5625rem;top:22.625rem;left:12.875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7cPxZu65EGBC0UQNxJAWPT1bZHcksSd { width:16.3125rem;height:6.5rem;top:2.46875rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyx9P7Gn9i2TIunbt0kmssQQzQThIC9f { width:17.375rem;height:12.428375rem;top:10.2587890625rem;left:1.3125rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lrw2JsdmydNTRoA511ybEdtC2Cq3VhR2 { width:20rem;height:25.125rem;top:0.65625rem;left:-0.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { background-color: transparent; background-image: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row > .video-iframe-container { display: none; }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .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); }#MMxNHwouEdkeS4Whq6H5k4tpoLpzDoVU > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7CEfhu5uZBwTmzRkc6dKC3z9Kkx7nBW { width:20rem;height:5.19965625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #L23a87OW7vbx1kRPw0JiJdJO57rpMC0n { display:block; }#L23a87OW7vbx1kRPw0JiJdJO57rpMC0n > .row .container { width:20rem;height:34.14453125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aB7RtdTg0knz0TLC44cdUcmlT24l3kTr { top:1.25rem;left:0rem;width:20rem;height:5.1875rem;z-index:15005;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #HmNvVpak2JRTMMXVo5k5BPy5Q5wzi4Mz { width:20rem;height:5.1337875rem;top:3.436279296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G16dE5BeF2E3L1mFppLfqaLLGFey9Z9W { width:20rem;height:6.0371125rem;top:7.6875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #IDgN0J98GC7UvyZzJ5WkiB5ESQeEoyWI { width:20rem;height:5.669925rem;top:14.9746125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #hBLTRKshrcyC73hAn7fE4A53JxLekQXr { width:20rem;height:6.125rem;top:21.8945375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #pChswL8kvdwpJA2dbGdWKqohKf982RUP { width:20rem;height:4.875rem;top:29.2695375rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.21) ;display:block; }
 }@media only screen and (max-width: 763px) { #k7qwITpb5BC1av295Dqc7EGa4925zRh9 { display:block; }#k7qwITpb5BC1av295Dqc7EGa4925zRh9 > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0amF03o0gZ1X9Fz1TgdkLM3JWwQGWhK { width:20rem;height:7.30956875rem;top:1.25rem;left:0rem;font-size:1.125rem;color:#212226;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUBrBpscF7KtMc1TKilpSvIuXnOTdzzG { width:20rem;height:9.9375rem;top:9.8105625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcWifLgne0RypSt8c9TWqN2tDMK9Xdni { display:block; }#NcWifLgne0RypSt8c9TWqN2tDMK9Xdni > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { background-color: transparent; background-image: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row > .video-iframe-container { display: none; }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .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); }#EchcDxT1l5ntrpPeD2ahMezZ5pRs3vkS > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pElW376CBOal9iWTBVvlC4o070b9GQnl { width:20rem;height:4.38671875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#0f0e0e;display:block; }
 }@media only screen and (max-width: 763px) { #XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF { background-color:#ffffff;background-image:none;display:block; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { background-color: transparent; background-image: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container > .video-iframe-container { display: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row > .video-iframe-container { display: none; }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .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); }#XvAXn9qaTzz5CGnnlmzOM5EbAlm2wMEF > .row .container { width:20rem;height:118.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th50iPuC0uqTt6GCtSVpxXZUS4BDAxop { width:20rem;height:5.523725rem;top:27.985027313233rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fV21TEFZLh4M6pbSU4mkq9nyIVQfbDTq { width:20rem;height:12.4277rem;top:34.977213859558rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TnrIz3LTHmTF5Z3NszIEB8wRGsBihGq0 { width:20rem;height:9.6660125rem;top:48.92578125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NaAGtsr0Mvm54yyN2kINeAVMUrTUo7PQ { width:20rem;height:6.90429375rem;top:61.205078601837rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vN5RqVrQyTXXgNzELccPlKufTFNaSK9x { width:20rem;height:12.4277375rem;top:85.410807609556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xsOJdRnSz9J9ZwT2lqTvPMTpQHBHvbM6 { width:20rem;height:6.9043rem;top:98.981120109556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfKFWNnR5NItnOdyMAEAfZI3TpdW3z6G { width:20rem;height:13.8086125rem;top:70.129557609556rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8PqUd9MB66rsRdw4nRlGf3A40g5ISud { width:20rem;height:8.28515625rem;top:107.44791793823rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #chr2iVTSKXH7cfeTxxGQMJzr3Vp0Txm1 { width:20rem;height:19.3320375rem;top:7.048828125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZttFbakv59n1ZZEogacEbInxX2P1rFa1 { width:20rem;height:4.14258125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P18JXazP48snGcPxOFPfATlRB8lNayUR { background-color:rgba(255,255,255,0.59);background-image:none;display:none; }#P18JXazP48snGcPxOFPfATlRB8lNayUR > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGV7UqcKaeV0IgGA4nH8xav1V8wNXB2r { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl { display:block; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl { background-color: transparent; background-image: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container > .video-iframe-container { display: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row > .video-iframe-container { display: none; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .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); }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl { border-width: 0; border-radius: 0; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqxS31Nood01m0DnzNmgwJi0DRUUqPCl > .row .container { width:20rem;height:127.375rem;background-color:#ffffff;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p15exUEqK8J6bWJXSlqJkOVenFX7e7Ud { width:19.99975rem;height:14.4375rem;top:99.5rem;left:0rem;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gEvcDL7weQkAaC3R7ukcfVRvqS6vHiUz { width:19.99975rem;height:12.0619375rem;top:74.4375rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xsWcA4457BCkH4IlyBtQENBNGl6DazFq { width:19.99975rem;height:13.3116875rem;top:49.5rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #cAZC6uMGVrVLhpWBP4WTRyLa1i1SXrSZ { width:13.5625rem;height:4.1425875rem;top:68.1875rem;left:3.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2g6dppOkMivXuAAVZbS9gIx033h8zX0 { width:12.6855625rem;height:2.76171875rem;top:81.5rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EccmDkUqCIaaVtcQZdOvaMk9hgJfWD3H { width:0.12429rem;height:0.12429rem;top:118.5rem;left:5.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pwF8aX5dJsWl3HGxMRp5XLAv2yAOho1Z { width:15.374625rem;height:0.2494675rem;top:122.125rem;left:1.125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #VpkEmNRO4p2AQ7kLGg12n8NiNp0rZUuZ { width:19.99975rem;height:13.3116875rem;top:12.0625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Afw39dOnven2V6uXyG0S3bDUumroZPwX { width:6.25rem;height:6.25rem;top:61rem;left:6.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #FQIxEVrm2FCOIHisFSMo8tiRWZesdyX6 { width:6.25rem;height:6.25rem;top:73.5625rem;left:6.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QR1JIrnmWlFzWCNIFTk07NutcRFJTtVs { width:3.68685rem;height:3.68685rem;top:36.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k352Ar9GH7KQyrL8qtubuLwT4FXP9BXC { width:3.5625rem;height:3.5625rem;top:74.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epsZTSslskyDqZ7HaugblLs0QPWLEoMs { width:14.5623125rem;height:4.14258125rem;top:30.8125rem;left:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsPvtZ4lvI5W3nVqIrWt36omqqkbJutL { width:15.6875rem;height:4.62890625rem;top:42.25rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmuPcH1hU3C5cTSEmNwGPSa5KPIgBmQO { width:6.24945625rem;height:6.24945625rem;top:23.625rem;left:6.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hrRIfErDsVQFePqaZ9SayT4eoitTQTr1 { width:6.25rem;height:6.25rem;top:35.1875rem;left:6.8125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #WXNrQafQXmxybs63fTNX3zwvsKBAMreb { width:3.6875rem;height:3.6875rem;top:24.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENQvwnTvhBJ8qMz9u8q84LSs0OPTnnkt { width:3.5625rem;height:3.5625rem;top:62.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnD5eXErNse6xdJ5TqcwCGdMMHwtFyV1 { width:19.6875rem;height:13.1241875rem;top:86.4375rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Ps4qLEZNdMRzd0qArLk4x5V4gqE5TeAn { width:6.25rem;height:6.25rem;top:97.375rem;left:6.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #LPhaFqQKF1mVM3dls62RDBely2NGkXZD { width:0.125rem;height:0.125rem;top:122.62162017823rem;left:0rem;background-color:#f2f2f2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #WXzxlqqUuUGxCS4VMm8i25z1o6374fBC { width:18.1875rem;height:5.52344375rem;top:104.875rem;left:0.90625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVbTnxziElkDOvgozJBIT9Jgl14dBsJJ { width:19.99975rem;height:13.81225rem;top:112.8125rem;left:0rem;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R6UZvk81xk5Me6Gb60TwUt7cUtsAdgaX { width:3.6875rem;height:3.6875rem;top:113.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTtTHz7RJCEuenTEibIkp0i8EhCAyNB { width:6.25rem;height:6.25rem;top:111.8125rem;left:6.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ALKyMyizKF71pwDKDfkL9mK8tbf875xR { width:17.56225rem;height:5.5234375rem;top:119.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTJgWiAurPM7rxHgGk1w7QfOELVtLzpo { width:3.68696875rem;height:3.68696875rem;top:98.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKOgC8nEc5nUNBBoM5rtP0idH2WBNSne { width:20rem;height:11.6875rem;top:62.75rem;left:0rem;z-index:14994;box-shadow: none;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siXM4EpzkGAWccPVKRaDbQGr8WiFV7OP { width:20rem;height:12.5625rem;top:37rem;left:0rem;z-index:14995;box-shadow: none;background-color:#ff8200;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZiIR9T0yweLUouUWDNgWUXAw0lDQ4AU { width:20rem;height:11.75rem;top:25.3125rem;left:0rem;z-index:14996;box-shadow: none;background-color:#2b92d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBobnVW0vFvSlHDKO0cc4FVOfxlXEh1l { width:20rem;height:9.0625rem;top:1.49658203125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #s2JnZ1vL61tvJD6nxmU9pXNCk1ESB2ni { width:19.99975rem;height:5.19965625rem;top:3.4279043674469rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#2b92d0;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt { background-color:rgba(255,255,255,0.59);background-image:none;display:block; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { background-color: transparent; background-image: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row > .video-iframe-container { display: none; }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .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); }#aIXOZDqtVA4XcMM5VfGi3wXuNpVSSOnt > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xsVwUFBTqKgpz5LNrSSMLvfPCFVmTwWc { width:20rem;height:6.5800625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#2b92d0;display:block; }
 }@media only screen and (max-width: 763px) { #KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo { display:block; }#KeOAfSPkfKuhXOBWDZ7Z2aCzPF1tw9Eo > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRsLUEH0LP1R5nXG4eCSkNPgxlL2urMM { width:20rem;height:6.9043125rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFPRAz0u9Cr48xzqQK3qeSC92VatKLIR { width:20rem;height:7.55566875rem;top:13.7216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtXBfDR5PMfFUtGGmWrniwLLhrcfKMB { width:20rem;height:3.9375rem;top:10.3466796875rem;left:0rem;font-size:1.125rem;border-top-left-radius:4.1875rem;border-top-right-radius:4.1875rem;border-bottom-left-radius:4.1875rem;border-bottom-right-radius:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NGDwDExdh9gUOCJ67LTr0JU4SvwzTI6q { display:block; }
 }@media only screen and (max-width: 763px) { #by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu { display:block; }#by1I1QeOfLSfAzPDlZqur7rIGOKm9oxu > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lI1qVZW4uSbnM6qk44n3GRuIrCdbBDxL { width:6.8111875rem;height:7.9986875rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #okku2ysSG1B7zCO8q4sTuTCJib14RiTE { width:19.9980625rem;height:5.68359375rem;top:10.4980625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 { display:block; }#cRWzX7sCTdPN0ukWcE6SX6QEPzdegV56 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tz3LAQVsV3ABpyZELUeFfBMTZPTHCWVf { width:19.9986875rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }