.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c0c0c;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; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container { background-color: transparent; background-image: none; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container > .video-iframe-container { display: none; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row > .video-iframe-container { display: none; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .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); }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container { border-width: 0; border-radius: 0; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container { font-size:0.875rem;font-family:poppins;height:3.625rem;width:60rem;position:relative;display:block; }#kqOsc5IyrolByRT9wnJG9icd9I4QLos0 { 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:1.6875rem;width:9.9375rem;top:0.96875rem;left:0.8125rem;overflow:hidden;display:block; }
#XdfsnrxlmctO5gJL30IZJkrlITTVFTwE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:33.8125rem;display:block; }
#JZHeg3TB4do7RO5U8ULqqBVnGyxeTM9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiH1XaCZSLPRa8gJvzsBTw5vusE84cIy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:52.5625rem;display:block; }
#AlgFsNWB0ILRfbySDQtAZcqKNCIsHkWU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#scrR8KOuCC8fFWzAlC0UpP7zleDe80Om { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#efefef;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:43.0625rem;display:block; }
#Bl0zt5wTHLHA0xpSsUE4cxWVNqSVfkNB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DFRh76GSrdkEzRawIMTAAyt1CDuHRx93 { box-sizing:content-box;height:0.0625rem;width:36.125rem;position:absolute;display:block;z-index:15022;background-color:#ba4040;background-image:none;top:32.875rem;left:0rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebe9fccf-7edf-42f6-9108-f032b5ae20f4/kampaniawiniety2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.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:31.375rem;width:60rem;overflow:visible;position:relative;display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/228c2656-54aa-41d4-9914-977d5b67497a/eu1.png");background-position:top 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; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.adaptive-delivery-prevent-bg, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyload, #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB.lazyloading { background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { background-color: transparent; background-image: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { display: none; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .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); }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { border-width: 0; border-radius: 0; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:60rem;position:relative;display:block; }#RsRefGhMt1OpFMPNS172OeQOS7pDx1U4 { color:rgba(40,40,40,0.7);display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:;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; }
#AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { color:rgba(40,40,40,0.7);display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:24.56884765625rem;left:0rem;height:4.798825rem;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; }
#korruwWpN4GWtJrFUSOKHh98FICD07Lb { color:#282828;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:7.5rem;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; }
#GkKMptPcogR6Bf9Qmgpd4TLJiJd2oLbb { background-color:#ee3132;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:31.6875rem;left:0rem;display:block; }
#OWCOl7pFHGRvkvVSfWHMyE7InGauulBQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWWePASdvbCm9QNuIMk0VfqMyaBMBJ0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:.81;top:0.6875rem;left:28.09375rem; }
#be6rbIiyeWhqgFOdl3oWbooUR7CT0MSs { 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:8.4375rem;width:19.875rem;top:14.5625rem;left:0rem;overflow:hidden;display:block; }
#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { background-color: transparent; background-image: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { display: none; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .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); }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { border-width: 0; border-radius: 0; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { color:#282828;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.3125rem;left:29.75rem;height:3.125rem;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; }
#IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.5rem;left:31.875rem;height:1.3999rem;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; }
#rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:12.625rem;left:29.75rem;overflow:hidden;display:block; }
#wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:16.9375rem;left:29.75rem;overflow:hidden;display:block; }
#ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:16.8125rem;left:31.875rem;height:2.79980625rem;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; }
#wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:21.875rem;left:29.75rem;overflow:hidden;display:block; }
#neXtdSazeCoXyf7HEAXsJCGONpJFlocT { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:21.75rem;left:31.875rem;height:2.79980625rem;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; }
#eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { 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:35rem;width:28rem;top:2.28125rem;left:0rem;overflow:hidden;display:block; }
#rTGqTXfV1mSH0HWCUwV3ONpfCypmKqcN { color:rgba(40,40,40,0.7);display:block;width:27.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.625rem;left:31.875rem;height:2.7998rem;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; }
#XLRueSVbnQciTwLPs3uM5mZk3shrTuAq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:26.875rem;left:29.875rem;overflow:hidden;display:block; }
#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f46fd98-24ad-4f83-ab8a-fce469790cff/brw.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.adaptive-delivery-prevent-bg, #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.lazyload, #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i.lazyloading { background-image: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { background-color: transparent; background-image: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { display: none; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .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); }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { border-width: 0; border-radius: 0; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { 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:16.1875rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#hX68DJgLiIZZOXHz41TBgui8FR733tBF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { 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:16.1875rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#CD399kbhAB1TSvxnqTQeDRouUCUd7mme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container { background-color: transparent; background-image: none; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container > .video-iframe-container { display: none; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row > .video-iframe-container { display: none; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .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); }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container { border-width: 0; border-radius: 0; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#wcTW61cg3VAqLGEvbGgcx4AT2ilGhQHn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.125rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.5rem;top:11.875rem;left:0rem;display:block; }
#abKq41u8NLTWbxsaJ80bTeCf3LU4TIOs { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.75rem;left:0.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBIHZ6T40WdRAZemWK0E72X92wGxecci { color:#333333;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:20.375rem;left:1.125rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TArugMS6z3qpK0ta72plWiHeXadcNUPA { 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:3.125rem;width:3.125rem;top:13.75rem;left:5.375rem;overflow:hidden;display:block; }
#Ny053TSavNuZxK2uCLGwWNeN8pE3TOJo { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.125rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:13.5rem;top:11.875rem;left:15.4375rem;display:block; }
#I79ghsRMOAPZxF1yz4BFmQpPty0tyGfW { color:#333333;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:20.375rem;left:16.5625rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAfxff6FZPazFm7qrrRiE8yihTR2yWtr { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:15.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HmbBWJQaJi2k3OWAUCWZfqbMebkxk6TN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.75rem;left:20.8125rem;overflow:hidden;display:block; }
#Okl6zR8WRxtbXSiopGf6pcTEWy766JhO { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.125rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.5rem;top:11.875rem;left:30.875rem;display:block; }
#JZVkMGCCEOn8TiR1pxGRnDdRDuTfxd9W { color:#333333;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.375rem;left:31.6875rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oFPxQzSVCbKmA4PSg5aTo1SZ15O3E4ql { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.75rem;left:31.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHdoiH68JuQT8SZJuFkTm74T3ZNQ5e2h { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.75rem;left:35.9375rem;overflow:hidden;display:block; }
#Tfw48xU0dhGZysEfpQ4sBllD7wtbklfT { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f2f2f2;border-left:0.125rem solid #f2f2f2;border-right:0.125rem solid #f2f2f2;border-bottom:0.125rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.5rem;top:11.875rem;left:46.125rem;display:block; }
#WiO707ZV0LhKINtKOMPDZqEzPAW9S605 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:20.375rem;left:47.25rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOmNv78me3baS2xzclEUoPnQ90maBVXW { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.75rem;left:46.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWrSHzl8XXp5QEwUJHeQFwuJtTd4E8xR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.75rem;left:51.5rem;overflow:hidden;display:block; }
#GBAwVkPXLkRIWCCxrEim87s93iXOT46F { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container { background-color: transparent; background-image: none; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container > .video-iframe-container { display: none; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row > .video-iframe-container { display: none; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .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); }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container { border-width: 0; border-radius: 0; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:60rem;position:relative;display:block; }#t6QTyvc7GHsvT8G0bII9gSEWuBlWdyls { color:#282828;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:9.375rem;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; }
#zUadRWWLvsEC8KIDloRW5E8eRBdvEBug { color:rgba(40,40,40,0.7);display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.5rem;left:0rem;height:3.19921875rem;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; }
#e4Q68osZgmWBDWeVvEhyAZO9eybuBgcd { color:rgba(40,40,40,0.7);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:22.8125rem;left:4.375rem;height:1.3999rem;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; }
#ts2Dzms01T4dfbFqfstwNoaNCD6oH9TT { color:rgba(40,40,40,0.7);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:25.6875rem;left:4.375rem;height:1.3999rem;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; }
#Fu45T3lSqXFAUx984T7OZfIXhwNc7FkQ { color:rgba(40,40,40,0.7);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:28.4375rem;left:4.375rem;height:1.3999rem;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; }
#y7AiiIPLWCDG0Tdm07Ed6IemyvQqn52w { color:rgba(40,40,40,0.7);display:block;width:24.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.3125rem;left:4.375rem;height:1.3999rem;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; }
#GUr4i4vFeDKXLopTJuEDXBMv4oTDA5aZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:26.75rem;top:5.25rem;left:30.3125rem;overflow:hidden;display:block; }
#DVy62R8wKuzSWhQ94zyoMBTwgmPQnH9f { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:22.88720703125rem;left:1.71875rem;overflow:hidden;display:block; }
#cTOafaL8Z6EzGyCd3km5lUP3Tp8A0qBd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:25.76220703125rem;left:1.71875rem;overflow:hidden;display:block; }
#vmV4w0XOM75EHpPhaT3XvklcJTILmQXE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:28.51220703125rem;left:1.71875rem;overflow:hidden;display:block; }
#KTyvMlOhikdBQnKPtqW2VhyuyowHyRyP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:31.38720703125rem;left:1.71875rem;overflow:hidden;display:block; }
#GeabBPL2VaZE3wdQgOA1bcR0sPeNJfQv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.5rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f46fd98-24ad-4f83-ab8a-fce469790cff/brw.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq.adaptive-delivery-prevent-bg, #ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq.lazyload, #ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq.lazyloading { background-image: none; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container { background-color: transparent; background-image: none; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container > .video-iframe-container { display: none; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row > .video-iframe-container { display: none; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .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); }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container { border-width: 0; border-radius: 0; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-element-container { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .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; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.0625rem;height:auto;font-style:normal;color:rgba(40,40,40,0.86); }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:poppins;height:auto;color:rgba(40,40,40,0.7); }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .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; }#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-trigger.adaptive-delivery-prevent-bg, #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-trigger.lazyload, #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-trigger.lazyloading { background-image: none; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #syZNl69chi2EaAVQ52QnTTS5exNoBte0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 { display:block;position:relative; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #mlmOAkDmlwlF9zf9Np2aazerx0aBJold { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T { display:block;position:relative; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #yhNuycBOLsPPm99wPNywBOizAvr0OIFU { display:none; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 { display:block;position:relative; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf { display:none; }
#sBfdpzBpA7pSInPEHxURvrQRbWuIQRKm { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ { background-color:#0c0c0c;background-image:none;z-index:;position:relative;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;display:block; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { background-color: transparent; background-image: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .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); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { border-width: 0; border-radius: 0; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#si9E7L6bJC8XwZhkOPUzKaND6pqWXDdl { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:3.35595703125rem;left:14.75rem;background-color:transparent;background-image:none;height:1.2246125rem;text-align:left;text-align-last:left;color:#f9f9f9;font-style:normal;display:block; }
#JZusIyTscGaTmIX50Sgwith0VbDgPWPm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.9375rem;left:50.4375rem; }
#JZusIyTscGaTmIX50Sgwith0VbDgPWPm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.9375rem;left:53.375rem; }
#iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#EwJdT6uhooKXVScvhyH0lw4rq00kRIFa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.9375rem;left:56.1875rem; }
#EwJdT6uhooKXVScvhyH0lw4rq00kRIFa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#VFnzgfxoGXbUXwFpfLMmgM14GwTaMHXn { 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:1.6875rem;width:9.9375rem;top:3.125rem;left:2.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttey9rQplezCEd5yxANJVdkqV97ntTa4 { display:block; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqOsc5IyrolByRT9wnJG9icd9I4QLos0 { top:0.9375rem;left:0rem;width:9.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfsnrxlmctO5gJL30IZJkrlITTVFTwE { width:8.125rem;height:2.25rem;top:0.6875rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZHeg3TB4do7RO5U8ULqqBVnGyxeTM9J { display:block; }
 }@media only screen and (max-width: 763px) { #hiH1XaCZSLPRa8gJvzsBTw5vusE84cIy { width:6.25rem;height:2.25rem;top:0.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlgFsNWB0ILRfbySDQtAZcqKNCIsHkWU { display:block; }
 }@media only screen and (max-width: 763px) { #scrR8KOuCC8fFWzAlC0UpP7zleDe80Om { width:9.375rem;height:2.25rem;top:0.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0zt5wTHLHA0xpSsUE4cxWVNqSVfkNB { display:block; }
 }@media only screen and (max-width: 763px) { #DFRh76GSrdkEzRawIMTAAyt1CDuHRx93 { top:32.875rem;left:0rem;width:36.125rem;height:0.0625rem;display:none; }
 }@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) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsRefGhMt1OpFMPNS172OeQOS7pDx1U4 { width:25.8125rem;height:;top:3.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { width:29.5rem;height:4.75rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #korruwWpN4GWtJrFUSOKHh98FICD07Lb { width:33.75rem;height:7.5rem;top:5.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKMptPcogR6Bf9Qmgpd4TLJiJd2oLbb { width:14.375rem;height:3.4375rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCOl7pFHGRvkvVSfWHMyE7InGauulBQ { display:block; }
 }@media only screen and (max-width: 763px) { #KWWePASdvbCm9QNuIMk0VfqMyaBMBJ0T { top:0.6875rem;left:21.96875rem;width:3.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #be6rbIiyeWhqgFOdl3oWbooUR7CT0MSs { top:14.5625rem;left:0rem;width:19.875rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:26.6875rem;height:;top:4.3125rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { width:27.5rem;height:1.375rem;top:12.5rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { width:1.25rem;height:1.25rem;top:12.625rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { width:1.25rem;height:1.25rem;top:16.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { width:27.5rem;height:2.75rem;top:16.8125rem;left:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { width:1.25rem;height:1.25rem;top:21.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neXtdSazeCoXyf7HEAXsJCGONpJFlocT { width:27.5rem;height:2.75rem;top:21.75rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:28rem;height:35rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTGqTXfV1mSH0HWCUwV3ONpfCypmKqcN { width:27.5rem;height:2.75rem;top:26.625rem;left:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRueSVbnQciTwLPs3uM5mZk3shrTuAq { width:1.25rem;height:1.25rem;top:26.875rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:19.6875rem;height:16.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:19.75rem;height:16.25rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:19.6875rem;height:16.1875rem;top:0rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD399kbhAB1TSvxnqTQeDRouUCUd7mme { display:block; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcTW61cg3VAqLGEvbGgcx4AT2ilGhQHn { width:13.5rem;height:13.375rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKq41u8NLTWbxsaJ80bTeCf3LU4TIOs { width:13.125rem;height:1.625rem;top:17.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBIHZ6T40WdRAZemWK0E72X92wGxecci { width:11.625rem;height:2.75rem;top:20.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArugMS6z3qpK0ta72plWiHeXadcNUPA { width:3.125rem;height:3.125rem;top:13.75rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny053TSavNuZxK2uCLGwWNeN8pE3TOJo { width:13.5rem;height:13.5rem;top:11.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I79ghsRMOAPZxF1yz4BFmQpPty0tyGfW { width:11.625rem;height:2.75rem;top:20.375rem;left:11.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAfxff6FZPazFm7qrrRiE8yihTR2yWtr { width:13.125rem;height:1.625rem;top:17.75rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbBWJQaJi2k3OWAUCWZfqbMebkxk6TN { width:3.125rem;height:3.125rem;top:13.75rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okl6zR8WRxtbXSiopGf6pcTEWy766JhO { width:13.5rem;height:13.4375rem;top:11.875rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZVkMGCCEOn8TiR1pxGRnDdRDuTfxd9W { width:11.625rem;height:4.1875rem;top:20.375rem;left:24.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPxQzSVCbKmA4PSg5aTo1SZ15O3E4ql { width:13.125rem;height:1.625rem;top:17.75rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdoiH68JuQT8SZJuFkTm74T3ZNQ5e2h { width:3.125rem;height:3.125rem;top:13.75rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfw48xU0dhGZysEfpQ4sBllD7wtbklfT { width:13.5rem;height:13.25rem;top:11.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiO707ZV0LhKINtKOMPDZqEzPAW9S605 { width:11.625rem;height:2.75rem;top:20.375rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmNv78me3baS2xzclEUoPnQ90maBVXW { width:13.125rem;height:1.625rem;top:17.75rem;left:34.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWrSHzl8XXp5QEwUJHeQFwuJtTd4E8xR { width:3.125rem;height:3.125rem;top:13.75rem;left:40.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAwVkPXLkRIWCCxrEim87s93iXOT46F { width:47.75rem;height:2.875rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 { display:block; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6QTyvc7GHsvT8G0bII9gSEWuBlWdyls { width:28.625rem;height:9.375rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUadRWWLvsEC8KIDloRW5E8eRBdvEBug { width:29.5rem;height:3.1875rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Q68osZgmWBDWeVvEhyAZO9eybuBgcd { width:24.125rem;height:1.375rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2Dzms01T4dfbFqfstwNoaNCD6oH9TT { width:24.125rem;height:1.375rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu45T3lSqXFAUx984T7OZfIXhwNc7FkQ { width:24.125rem;height:1.375rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AiiIPLWCDG0Tdm07Ed6IemyvQqn52w { width:24.125rem;height:1.375rem;top:31.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUr4i4vFeDKXLopTJuEDXBMv4oTDA5aZ { top:5.25rem;left:21rem;width:26.75rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVy62R8wKuzSWhQ94zyoMBTwgmPQnH9f { width:1.25rem;height:1.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOafaL8Z6EzGyCd3km5lUP3Tp8A0qBd { width:1.25rem;height:1.25rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmV4w0XOM75EHpPhaT3XvklcJTILmQXE { width:1.25rem;height:1.25rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyvMlOhikdBQnKPtqW2VhyuyowHyRyP { width:1.25rem;height:1.25rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeabBPL2VaZE3wdQgOA1bcR0sPeNJfQv { top:5.25rem;left:0rem;width:8.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq { display:block; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #syZNl69chi2EaAVQ52QnTTS5exNoBte0 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #mlmOAkDmlwlF9zf9Np2aazerx0aBJold {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #yhNuycBOLsPPm99wPNywBOizAvr0OIFU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf {  }
 }@media only screen and (max-width: 763px) { #sBfdpzBpA7pSInPEHxURvrQRbWuIQRKm { width:47.75rem;height:2.875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ { display:block; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ { background-color: transparent; background-image: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .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); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si9E7L6bJC8XwZhkOPUzKaND6pqWXDdl { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZusIyTscGaTmIX50Sgwith0VbDgPWPm { top:2.9375rem;left:44.3125rem;width:1.875rem;height:1.875rem;display:block; }
#JZusIyTscGaTmIX50Sgwith0VbDgPWPm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 { top:2.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EwJdT6uhooKXVScvhyH0lw4rq00kRIFa { top:2.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#EwJdT6uhooKXVScvhyH0lw4rq00kRIFa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VFnzgfxoGXbUXwFpfLMmgM14GwTaMHXn { top:3.125rem;left:0rem;width:9.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ttey9rQplezCEd5yxANJVdkqV97ntTa4 { display:block; }#ttey9rQplezCEd5yxANJVdkqV97ntTa4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqOsc5IyrolByRT9wnJG9icd9I4QLos0 { width:7.1875rem;height:1.25rem;top:1.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdfsnrxlmctO5gJL30IZJkrlITTVFTwE { width:5.8125rem;height:2.25rem;top:4.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZHeg3TB4do7RO5U8ULqqBVnGyxeTM9J { display:block; }
 }@media only screen and (max-width: 763px) { #hiH1XaCZSLPRa8gJvzsBTw5vusE84cIy { width:4.625rem;height:2.25rem;top:4.5625rem;left:15.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlgFsNWB0ILRfbySDQtAZcqKNCIsHkWU { display:block; }
 }@media only screen and (max-width: 763px) { #scrR8KOuCC8fFWzAlC0UpP7zleDe80Om { width:7rem;height:2.25rem;top:4.5625rem;left:8.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl0zt5wTHLHA0xpSsUE4cxWVNqSVfkNB { display:block; }
 }@media only screen and (max-width: 763px) { #DFRh76GSrdkEzRawIMTAAyt1CDuHRx93 { width:18.75rem;height:0.125rem;top:3.71875rem;left:0.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3411e6e6-ed66-4946-8ec1-efc30076141f/MDT1076KampaniaWinietywapceBlog1920x1080.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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 { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB { display:block; }#mB1efRWA8dlZUVX33Q1e1Lw6ge0aIQFB > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RsRefGhMt1OpFMPNS172OeQOS7pDx1U4 { width:18.625rem;height:1.29980625rem;top:4.75rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzwWCLToP3b3Jf0FFQkGRwI5gUPmCoR1 { width:20rem;height:6.3984375rem;top:25.43655625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #korruwWpN4GWtJrFUSOKHh98FICD07Lb { width:20rem;height:7.1996875rem;top:7.29980625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKMptPcogR6Bf9Qmgpd4TLJiJd2oLbb { width:17.5rem;height:3.4375rem;top:33.08499375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCOl7pFHGRvkvVSfWHMyE7InGauulBQ { display:block; }
 }@media only screen and (max-width: 763px) { #KWWePASdvbCm9QNuIMk0VfqMyaBMBJ0T { display:flex;width:2.25rem;height:1.3125rem;top:1.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #be6rbIiyeWhqgFOdl3oWbooUR7CT0MSs { width:19.875rem;height:8.4375rem;top:15.74905625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm { display:block; }#gJXZPDVlUDkl7fpuwO9T81MW3PcwvHmm > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBWJDcpvnQB6kDAl2KHT4lir5w3r0Jf2 { width:20rem;height:2rem;top:24.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM7clKTzKliNXF4uRuvByaKnxuydTNT3 { width:17.5rem;height:1.3125rem;top:30.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdlTFmxhacKsn8b7sb0IFZy3aBf1uCni { width:1.25rem;height:1.25rem;top:28.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wolGuzWgL4n6nJQTJKU8etasoq9IFeLd { width:1.25rem;height:1.25rem;top:33.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7ZBJ7HwB2aW6iWDOXvPgoxrZqeJ8DS { width:17.5625rem;height:3.9375rem;top:35.25rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp6CfEXe6LqzBpwrEfxM5doAsZO28stw { width:1.25rem;height:1.25rem;top:40.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neXtdSazeCoXyf7HEAXsJCGONpJFlocT { width:17.6875rem;height:2.625rem;top:42.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLcgLwO0cvKEtFVl4HhR7g7eJTH2RLbU { width:19.5625rem;height:24.5625rem;top:1.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTGqTXfV1mSH0HWCUwV3ONpfCypmKqcN { width:20rem;height:3.9375rem;top:48.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLRueSVbnQciTwLPs3uM5mZk3shrTuAq { width:1.25rem;height:1.25rem;top:46.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i { display:block; }#KONVpxE3NrOEkNtZ9x9n4TcDBT9vhX8i > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIoOx7PGo3mLGuBrQpspNXHuP64BCWWt { width:19.6875rem;height:13.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX68DJgLiIZZOXHz41TBgui8FR733tBF { width:19.6875rem;height:13.5625rem;top:14.9375rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIHrxH6pR5mRaApDX6XmlhQ3JBVe3fGh { width:19.6875rem;height:13.125rem;top:29.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD399kbhAB1TSvxnqTQeDRouUCUd7mme { display:block; }#CD399kbhAB1TSvxnqTQeDRouUCUd7mme > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcTW61cg3VAqLGEvbGgcx4AT2ilGhQHn { width:13.5rem;height:11.5625rem;top:4.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abKq41u8NLTWbxsaJ80bTeCf3LU4TIOs { width:13.125rem;height:1.29980625rem;top:10.8125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBIHZ6T40WdRAZemWK0E72X92wGxecci { width:13.125rem;height:2.79980625rem;top:13.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TArugMS6z3qpK0ta72plWiHeXadcNUPA { width:3.125rem;height:3.125rem;top:6.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny053TSavNuZxK2uCLGwWNeN8pE3TOJo { width:13.5rem;height:12.5rem;top:17.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I79ghsRMOAPZxF1yz4BFmQpPty0tyGfW { width:13.125rem;height:2.79980625rem;top:26.5625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAfxff6FZPazFm7qrrRiE8yihTR2yWtr { width:13.125rem;height:1.29980625rem;top:23.8125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmbBWJQaJi2k3OWAUCWZfqbMebkxk6TN { width:3.125rem;height:3.125rem;top:19.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okl6zR8WRxtbXSiopGf6pcTEWy766JhO { width:13.5rem;height:12.5rem;top:32.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZVkMGCCEOn8TiR1pxGRnDdRDuTfxd9W { width:13.125rem;height:4.19970625rem;top:40.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFPxQzSVCbKmA4PSg5aTo1SZ15O3E4ql { width:13.125rem;height:1.29980625rem;top:37.875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHdoiH68JuQT8SZJuFkTm74T3ZNQ5e2h { width:3.125rem;height:3.125rem;top:33.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfw48xU0dhGZysEfpQ4sBllD7wtbklfT { width:13.5rem;height:12.5rem;top:46.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiO707ZV0LhKINtKOMPDZqEzPAW9S605 { width:13.125rem;height:2.79980625rem;top:55.125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmNv78me3baS2xzclEUoPnQ90maBVXW { width:13.125rem;height:1.625rem;top:52.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWrSHzl8XXp5QEwUJHeQFwuJtTd4E8xR { width:3.125rem;height:3.125rem;top:48.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAwVkPXLkRIWCCxrEim87s93iXOT46F { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 { display:block; }#EJTXuzf09hfHmhoBUBtMgohBPoxbFaa7 > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t6QTyvc7GHsvT8G0bII9gSEWuBlWdyls { width:20rem;height:6rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUadRWWLvsEC8KIDloRW5E8eRBdvEBug { width:20rem;height:4.798825rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Q68osZgmWBDWeVvEhyAZO9eybuBgcd { width:15.75rem;height:1.3999rem;top:18.4858375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts2Dzms01T4dfbFqfstwNoaNCD6oH9TT { width:16.0625rem;height:1.3999rem;top:23.63525rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fu45T3lSqXFAUx984T7OZfIXhwNc7FkQ { width:15.375rem;height:2.79980625rem;top:28.7846625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AiiIPLWCDG0Tdm07Ed6IemyvQqn52w { width:15rem;height:1.3999rem;top:35.33446875rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUr4i4vFeDKXLopTJuEDXBMv4oTDA5aZ { width:20rem;height:21.635514018692rem;top:37.98388125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVy62R8wKuzSWhQ94zyoMBTwgmPQnH9f { width:1.25rem;height:1.25rem;top:15.9858375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOafaL8Z6EzGyCd3km5lUP3Tp8A0qBd { width:1.25rem;height:1.25rem;top:21.13525rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmV4w0XOM75EHpPhaT3XvklcJTILmQXE { width:1.25rem;height:1.25rem;top:26.2846625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTyvMlOhikdBQnKPtqW2VhyuyowHyRyP { width:1.25rem;height:1.25rem;top:32.83446875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeabBPL2VaZE3wdQgOA1bcR0sPeNJfQv { width:10.4375rem;height:1.8125rem;top:1.25rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq { display:block; }#ZhNa86VvTOhtXXJV4BHp3wEoVo4XvkZq > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm { display:flex;height:17.125rem;width:17.5rem;top:4.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #syZNl69chi2EaAVQ52QnTTS5exNoBte0 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Sp0HragLCbJ7ETBEwbLOHHpKhPfsO7qq {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #RCORGilixgXeSvwf1KC3ELlTq8viiTR6 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #d9HHQNcwZgFrgXaqbhbrbgi7JTU9nNnt {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OIr1EVmUfalL1IhZNCHOwcDR29fFSeOF {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #Ts44v9a0cKub5pxA2pPgFAHGBtmEcPTv {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #mlmOAkDmlwlF9zf9Np2aazerx0aBJold {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #ilfP1AcM9kJiMd0SxR69WsUbKquUM23T {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #chCwVmxManM4ped3PsizACkgDLdyOXZU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #yhNuycBOLsPPm99wPNywBOizAvr0OIFU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #VsNAnzZlbhMkIi81ItZ8x4lPvAgb39BR {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #uG6nEzLqy9Fc38Dyr7Z6BhNy5MHPLDqU {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #OTzJa0w67Ng62pbMNyigrFowJBaQJKK2 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #wMbckQoTBTBU85BfvF14R53ghQ46AVf4 {  }
 }@media only screen and (max-width: 763px) { #LEhKI7oPZDcsopRz9QTZq5ka32Kn5Gqm #a4FNTTqTHqJdVJXKNF8MdiSkPlfZmTgf {  }
 }@media only screen and (max-width: 763px) { #sBfdpzBpA7pSInPEHxURvrQRbWuIQRKm { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ { background-color:#000000;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; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { background-color: transparent; background-image: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container { display: none; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .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); }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { border-width: 0; border-radius: 0; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTsSebaxHOsWFOVaOUzhgvmkbmTVwHBZ > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #si9E7L6bJC8XwZhkOPUzKaND6pqWXDdl { left:0.125rem;background-color:transparent;background-image:none;top:5.3125rem;width:19.8125rem;height:1.13720625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZusIyTscGaTmIX50Sgwith0VbDgPWPm { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:5.125rem; }
#JZusIyTscGaTmIX50Sgwith0VbDgPWPm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:9.125rem; }
#iuv4p3pTVFtB2PZAh7yZM5TpnvLFk8K2 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EwJdT6uhooKXVScvhyH0lw4rq00kRIFa { display:flex;width:1.875rem;height:1.875rem;top:9rem;left:13.1875rem; }
#EwJdT6uhooKXVScvhyH0lw4rq00kRIFa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VFnzgfxoGXbUXwFpfLMmgM14GwTaMHXn { width:9.9375rem;height:1.6875rem;top:2.375rem;left:4.875rem;display:block; }
 }