.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:214,239,247;--color-primary-1:170,198,246;--color-primary-2:51,173,216;--color-primary-3:0,152,206;--color-primary-4:0,35,73;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebbbfadf-e4d5-45d3-9d05-1f2851160b4a/m_bg.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#p0f8zmnSOqJWlqGLA3DbPVXepS5C8DE6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.8125rem;top:1.2179688215256rem;left:1.4367179870606rem;overflow:hidden;display:block; }
#o4zzO5qRTIVMdUd872MeL1JIVOrDBdo9 { 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:2.1875rem;top:1.3117188215256rem;left:33.249608039856rem;overflow:hidden;display:block; }
#TJw2O2JeABTuo0cohI24TpNpMhlia6Ay { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:1.2179688215256rem;left:45.812108039856rem;overflow:hidden;display:block; }
#WZE0lBXGfcwh6uaDhyOn1V0dqFWMDgJE { color:rgba(var(--color-primary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.0874999761581rem;left:35.853905677796rem;height:2.4375rem;display:block; }
#TKtqKchtN6Ahoxt1Im37bf8GUfiJlxTw { color:rgba(var(--color-primary-4),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.0874999761581rem;left:48.666405677796rem;height:2.45rem;display:block; }
#Pk8p8x1UKtkQBJOpeRSUVHUCFXVwrbpS { background-color:#de2b17;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.62421876192093rem;left:61.812111854553rem;display:block; }
#QsHSrQ9ZTzHPe8WB22bqdztdSSKoUoRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mEMt7MheZVp2cfmz9HPlLv5rHEu3K4SX { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.375rem;left:0rem;display:block; }
#bn5WV5UxvA4q4oeUkr8HZr2pSD5GTyq0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1dEZ0pNyoLKFP6PtB4udT0XJtmivNgG { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.375rem;left:12.749609947204rem;display:block; }
#TaVlOc8uB3SofXTGfz3R7vLpdalGZF5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asrmTwd1R83mHS59FxV1Fe84Tsmkqb8J { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:4.375rem;left:20.187499046326rem;display:block; }
#ThJn7oQrPotzBQwuEkx8JlVkpmWezT85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2Kct9ALkLGtDoy8EufqTCKQUDuksn4c { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.375rem;left:29.500000953674rem;display:block; }
#f8lnD4xRp89E3HZGnJIM8wlTqDb3lMm1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic8dRr3FZWD54ODzGylgxKAFZ1uit9SK { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:4.375rem;left:36.937500953674rem;display:block; }
#W69nGJTWivttAydMVcfXVOXlrx9Ht1VM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XldhnfM3DLfvuWbWIl8eaxLy9nqTeO5Z { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#X595BwvMQ6q6548WRyfHN97asDlVA1LC { 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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:4.375rem;left:43.155858039856rem;display:block; }
#u7vuI3VSF2T82S7MP4M5fe887DgTv70k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container { background-color: transparent; background-image: none; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container > .video-iframe-container { display: none; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row > .video-iframe-container { display: none; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .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); }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container { border-width: 0; border-radius: 0; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#gGFvLJ8gWXymcTVtH5DppiFhKEv5TSDi { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c92e81a0-ca93-4c3a-b369-2ce08c70fa4f/realizacje_hero.jpg");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; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.adaptive-delivery-prevent-bg, #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.lazyload, #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.lazyloading { background-image: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { background-color: transparent; background-image: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container > .video-iframe-container { display: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row > .video-iframe-container { display: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .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); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { border-width: 0; border-radius: 0; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:block; }#PrhGib9lmTXFZOVLgNQmtIF1JGlJN7Jc { color:rgba(var(--color-primary-4),1);display:block;width:48.5625rem;position:absolute;font-family:"lato black";font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.7489471435547rem;left:1.4370174407959rem;height:9.75rem;font-style:normal;display:block; }
#i8qthireJbbhg9XnbB4vflBUKFHJfzLb { color:rgba(var(--color-primary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.048901319504rem;left:1.5620193481445rem;height:2.4375rem;font-style:normal;display:block; }
#eD5UkkhcfHHVH9D72zGaFW9mfNJ7UtTK { background-color:#de2b17;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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"lato black";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.125290870666rem;left:4.6870193481445rem;display:block; }
#S7HWtQt3pAlJvTiSDZ8zB1b2ISGQqW3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULtCR93ZTbcqg56MreWtGO0qTaivmFmB { color:rgba(var(--color-primary-4),1);display:block;width:48.5625rem;position:absolute;font-family:"lato black";font-size:3.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.7489471435547rem;left:1.4370174407959rem;height:9.75rem;font-style:normal;display:none; }
#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi { position:relative;display:block; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi { background-color: transparent; background-image: none; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row .container > .video-iframe-container { display: none; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row > .video-iframe-container { display: none; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .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); }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi { border-width: 0; border-radius: 0; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .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; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LpbfyvhzzNbK0x6pGRxmWrU6CMKbBXrQ { 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:7.062125rem;width:7.062125rem;top:12.81201171875rem;left:0.18711471557618rem;overflow:hidden;display:block; }
#ps98qICxiJAzzZ46B6T7zQfDpQEda75X { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.062125rem;width:7.062125rem;top:12.81201171875rem;left:58.874906539917rem;overflow:hidden;display:block; }
#OeTLE6STkXe2vubPlmGOgD8yPIw1wTDt { 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:7.062125rem;width:7.062125rem;top:12.81201171875rem;left:38.999811172486rem;overflow:hidden;display:block; }
#GRMITvsnDy0GXsN8mq8omNiI58HatDFz { 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:7.0625rem;width:7.0625rem;top:12.81201171875rem;left:20.124906539917rem;overflow:hidden;display:block; }
#LdfGyD9MLhmhgzg5OOy1xJGReql75hbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.874603271484rem;left:1.5615367889404rem;height:2rem;font-style:normal;display:block; }
#q7mzm3elSXKTel7UGcQivIkX4PfaXFbV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.874603271484rem;left:60.437406539917rem;height:2rem;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; }
#v4io5IsehvirBoGx1vaGNraG7PKiOG6u { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:19.874603271484rem;left:40.312021255493rem;height:2rem;font-style:normal;display:block; }
#IBr4wbkCLgk1r9R30QOZU2HsfdWRUAAk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.874603271484rem;left:20.124906539917rem;height:2rem;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; }
#r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:22.061141967774rem;left:1.5615367889404rem;height:5.35rem;font-style:normal;display:block; }#r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
#Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:21.999420166016rem;left:60.437406539917rem;height:5.35rem;font-style:normal;display:block; }#Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
#S4604VuH51SwUbp638TU6euwVB91VSN6 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:22.061630249024rem;left:40.312021255493rem;height:5.35rem;font-style:normal;display:block; }#S4604VuH51SwUbp638TU6euwVB91VSN6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S4604VuH51SwUbp638TU6euwVB91VSN6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
#nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:22.061630249024rem;left:20.124906539917rem;height:5.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
#rPXn2SWrkOCdOrcmBLApKyLvHmR9TJTf { color:rgba(var(--color-primary-4),1);display:block;width:45.06175rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.260986328125rem;left:1.3744220733643rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl { position:relative;display:block; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl { background-color: transparent; background-image: none; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row .container > .video-iframe-container { display: none; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row > .video-iframe-container { display: none; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .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); }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl { border-width: 0; border-radius: 0; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .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; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rMHVx2OAhOTgOqrD3ESmXnTAH13EWkfC { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 { position:relative;display:block; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 { background-color: transparent; background-image: none; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row .container > .video-iframe-container { display: none; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row > .video-iframe-container { display: none; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .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); }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 { border-width: 0; border-radius: 0; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .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; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { background-color: transparent; background-image: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container > .video-iframe-container { display: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container { display: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .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); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { border-width: 0; border-radius: 0; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#QmmArIpyn4QITN2WcT9oAet8t8cff34b { color:rgba(var(--color-tertiary-0),1);display:block;width:45.25rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1385040283203rem;left:1.4999046325684rem;height:7.8rem;display:block; }
#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { background-color: transparent; background-image: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container > .video-iframe-container { display: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container { display: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .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); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { border-width: 0; border-radius: 0; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#oW3KgZ6vTGP41bvcB5CeuMafmb8zrnoo { 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:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;overflow:hidden;display:block; }
#e4qX4KdwT7VKmgeSqBvIhJtKdzHFzVhc { 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:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;overflow:hidden;display:block; }
#AvWNG3dD7eBGedBh6rgxEOPxQWlnOqrC { 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:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;overflow:hidden;display:block; }
#h6is2Vsg9kKoLVf0PtDPGdczyIM3bO7h { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.25rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NpkHnrVGblPXsEVRffiT4QSP6nu4sdGI { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:32.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#lW16EBHJV9DdptpLik9AFTMykDkHMJgA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:56.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#u2QoJr5LPSgqia84d1fO9Gdemm0rDHJy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem; }
#DHTDyUmLVcbhRT7CiifIthXydfRaXyrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.4375rem;left:48.375rem; }
#Sp2bSwCOAF3baPQW8a54E4z4KbstBEp4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.4375rem;left:70.125rem; }
#STQrsLX48rtidB8S2WDn79D1wzz2INdl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem;display:none; }
#TDN7kIXSaDTWJJLAUWlPrX2FFdcO2Jti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem;display:none; }
#MXzpAge3wRzW8LBWprEtS2bqhldNH7Hk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem;display:none; }
#kcdaVvUIdcG9rAyHIL8hhIspRtHe7KWo { box-sizing:content-box;height:6.875rem;width:6.875rem;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:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:9.0625rem;display:block; }
#rz3h2ZkHZ2Jm9qFiwSdCTHIuMc5bl28T { box-sizing:content-box;height:6.875rem;width:6.875rem;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:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:34.0625rem;display:block; }
#BtcUyi2RwwxaxTHxRGAvNdCfDTkKS3on { box-sizing:content-box;height:6.875rem;width:6.875rem;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:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:59.0625rem;display:block; }
#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { background-color: transparent; background-image: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container > .video-iframe-container { display: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container { display: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .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); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { border-width: 0; border-radius: 0; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#Zmm4rGafbf3B4L6AelIC39UTfTUq8cQA { 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:6.25rem;width:6.25rem;top:1.875rem;left:34.375rem;overflow:hidden;display:block; }
#cWvaZqPeJhObxyRZoTNClggwTLuxDmIy { 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:6.25rem;width:6.25rem;top:1.875rem;left:9.375rem;overflow:hidden;display:block; }
#TVIdcGIfWWeyNMhhXviGLT7uTmWfWZTl { 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:6.25rem;width:6.25rem;top:1.875rem;left:59.375rem;overflow:hidden;display:block; }
#RDPd90CMN2hIOOZRnibeLa8Qk7GQxIdK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.25rem;left:7.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vQFhVNCemzsm2Z8btwvlPCsvau4hKnIA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.25rem;left:30.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mRa6VoS1Fi5JwmIamAkmJfbRuucwUGc1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:55.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#fxrb2V0hMsnTT9SeAPE6fDxtuLAvAruh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.4375rem;left:48.5625rem; }
#u9MLppGOv69QbBn9QUn6Wc1h7FCQ4hm4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.4375rem;left:23.5rem; }
#EM3l9aDHLDkIBFTeCiLuhe803votEfir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.4375rem;left:2.125rem; }
#Vu5MTJPmw20nnIPyKmmX6eFCz8DtfDu6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem;display:none; }
#qnZv2douAOGF5I3nCo0UPduiC7qX4Vz4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.4375rem;left:23.375rem;display:none; }
#Kaxu9nF7pb6pDIkCqNtTpBxFI0yTxfIg { box-sizing:content-box;height:6.875rem;width:6.875rem;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:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:59.0625rem;display:block; }
#PRP0xdXGH077AoQwcShFp4xEKMOSA9o6 { box-sizing:content-box;height:6.875rem;width:6.875rem;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:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:34.0625rem;display:block; }
#pi4TXJrkWibL2HkMBsUtCv18BHHAQTrc { box-sizing:content-box;height:6.875rem;width:6.875rem;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:15000;background-color:rgba(var(--color-primary-1),1);background-image:none;top:1.5625rem;left:9.0625rem;display:block; }
#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa { position:relative;display:block; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa { background-color: transparent; background-image: none; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row .container > .video-iframe-container { display: none; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row > .video-iframe-container { display: none; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .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); }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa { border-width: 0; border-radius: 0; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .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; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 { position:relative;display:block; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 { background-color: transparent; background-image: none; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row .container > .video-iframe-container { display: none; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row > .video-iframe-container { display: none; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .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); }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 { border-width: 0; border-radius: 0; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .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; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nLwV6FnGBP5kwTEDraVTCRb71qHTGyPH { color:rgba(var(--color-primary-4),1);display:block;width:45.0625rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:1.6871147155762rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#ylHhDtK6tmP1C9wuxxv3WbFbTPMXTSaU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606676101684rem;left:1.6869220733643rem;overflow:hidden;display:block; }
#CwKnRTn3xLmvsVN1T9gWXuXTHe8DNIdP { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606676101684rem;left:51.059514999389rem;overflow:hidden;display:block; }
#iZxPJVITxD4UsuHSVkhkDVxMFDMfWSbI { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.230615615845rem;left:1.6869220733643rem;overflow:hidden;display:block; }
#uVFI8wEHpFw3skCh3bQ26LLspxEVZ9FT { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.230615615845rem;left:26.561536788941rem;overflow:hidden;display:block; }
#RHVTfJyEVVb8OT598N6pJHnGtE13FXen { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575330734253rem;left:26.309801101684rem;overflow:hidden;display:block; }
#Ow8EaLOV8kMi6SGV7kEoJSSyRHg51uy6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.885419845581rem;left:1.6869220733643rem;overflow:hidden;display:block; }
#GLHkawe0fqGoVVaVSws0kNdtlAcGUtJT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.230615377426rem;left:51.059034347534rem;overflow:hidden;display:block; }
#HhgBNmBmNdbkESxTM9DMp74SN0GK8xv2 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.885427474976rem;left:26.561536788941rem;overflow:hidden;display:block; }
#ltSseOA6G4sJFns6NN5JS6xUDuI5TtOW { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.885420799256rem;left:51.120763778686rem;overflow:hidden;display:block; }
#V7EPe4tB4TMxFl96nplAIrK1TEorxpg4 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.9375rem;top:10.575390815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#MwhS8NSw4v0Xr3TJMATTmy58EpN1y1gZ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:21.75rem;top:10.637890815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#okuTot655mNAKv7LXM3AO8TRqRNQZxXR { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.9375rem;top:10.575390815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#BRPEpFxLKzXPPsPT0G8Z7uOBUV1VfNdG { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#oxdJbILl1nyKeqKIZXquf4Xuxvyw5ill { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.9375rem;top:10.575390815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#BpghpaNZVvwUIQ23M3EXAUT90kMFoAOe { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#v5xFooQ0VoLy350UXcNTu18mA6nS3kfQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#Nx5K0eRugBXeXdTT6UDcXoT9WzRKb17V { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575390815735rem;left:26.309765815735rem;overflow:hidden;display:none; }
#l7RIomMah1ix3RdJskUyNOPEATNrC7zB { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575390815735rem;left:26.562500953674rem;overflow:hidden;display:none; }
#A5kLkPfh6BBN260QG4Wn8FprXtosdW6R { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575390815735rem;left:26.309765815735rem;overflow:hidden;display:none; }
#G0zU9wd7rTWndg20wnglu9DXleuP4GJt { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575390815735rem;left:26.309765815735rem;overflow:hidden;display:none; }
#PuuvuE1FNTotEX6OVZeyToV4qU7PtRsV { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:10.575390815735rem;left:26.309765815735rem;overflow:hidden;display:none; }
#ilbL20gqPZy6PfLEFm07DE5D2V2XAqca { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#ygwogv0vLB3GutNTPNZtls8fiNgmSsrA { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#yZyxNTu2muHC5991SGIR2JRk4fVVqbsG { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#E3oh0wWTLXTC3vnXHuJWo5gVpdxKuPP6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#rtGOWU9nqUExLnw1F4HTlp9ukXvdOiGS { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#uGumNou8xCaTJfcXmTVoyoLmdFU88ep1 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#Kxh7pOmL3iN5H11yH0W2VO8UlGe91Nxv { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:21.875rem;top:10.606640815735rem;left:51.059376716614rem;overflow:hidden;display:none; }
#VGXttmLWXq7PeORQzCdTeLCoOyRtAWVW { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#GHhsiEKScqT29DFGnL8Kni67rUMX4qN9 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#XSpDEXNTRF6vcGwzdH0QtM50F71G7ViX { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#rHxeaTHMIAtfJ4nQhi4TRl1vzsxXmovW { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#XBfT1kB5uZ9z4d6m9T8LPN8K8d0A1y6C { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#ZiGfR1QIBb7X8AXDzL5gHTO7X8t7fOgp { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:26.562500953674rem;overflow:hidden;display:none; }
#QcnSHiU0WdXE4i4i5eKD53GQvTsuCwBc { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:26.562500953674rem;overflow:hidden;display:none; }
#EaEsvJtwbKMHFXAOTDgIXsQKygy47TdA { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:26.562500953674rem;overflow:hidden;display:none; }
#HVViabx8AeIVHyT7z8pvvLpVm9k8iZZu { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:26.562500953674rem;overflow:hidden;display:none; }
#rI8o4HGxtmeUsKXcxcdZlFbsaXWPS1b5 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:26.562500953674rem;overflow:hidden;display:none; }
#atMMymCrEt9m8lA7blKviK7FVu0O6qzQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:51.059376716614rem;overflow:hidden;display:none; }
#PdoCiE42TEXRabIq2GMUTlhETdTbTyhf { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:51.059376716614rem;overflow:hidden;display:none; }
#mG2DP9m5yHvFLiNb5IFrCmOc96N7gzWP { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:51.059376716614rem;overflow:hidden;display:none; }
#Lls1kMSitSddRGTQWy9Koavtlt5uZepy { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:51.059376716614rem;overflow:hidden;display:none; }
#LFG8UlbndtW9qMqpiyf89BKypiDWMd1F { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:28.23046875rem;left:51.058983802796rem;overflow:hidden;display:none; }
#KuCzoiJiq3SAstV4dSBBHxeT8sV75ECC { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#pqiPkHKhEwUbTBvPN2tbqQEceudqI0wl { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#GR9FGimEsbLE81Npf1QXqyR5LZytv43e { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#kr5ZcqUdAgTCo097gCdx6rTTyoQpmuU9 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#udSXw5fHyy3N3bHNfKmK8Z5Cw2LIy7B0 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:1.6863279342651rem;overflow:hidden;display:none; }
#uHpim88R4qTHLQ3vLKO4Sbvc00lv1ZTL { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#CRnXpAUFGxM0eMhIHrc97i87HwEdex26 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#MZ71dKQeMwwFlr4N9qQTpc9aS6Lafshp { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#C30biKeLSl7HJr8xPxvTqtkw58BZsVut { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#sc2WuQmiVLorntZH6oppZBZ6k6mw1h6l { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#pFQsWO4zpWSJ3BxpbsZI7ahJ3xmVxMwg { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#PZB1iaBZi9pmd0ikn4oriamwkRX10es5 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:26.562500953674rem;overflow:hidden;display:none; }
#AXmJuwrTcTMkZFJTGXIrEv9wfbNm5mqF { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#xzPt2be3fMelgaINaRvDo9aFcO8FwcLk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#rTreAaEkLvxVtvioWiN1EqmUGbmc343X { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#mzr2gDRRJyR56MHW8AEOgV4Xvb55chK3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#EhT8OF4dBqz74xXJK5evsCm65VMd4MF3 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#wd91FLKv2ILmzXORM1zLnes6ERZDw7Ek { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:21.875rem;top:45.88515663147rem;left:51.059376716614rem;overflow:hidden;display:none; }
#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx { position:relative;display:block; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx { background-color: transparent; background-image: none; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row .container > .video-iframe-container { display: none; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row > .video-iframe-container { display: none; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .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); }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx { border-width: 0; border-radius: 0; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .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; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f2f8;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; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container { background-color: transparent; background-image: none; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container > .video-iframe-container { display: none; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row > .video-iframe-container { display: none; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .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); }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container { border-width: 0; border-radius: 0; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#olt8phrTmP65svqwTlmWD3uASZRnzw7y { color:rgba(var(--color-primary-4),1);display:block;width:45.0625rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.7495155334473rem;left:1.7498073577881rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#kwxQkwibw70DVRrh82NomK4ONsPP8czS { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:12.798030853271rem;left:1.7498073577881rem;height:28.8rem;font-style:normal;display:block; }
#tBEicDye5k8QVbWWTIU2TLOQM0gQ0UJg { 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:7.8125rem;width:10.375rem;top:31.87343788147rem;left:43.936718940735rem;overflow:hidden;display:block; }
#lPDsDLIqHhGnbrVHZLSOKvRKdGBLlMqF { position:absolute;display:block;z-index:15020;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.8125rem;width:10.375rem;top:20.625rem;left:60.1875rem;overflow:hidden;display:block; }
#dMNZc23pgaqRdQaBxZnlDvqEOu5sohoD { position:absolute;display:block;z-index:15021;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.8125rem;width:10.375rem;top:20.625rem;left:43.9375rem;overflow:hidden;display:block; }
#mbnGe95Ws51mILwapcn8QxnRitJERazv { position:absolute;display:block;z-index:14994;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.8125rem;width:10.375rem;top:9.289843559265rem;left:43.967968940735rem;overflow:hidden;display:block; }
#TyKetLruCfrPTkrfDGNwPhhR9lx3v3Gp { 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.125rem;width:3.125rem;top:13.54118347168rem;left:53.562116622925rem;overflow:hidden;display:block; }
#B4poSkdngPVHFGDV2mkrBWe0AhrZB2pE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:7.7981777191163rem;left:4.9375rem;height:28rem;font-style:normal;display:none; }
#AuRxudqIe7pC3wskq70qncEoEdaGhFD7 { z-index:14995;top:38.216407775879rem;left:43.174611091614rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eulR77rAT6mT01vDo3b3Mqcvm7rS6Q1U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XiBMu7oJw7gyDwl42DMWA82xZVXDM9TN { z-index:14997;top:27rem;left:59.375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RqMbyMN5xSDqKcHmhx1xFVXsalSbk7c0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e5trfAid7TkloaWUXacUT8WVKAtopb34 { z-index:14998;top:26.9375rem;left:43.1875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kxXe88rSNuOUmKTIrgDgT53ysQ1xPTSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kdd3ceqznwqS7V9S3wcOKqNOCH4nOsx7 { z-index:14993;top:15.603125572204rem;left:43.174611091614rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DLlt0qPMUzmfQvaRx6o2ckGhiK9RvLFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W2GyxQN9rhgpTLnXJ5TXTwGzb2eEfCxv { 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:7.8125rem;width:10.4375rem;top:31.87343788147rem;left:60.155472755432rem;overflow:hidden;display:block; }
#ClPTcFLfnCBphw8nw4BuLSLXuszdZhoJ { z-index:14997;top:38.216407775879rem;left:59.405472755432rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VD0p91hByR18cfP3ratWUw1ZgmTgTA4d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vUHR4nd2PBdT9w5nZQ3KrtVzoeuMiw3J { position:absolute;display:block;z-index:14992;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.8125rem;width:10.375rem;top:9.25820350647rem;left:60.186722755432rem;overflow:hidden;display:block; }
#z6XNJwaWMrpeXsJrGDN3ClB2sVW4uucg { z-index:14991;top:15.603515625rem;left:59.405472755432rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aDSzGKQGKLzmdfdeBg7CwHk4qHi4xman { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 { position:relative;display:block; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 { background-color: transparent; background-image: none; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row .container > .video-iframe-container { display: none; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row > .video-iframe-container { display: none; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .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); }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 { border-width: 0; border-radius: 0; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .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; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 { position:relative;display:block; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 { background-color: transparent; background-image: none; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row .container > .video-iframe-container { display: none; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row > .video-iframe-container { display: none; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .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); }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 { border-width: 0; border-radius: 0; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .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; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EpS5LuNt6Q35koJMCRisgKbkPuB0W2K3 { color:rgba(var(--color-primary-4),1);display:block;width:45.0621875rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.78655433654787rem;left:1.8397960662842rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7c9bbd15-84f2-4b6b-9a73-ae8dee1b672c/excellent_office_realizacje.jpg");background-position:center left !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; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC.adaptive-delivery-prevent-bg, #gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC.lazyload, #gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC.lazyloading { background-image: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { background-color: transparent; background-image: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container > .video-iframe-container { display: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row > .video-iframe-container { display: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .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); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { border-width: 0; border-radius: 0; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#TOgVFULJ6M7vT3TX6luRFi8keSZispxx { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:2.9367065429688rem;left:33.791405677796rem;height:18rem;font-style:normal;display:block; }
#hfGZLLWLk5Ma1IoFZ3mcpPR8yo1oldzG { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:7.0625rem;left:31.041667938233rem;height:16rem;font-style:normal;display:none; }
#zlNMPCZezTi67bs12bDkCbHDum6caNmC { 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:7.8125rem;width:7.8125rem;top:19.248825073243rem;left:33.937108039856rem;overflow:hidden;display:block; }
#aW2diDTTW4pcZ8nHbXoiUCDWKwBicOKq { 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:3.125rem;width:13.875rem;top:22.311325073243rem;left:47.103516578674rem;overflow:hidden;display:block; }
#xcJGiVO4giUDe3J7HPELwlBlchSMLvC5 { box-sizing:content-box;height:28.1875rem;width:46.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:28.125000953674rem;display:block; }
#WrJnyS3UTG4HiTetdRPAMzlKRp0vsaBd { 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:45rem;display:none; }
#rELNn9RokcVrxMPLM55LTMLyOULtTkez { position:relative;display:block; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez { background-color: transparent; background-image: none; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row .container > .video-iframe-container { display: none; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row > .video-iframe-container { display: none; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .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); }#rELNn9RokcVrxMPLM55LTMLyOULtTkez { border-width: 0; border-radius: 0; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .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; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/708d4de8-92a2-4088-8ae2-c3c6979316e1/excellent_produkt.jpg");background-position:center right !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; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq.adaptive-delivery-prevent-bg, #ENn91Q2D55bbXPxODsHef4HRkGnBWaPq.lazyload, #ENn91Q2D55bbXPxODsHef4HRkGnBWaPq.lazyloading { background-image: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { background-color: transparent; background-image: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container > .video-iframe-container { display: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row > .video-iframe-container { display: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .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); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { border-width: 0; border-radius: 0; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#gwTMc3uWaUTbea8mfSusKvF8iwQWfdQv { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.4368295669556rem;left:1.8740367889404rem;height:12.6rem;font-style:normal;display:block; }
#BhyJOUla0FeIRzHqfla7QqVTcD8P5AGS { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.0625009536744rem;left:4.9375rem;height:14rem;font-style:normal;display:none; }
#qhwfz5VaeIyHvFxJ6IcT7bIutTXJhmNL { box-sizing:content-box;height:28.125rem;width:46.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#fEBTNIVIV9uF8egEP03o5L4hTcV4qlTy { 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:45rem;display:none; }
#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 { position:relative;display:block; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 { background-color: transparent; background-image: none; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row .container > .video-iframe-container { display: none; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row > .video-iframe-container { display: none; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .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); }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 { border-width: 0; border-radius: 0; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .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; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5b834036-6554-43d2-ac96-c6155e63ba98/excellent_showroom.jpg");background-position:center left !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; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl.adaptive-delivery-prevent-bg, #dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl.lazyload, #dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl.lazyloading { background-image: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { background-color: transparent; background-image: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container > .video-iframe-container { display: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row > .video-iframe-container { display: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .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); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { border-width: 0; border-radius: 0; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#xqhyCvThEQhpRsgFwRTd836RTwGfNQHc { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.0617218017578rem;left:33.791405677796rem;height:14.4rem;font-style:normal;display:block; }
#tSBbQfN0wNgxucXaqlleWo6TfWN3nwk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:2.625rem;left:5.8541679382324rem;height:26rem;font-style:normal;display:none; }
#v5vxRpgNCOh0GhS4tMZLrQZcliS6HMMv { box-sizing:content-box;height:28.1875rem;width:46.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:28.125000953674rem;display:block; }
#ctVDnIDPMCB6H0I288MZJpMcrbUBg6Wd { 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:45rem;display:none; }
#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt { position:relative;display:block; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt { background-color: transparent; background-image: none; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row .container > .video-iframe-container { display: none; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row > .video-iframe-container { display: none; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .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); }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt { border-width: 0; border-radius: 0; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .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; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1b68c8de-240b-4750-90a0-f2e939d33a3a/excellent_koordynatorzy.jpg");background-position:center right !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; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1.adaptive-delivery-prevent-bg, #nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1.lazyload, #nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1.lazyloading { background-image: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { background-color: transparent; background-image: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container > .video-iframe-container { display: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row > .video-iframe-container { display: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .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); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { border-width: 0; border-radius: 0; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#bL18lMJOFMXf54Ni2zPcoTxDuUVnsEfT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.3827352523804rem;left:1.8740367889404rem;height:18rem;font-style:normal;display:block; }
#JWzBLpLfZpnnfTO0V7x5oTrr53Z3fVn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:2.5rem;left:30.854167938233rem;height:20rem;font-style:normal;display:none; }
#pIPkLvfs0Cf60g3niWeL3tI1J3vVCKli { box-sizing:content-box;height:28.125rem;width:46.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:0rem;display:block; }
#K5QWhlAVhQcvNgVtegaxFs2hcrNLDLLm { 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:45rem;display:none; }
#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B { position:relative;display:block; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B { background-color: transparent; background-image: none; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row .container > .video-iframe-container { display: none; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row > .video-iframe-container { display: none; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .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); }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B { border-width: 0; border-radius: 0; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .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; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u { position:relative;display:block; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u { background-color: transparent; background-image: none; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row .container > .video-iframe-container { display: none; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row > .video-iframe-container { display: none; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .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); }#VHKt6wRthen20QAonEz4GXUX1pta6T2u { border-width: 0; border-radius: 0; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .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; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.6;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-trigger.adaptive-delivery-prevent-bg, #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-trigger.lazyload, #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-trigger.lazyloading { background-image: none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 { box-sizing:content-box;height:auto;width:72.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid #002349;border-left:0.0625rem solid #002349;border-right:0.0625rem solid #002349;border-bottom:0.0625rem solid #002349;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.6875rem;left:0.037109375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qXNObSnHC4GeXV6cIVnPAG3TfSqmOlGf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ib1SNZ014k8xMnI6MOlE2iKE75Uexmtz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mJ66GMXR7SDTiVMWTtU5nD2UA6UIGB9x { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fsMzm0sM2O77wthfSXTeBaAM7DLnxHs5 {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #LV1t0UJQ9zgAo3RJ1EcKziK9IRNUIrav {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Z4fJSIEwOpL3rxoOb6X7bF3X6UTNxwUh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #acRDitrOskE5vSiUVAJQNl8FZD7r7l7Q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fJgIXmWxCy9guc2vSavvesAPWXlTP0gb { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mDSD0yTW2GZWissoNhJdMS6FxfuQ6BGq {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fkW1XilHPXfapISsxKrXzgdlrwZWqIz5 { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oqN0dg8rEXpKuOXFsTxVAMhQpieFBoMm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #DCBwtz0SArXz6SWDSENkGym8t9hgwe9z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #dbNTgVLWJd3PFLQfUNU9IKSyn2Ha6ZhI { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #QNGcQW5LtsgUSfdgeTPbgNd0CbXOAi25 {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #we21KTAstyS8h86OC6wESTd69d2dzpSk { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #hxWSEwhOK8nUQkdSmZ9ETJCdec5SD4Dy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #vTTI0HrevXOMoE51aB7E1gOlFB03cGNp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #S7CGyxpWwWT7Ud76SOgRRahf8lQMCtNb { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #U6IGU2VNUqTwsFAGNPNChMqAD4LnHHSq {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WfBoOPFEcDH5kATQTgAy3aTc7qX3kceu { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oL129t0uh8kIwxVsTwKwHKmeXM9o4PA1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #MLs0H4aS1Zg1XwBBHTFiuabUbCbBHrV2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #CGMSlP53lqcoZIHfdwwGyc1ga85ZJyKl { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #egl4Sh9rBI2ssMzLQmlzPtQZTUl0yaoN {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #c15AQTwVdJuqClRx2lBh4lcbwx1EyBmS { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JBXf3M9D6qbLekyZ9GClSO2ZigRlBBUq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Wmxmn2zhTMrqHzgTctU2tf9NAUKH1Lf1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ro4zeTX02M6MFyWM2IvyOOVKOyvXEMcO { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qyvi1VZsoRPJZbPUnqHUXSflQ8UFn2Zf {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #V0hIZLvXA1vqJWNEe6ofUrwfNlbOOTTw { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #wravUexReizgkqp15G9BAtGH1gZ31zvi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XA0M9M3EzzsskQlcyXOrhz6zsAhuWQQa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #UAVR7Ec9Sl9kTc9KnqB6u8i5dvyumXxH { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #kyP3pQDgtV09WgiOw8Bqe8OPSXIDxpo4 {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #X47TnrTg2w9nvW9WSftdSw2M7Shsb6da { display:none; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WGF1Aermz1AfnfxNSTDs2xoFQIrh91su { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WnC8L4oH85gsf7lOfTQxKGXhprl9ffFB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JDEM46T9CJksqU3993qdeSGtESoE5wXT { display:block;position:relative; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XAOpXOxOApLeS0hwPQPC6Vg8Qdfqz4hf {  }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #xNOaRP1Z2St1ym8HLDVvEqud1RLJHD04 { display:none; }
#dVkfmNFpS61zt94oTxOZLRKCUvq24z7s { color:#002349;display:block;width:57.75rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.0625rem;left:1.787109375rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#uovplml1dKcMldMK9B2MyoKo1kSm7UxP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container { background-color: transparent; background-image: none; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container > .video-iframe-container { display: none; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row > .video-iframe-container { display: none; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .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); }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container { border-width: 0; border-radius: 0; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 { position:relative;display:block; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 { background-color: transparent; background-image: none; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row .container > .video-iframe-container { display: none; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row > .video-iframe-container { display: none; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .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); }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 { border-width: 0; border-radius: 0; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .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; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SLVnonQ6qmUO80QF8LEB8BlaHAlTmk1K { color:rgba(var(--color-primary-4),1);display:block;width:39.5625rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:1.8121089935302rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#wU9GxrKCXCMEGCwyqmRkftIbKcGACz2e { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:7.7980346679688rem;left:1.8123073577881rem;height:23.4rem;font-style:normal;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-form-header {  }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-regular-label { height:auto;display:block;font-family:"lato black";font-size:0.875rem;font-weight:400;color:rgba(var(--color-secondary-2),1);width:28.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:28.125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-secondary-2),1);vertical-align:top;width:26.6875rem;overflow:hidden;font-style:normal; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-container:first-of-type{padding-top:0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-container:last-of-type{padding-bottom:0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:42.311718940735rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28.125rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr {display:block;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:0rem;left:42.311718940735rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #qaHB5VzwPEMvCk1dCedkf4R14g7WIU0w { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #PIFp5M6cSDF0tpZAdWZh8snqLbaxczWU { position:relative;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #eiai3PdPUbxvo211D2sXMToS62ktXQz3 { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #wzVuQSeGoG39tBXcsXoeTaiqEXP1cdWR { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #sMq5Fqa76GaEUtLqSOoPbvN98kyk7eqT { position:relative;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #xO0dTnbCWZ2JLIgEh1FkusTK3UJpznQK { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #hg7RGuDXKE5WPnG7NG5upC5GCDnlrBKH { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #M3O4aiSkQHaHax4LC9uBWsGqOh8n1yoI { position:relative;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #GZ9qFlVkSQNGcIqGe8azn7PrhZru6gW2 { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #vRl7idqblQrzUJgTssmrpVooTUNAoxyH { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #d0nscuSoRty7nDD7oT55g0dzhrkii7sr { position:relative;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #zLVWvWRSKMSfoRKOlMK0i9SXpkyimau4 { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #fUDRw4E9KiDr9AcWUcqp9thI8wZLOrai { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #FGWFHKUCch39LBFGIsuhyD9M2VP95Ft4 { position:relative;display:block; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #itgv2vOpJSmEv2RUklowtt3JxP5Dpck2 { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #MyD4aywB9WsZMquZrX2FkiA9GQy5m8xU { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #l2WQrWSBQkt60sig9KkNTzKaEOZAIPb2 { position:relative;z-index:2; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #WCiyk45IUrs4vrHSCnUxu0io97BqqwtF { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #bTQ86HroPogwGmi3lq1WPXgTmPGKk4N6 { position:relative; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #pV4H0KxxgmTyyHyqfGZQoyIMku7XhVW7 { position:relative; }
#PdiZlNBJxQiyxbCN367v06LuQM3f4c0y { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:7.7981777191163rem;left:4.9375rem;height:26rem;font-style:normal;display:none; }
#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container { background-color: transparent; background-image: none; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container > .video-iframe-container { display: none; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row > .video-iframe-container { display: none; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .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); }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container { border-width: 0; border-radius: 0; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#tShRJHCpHossd6hh7emQL5b7uqT3ueaS { 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.6875rem;width:4.6875rem;top:11rem;left:1.853515625rem;overflow:hidden;display:block; }
#g2MqNzNTm7Rx31phHMGZt8blrqr0qDCg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:11rem;left:9.6249990463256rem;overflow:hidden;display:block; }
#T1QwcCZqWuBC7CH2ld4MrJdsimlA2oiC { 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:4.6875rem;width:4.6875rem;top:11rem;left:17.437499046326rem;overflow:hidden;display:block; }
#rPHU9Ff6HIfGZTGTPI6VPN0GFrb2apu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.75rem;left:1.9375009536743rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#SG1TEKrd7nFz4ZZlTEB7ZSFWo3tL9WGD { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.875rem;left:26.4375rem;height:3.89844375rem;text-align:center;text-align-last:center;display:none; }
#itxetOk8tPMJ6y9pBka2mMF3bMnQ943M { position:absolute;display:block;z-index:15006;height:23.4375rem;width:43.75rem;top:1.875rem;left:29.375000953674rem;display:block; }
#sIxZTWOiHG9ANgR3sa9wNqi3D9Tqpax1 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#k1VWVOXwp4tdVtZrb5katrG06tkfNFI8 { color:rgba(var(--color-secondary-2),1);display:block;width:21.3125rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.8125rem;height:7.8rem;text-align:left;text-align-last:left;display:block; }
#TN2TW6VQxhCKENOW7WbsEH0JLOfXzCrk { color:rgba(var(--color-secondary-2),1);display:block;width:21.3125rem;position:absolute;font-family:"lato black";font-size:3rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.8125rem;height:7.8rem;text-align:left;text-align-last:left;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f8zmnSOqJWlqGLA3DbPVXepS5C8DE6 { top:1.1875rem;left:0rem;width:11.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zzO5qRTIVMdUd872MeL1JIVOrDBdo9 { top:1.25rem;left:19.624608039856rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJw2O2JeABTuo0cohI24TpNpMhlia6Ay { top:1.1875rem;left:32.187108039856rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZE0lBXGfcwh6uaDhyOn1V0dqFWMDgJE { top:1.0625rem;left:22.228905677796rem;width:7.875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqKchtN6Ahoxt1Im37bf8GUfiJlxTw { top:1.0625rem;left:35.041405677796rem;width:10.625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk8p8x1UKtkQBJOpeRSUVHUCFXVwrbpS { width:11.25rem;height:3.125rem;top:0.5625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsHSrQ9ZTzHPe8WB22bqdztdSSKoUoRz { display:block; }
 }@media only screen and (max-width: 763px) { #mEMt7MheZVp2cfmz9HPlLv5rHEu3K4SX { width:12.8125rem;height:3.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5WV5UxvA4q4oeUkr8HZr2pSD5GTyq0 { display:block; }
 }@media only screen and (max-width: 763px) { #T1dEZ0pNyoLKFP6PtB4udT0XJtmivNgG { width:7.5rem;height:3.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVlOc8uB3SofXTGfz3R7vLpdalGZF5N { display:block; }
 }@media only screen and (max-width: 763px) { #asrmTwd1R83mHS59FxV1Fe84Tsmkqb8J { width:9.375rem;height:3.125rem;top:4.375rem;left:6.5624990463256rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThJn7oQrPotzBQwuEkx8JlVkpmWezT85 { display:block; }
 }@media only screen and (max-width: 763px) { #B2Kct9ALkLGtDoy8EufqTCKQUDuksn4c { width:7.5rem;height:3.125rem;top:4.375rem;left:15.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8lnD4xRp89E3HZGnJIM8wlTqDb3lMm1 { display:block; }
 }@media only screen and (max-width: 763px) { #ic8dRr3FZWD54ODzGylgxKAFZ1uit9SK { width:6.25rem;height:3.125rem;top:4.375rem;left:23.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #W69nGJTWivttAydMVcfXVOXlrx9Ht1VM { display:block; }
 }@media only screen and (max-width: 763px) { #XldhnfM3DLfvuWbWIl8eaxLy9nqTeO5Z { display:none; }
 }@media only screen and (max-width: 763px) { #X595BwvMQ6q6548WRyfHN97asDlVA1LC { width:6.25rem;height:3.125rem;top:4.375rem;left:29.530858039856rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7vuI3VSF2T82S7MP4M5fe887DgTv70k { display:block; }
 }@media only screen and (max-width: 763px) { #LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey { display:block; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGFvLJ8gWXymcTVtH5DppiFhKEv5TSDi { display:none; }
 }@media only screen and (max-width: 763px) { #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 { display:block; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrhGib9lmTXFZOVLgNQmtIF1JGlJN7Jc { top:5.6875rem;left:0rem;width:47.75rem;height:9.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8qthireJbbhg9XnbB4vflBUKFHJfzLb { top:16rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD5UkkhcfHHVH9D72zGaFW9mfNJ7UtTK { width:26.75rem;height:3.75rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7HWtQt3pAlJvTiSDZ8zB1b2ISGQqW3G { display:block; }
 }@media only screen and (max-width: 763px) { #ULtCR93ZTbcqg56MreWtGO0qTaivmFmB { top:1.8125rem;left:0rem;width:19.9375rem;height:;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi { display:block; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpbfyvhzzNbK0x6pGRxmWrU6CMKbBXrQ { top:12.75rem;left:0rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps98qICxiJAzzZ46B6T7zQfDpQEda75X { top:12.75rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTLE6STkXe2vubPlmGOgD8yPIw1wTDt { top:12.75rem;left:25.374811172486rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMITvsnDy0GXsN8mq8omNiI58HatDFz { top:12.75rem;left:6.4999065399169rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdfGyD9MLhmhgzg5OOy1xJGReql75hbZ { top:19.8125rem;left:0rem;width:14.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7mzm3elSXKTel7UGcQivIkX4PfaXFbV { top:19.8125rem;left:34.5625rem;width:13.1875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4io5IsehvirBoGx1vaGNraG7PKiOG6u { top:19.8125rem;left:26.687021255493rem;width:16.5rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBr4wbkCLgk1r9R30QOZU2HsfdWRUAAk { top:19.8125rem;left:6.4999065399169rem;width:15.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr { top:22rem;left:0rem;width:16.625rem;height:5.3125rem;font-size:1.125rem;display:block; }#r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop { top:21.9375rem;left:34.375rem;width:13.375rem;height:5.375rem;font-size:1.125rem;display:block; }#Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #S4604VuH51SwUbp638TU6euwVB91VSN6 { top:22rem;left:26.687021255493rem;width:17.5rem;height:5.375rem;font-size:1.125rem;display:block; }#S4604VuH51SwUbp638TU6euwVB91VSN6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz { top:22rem;left:6.4999065399169rem;width:18.0625rem;height:5.3125rem;font-size:1.125rem;display:block; }#nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #rPXn2SWrkOCdOrcmBLApKyLvHmR9TJTf { top:3.25rem;left:0rem;width:45rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl { display:block; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMHVx2OAhOTgOqrD3ESmXnTAH13EWkfC { top:0rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 { display:block; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7MDSwAxFEPw19REgO7OdnAsPZpmq92O { display:block; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmmArIpyn4QITN2WcT9oAet8t8cff34b { top:3.125rem;left:0rem;width:45.25rem;height:7.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy { display:block; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW3KgZ6vTGP41bvcB5CeuMafmb8zrnoo { top:1.875rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qX4KdwT7VKmgeSqBvIhJtKdzHFzVhc { top:1.875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWNG3dD7eBGedBh6rgxEOPxQWlnOqrC { top:1.875rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6is2Vsg9kKoLVf0PtDPGdczyIM3bO7h { top:9.25rem;left:2.9375rem;width:10rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkHnrVGblPXsEVRffiT4QSP6nu4sdGI { top:9.25rem;left:18.8125rem;width:10rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW16EBHJV9DdptpLik9AFTMykDkHMJgA { top:9.25rem;left:33.5rem;width:12.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2QoJr5LPSgqia84d1fO9Gdemm0rDHJy { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHTDyUmLVcbhRT7CiifIthXydfRaXyrr { top:3.4375rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp2bSwCOAF3baPQW8a54E4z4KbstBEp4 { top:3.4375rem;left:44.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQrsLX48rtidB8S2WDn79D1wzz2INdl { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDN7kIXSaDTWJJLAUWlPrX2FFdcO2Jti { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXzpAge3wRzW8LBWprEtS2bqhldNH7Hk { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcdaVvUIdcG9rAyHIL8hhIspRtHe7KWo { top:1.5625rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3h2ZkHZ2Jm9qFiwSdCTHIuMc5bl28T { top:1.5625rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcUyi2RwwxaxTHxRGAvNdCfDTkKS3on { top:1.5625rem;left:36.25rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 { display:block; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zmm4rGafbf3B4L6AelIC39UTfTUq8cQA { top:1.875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvaZqPeJhObxyRZoTNClggwTLuxDmIy { top:1.875rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVIdcGIfWWeyNMhhXviGLT7uTmWfWZTl { top:1.875rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPd90CMN2hIOOZRnibeLa8Qk7GQxIdK { top:9.25rem;left:2.625rem;width:10.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFhVNCemzsm2Z8btwvlPCsvau4hKnIA { top:9.25rem;left:17.09375rem;width:13.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRa6VoS1Fi5JwmIamAkmJfbRuucwUGc1 { top:9.25rem;left:32.96875rem;width:13.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxrb2V0hMsnTT9SeAPE6fDxtuLAvAruh { top:3.4375rem;left:28.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9MLppGOv69QbBn9QUn6Wc1h7FCQ4hm4 { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3l9aDHLDkIBFTeCiLuhe803votEfir { top:3.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu5MTJPmw20nnIPyKmmX6eFCz8DtfDu6 { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnZv2douAOGF5I3nCo0UPduiC7qX4Vz4 { top:3.4375rem;left:12.75rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kaxu9nF7pb6pDIkCqNtTpBxFI0yTxfIg { top:1.5625rem;left:36.25rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP0xdXGH077AoQwcShFp4xEKMOSA9o6 { top:1.5625rem;left:20.375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4TXJrkWibL2HkMBsUtCv18BHHAQTrc { top:1.5625rem;left:4.5rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa { display:block; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 { display:block; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLwV6FnGBP5kwTEDraVTCRb71qHTGyPH { top:0rem;left:0rem;width:45.0625rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylHhDtK6tmP1C9wuxxv3WbFbTPMXTSaU { top:10.5625rem;left:0rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwKnRTn3xLmvsVN1T9gWXuXTHe8DNIdP { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZxPJVITxD4UsuHSVkhkDVxMFDMfWSbI { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVFI8wEHpFw3skCh3bQ26LLspxEVZ9FT { top:28.1875rem;left:12.936536788941rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHVTfJyEVVb8OT598N6pJHnGtE13FXen { top:10.5625rem;left:12.684801101684rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow8EaLOV8kMi6SGV7kEoJSSyRHg51uy6 { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLHkawe0fqGoVVaVSws0kNdtlAcGUtJT { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhgBNmBmNdbkESxTM9DMp74SN0GK8xv2 { top:45.875rem;left:12.936536788941rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltSseOA6G4sJFns6NN5JS6xUDuI5TtOW { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7EPe4tB4TMxFl96nplAIrK1TEorxpg4 { top:10.5625rem;left:0rem;width:21.9375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwhS8NSw4v0Xr3TJMATTmy58EpN1y1gZ { top:10.625rem;left:0rem;width:21.75rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okuTot655mNAKv7LXM3AO8TRqRNQZxXR { top:10.5625rem;left:0rem;width:21.9375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRPEpFxLKzXPPsPT0G8Z7uOBUV1VfNdG { top:10.5625rem;left:0rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxdJbILl1nyKeqKIZXquf4Xuxvyw5ill { top:10.5625rem;left:0rem;width:21.9375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpghpaNZVvwUIQ23M3EXAUT90kMFoAOe { top:10.5625rem;left:0rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5xFooQ0VoLy350UXcNTu18mA6nS3kfQ { top:10.5625rem;left:0rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx5K0eRugBXeXdTT6UDcXoT9WzRKb17V { top:10.5625rem;left:12.684765815735rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7RIomMah1ix3RdJskUyNOPEATNrC7zB { top:10.5625rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5kLkPfh6BBN260QG4Wn8FprXtosdW6R { top:10.5625rem;left:12.684765815735rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0zU9wd7rTWndg20wnglu9DXleuP4GJt { top:10.5625rem;left:12.684765815735rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuuvuE1FNTotEX6OVZeyToV4qU7PtRsV { top:10.5625rem;left:12.684765815735rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilbL20gqPZy6PfLEFm07DE5D2V2XAqca { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwogv0vLB3GutNTPNZtls8fiNgmSsrA { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZyxNTu2muHC5991SGIR2JRk4fVVqbsG { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3oh0wWTLXTC3vnXHuJWo5gVpdxKuPP6 { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtGOWU9nqUExLnw1F4HTlp9ukXvdOiGS { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGumNou8xCaTJfcXmTVoyoLmdFU88ep1 { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxh7pOmL3iN5H11yH0W2VO8UlGe91Nxv { top:10.5625rem;left:25.875rem;width:21.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGXttmLWXq7PeORQzCdTeLCoOyRtAWVW { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHhsiEKScqT29DFGnL8Kni67rUMX4qN9 { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSpDEXNTRF6vcGwzdH0QtM50F71G7ViX { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHxeaTHMIAtfJ4nQhi4TRl1vzsxXmovW { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBfT1kB5uZ9z4d6m9T8LPN8K8d0A1y6C { top:28.1875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiGfR1QIBb7X8AXDzL5gHTO7X8t7fOgp { top:28.1875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnSHiU0WdXE4i4i5eKD53GQvTsuCwBc { top:28.1875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaEsvJtwbKMHFXAOTDgIXsQKygy47TdA { top:28.1875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVViabx8AeIVHyT7z8pvvLpVm9k8iZZu { top:28.1875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI8o4HGxtmeUsKXcxcdZlFbsaXWPS1b5 { top:28.1875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atMMymCrEt9m8lA7blKviK7FVu0O6qzQ { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdoCiE42TEXRabIq2GMUTlhETdTbTyhf { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mG2DP9m5yHvFLiNb5IFrCmOc96N7gzWP { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lls1kMSitSddRGTQWy9Koavtlt5uZepy { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFG8UlbndtW9qMqpiyf89BKypiDWMd1F { top:28.1875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuCzoiJiq3SAstV4dSBBHxeT8sV75ECC { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqiPkHKhEwUbTBvPN2tbqQEceudqI0wl { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR9FGimEsbLE81Npf1QXqyR5LZytv43e { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr5ZcqUdAgTCo097gCdx6rTTyoQpmuU9 { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSXw5fHyy3N3bHNfKmK8Z5Cw2LIy7B0 { top:45.875rem;left:0rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHpim88R4qTHLQ3vLKO4Sbvc00lv1ZTL { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRnXpAUFGxM0eMhIHrc97i87HwEdex26 { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ71dKQeMwwFlr4N9qQTpc9aS6Lafshp { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C30biKeLSl7HJr8xPxvTqtkw58BZsVut { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc2WuQmiVLorntZH6oppZBZ6k6mw1h6l { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFQsWO4zpWSJ3BxpbsZI7ahJ3xmVxMwg { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZB1iaBZi9pmd0ikn4oriamwkRX10es5 { top:45.875rem;left:12.937500953674rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXmJuwrTcTMkZFJTGXIrEv9wfbNm5mqF { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzPt2be3fMelgaINaRvDo9aFcO8FwcLk { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTreAaEkLvxVtvioWiN1EqmUGbmc343X { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzr2gDRRJyR56MHW8AEOgV4Xvb55chK3 { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhT8OF4dBqz74xXJK5evsCm65VMd4MF3 { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd91FLKv2ILmzXORM1zLnes6ERZDw7Ek { top:45.875rem;left:25.875rem;width:21.875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx { display:block; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE6J1yH2zkXh4RvMRe9A759Qt363XDwH { display:block; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olt8phrTmP65svqwTlmWD3uASZRnzw7y { top:3.6875rem;left:0rem;width:45.0625rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxQkwibw70DVRrh82NomK4ONsPP8czS { top:12.75rem;left:0rem;width:37.625rem;height:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEicDye5k8QVbWWTIU2TLOQM0gQ0UJg { top:31.8125rem;left:30.311718940735rem;width:10.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPDsDLIqHhGnbrVHZLSOKvRKdGBLlMqF { top:20.625rem;left:37.375rem;width:10.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMNZc23pgaqRdQaBxZnlDvqEOu5sohoD { top:20.625rem;left:30.3125rem;width:10.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbnGe95Ws51mILwapcn8QxnRitJERazv { top:9.25rem;left:30.342968940735rem;width:10.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyKetLruCfrPTkrfDGNwPhhR9lx3v3Gp { top:13.5rem;left:39.937116622925rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4poSkdngPVHFGDV2mkrBWe0AhrZB2pE { top:9.625rem;left:0rem;width:20rem;height:28.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuRxudqIe7pC3wskq70qncEoEdaGhFD7 { top:38.1875rem;left:29.549611091614rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eulR77rAT6mT01vDo3b3Mqcvm7rS6Q1U { display:block; }
 }@media only screen and (max-width: 763px) { #XiBMu7oJw7gyDwl42DMWA82xZVXDM9TN { top:27rem;left:34rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqMbyMN5xSDqKcHmhx1xFVXsalSbk7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #e5trfAid7TkloaWUXacUT8WVKAtopb34 { top:26.9375rem;left:29.5625rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXe88rSNuOUmKTIrgDgT53ysQ1xPTSB { display:block; }
 }@media only screen and (max-width: 763px) { #Kdd3ceqznwqS7V9S3wcOKqNOCH4nOsx7 { top:15.5625rem;left:29.549611091614rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLlt0qPMUzmfQvaRx6o2ckGhiK9RvLFK { display:block; }
 }@media only screen and (max-width: 763px) { #W2GyxQN9rhgpTLnXJ5TXTwGzb2eEfCxv { top:31.8125rem;left:37.3125rem;width:10.4375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClPTcFLfnCBphw8nw4BuLSLXuszdZhoJ { top:38.1875rem;left:34rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD0p91hByR18cfP3ratWUw1ZgmTgTA4d { display:block; }
 }@media only screen and (max-width: 763px) { #vUHR4nd2PBdT9w5nZQ3KrtVzoeuMiw3J { top:9.25rem;left:37.375rem;width:10.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6XNJwaWMrpeXsJrGDN3ClB2sVW4uucg { top:15.5625rem;left:34rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDSzGKQGKLzmdfdeBg7CwHk4qHi4xman { display:block; }
 }@media only screen and (max-width: 763px) { #TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 { display:block; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 { display:block; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpS5LuNt6Q35koJMCRisgKbkPuB0W2K3 { top:0.75rem;left:0rem;width:45rem;height:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC { display:block; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOgVFULJ6M7vT3TX6luRFi8keSZispxx { top:2.875rem;left:8.75rem;width:39rem;height:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfGZLLWLk5Ma1IoFZ3mcpPR8yo1oldzG { top:16.375rem;left:0rem;width:20rem;height:20.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlNMPCZezTi67bs12bDkCbHDum6caNmC { top:19.1875rem;left:20.312108039856rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2diDTTW4pcZ8nHbXoiUCDWKwBicOKq { top:22.25rem;left:33.478516578674rem;width:13.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcJGiVO4giUDe3J7HPELwlBlchSMLvC5 { top:0rem;left:0.875rem;width:46.875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrJnyS3UTG4HiTetdRPAMzlKRp0vsaBd { width:45rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #rELNn9RokcVrxMPLM55LTMLyOULtTkez { display:block; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENn91Q2D55bbXPxODsHef4HRkGnBWaPq { display:block; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwTMc3uWaUTbea8mfSusKvF8iwQWfdQv { top:7.375rem;left:0rem;width:38.9375rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhyJOUla0FeIRzHqfla7QqVTcD8P5AGS { top:16.25rem;left:0rem;width:20rem;height:15.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qhwfz5VaeIyHvFxJ6IcT7bIutTXJhmNL { top:0rem;left:0rem;width:46.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBTNIVIV9uF8egEP03o5L4hTcV4qlTy { width:45rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 { display:block; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl { display:block; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqhyCvThEQhpRsgFwRTd836RTwGfNQHc { top:6rem;left:8.75rem;width:39rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSBbQfN0wNgxucXaqlleWo6TfWN3nwk6 { top:16.4375rem;left:0rem;width:20rem;height:19.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5vxRpgNCOh0GhS4tMZLrQZcliS6HMMv { top:0rem;left:0.875rem;width:46.875rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctVDnIDPMCB6H0I288MZJpMcrbUBg6Wd { width:45rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCHAoHfOmA934AzZGSNERRpXgTEBp9tt { display:block; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 { display:block; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL18lMJOFMXf54Ni2zPcoTxDuUVnsEfT { top:4.375rem;left:0rem;width:38.9375rem;height:18rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWzBLpLfZpnnfTO0V7x5oTrr53Z3fVn4 { top:16.25rem;left:0rem;width:20rem;height:22.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIPkLvfs0Cf60g3niWeL3tI1J3vVCKli { top:0rem;left:0rem;width:46.875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5QWhlAVhQcvNgVtegaxFs2hcrNLDLLm { width:45rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQN1M4LgBxPS9akLTp9mMChfZghtCf3B { display:block; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHKt6wRthen20QAonEz4GXUX1pta6T2u { display:block; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qXNObSnHC4GeXV6cIVnPAG3TfSqmOlGf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ib1SNZ014k8xMnI6MOlE2iKE75Uexmtz {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mJ66GMXR7SDTiVMWTtU5nD2UA6UIGB9x {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fsMzm0sM2O77wthfSXTeBaAM7DLnxHs5 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #LV1t0UJQ9zgAo3RJ1EcKziK9IRNUIrav {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Z4fJSIEwOpL3rxoOb6X7bF3X6UTNxwUh {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #acRDitrOskE5vSiUVAJQNl8FZD7r7l7Q {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fJgIXmWxCy9guc2vSavvesAPWXlTP0gb {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mDSD0yTW2GZWissoNhJdMS6FxfuQ6BGq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fkW1XilHPXfapISsxKrXzgdlrwZWqIz5 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oqN0dg8rEXpKuOXFsTxVAMhQpieFBoMm {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #DCBwtz0SArXz6SWDSENkGym8t9hgwe9z {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #dbNTgVLWJd3PFLQfUNU9IKSyn2Ha6ZhI {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #QNGcQW5LtsgUSfdgeTPbgNd0CbXOAi25 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #we21KTAstyS8h86OC6wESTd69d2dzpSk {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #hxWSEwhOK8nUQkdSmZ9ETJCdec5SD4Dy {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #vTTI0HrevXOMoE51aB7E1gOlFB03cGNp {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #S7CGyxpWwWT7Ud76SOgRRahf8lQMCtNb {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #U6IGU2VNUqTwsFAGNPNChMqAD4LnHHSq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WfBoOPFEcDH5kATQTgAy3aTc7qX3kceu {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oL129t0uh8kIwxVsTwKwHKmeXM9o4PA1 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #MLs0H4aS1Zg1XwBBHTFiuabUbCbBHrV2 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #CGMSlP53lqcoZIHfdwwGyc1ga85ZJyKl {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #egl4Sh9rBI2ssMzLQmlzPtQZTUl0yaoN {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #c15AQTwVdJuqClRx2lBh4lcbwx1EyBmS {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JBXf3M9D6qbLekyZ9GClSO2ZigRlBBUq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Wmxmn2zhTMrqHzgTctU2tf9NAUKH1Lf1 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ro4zeTX02M6MFyWM2IvyOOVKOyvXEMcO {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qyvi1VZsoRPJZbPUnqHUXSflQ8UFn2Zf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #V0hIZLvXA1vqJWNEe6ofUrwfNlbOOTTw {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #wravUexReizgkqp15G9BAtGH1gZ31zvi {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XA0M9M3EzzsskQlcyXOrhz6zsAhuWQQa {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #UAVR7Ec9Sl9kTc9KnqB6u8i5dvyumXxH {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #kyP3pQDgtV09WgiOw8Bqe8OPSXIDxpo4 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #X47TnrTg2w9nvW9WSftdSw2M7Shsb6da {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WGF1Aermz1AfnfxNSTDs2xoFQIrh91su {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WnC8L4oH85gsf7lOfTQxKGXhprl9ffFB {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JDEM46T9CJksqU3993qdeSGtESoE5wXT {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XAOpXOxOApLeS0hwPQPC6Vg8Qdfqz4hf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #xNOaRP1Z2St1ym8HLDVvEqud1RLJHD04 {  }
 }@media only screen and (max-width: 763px) { #dVkfmNFpS61zt94oTxOZLRKCUvq24z7s { top:0.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uovplml1dKcMldMK9B2MyoKo1kSm7UxP { display:block; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 { display:block; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLVnonQ6qmUO80QF8LEB8BlaHAlTmk1K { top:0rem;left:0rem;width:39.5625rem;height:7.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU9GxrKCXCMEGCwyqmRkftIbKcGACz2e { top:7.75rem;left:0rem;width:36.6875rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-regular-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-textarea { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-button { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-checkbox-label { width:26.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr  { width:28.125rem;height:auto;top:0rem;left:17.125rem; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .radio-container { width:28.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr {display:block;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr { width:28.125rem;height:auto;top:0rem;left:17.125rem; }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #qaHB5VzwPEMvCk1dCedkf4R14g7WIU0w {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #PIFp5M6cSDF0tpZAdWZh8snqLbaxczWU {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #eiai3PdPUbxvo211D2sXMToS62ktXQz3 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #wzVuQSeGoG39tBXcsXoeTaiqEXP1cdWR {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #sMq5Fqa76GaEUtLqSOoPbvN98kyk7eqT {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #xO0dTnbCWZ2JLIgEh1FkusTK3UJpznQK {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #hg7RGuDXKE5WPnG7NG5upC5GCDnlrBKH {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #M3O4aiSkQHaHax4LC9uBWsGqOh8n1yoI {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #GZ9qFlVkSQNGcIqGe8azn7PrhZru6gW2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #vRl7idqblQrzUJgTssmrpVooTUNAoxyH {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #d0nscuSoRty7nDD7oT55g0dzhrkii7sr {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #zLVWvWRSKMSfoRKOlMK0i9SXpkyimau4 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #fUDRw4E9KiDr9AcWUcqp9thI8wZLOrai {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #FGWFHKUCch39LBFGIsuhyD9M2VP95Ft4 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #itgv2vOpJSmEv2RUklowtt3JxP5Dpck2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #MyD4aywB9WsZMquZrX2FkiA9GQy5m8xU {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #l2WQrWSBQkt60sig9KkNTzKaEOZAIPb2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #WCiyk45IUrs4vrHSCnUxu0io97BqqwtF {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #bTQ86HroPogwGmi3lq1WPXgTmPGKk4N6 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #pV4H0KxxgmTyyHyqfGZQoyIMku7XhVW7 {  }
 }@media only screen and (max-width: 763px) { #PdiZlNBJxQiyxbCN367v06LuQM3f4c0y { top:4.1875rem;left:0rem;width:20rem;height:13.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ottXcEf3RqG2ZheCBHMUkcIapgngSmfT { display:block; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tShRJHCpHossd6hh7emQL5b7uqT3ueaS { top:11rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2MqNzNTm7Rx31phHMGZt8blrqr0qDCg { top:11rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QwcCZqWuBC7CH2ld4MrJdsimlA2oiC { top:11rem;left:3.8124990463257rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHU9Ff6HIfGZTGTPI6VPN0GFrb2apu4 { top:21.75rem;left:0rem;width:22.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG1TEKrd7nFz4ZZlTEB7ZSFWo3tL9WGD { top:19.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #itxetOk8tPMJ6y9pBka2mMF3bMnQ943M { top:1.875rem;left:4rem;width:43.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxZTWOiHG9ANgR3sa9wNqi3D9Tqpax1 { display:none; }
 }@media only screen and (max-width: 763px) { #k1VWVOXwp4tdVtZrb5katrG06tkfNFI8 { top:1.1875rem;left:0rem;width:21.3125rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN2TW6VQxhCKENOW7WbsEH0JLOfXzCrk { top:2rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0f8zmnSOqJWlqGLA3DbPVXepS5C8DE6 { width:9.375rem;height:2rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zzO5qRTIVMdUd872MeL1JIVOrDBdo9 { width:1.5625rem;height:1.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJw2O2JeABTuo0cohI24TpNpMhlia6Ay { width:1.5625rem;height:1.5625rem;top:4.4375rem;left:9.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZE0lBXGfcwh6uaDhyOn1V0dqFWMDgJE { width:7.875rem;height:2.375rem;top:3.875rem;left:1.6875000596046rem;font-size:0.75rem;line-height:1.6;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TKtqKchtN6Ahoxt1Im37bf8GUfiJlxTw { width:9.1875rem;height:2.4rem;top:3.875rem;left:10.812500536442rem;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Pk8p8x1UKtkQBJOpeRSUVHUCFXVwrbpS { width:10rem;height:2.5rem;top:6.2734375rem;left:5.0000001192093rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsHSrQ9ZTzHPe8WB22bqdztdSSKoUoRz { display:block; }
 }@media only screen and (max-width: 763px) { #mEMt7MheZVp2cfmz9HPlLv5rHEu3K4SX { width:10rem;height:2.5rem;top:10.125rem;left:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bn5WV5UxvA4q4oeUkr8HZr2pSD5GTyq0 { display:block; }
 }@media only screen and (max-width: 763px) { #T1dEZ0pNyoLKFP6PtB4udT0XJtmivNgG { width:5rem;height:2.5rem;top:10.125rem;left:11.875000536442rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaVlOc8uB3SofXTGfz3R7vLpdalGZF5N { display:block; }
 }@media only screen and (max-width: 763px) { #asrmTwd1R83mHS59FxV1Fe84Tsmkqb8J { width:6.875rem;height:2.5rem;top:12.593359947204rem;left:0.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThJn7oQrPotzBQwuEkx8JlVkpmWezT85 { display:block; }
 }@media only screen and (max-width: 763px) { #B2Kct9ALkLGtDoy8EufqTCKQUDuksn4c { width:6.25rem;height:2.5rem;top:12.593359947204rem;left:7.5000000596044rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8lnD4xRp89E3HZGnJIM8wlTqDb3lMm1 { display:block; }
 }@media only screen and (max-width: 763px) { #ic8dRr3FZWD54ODzGylgxKAFZ1uit9SK { width:5rem;height:2.5rem;top:12.593359947204rem;left:13.750000536442rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W69nGJTWivttAydMVcfXVOXlrx9Ht1VM { display:block; }
 }@media only screen and (max-width: 763px) { #XldhnfM3DLfvuWbWIl8eaxLy9nqTeO5Z { top:0rem;left:10.875000536442rem;width:9.125rem;height:3.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X595BwvMQ6q6548WRyfHN97asDlVA1LC { width:6.25rem;height:3.125rem;top:4.375rem;left:6.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7vuI3VSF2T82S7MP4M5fe887DgTv70k { display:block; }
 }@media only screen and (max-width: 763px) { #LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey { display:block; }#LnyV69fcTBbq4EC6gdm2y43eih4JL0Ey > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGFvLJ8gWXymcTVtH5DppiFhKEv5TSDi { top:0.46875rem;left:6.0937500596046rem;width:7.8125rem;height:6.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6eb82f4d-85d8-4daa-95b2-e6db882bb9ee/hero_mobile.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.adaptive-delivery-prevent-bg, #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.lazyload, #O01h6GkD1AFmuT6gBiWfoui1OMefBRl1.lazyloading { background-image: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { background-color: transparent; background-image: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container > .video-iframe-container { display: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row > .video-iframe-container { display: none; }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .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); }#O01h6GkD1AFmuT6gBiWfoui1OMefBRl1 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrhGib9lmTXFZOVLgNQmtIF1JGlJN7Jc { width:19.9990625rem;height:0;top:1.8610153198243rem;left:0rem;font-size:2.25rem;color:#002349;display:none; }
 }@media only screen and (max-width: 763px) { #i8qthireJbbhg9XnbB4vflBUKFHJfzLb { width:19.9990625rem;height:4.0625rem;top:10.922657012939rem;left:0rem;font-size:1.5625rem;color:#002349;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eD5UkkhcfHHVH9D72zGaFW9mfNJ7UtTK { width:20rem;height:3.75rem;top:27.671875rem;left:0rem;font-size:1rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #S7HWtQt3pAlJvTiSDZ8zB1b2ISGQqW3G { display:block; }
 }@media only screen and (max-width: 763px) { #ULtCR93ZTbcqg56MreWtGO0qTaivmFmB { width:19.9988125rem;height:8.775rem;top:1.8605480194092rem;left:0rem;font-size:2.25rem;color:#002349;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi { display:block; }#TrzneFGUcClaXZA7dCvbDeRsA9CyrCSi > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpbfyvhzzNbK0x6pGRxmWrU6CMKbBXrQ { width:7.0625rem;height:7.0625rem;top:7.5858383178713rem;left:0.37422841787338rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps98qICxiJAzzZ46B6T7zQfDpQEda75X { width:7.0625rem;height:7.0625rem;top:22.296009063721rem;left:0.37422841787338rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTLE6STkXe2vubPlmGOgD8yPIw1wTDt { width:7.0625rem;height:7.0625rem;top:37.282505035401rem;left:0.62403553724289rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMITvsnDy0GXsN8mq8omNiI58HatDFz { width:7.0625rem;height:7.0625rem;top:52.06693649292rem;left:0.68672841787338rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdfGyD9MLhmhgzg5OOy1xJGReql75hbZ { width:9.875rem;height:1.6rem;top:14.647953033448rem;left:1.6247107386589rem;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #q7mzm3elSXKTel7UGcQivIkX4PfaXFbV { width:15.9375rem;height:1.6rem;top:29.358600616455rem;left:1.6247107386589rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #v4io5IsehvirBoGx1vaGNraG7PKiOG6u { width:16.0625rem;height:1.6rem;top:44.344615936279rem;left:1.6247107386589rem;font-size:1rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #IBr4wbkCLgk1r9R30QOZU2HsfdWRUAAk { width:16.125rem;height:1.6rem;top:59.129535675049rem;left:1.6247107386589rem;font-size:1rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr { width:20rem;height:4.825rem;top:16.227333068847rem;left:0rem;font-size:1rem;z-index:14999;display:block; }#r5EnTFSV5IRRoD6uUCCWS5aJraDdwHqr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop { width:20rem;height:4.825rem;top:30.958240509033rem;left:0rem;font-size:1rem;z-index:14996;display:block; }#Z9i66xBvtXC9b33Gyta1fEO1JqQX3wop li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #S4604VuH51SwUbp638TU6euwVB91VSN6 { width:20rem;height:4.825rem;top:45.922069549561rem;left:0rem;font-size:1rem;z-index:14994;display:block; }#S4604VuH51SwUbp638TU6euwVB91VSN6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz { width:20rem;height:4.825rem;top:60.729167938233rem;left:0rem;font-size:1rem;z-index:14992;display:block; }#nQa0W2mWllCy0BhaXzIuvR9gbUEK6gpz li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_a209c08091aa44295683ba36f5c6d4c3bbbcaa42.svg); }
 }@media only screen and (max-width: 763px) { #rPXn2SWrkOCdOrcmBLApKyLvHmR9TJTf { width:20rem;height:3.575rem;top:3.1245155334473rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl { display:block; }#fXO43HUG5lOHhKVpHX2hdlDeLrvl2gfl > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMHVx2OAhOTgOqrD3ESmXnTAH13EWkfC { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 { display:block; }#OJAXEqrUoPB4fFED6wUP5SPxZuZ69WO7 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7MDSwAxFEPw19REgO7OdnAsPZpmq92O { background-color:#002349;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; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { background-color: transparent; background-image: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container > .video-iframe-container { display: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container { display: none; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .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); }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { border-width: 0; border-radius: 0; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7MDSwAxFEPw19REgO7OdnAsPZpmq92O > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmmArIpyn4QITN2WcT9oAet8t8cff34b { width:20rem;height:5.3625rem;top:3.125rem;left:0rem;font-size:1.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy { background-color:#002349;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; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { background-color: transparent; background-image: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container > .video-iframe-container { display: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container { display: none; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .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); }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { border-width: 0; border-radius: 0; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHaGHVxxdRbNZKJsbpTzWPmBR8szWGSy > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW3KgZ6vTGP41bvcB5CeuMafmb8zrnoo { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4qX4KdwT7VKmgeSqBvIhJtKdzHFzVhc { width:6.25rem;height:6.25rem;top:17.000000953674rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvWNG3dD7eBGedBh6rgxEOPxQWlnOqrC { width:6.25rem;height:6.25rem;top:32.750000953674rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6is2Vsg9kKoLVf0PtDPGdczyIM3bO7h { width:10rem;height:2.925rem;top:8.1250009536744rem;left:5.0000001192093rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #NpkHnrVGblPXsEVRffiT4QSP6nu4sdGI { width:10rem;height:2.925rem;top:23.875000953674rem;left:5.0000001192093rem;font-size:1.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #lW16EBHJV9DdptpLik9AFTMykDkHMJgA { width:12.375rem;height:2.925rem;top:39.625001430511rem;left:3.8125001192093rem;font-size:1.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #u2QoJr5LPSgqia84d1fO9Gdemm0rDHJy { display:flex;width:3.125rem;height:3.125rem;top:8.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHTDyUmLVcbhRT7CiifIthXydfRaXyrr { display:flex;width:3.125rem;height:3.125rem;top:25.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sp2bSwCOAF3baPQW8a54E4z4KbstBEp4 { display:flex;width:3.125rem;height:3.125rem;top:41.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STQrsLX48rtidB8S2WDn79D1wzz2INdl { display:flex;width:3.125rem;height:3.125rem;top:12.625000953674rem;left:8.4375005960463rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #TDN7kIXSaDTWJJLAUWlPrX2FFdcO2Jti { display:flex;width:3.125rem;height:3.125rem;top:28.375000953674rem;left:8.4375005960463rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #MXzpAge3wRzW8LBWprEtS2bqhldNH7Hk { display:flex;width:3.125rem;height:3.125rem;top:44.125001430511rem;left:8.4375005960463rem;z-index:14992; }
 }@media only screen and (max-width: 763px) { #kcdaVvUIdcG9rAyHIL8hhIspRtHe7KWo { width:6.875rem;height:6.875rem;top:0.9375rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz3h2ZkHZ2Jm9qFiwSdCTHIuMc5bl28T { width:6.875rem;height:6.875rem;top:16.6875rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtcUyi2RwwxaxTHxRGAvNdCfDTkKS3on { width:6.875rem;height:6.875rem;top:32.4375rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 { background-color:#002349;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; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { background-color: transparent; background-image: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container > .video-iframe-container { display: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container { display: none; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .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); }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { border-width: 0; border-radius: 0; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdlfoCV8q6Cen8qIdfqiG7XUZXZ6Oa95 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zmm4rGafbf3B4L6AelIC39UTfTUq8cQA { width:6.25rem;height:6.25rem;top:17rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWvaZqPeJhObxyRZoTNClggwTLuxDmIy { width:6.25rem;height:6.25rem;top:1.25rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVIdcGIfWWeyNMhhXviGLT7uTmWfWZTl { width:6.25rem;height:6.25rem;top:32.750001192093rem;left:6.8750001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDPd90CMN2hIOOZRnibeLa8Qk7GQxIdK { width:10.625rem;height:2.925rem;top:8.125rem;left:4.6875001192093rem;font-size:1.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vQFhVNCemzsm2Z8btwvlPCsvau4hKnIA { width:13.4375rem;height:2.925rem;top:23.875001192093rem;left:3.2812501192093rem;font-size:1.125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #mRa6VoS1Fi5JwmIamAkmJfbRuucwUGc1 { width:13.4375rem;height:2.925rem;top:39.625001907349rem;left:3.2812501192093rem;font-size:1.125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fxrb2V0hMsnTT9SeAPE6fDxtuLAvAruh { display:flex;width:3.125rem;height:3.125rem;top:29.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9MLppGOv69QbBn9QUn6Wc1h7FCQ4hm4 { display:flex;width:3.125rem;height:3.125rem;top:13.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EM3l9aDHLDkIBFTeCiLuhe803votEfir { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vu5MTJPmw20nnIPyKmmX6eFCz8DtfDu6 { display:flex;width:3.125rem;height:3.125rem;top:12.625rem;left:8.4375005960463rem;z-index:14996; }
 }@media only screen and (max-width: 763px) { #qnZv2douAOGF5I3nCo0UPduiC7qX4Vz4 { display:flex;width:3.125rem;height:3.125rem;top:28.375001192093rem;left:8.4375005960463rem;z-index:14994; }
 }@media only screen and (max-width: 763px) { #Kaxu9nF7pb6pDIkCqNtTpBxFI0yTxfIg { width:6.875rem;height:6.875rem;top:16.6875rem;left:6.5625001192094rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PRP0xdXGH077AoQwcShFp4xEKMOSA9o6 { width:6.875rem;height:6.875rem;top:32.4375rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi4TXJrkWibL2HkMBsUtCv18BHHAQTrc { width:6.875rem;height:6.875rem;top:0.9375rem;left:6.5625001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa { display:block; }#oLxHG6mR79QRzgGXyoOBnQ2zmUcc2hJa > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 { display:block; }#TXuzeZasPVU7zK6Tg1DBP79AyUfQPXv6 > .row .container { width:20rem;height:137.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLwV6FnGBP5kwTEDraVTCRb71qHTGyPH { width:20rem;height:3.575rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylHhDtK6tmP1C9wuxxv3WbFbTPMXTSaU { width:20rem;height:13.257331596151rem;top:5.47501875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CwKnRTn3xLmvsVN1T9gWXuXTHe8DNIdP { width:20rem;height:13.257331596151rem;top:34.54620625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iZxPJVITxD4UsuHSVkhkDVxMFDMfWSbI { width:20rem;height:13.314247182793rem;top:49.05333125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #uVFI8wEHpFw3skCh3bQ26LLspxEVZ9FT { width:20rem;height:13.314247182793rem;top:63.61739375rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #RHVTfJyEVVb8OT598N6pJHnGtE13FXen { width:20rem;height:13.314247182793rem;top:19.98214375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ow8EaLOV8kMi6SGV7kEoJSSyRHg51uy6 { width:20rem;height:13.314247182793rem;top:92.74551875rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #GLHkawe0fqGoVVaVSws0kNdtlAcGUtJT { width:20rem;height:13.314247182793rem;top:78.18145625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #HhgBNmBmNdbkESxTM9DMp74SN0GK8xv2 { width:20rem;height:13.314247182793rem;top:107.30958125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ltSseOA6G4sJFns6NN5JS6xUDuI5TtOW { width:20rem;height:13.314247182793rem;top:121.87364375rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #V7EPe4tB4TMxFl96nplAIrK1TEorxpg4 { width:20rem;height:13.276353276353rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MwhS8NSw4v0Xr3TJMATTmy58EpN1y1gZ { width:20rem;height:13.275862068966rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #okuTot655mNAKv7LXM3AO8TRqRNQZxXR { width:20rem;height:13.276353276353rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRPEpFxLKzXPPsPT0G8Z7uOBUV1VfNdG { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxdJbILl1nyKeqKIZXquf4Xuxvyw5ill { width:20rem;height:13.276353276353rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpghpaNZVvwUIQ23M3EXAUT90kMFoAOe { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5xFooQ0VoLy350UXcNTu18mA6nS3kfQ { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nx5K0eRugBXeXdTT6UDcXoT9WzRKb17V { width:20rem;height:13.314285714286rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7RIomMah1ix3RdJskUyNOPEATNrC7zB { width:20rem;height:13.314285714286rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5kLkPfh6BBN260QG4Wn8FprXtosdW6R { width:20rem;height:13.314285714286rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0zU9wd7rTWndg20wnglu9DXleuP4GJt { width:20rem;height:13.314285714286rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuuvuE1FNTotEX6OVZeyToV4qU7PtRsV { width:20rem;height:13.314285714286rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilbL20gqPZy6PfLEFm07DE5D2V2XAqca { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygwogv0vLB3GutNTPNZtls8fiNgmSsrA { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZyxNTu2muHC5991SGIR2JRk4fVVqbsG { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3oh0wWTLXTC3vnXHuJWo5gVpdxKuPP6 { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtGOWU9nqUExLnw1F4HTlp9ukXvdOiGS { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGumNou8xCaTJfcXmTVoyoLmdFU88ep1 { width:20rem;height:13.257142857143rem;top:10.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kxh7pOmL3iN5H11yH0W2VO8UlGe91Nxv { width:20rem;height:13.257142857143rem;top:136.43594360351rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGXttmLWXq7PeORQzCdTeLCoOyRtAWVW { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHhsiEKScqT29DFGnL8Kni67rUMX4qN9 { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSpDEXNTRF6vcGwzdH0QtM50F71G7ViX { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHxeaTHMIAtfJ4nQhi4TRl1vzsxXmovW { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBfT1kB5uZ9z4d6m9T8LPN8K8d0A1y6C { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZiGfR1QIBb7X8AXDzL5gHTO7X8t7fOgp { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcnSHiU0WdXE4i4i5eKD53GQvTsuCwBc { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EaEsvJtwbKMHFXAOTDgIXsQKygy47TdA { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVViabx8AeIVHyT7z8pvvLpVm9k8iZZu { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rI8o4HGxtmeUsKXcxcdZlFbsaXWPS1b5 { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #atMMymCrEt9m8lA7blKviK7FVu0O6qzQ { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdoCiE42TEXRabIq2GMUTlhETdTbTyhf { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mG2DP9m5yHvFLiNb5IFrCmOc96N7gzWP { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lls1kMSitSddRGTQWy9Koavtlt5uZepy { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFG8UlbndtW9qMqpiyf89BKypiDWMd1F { width:20rem;height:13.314285714286rem;top:28.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KuCzoiJiq3SAstV4dSBBHxeT8sV75ECC { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqiPkHKhEwUbTBvPN2tbqQEceudqI0wl { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GR9FGimEsbLE81Npf1QXqyR5LZytv43e { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kr5ZcqUdAgTCo097gCdx6rTTyoQpmuU9 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #udSXw5fHyy3N3bHNfKmK8Z5Cw2LIy7B0 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHpim88R4qTHLQ3vLKO4Sbvc00lv1ZTL { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRnXpAUFGxM0eMhIHrc97i87HwEdex26 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZ71dKQeMwwFlr4N9qQTpc9aS6Lafshp { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C30biKeLSl7HJr8xPxvTqtkw58BZsVut { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc2WuQmiVLorntZH6oppZBZ6k6mw1h6l { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFQsWO4zpWSJ3BxpbsZI7ahJ3xmVxMwg { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PZB1iaBZi9pmd0ikn4oriamwkRX10es5 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXmJuwrTcTMkZFJTGXIrEv9wfbNm5mqF { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzPt2be3fMelgaINaRvDo9aFcO8FwcLk { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTreAaEkLvxVtvioWiN1EqmUGbmc343X { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzr2gDRRJyR56MHW8AEOgV4Xvb55chK3 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhT8OF4dBqz74xXJK5evsCm65VMd4MF3 { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wd91FLKv2ILmzXORM1zLnes6ERZDw7Ek { width:20rem;height:13.314285714286rem;top:45.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx { display:block; }#u7O3hEl2EdVUOIQf9pKgKU9nroTg85kx > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pE6J1yH2zkXh4RvMRe9A759Qt363XDwH { display:block; }#pE6J1yH2zkXh4RvMRe9A759Qt363XDwH > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olt8phrTmP65svqwTlmWD3uASZRnzw7y { width:20rem;height:3.575rem;top:3.12451171875rem;left:0rem;font-size:1.375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #kwxQkwibw70DVRrh82NomK4ONsPP8czS { width:20rem;height:0;top:9.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBEicDye5k8QVbWWTIU2TLOQM0gQ0UJg { width:9.375rem;height:7rem;top:60.875rem;left:0rem;z-index:14978;display:block; }
 }@media only screen and (max-width: 763px) { #lPDsDLIqHhGnbrVHZLSOKvRKdGBLlMqF { width:9.375rem;height:7rem;top:49.905853271484rem;left:10.625rem;z-index:14980;display:block; }
 }@media only screen and (max-width: 763px) { #dMNZc23pgaqRdQaBxZnlDvqEOu5sohoD { width:9.375rem;height:7rem;top:49.905853271484rem;left:0rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #mbnGe95Ws51mILwapcn8QxnRitJERazv { width:9.375rem;height:7rem;top:39.0625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #TyKetLruCfrPTkrfDGNwPhhR9lx3v3Gp { width:2.5rem;height:2.5rem;top:42.625366210938rem;left:6.9164740443231rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #B4poSkdngPVHFGDV2mkrBWe0AhrZB2pE { width:20rem;height:28.8rem;top:8.4365234375rem;left:0rem;font-size:1rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #AuRxudqIe7pC3wskq70qncEoEdaGhFD7 { top:66.8125rem;left:0rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14977;display:block; }
 }@media only screen and (max-width: 763px) { #eulR77rAT6mT01vDo3b3Mqcvm7rS6Q1U { display:block; }
 }@media only screen and (max-width: 763px) { #XiBMu7oJw7gyDwl42DMWA82xZVXDM9TN { top:56.09375rem;left:10.625rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14979;display:block; }
 }@media only screen and (max-width: 763px) { #RqMbyMN5xSDqKcHmhx1xFVXsalSbk7c0 { display:block; }
 }@media only screen and (max-width: 763px) { #e5trfAid7TkloaWUXacUT8WVKAtopb34 { top:56.09375rem;left:0rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #kxXe88rSNuOUmKTIrgDgT53ysQ1xPTSB { display:block; }
 }@media only screen and (max-width: 763px) { #Kdd3ceqznwqS7V9S3wcOKqNOCH4nOsx7 { top:45.125rem;left:0rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #DLlt0qPMUzmfQvaRx6o2ckGhiK9RvLFK { display:block; }
 }@media only screen and (max-width: 763px) { #W2GyxQN9rhgpTLnXJ5TXTwGzb2eEfCxv { width:9.375rem;height:7rem;top:60.875rem;left:10.625000536442rem;z-index:14976;display:block; }
 }@media only screen and (max-width: 763px) { #ClPTcFLfnCBphw8nw4BuLSLXuszdZhoJ { top:66.8125rem;left:10.625rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14975;display:block; }
 }@media only screen and (max-width: 763px) { #VD0p91hByR18cfP3ratWUw1ZgmTgTA4d { display:block; }
 }@media only screen and (max-width: 763px) { #vUHR4nd2PBdT9w5nZQ3KrtVzoeuMiw3J { width:9.375rem;height:7rem;top:39.0625rem;left:10.625000536442rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #z6XNJwaWMrpeXsJrGDN3ClB2sVW4uucg { top:45.125rem;left:10.625rem;width:9.375rem;height:2.5rem;font-size:0.875rem;font-family:"lato black";font-weight:400;font-style:normal;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #aDSzGKQGKLzmdfdeBg7CwHk4qHi4xman { display:block; }
 }@media only screen and (max-width: 763px) { #TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 { display:block; }#TnXI0n9KIemtRCHfH96VbNf3tQZKtaS8 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 { display:block; }#rIXBJHvOLN9NWmrKkI6Nq8UBWM1Q4rp6 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpS5LuNt6Q35koJMCRisgKbkPuB0W2K3 { width:19.9995rem;height:3.575rem;top:0rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC { background-color:#ffffff;background-image:none;display:block; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { background-color: transparent; background-image: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container > .video-iframe-container { display: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row > .video-iframe-container { display: none; }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .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); }#gJSawy8MBmGiKtJMQ2HzJ5fmytG2CPiC > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOgVFULJ6M7vT3TX6luRFi8keSZispxx { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfGZLLWLk5Ma1IoFZ3mcpPR8yo1oldzG { width:20rem;height:20.8rem;top:16.383464813233rem;left:0rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #zlNMPCZezTi67bs12bDkCbHDum6caNmC { width:6.875rem;height:6.875rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW2diDTTW4pcZ8nHbXoiUCDWKwBicOKq { width:11.25rem;height:2.375rem;top:38.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcJGiVO4giUDe3J7HPELwlBlchSMLvC5 { width:20rem;height:28.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrJnyS3UTG4HiTetdRPAMzlKRp0vsaBd { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rELNn9RokcVrxMPLM55LTMLyOULtTkez { display:block; }#rELNn9RokcVrxMPLM55LTMLyOULtTkez > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENn91Q2D55bbXPxODsHef4HRkGnBWaPq { background-color:#ffffff;background-image:none;display:block; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { background-color: transparent; background-image: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container > .video-iframe-container { display: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row > .video-iframe-container { display: none; }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .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); }#ENn91Q2D55bbXPxODsHef4HRkGnBWaPq > .row .container { width:20rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwTMc3uWaUTbea8mfSusKvF8iwQWfdQv { width:20rem;height:0;top:16.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhyJOUla0FeIRzHqfla7QqVTcD8P5AGS { width:20rem;height:16rem;top:16.4375rem;left:0rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #qhwfz5VaeIyHvFxJ6IcT7bIutTXJhmNL { width:20rem;height:28.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEBTNIVIV9uF8egEP03o5L4hTcV4qlTy { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 { display:block; }#l4DbuQBQ0RSZu4Tq4TV43JR6ADV9DMg4 > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl { background-color:#ffffff;background-image:none;display:block; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { background-color: transparent; background-image: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container > .video-iframe-container { display: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row > .video-iframe-container { display: none; }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .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); }#dOOsC8WIZxUbqbKoIngZuc7sNikI7lRl > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqhyCvThEQhpRsgFwRTd836RTwGfNQHc { width:20rem;height:0;top:3.2460923194885rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSBbQfN0wNgxucXaqlleWo6TfWN3nwk6 { width:20rem;height:19.2rem;top:16.4375rem;left:0rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #v5vxRpgNCOh0GhS4tMZLrQZcliS6HMMv { width:20rem;height:28.1875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctVDnIDPMCB6H0I288MZJpMcrbUBg6Wd { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tCHAoHfOmA934AzZGSNERRpXgTEBp9tt { display:block; }#tCHAoHfOmA934AzZGSNERRpXgTEBp9tt > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 { background-color:#ffffff;background-image:none;display:block; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { background-color: transparent; background-image: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container > .video-iframe-container { display: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row > .video-iframe-container { display: none; }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .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); }#nrl0b1Xdq4gZrbPXIw3g9JA0p850A4s1 > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bL18lMJOFMXf54Ni2zPcoTxDuUVnsEfT { width:20rem;height:0;top:75.250002861025rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWzBLpLfZpnnfTO0V7x5oTrr53Z3fVn4 { width:20rem;height:22.4rem;top:16.4375rem;left:0rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pIPkLvfs0Cf60g3niWeL3tI1J3vVCKli { width:20rem;height:28.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5QWhlAVhQcvNgVtegaxFs2hcrNLDLLm { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQN1M4LgBxPS9akLTp9mMChfZghtCf3B { display:block; }#pQN1M4LgBxPS9akLTp9mMChfZghtCf3B > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHKt6wRthen20QAonEz4GXUX1pta6T2u { display:block; }#VHKt6wRthen20QAonEz4GXUX1pta6T2u > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-heading-text { font-size:1rem;height:auto;line-height:1.6;overflow:hidden; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 .accordion-desc-text { font-size:1rem;height:auto; }
#EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 { display:flex;height:auto;width:17.5rem;top:7.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qXNObSnHC4GeXV6cIVnPAG3TfSqmOlGf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ib1SNZ014k8xMnI6MOlE2iKE75Uexmtz {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mJ66GMXR7SDTiVMWTtU5nD2UA6UIGB9x {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fsMzm0sM2O77wthfSXTeBaAM7DLnxHs5 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #LV1t0UJQ9zgAo3RJ1EcKziK9IRNUIrav {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Z4fJSIEwOpL3rxoOb6X7bF3X6UTNxwUh {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #acRDitrOskE5vSiUVAJQNl8FZD7r7l7Q {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fJgIXmWxCy9guc2vSavvesAPWXlTP0gb {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #mDSD0yTW2GZWissoNhJdMS6FxfuQ6BGq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #fkW1XilHPXfapISsxKrXzgdlrwZWqIz5 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oqN0dg8rEXpKuOXFsTxVAMhQpieFBoMm {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #DCBwtz0SArXz6SWDSENkGym8t9hgwe9z {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #dbNTgVLWJd3PFLQfUNU9IKSyn2Ha6ZhI {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #QNGcQW5LtsgUSfdgeTPbgNd0CbXOAi25 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #we21KTAstyS8h86OC6wESTd69d2dzpSk {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #hxWSEwhOK8nUQkdSmZ9ETJCdec5SD4Dy {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #vTTI0HrevXOMoE51aB7E1gOlFB03cGNp {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #S7CGyxpWwWT7Ud76SOgRRahf8lQMCtNb {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #U6IGU2VNUqTwsFAGNPNChMqAD4LnHHSq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WfBoOPFEcDH5kATQTgAy3aTc7qX3kceu {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #oL129t0uh8kIwxVsTwKwHKmeXM9o4PA1 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #MLs0H4aS1Zg1XwBBHTFiuabUbCbBHrV2 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #CGMSlP53lqcoZIHfdwwGyc1ga85ZJyKl {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #egl4Sh9rBI2ssMzLQmlzPtQZTUl0yaoN {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #c15AQTwVdJuqClRx2lBh4lcbwx1EyBmS {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JBXf3M9D6qbLekyZ9GClSO2ZigRlBBUq {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Wmxmn2zhTMrqHzgTctU2tf9NAUKH1Lf1 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #Ro4zeTX02M6MFyWM2IvyOOVKOyvXEMcO {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #qyvi1VZsoRPJZbPUnqHUXSflQ8UFn2Zf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #V0hIZLvXA1vqJWNEe6ofUrwfNlbOOTTw {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #wravUexReizgkqp15G9BAtGH1gZ31zvi {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XA0M9M3EzzsskQlcyXOrhz6zsAhuWQQa {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #UAVR7Ec9Sl9kTc9KnqB6u8i5dvyumXxH {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #kyP3pQDgtV09WgiOw8Bqe8OPSXIDxpo4 {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #X47TnrTg2w9nvW9WSftdSw2M7Shsb6da {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WGF1Aermz1AfnfxNSTDs2xoFQIrh91su {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #WnC8L4oH85gsf7lOfTQxKGXhprl9ffFB {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #JDEM46T9CJksqU3993qdeSGtESoE5wXT {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #XAOpXOxOApLeS0hwPQPC6Vg8Qdfqz4hf {  }
 }@media only screen and (max-width: 763px) { #EXXG3eVumGiWSNxPQT8qL5N2AP2fWUq3 #xNOaRP1Z2St1ym8HLDVvEqud1RLJHD04 {  }
 }@media only screen and (max-width: 763px) { #dVkfmNFpS61zt94oTxOZLRKCUvq24z7s { width:20rem;height:6.3375rem;top:0rem;left:0rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #uovplml1dKcMldMK9B2MyoKo1kSm7UxP { display:block; }#uovplml1dKcMldMK9B2MyoKo1kSm7UxP > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 { display:block; }#cOxTtVw4dGufIWPrvD8O6OmTfw48kor3 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLVnonQ6qmUO80QF8LEB8BlaHAlTmk1K { width:20rem;height:4.225rem;top:0rem;left:0rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #wU9GxrKCXCMEGCwyqmRkftIbKcGACz2e { width:20rem;height:0;top:4.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr  { width:17.5rem;height:auto;top:19.999349594116rem;left:0rem;z-index:14998; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr {display:block;}#Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr { width:17.5rem;height:auto;top:19.999349594116rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #qaHB5VzwPEMvCk1dCedkf4R14g7WIU0w {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #PIFp5M6cSDF0tpZAdWZh8snqLbaxczWU {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #eiai3PdPUbxvo211D2sXMToS62ktXQz3 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #wzVuQSeGoG39tBXcsXoeTaiqEXP1cdWR {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #sMq5Fqa76GaEUtLqSOoPbvN98kyk7eqT {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #xO0dTnbCWZ2JLIgEh1FkusTK3UJpznQK {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #hg7RGuDXKE5WPnG7NG5upC5GCDnlrBKH {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #M3O4aiSkQHaHax4LC9uBWsGqOh8n1yoI {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #GZ9qFlVkSQNGcIqGe8azn7PrhZru6gW2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #vRl7idqblQrzUJgTssmrpVooTUNAoxyH {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #d0nscuSoRty7nDD7oT55g0dzhrkii7sr {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #zLVWvWRSKMSfoRKOlMK0i9SXpkyimau4 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #fUDRw4E9KiDr9AcWUcqp9thI8wZLOrai {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #FGWFHKUCch39LBFGIsuhyD9M2VP95Ft4 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #itgv2vOpJSmEv2RUklowtt3JxP5Dpck2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #MyD4aywB9WsZMquZrX2FkiA9GQy5m8xU {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #l2WQrWSBQkt60sig9KkNTzKaEOZAIPb2 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #WCiyk45IUrs4vrHSCnUxu0io97BqqwtF {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #bTQ86HroPogwGmi3lq1WPXgTmPGKk4N6 {  }
 }@media only screen and (max-width: 763px) { #Vi5ZssTeaU0xZvFz2iVhop8MR8xmNRNr #pV4H0KxxgmTyyHyqfGZQoyIMku7XhVW7 {  }
 }@media only screen and (max-width: 763px) { #PdiZlNBJxQiyxbCN367v06LuQM3f4c0y { width:20rem;height:12.8rem;top:4.2233076095581rem;left:0rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ottXcEf3RqG2ZheCBHMUkcIapgngSmfT { display:block; }#ottXcEf3RqG2ZheCBHMUkcIapgngSmfT > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tShRJHCpHossd6hh7emQL5b7uqT3ueaS { width:3.75rem;height:3.75rem;top:5.625rem;left:1.9164062142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2MqNzNTm7Rx31phHMGZt8blrqr0qDCg { width:3.75rem;height:3.75rem;top:5.625rem;left:8.1250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QwcCZqWuBC7CH2ld4MrJdsimlA2oiC { width:3.75rem;height:3.75rem;top:5.625rem;left:14.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHU9Ff6HIfGZTGTPI6VPN0GFrb2apu4 { width:20rem;height:0;top:19.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SG1TEKrd7nFz4ZZlTEB7ZSFWo3tL9WGD { width:20rem;height:5.2rem;top:38.962463378906rem;left:0rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #itxetOk8tPMJ6y9pBka2mMF3bMnQ943M { width:20rem;height:23.4375rem;top:9.2750005722044rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIxZTWOiHG9ANgR3sa9wNqi3D9Tqpax1 { top:13.337524414062rem;left:0rem;width:20rem;height:21.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #k1VWVOXwp4tdVtZrb5katrG06tkfNFI8 { width:20rem;height:0;top:5.8374996185303rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN2TW6VQxhCKENOW7WbsEH0JLOfXzCrk { width:20rem;height:2.03125rem;top:2.037109375rem;left:0rem;font-size:1.5625rem;z-index:15000;display:block; }
 }