.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Lobster";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { 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; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { background-color: transparent; background-image: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container > .video-iframe-container { display: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container { display: none; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .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); }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { border-width: 0; border-radius: 0; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9999125rem;width:10.374625rem;top:1.6867897510529rem;left:2.4360771179199rem;overflow:hidden;display:block; }
#arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:3.037109375rem;left:65.301486968994rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.9048142433166rem;left:63.856884002688rem; }
#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { border-top:0.1875rem solid #d42a1d;border-left:0.1875rem solid #d42a1d;border-right:0;border-bottom:0.1875rem solid #d42a1d;background-color:#d42a1d;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;z-index:auto;display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { background-color: transparent; background-image: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container > .video-iframe-container { display: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container { display: none; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .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); }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { border-width: 0; border-radius: 0; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { font-size:0.875rem;font-family:"open sans";height:4rem;width:75rem;position:relative;display:block; }#kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.431640625rem;left:52.12451171875rem;height:1.1375rem;color:#ffffff;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { display:block;width:4.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.431640625rem;left:2.43701171875rem;height:1.1375rem;color:#f3f4f6;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f3f4f6;padding-top:0.3025rem;padding-right:0.269375rem;padding-bottom:0.3025rem;padding-left:0.269375rem;display:block;align-items:center;width:1.616875rem;min-width:1.616875rem;height:1.625625rem;position:relative;font-family:"open sans";font-size:1.21rem;font-weight:700;line-height:26.01px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.155625rem;height:0.6425rem;position:relative;font-family:"open sans";font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.625rem;height:3.061875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.46875rem;left:6.81201171875rem;z-index:15000; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ { width:auto; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4d3c5ddd-6098-4656-8d17-0f45482d99dc/bgspring.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#dxZiVNyOxBceu8T3latBluuO32UmP0Tb { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.3115234375rem;left:42.99951171875rem;height:1.95rem;font-style:normal;display:block; }
#tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { color:#2d2929;display:block;width:19.9369375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:14.4990234375rem;left:42.935546875rem;height:4.2rem;font-style:normal;display:block; }
#iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { color:#000000;display:block;width:27.75rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:23rem;left:42.99951171875rem;height:5.25rem;font-style:normal;display:block; }
#OqZwR4vpUKP93ItTsvP5qqHJfRps37he { 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:19.7485625rem;width:30rem;top:14.4990234375rem;left:3.4375rem;overflow:hidden;display:block; }
#JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"roboto condensed";font-size:5.5rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:6.08642578125rem;left:54.62451171875rem;height:6.6rem;font-style:italic;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; }
#IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { color:#000000;display:block;width:31.4994375rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.25rem;left:42.99951171875rem;height:1.95rem;font-style:normal;display:block; }
#CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:roboto;font-size:6.25rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:5.4736328125rem;left:4.625rem;height:7.5rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#N6SfUCUyECxtdwMG02df6X7zPEh254Q9 { background-color:#d42a1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0615rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:30.87255859375rem;left:42.99951171875rem;display:block; }
#oxUdKTuNXRxPzOeFJKW85G6dUDL42EXd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aS5pUOsROE4r0x80BiNJxwuuIxzHv4k3 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"roboto condensed";font-size:9.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:10.57421875rem;left:18rem;height:11.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UifFu9OFbEyp292MlULr2UBVcKvTUAds { box-sizing:content-box;height:8.6875rem;width:21.3125rem;position:absolute;display:block;z-index:15008;background-color:#2aa032;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:17rem;display:block; }
#gQUirKki5DmVvWRGtHX741uaGRvZhMMK { color:#2d2929;display:block;width:11.4375rem;position:absolute;font-family:"roboto condensed";font-size:7.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.8486328125rem;left:41.93701171875rem;height:9.75rem;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; }
#uDXCozMT8eFMsrbZpbvxc4Xb1WvdpMSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:6.63623046875rem;left:14.1875rem; }
#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf { 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; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container { background-color: transparent; background-image: none; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container > .video-iframe-container { display: none; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row > .video-iframe-container { display: none; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .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); }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container { border-width: 0; border-radius: 0; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#qLBptBAqNLXRiNvWf8JVb56dZkV7Jybq { color:#2d2929;display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.81005859375rem;left:5.5rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XAfQaXd75nraJLgzR2JGITEBEPlpX22R { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.59521484375rem;left:5.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#z5o0caL9RuHwmThBw9CMLXggsC8XLv3N { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:20.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:12.5625rem;left:5.375rem;display:block; }
#hd5TBUcfWTnugc4ruI0DDkZXPm60CUK7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BsaxIOcbydsP6LwQqekwgHdEMgxXUJq3 { 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:11rem;width:17.0625rem;top:15rem;left:4rem;overflow:hidden;display:block; }
#z96IztRIea3eeZISbaHoDLrfgyzkMydH { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:1.9375rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:25.4375rem;left:6.0625rem;display:block; }
#ZapTwtROZkL9eziRBoQRIFfAdqBiZLJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTxFDEEkPrphFUTzwE2btJCBWK1DXFzm { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.25rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:27.5625rem;left:6.0625rem;display:block; }
#mSiSObmcSpGew8yRThmy3GcJL33WEizy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bCR21BnVVA93FQaUH3fQEqeFmxncMXFZ { color:#d42a1d;display:block;width:4.0625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:29.66259765625rem;left:11.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F9bwbBKeLkxlJIExwFGJ7Rww4e34kURi { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:1.5rem;text-decoration:none;z-index:15032;text-align:left;text-align-last:left;top:29.5625rem;left:6.0625rem;display:block; }
#mDBJQFFc5mJntocmUGURXPCVfeNpt7q0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nq7ha6PufHpzLAa1SgPHhn5T9ZobH00T { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:20.3125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.5625rem;left:22rem;display:block; }
#n0csNWWu4QTtLcSFTKBneo4adrrzIMBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X9zNcmUr8yK6F1U5H3wBfmuaBsfWeZQO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:15.84375rem;left:24.625rem;overflow:hidden;display:block; }
#HyuRMW5Ea57N49UNNNRAEicQH3qeTPEN { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.9375rem;text-decoration:none;z-index:15036;text-align:left;text-align-last:left;top:25.4375rem;left:22.6875rem;display:block; }
#dQhmQ5MQzSBa1eVoeF6LaJS1bl4B8o7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Es0Tw7Vu946aHBJiMupNeCzcLKvvNC3O { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.25rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:27.5625rem;left:22.6875rem;display:block; }
#ffepwcimsPnOp7FLQR8paZzvvkMRfnsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUVke5IcmqmXAZUEQPpGnxUtdTyldkhk { color:#d42a1d;display:block;width:4.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:29.66259765625rem;left:27.78125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7u2Amcy1fxc969oLryezrq5mD3uT1Uy { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.5rem;text-decoration:none;z-index:15038;text-align:left;text-align-last:left;top:29.5625rem;left:22.6875rem;display:block; }
#tHOe6Gxt0Z1tqw50lE5IdidVDOrKcZhR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HSBvPlvIzEz1kpD3Hu43gBKolyJ1odrW { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:20.3125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:12.5625rem;left:38.5625rem;display:block; }
#gziUpd615PWmoks0ZUyUO4kL8pbxt1F9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TpywgJmRsMmF8eJAaIC1TDIRaTG6s22n { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:15.1875rem;left:40.625rem;overflow:hidden;display:block; }
#Bl4CvHw0AXWNEuRCnCF469B3BS81LPAy { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.9375rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:25.5rem;left:39.25rem;display:block; }
#TqXBLhsrsOCAJKqxFz4EKLHn0XZqUNnt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyGOlCGGsFUeiHfLiIFTe2ptCr3fJmh9 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.25rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:27.625rem;left:39.25rem;display:block; }
#M8Kx2RpRQRgw3tieTLqpCW7qQ849EAZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdDGF6PmBXqiIrrRZ8JD33svWRCu3ahH { color:#d42a1d;display:block;width:3.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:29.6875rem;left:44.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZJEF5r4cguBssaBPBVxN0UHi8XasX8s { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.5rem;text-decoration:none;z-index:15050;text-align:left;text-align-last:left;top:29.625rem;left:39.25rem;display:block; }
#N5UP3SSiQb7x7nIQhuk5sWSqP1adEPVs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXSQThIsJ7PWGdqoI14rC3sWOTHwpdZ9 { background-color:#f3f4f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:20.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.5625rem;left:55.375rem;display:block; }
#VHOahdFbbGtCZ12qQ1xTuc3w14I4GAi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIZXBaJAAWP56CeNKsLHcG05b2iX4g2C { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:15.25rem;left:55.75rem;overflow:hidden;display:block; }
#uttg0qTtn0FFS5Mpm4tgWOw6N49IT4Zc { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.9375rem;text-decoration:none;z-index:15054;text-align:left;text-align-last:left;top:25.5rem;left:56.0625rem;display:block; }
#OqEC034p0ctXN3y1bICbVp21SHUw9z7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uvTaDKCugmFUp3XKEcTrlFDLSpFuL8dU { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:1.25rem;text-decoration:none;z-index:15055;text-align:left;text-align-last:left;top:27.625rem;left:56.0625rem;display:block; }
#oEJueUJ521hObZR9ZyW0oQQdAPezeSlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF8R1e5TJ0TxeGX3chQZwVh32CyQmDq2 { color:#d42a1d;display:block;width:4.8125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:29.6875rem;left:61.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKVU0xaJJFekTtHkyS7IsNNDyg73EFPJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15056;text-align:left;text-align-last:left;top:29.625rem;left:56.0625rem;display:block; }
#vlo6pOXSuevpbtT63r5zunpUVCpDsVqm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ODpsZWaJxDTFg8yITOyMb4HEF2LTQGRZ { box-sizing:content-box;height:1.8125rem;width:5.625rem;position:absolute;display:block;z-index:15057;background-color:#d42a1d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:13.1875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#tdPWUph7c0JZiGWEAaCo4itkfGCJTToE { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:13.75rem;left:13.75rem;height:1.3rem;font-style:normal;display:block; }
#SXJ738HNN5rXDAUKitTAxGwmC15Ep5ox { box-sizing:content-box;height:1.8125rem;width:5.625rem;position:absolute;display:block;z-index:15059;background-color:#d42a1d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:29.8125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#MVTLdlDquVmcNKF5obDRiAtgzb5pbd5n { box-sizing:content-box;height:1.8125rem;width:5.625rem;position:absolute;display:block;z-index:15000;background-color:#d42a1d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:46.375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#NIZPsy5u07dXb7TJ6yCLosNDEhdT8IhE { box-sizing:content-box;height:1.8125rem;width:5.625rem;position:absolute;display:block;z-index:15063;background-color:#d42a1d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5rem;left:63.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#EhTyZwzoyC7GsXHPm39Mz8eSnVXGAIFH { background-color:#d42a1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:38.625rem;left:28.9375rem;display:block; }
#WtCdiOxTd2PzPV0UNIczNGNnZB69wHK8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yWcXcQfEnImqdQOZrPPNrq8PAGnh2KBl { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:13.76220703125rem;left:30.375rem;height:1.3rem;font-style:normal;display:block; }
#yykgpRP3XTScOrd0kNW2K309FLiEarBO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:13.8125rem;left:46.875rem;height:1.3rem;font-style:normal;display:block; }
#Wv6ygkz9lK5Wmo3SdQS2u4BGOz5Tf2Nx { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.6875rem;height:1.3rem;font-style:normal;display:block; }
#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f6;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; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container { background-color: transparent; background-image: none; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container > .video-iframe-container { display: none; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row > .video-iframe-container { display: none; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .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); }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container { border-width: 0; border-radius: 0; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#HkOeKSbfUTTPoZA2bKWUm8d0piSlWfTX { color:#2d2929;display:block;width:51.375rem;position:absolute;font-family:inter;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8093719482422rem;left:5.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ls4VM2E5rBu7kqIXFmdum2X0QBT27XcF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.59521484375rem;left:5.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Lf8Lcnqx8G5IrUKCnOgrxqBPzbeenTio { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.25rem;width:12.3125rem;top:12.125rem;left:5.5rem;overflow:hidden;display:block; }
#ZLneKqtPhv4uf9wTNdPRMeCvox44T3yf { background-color:#d42a1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:29.9375rem;left:28.9375rem;display:block; }
#DcBpuJIUXe6kzMSFM8iv86RUSrTSkVV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XnVOLJoTNcUN0rVsVwm3a9Hw0XJg5HJn { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.3125rem;width:12.375rem;top:12.09375rem;left:18.375rem;overflow:hidden;display:block; }
#xwXJav670UdBOBybD0klkqqBDO2yyK4x { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.3125rem;width:12.25rem;top:12.09375rem;left:31.375rem;overflow:hidden;display:block; }
#e2vfJWLeQCXCTxBZqFyVzxUEBbpoRqOh { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.1875rem;width:12.25rem;top:12.15625rem;left:44.1875rem;overflow:hidden;display:block; }
#mIA9PbU2B377ezrhpLTtsJZmrxvru4Qp { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:12.1875rem;width:12.25rem;top:12.15625rem;left:57.125rem;overflow:hidden;display:block; }
#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;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; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { background-color: transparent; background-image: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container > .video-iframe-container { display: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container { display: none; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .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); }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { border-width: 0; border-radius: 0; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { color:rgba(var(--color-tertiary-0),1);display:block;width:31.1860625rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.341796875rem;left:3.1560668945312rem;height:;font-style:normal;display:block; }
#P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:44.0625rem;height:3.9rem;display:block; }
#DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.5rem;left:44.0625rem;height:2.6rem;display:block; }
#LqnsT8tHFML8E2Low2225U3ABxdPRMyz { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3743125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:44.0625rem;height:2.6rem;display:block; }
#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { position:relative;display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { background-color: transparent; background-image: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .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); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { border-width: 0; border-radius: 0; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { color:#2d2929;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { color:#2d2929;display:block;width:75rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:10.25rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { background-color:#d42a1d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3114375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.0625rem;left:28.3125rem;display:block; }
#wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d201d417-31de-4484-8019-8c2de4f36127/pexelskarolag8539896.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;overflow:visible;position:relative;display:block; }#t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { color:rgba(var(--color-primary-0),1);display:block;width:67.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.651277542114rem;left:3.9675064086914rem;height:11.9rem;display:block; }
#zV05O1oRTZVbdSm53McHhhXJRfRxltOv { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4030551910401rem;left:4.0829162597656rem;height:3.4125rem;display:block; }
#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { background-color:#2d2929;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { background-color: transparent; background-image: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container > .video-iframe-container { display: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container { display: none; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .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); }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { border-width: 0; border-radius: 0; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { 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:3.0624125rem;width:8.49875rem;top:6.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#u1U4p86AtmGdTceywrwRgMIGixx16TcO { color:#f9f9f9;display:block;width:4.4984rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.125rem;left:54.5625rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { color:#f9f9f9;display:block;width:25.06125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6482620239256rem;left:44.118423461914rem;height:1.1375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4rem;left:60rem; }
#tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { color:#f9f9f9;display:block;width:8.187125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:60.9375rem;height:1.4625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { display:block; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { top:1.625rem;left:0rem;width:10.3125rem;height:3.9759603509765rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { top:3rem;left:35.25rem;width:7.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { top:2.875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { width:4.375rem;height:1.125rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
 }@media only screen and (max-width: 763px) { #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom 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;display:block; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxZiVNyOxBceu8T3latBluuO32UmP0Tb { top:12.25rem;left:28.0625rem;width:19.6875rem;height:1.9375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { top:14.4375rem;left:27.875rem;width:19.875rem;height:4.1875rem;font-size:2.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { top:23rem;left:20rem;width:27.75rem;height:5.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OqZwR4vpUKP93ItTsvP5qqHJfRps37he { width:30rem;height:19.7485625rem;top:14.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { top:6.0625rem;left:39.125rem;width:8.625rem;height:6.5625rem;font-size:5.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { top:19.25rem;left:16.3125rem;width:31.4375rem;height:1.9375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { top:5.4375rem;left:0rem;width:18.6875rem;height:7.5rem;font-size:6.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #N6SfUCUyECxtdwMG02df6X7zPEh254Q9 { width:23rem;height:3.4375rem;top:30.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUdKTuNXRxPzOeFJKW85G6dUDL42EXd { display:block; }
 }@media only screen and (max-width: 763px) { #aS5pUOsROE4r0x80BiNJxwuuIxzHv4k3 { top:10.5625rem;left:4.375rem;width:19.3125rem;height:11.25rem;font-size:9.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UifFu9OFbEyp292MlULr2UBVcKvTUAds { top:11.75rem;left:3.375rem;width:21.3125rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUirKki5DmVvWRGtHX741uaGRvZhMMK { top:3.8125rem;left:28.31201171875rem;width:11.4375rem;height:9.75rem;font-size:7.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uDXCozMT8eFMsrbZpbvxc4Xb1WvdpMSU { top:6.625rem;left:0.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf { display:block; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLBptBAqNLXRiNvWf8JVb56dZkV7Jybq { width:13.4375rem;height:2.9375rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAfQaXd75nraJLgzR2JGITEBEPlpX22R { top:6.5625rem;left:0rem;width:43.375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5o0caL9RuHwmThBw9CMLXggsC8XLv3N { width:14.3125rem;height:20.375rem;top:12.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd5TBUcfWTnugc4ruI0DDkZXPm60CUK7 { display:block; }
 }@media only screen and (max-width: 763px) { #BsaxIOcbydsP6LwQqekwgHdEMgxXUJq3 { width:17.0625rem;height:11rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z96IztRIea3eeZISbaHoDLrfgyzkMydH { width:11.4375rem;height:1.9375rem;top:25.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZapTwtROZkL9eziRBoQRIFfAdqBiZLJA { display:block; }
 }@media only screen and (max-width: 763px) { #UTxFDEEkPrphFUTzwE2btJCBWK1DXFzm { width:12.6875rem;height:1.25rem;top:27.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiSObmcSpGew8yRThmy3GcJL33WEizy { display:block; }
 }@media only screen and (max-width: 763px) { #bCR21BnVVA93FQaUH3fQEqeFmxncMXFZ { top:29.625rem;left:6.9375rem;width:4.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9bwbBKeLkxlJIExwFGJ7Rww4e34kURi { width:6.0625rem;height:1.5rem;top:29.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBJQFFc5mJntocmUGURXPCVfeNpt7q0 { display:block; }
 }@media only screen and (max-width: 763px) { #nq7ha6PufHpzLAa1SgPHhn5T9ZobH00T { width:14.3125rem;height:20.3125rem;top:12.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0csNWWu4QTtLcSFTKBneo4adrrzIMBc { display:block; }
 }@media only screen and (max-width: 763px) { #X9zNcmUr8yK6F1U5H3wBfmuaBsfWeZQO { width:9.0625rem;height:9.0625rem;top:15.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyuRMW5Ea57N49UNNNRAEicQH3qeTPEN { width:12.6875rem;height:1.9375rem;top:25.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhmQ5MQzSBa1eVoeF6LaJS1bl4B8o7K { display:block; }
 }@media only screen and (max-width: 763px) { #Es0Tw7Vu946aHBJiMupNeCzcLKvvNC3O { width:12.6875rem;height:1.25rem;top:27.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffepwcimsPnOp7FLQR8paZzvvkMRfnsL { display:block; }
 }@media only screen and (max-width: 763px) { #cUVke5IcmqmXAZUEQPpGnxUtdTyldkhk { top:29.625rem;left:15.875rem;width:4.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7u2Amcy1fxc969oLryezrq5mD3uT1Uy { width:5.3125rem;height:1.5rem;top:29.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHOe6Gxt0Z1tqw50lE5IdidVDOrKcZhR { display:block; }
 }@media only screen and (max-width: 763px) { #HSBvPlvIzEz1kpD3Hu43gBKolyJ1odrW { width:14.3125rem;height:20.3125rem;top:12.5625rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gziUpd615PWmoks0ZUyUO4kL8pbxt1F9 { display:block; }
 }@media only screen and (max-width: 763px) { #TpywgJmRsMmF8eJAaIC1TDIRaTG6s22n { width:10.6875rem;height:10.6875rem;top:15.1875rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4CvHw0AXWNEuRCnCF469B3BS81LPAy { width:12.6875rem;height:1.9375rem;top:25.5rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXBLhsrsOCAJKqxFz4EKLHn0XZqUNnt { display:block; }
 }@media only screen and (max-width: 763px) { #AyGOlCGGsFUeiHfLiIFTe2ptCr3fJmh9 { width:12.6875rem;height:1.25rem;top:27.625rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Kx2RpRQRgw3tieTLqpCW7qQ849EAZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #JdDGF6PmBXqiIrrRZ8JD33svWRCu3ahH { top:29.6875rem;left:27.875rem;width:3.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZJEF5r4cguBssaBPBVxN0UHi8XasX8s { width:7.4375rem;height:1.5rem;top:29.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UP3SSiQb7x7nIQhuk5sWSqP1adEPVs { display:block; }
 }@media only screen and (max-width: 763px) { #TXSQThIsJ7PWGdqoI14rC3sWOTHwpdZ9 { width:14.3125rem;height:20.3125rem;top:12.5625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOahdFbbGtCZ12qQ1xTuc3w14I4GAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #HIZXBaJAAWP56CeNKsLHcG05b2iX4g2C { width:9.375rem;height:9.375rem;top:15.25rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uttg0qTtn0FFS5Mpm4tgWOw6N49IT4Zc { width:12.6875rem;height:1.9375rem;top:25.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEC034p0ctXN3y1bICbVp21SHUw9z7w { display:block; }
 }@media only screen and (max-width: 763px) { #uvTaDKCugmFUp3XKEcTrlFDLSpFuL8dU { width:12.6875rem;height:1.25rem;top:27.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJueUJ521hObZR9ZyW0oQQdAPezeSlc { display:block; }
 }@media only screen and (max-width: 763px) { #rF8R1e5TJ0TxeGX3chQZwVh32CyQmDq2 { top:29.6875rem;left:38.875rem;width:4.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKVU0xaJJFekTtHkyS7IsNNDyg73EFPJ { width:7.5rem;height:1.5rem;top:29.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlo6pOXSuevpbtT63r5zunpUVCpDsVqm { display:block; }
 }@media only screen and (max-width: 763px) { #ODpsZWaJxDTFg8yITOyMb4HEF2LTQGRZ { top:13.4375rem;left:8.625rem;width:5.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdPWUph7c0JZiGWEAaCo4itkfGCJTToE { top:13.75rem;left:9.1875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ738HNN5rXDAUKitTAxGwmC15Ep5ox { top:13.4375rem;left:16.125rem;width:5.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTLdlDquVmcNKF5obDRiAtgzb5pbd5n { top:13.5rem;left:26.125rem;width:5.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZPsy5u07dXb7TJ6yCLosNDEhdT8IhE { top:13.5rem;left:40.3125rem;width:5.625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTyZwzoyC7GsXHPm39Mz8eSnVXGAIFH { width:17.125rem;height:3.4375rem;top:38.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtCdiOxTd2PzPV0UNIczNGNnZB69wHK8 { display:block; }
 }@media only screen and (max-width: 763px) { #yWcXcQfEnImqdQOZrPPNrq8PAGnh2KBl { top:13.75rem;left:16.6875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yykgpRP3XTScOrd0kNW2K309FLiEarBO { top:13.8125rem;left:26.6875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv6ygkz9lK5Wmo3SdQS2u4BGOz5Tf2Nx { top:13.8125rem;left:40.875rem;width:5.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 { display:block; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOeKSbfUTTPoZA2bKWUm8d0piSlWfTX { width:47.75rem;height:;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4VM2E5rBu7kqIXFmdum2X0QBT27XcF { top:6.5625rem;left:0rem;width:15.5rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8Lcnqx8G5IrUKCnOgrxqBPzbeenTio { width:12.3125rem;height:12.25rem;top:12.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLneKqtPhv4uf9wTNdPRMeCvox44T3yf { width:17.125rem;height:3.4375rem;top:29.9375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcBpuJIUXe6kzMSFM8iv86RUSrTSkVV4 { display:block; }
 }@media only screen and (max-width: 763px) { #XnVOLJoTNcUN0rVsVwm3a9Hw0XJg5HJn { width:12.375rem;height:12.3125rem;top:12.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwXJav670UdBOBybD0klkqqBDO2yyK4x { width:12.25rem;height:12.3125rem;top:12.0625rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2vfJWLeQCXCTxBZqFyVzxUEBbpoRqOh { width:12.25rem;height:12.1875rem;top:12.125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIA9PbU2B377ezrhpLTtsJZmrxvru4Qp { width:12.25rem;height:12.1875rem;top:12.125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { display:block; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { top:5.3125rem;left:0rem;width:31.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { top:6.125rem;left:23.875rem;width:21.3125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { top:13.5rem;left:23.875rem;width:21.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqnsT8tHFML8E2Low2225U3ABxdPRMyz { top:19.0625rem;left:23.875rem;width:21.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { width:47.75rem;height:4.1875rem;top:6rem;left:0rem;font-size:3.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { width:47.75rem;height:;top:10.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { width:18.25rem;height:3.75rem;top:15.0625rem;left:14.6875rem;background-color:#c32ea9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block; }
 }@media only screen and (max-width: 763px) { #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { top:11.625rem;left:0rem;width:47.75rem;height:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV05O1oRTZVbdSm53McHhhXJRfRxltOv { top:5.375rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { width:8.4375rem;height:3.0402143274789rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1U4p86AtmGdTceywrwRgMIGixx16TcO { width:4.4375rem;height:1.375rem;top:4.125rem;left:40.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { width:25rem;height:1.125rem;top:7.625rem;left:22.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { top:4rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { width:8.125rem;height:1.4375rem;top:4.125rem;left:39.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gelgEqk2Ap6CEJck7HXreonU0cX6mUZM { display:block; }#gelgEqk2Ap6CEJck7HXreonU0cX6mUZM > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WULMNdT5FOwq5PM1qgEU9yoEUEQhfaOu { width:5.625rem;height:2.125rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpi8rDC8a43TlBGo3Pdmrw2witfbhI { width:7.1226875rem;height:1.3rem;top:7.4375rem;left:6.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATwfGTObrDevwZR0zrFmWFVeX2Bzh9VK { display:flex;width:1.5625rem;height:1.5625rem;top:4.625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc { position:relative;z-index:auto;display:block; }#n0JcrmTzXzzqq1eO6gACtm0w1HGD6XXc > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdk7EViZNrrxGXx1H0e4DMpVDggseAAo { width:20rem;height:0.975rem;top:7.92421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8pu2R2CZ4ORsGO667mTpxnPMJ54xwoP { width:4.375rem;height:1.3rem;top:1.25rem;left:7.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-number { padding-top:0.28375rem;padding-right:0.253125rem;padding-bottom:0.28375rem;padding-left:0.253125rem;width:1.518125rem;min-width:1.518125rem;height:1.52625rem;font-size:1.135625rem;line-height:24.42px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1775rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.02375rem;height:0.603125rem;font-size:0.425625rem;line-height:9.65px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rDknznRtprww3ACoT0g86aGgdBDSTuJh { display:flex;width:12.125rem;height:2.874375rem;top:3.8rem;left:3.9375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #St4AkiUKdegRAv8V3TPUU5uvS8MwLdBC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #wH8diSIzfJ96atnqPDEcw1TVE4Da2TcJ {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #khH460fodmPMU605tPWuO09mVqJaC2yq {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #eVP2pJHO505v6vwKspbbOIUA31taB06m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #uIpv48LSqa5aTnIiwWcaicILBwxzhIzz {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #hQl0r7Ff6hkGltIskv299idvqoG1yXKn {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #MUMIHSoJh2gNfyce9iHocyXTBA5JFASo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #KbNyffoUMW72UIdGfa7TSImfA9G8qzTP {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #TEnCtO7CcVaBwLR0OPXEzUOnk3V3heVA {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #DqXDbqOXOVOwGrttc8bAIQPycRwe19Uk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #QtwgQ8wSc1em5QbHMDqMHHlrPCsksU20 {  }
 }@media only screen and (max-width: 763px) { #rDknznRtprww3ACoT0g86aGgdBDSTuJh #M4sa7avkKmBsCCzGiFTLSa3swysT8JiZ {  }
 }@media only screen and (max-width: 763px) { #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.adaptive-delivery-prevent-bg, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyload, #Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03.lazyloading { background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { background-color: transparent; background-image: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row > .video-iframe-container { display: none; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .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); }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { border-width: 0; border-radius: 0; }#Ib9dnTOPG1ae96xOO8CHvLqDo6StqV03 > .row .container { width:20rem;height:61.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxZiVNyOxBceu8T3latBluuO32UmP0Tb { width:20rem;height:1.625rem;top:36.709375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #tPzU6ZuMAixQ8KG4sKSRTGkmAyAn7ENg { width:16.4984375rem;height:2.4rem;top:43.234375rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iMECbnOQ9btTzxMNNm6Co2uceMWsmzsl { width:16.9991875rem;height:6.3rem;top:49.759375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OqZwR4vpUKP93ItTsvP5qqHJfRps37he { width:16.1234375rem;height:10.685125rem;top:7.3375rem;left:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #JBZehHCuWaATSfnVTOM65ZuJAEBkCgDx { width:20rem;height:2.4rem;top:39.584375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IlZN5lP4gpS2holv5nx0ASNm8yFcTo8U { width:20rem;height:1.625rem;top:46.884375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CwTvFRpcsTC0TbvdAdg1m2TnTT5I6y3R { width:12.0625rem;height:2.4rem;top:1.25rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N6SfUCUyECxtdwMG02df6X7zPEh254Q9 { width:19rem;height:3.4375rem;top:57.309375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUdKTuNXRxPzOeFJKW85G6dUDL42EXd { display:block; }
 }@media only screen and (max-width: 763px) { #aS5pUOsROE4r0x80BiNJxwuuIxzHv4k3 { width:19.3125rem;height:2.4rem;top:29.209375rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UifFu9OFbEyp292MlULr2UBVcKvTUAds { width:20rem;height:8.6875rem;top:19.271875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQUirKki5DmVvWRGtHX741uaGRvZhMMK { width:11.4375rem;height:2.6rem;top:32.859375rem;left:4.25rem;font-size:2rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uDXCozMT8eFMsrbZpbvxc4Xb1WvdpMSU { display:flex;width:1.1875rem;height:1.1875rem;top:4.9rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf { display:block; }#zTAkTe6MsD1MttHaeXn7WqdpwedTNlXf > .row .container { width:20rem;height:192.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLBptBAqNLXRiNvWf8JVb56dZkV7Jybq { width:14.18675rem;height:2.4375rem;top:1.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAfQaXd75nraJLgzR2JGITEBEPlpX22R { width:12.37425rem;height:2.925rem;top:4.9375rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5o0caL9RuHwmThBw9CMLXggsC8XLv3N { width:14.3125rem;height:20.3125rem;top:24.175rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd5TBUcfWTnugc4ruI0DDkZXPm60CUK7 { display:block; }
 }@media only screen and (max-width: 763px) { #BsaxIOcbydsP6LwQqekwgHdEMgxXUJq3 { width:4.5625rem;height:3rem;top:9.1125rem;left:7.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z96IztRIea3eeZISbaHoDLrfgyzkMydH { width:12.6875rem;height:1.9375rem;top:19.55rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZapTwtROZkL9eziRBoQRIFfAdqBiZLJA { display:block; }
 }@media only screen and (max-width: 763px) { #UTxFDEEkPrphFUTzwE2btJCBWK1DXFzm { width:12.6875rem;height:1.25rem;top:21.675rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSiSObmcSpGew8yRThmy3GcJL33WEizy { display:block; }
 }@media only screen and (max-width: 763px) { #bCR21BnVVA93FQaUH3fQEqeFmxncMXFZ { width:4.625rem;height:1.3rem;top:62.8rem;left:7.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9bwbBKeLkxlJIExwFGJ7Rww4e34kURi { width:6.25rem;height:1.5rem;top:60.05rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDBJQFFc5mJntocmUGURXPCVfeNpt7q0 { display:block; }
 }@media only screen and (max-width: 763px) { #nq7ha6PufHpzLAa1SgPHhn5T9ZobH00T { width:14.3125rem;height:20.3125rem;top:65.35rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0csNWWu4QTtLcSFTKBneo4adrrzIMBc { display:block; }
 }@media only screen and (max-width: 763px) { #X9zNcmUr8yK6F1U5H3wBfmuaBsfWeZQO { width:7.375rem;height:7.375rem;top:45.7375rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HyuRMW5Ea57N49UNNNRAEicQH3qeTPEN { width:12.6875rem;height:1.9375rem;top:54.3625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQhmQ5MQzSBa1eVoeF6LaJS1bl4B8o7K { display:block; }
 }@media only screen and (max-width: 763px) { #Es0Tw7Vu946aHBJiMupNeCzcLKvvNC3O { width:12.6875rem;height:1.25rem;top:57.55rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffepwcimsPnOp7FLQR8paZzvvkMRfnsL { display:block; }
 }@media only screen and (max-width: 763px) { #cUVke5IcmqmXAZUEQPpGnxUtdTyldkhk { width:4.625rem;height:1.3rem;top:134.42421875rem;left:7.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x7u2Amcy1fxc969oLryezrq5mD3uT1Uy { width:5.9375rem;height:1.5rem;top:86.9125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHOe6Gxt0Z1tqw50lE5IdidVDOrKcZhR { display:block; }
 }@media only screen and (max-width: 763px) { #HSBvPlvIzEz1kpD3Hu43gBKolyJ1odrW { width:14.3125rem;height:20.3125rem;top:94.48671875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gziUpd615PWmoks0ZUyUO4kL8pbxt1F9 { display:block; }
 }@media only screen and (max-width: 763px) { #TpywgJmRsMmF8eJAaIC1TDIRaTG6s22n { width:6.625rem;height:6.625rem;top:116.04921875rem;left:6.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4CvHw0AXWNEuRCnCF469B3BS81LPAy { width:12.6875rem;height:1.9375rem;top:128.73671875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXBLhsrsOCAJKqxFz4EKLHn0XZqUNnt { display:block; }
 }@media only screen and (max-width: 763px) { #AyGOlCGGsFUeiHfLiIFTe2ptCr3fJmh9 { width:12.6875rem;height:1.25rem;top:131.92421875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8Kx2RpRQRgw3tieTLqpCW7qQ849EAZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #JdDGF6PmBXqiIrrRZ8JD33svWRCu3ahH { width:5.4375rem;height:1.3rem;top:139.72421875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eZJEF5r4cguBssaBPBVxN0UHi8XasX8s { width:7.5625rem;height:1.5rem;top:136.97421875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5UP3SSiQb7x7nIQhuk5sWSqP1adEPVs { display:block; }
 }@media only screen and (max-width: 763px) { #TXSQThIsJ7PWGdqoI14rC3sWOTHwpdZ9 { width:14.3125rem;height:20.3125rem;top:146.96171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHOahdFbbGtCZ12qQ1xTuc3w14I4GAi5 { display:block; }
 }@media only screen and (max-width: 763px) { #HIZXBaJAAWP56CeNKsLHcG05b2iX4g2C { width:7.375rem;height:7.375rem;top:168.52421875rem;left:6.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uttg0qTtn0FFS5Mpm4tgWOw6N49IT4Zc { width:12.6875rem;height:1.9375rem;top:181.96171875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqEC034p0ctXN3y1bICbVp21SHUw9z7w { display:block; }
 }@media only screen and (max-width: 763px) { #uvTaDKCugmFUp3XKEcTrlFDLSpFuL8dU { width:12.6875rem;height:1.25rem;top:185.14921875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEJueUJ521hObZR9ZyW0oQQdAPezeSlc { display:block; }
 }@media only screen and (max-width: 763px) { #rF8R1e5TJ0TxeGX3chQZwVh32CyQmDq2 { width:5.4375rem;height:1.3rem;top:190.39921875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKVU0xaJJFekTtHkyS7IsNNDyg73EFPJ { width:7.5rem;height:1.5rem;top:187.64921875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlo6pOXSuevpbtT63r5zunpUVCpDsVqm { display:block; }
 }@media only screen and (max-width: 763px) { #ODpsZWaJxDTFg8yITOyMb4HEF2LTQGRZ { width:5.625rem;height:1.8125rem;top:7.55rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdPWUph7c0JZiGWEAaCo4itkfGCJTToE { width:4.625rem;height:3.25rem;top:7.8625rem;left:14.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXJ738HNN5rXDAUKitTAxGwmC15Ep5ox { width:5.625rem;height:1.8125rem;top:89.6625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVTLdlDquVmcNKF5obDRiAtgzb5pbd5n { width:5.625rem;height:1.8125rem;top:123.92421875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZPsy5u07dXb7TJ6yCLosNDEhdT8IhE { width:5.625rem;height:1.8125rem;top:177.14921875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTyZwzoyC7GsXHPm39Mz8eSnVXGAIFH { width:17.125rem;height:3.4375rem;top:142.27421875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtCdiOxTd2PzPV0UNIczNGNnZB69wHK8 { display:block; }
 }@media only screen and (max-width: 763px) { #yWcXcQfEnImqdQOZrPPNrq8PAGnh2KBl { width:5.0625rem;height:3.25rem;top:89.98671875rem;left:7.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yykgpRP3XTScOrd0kNW2K309FLiEarBO { width:5.0625rem;height:3.25rem;top:124.23671875rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv6ygkz9lK5Wmo3SdQS2u4BGOz5Tf2Nx { width:5.0625rem;height:3.25rem;top:177.46171875rem;left:7.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 { display:block; }#pqiJk40VgkQcWqVM5HwuckVXt6kmGLo9 > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkOeKSbfUTTPoZA2bKWUm8d0piSlWfTX { width:14.18675rem;height:9.75rem;top:1.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4VM2E5rBu7kqIXFmdum2X0QBT27XcF { width:12.37425rem;height:0.975rem;top:12.25rem;left:3.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8Lcnqx8G5IrUKCnOgrxqBPzbeenTio { width:14.1875rem;height:14.125rem;top:14.475rem;left:2.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZLneKqtPhv4uf9wTNdPRMeCvox44T3yf { width:17.125rem;height:3.4375rem;top:77.225rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcBpuJIUXe6kzMSFM8iv86RUSrTSkVV4 { display:block; }
 }@media only screen and (max-width: 763px) { #XnVOLJoTNcUN0rVsVwm3a9Hw0XJg5HJn { width:14.5625rem;height:14.5rem;top:29.85rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xwXJav670UdBOBybD0klkqqBDO2yyK4x { width:14.625rem;height:14.5625rem;top:45.6rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e2vfJWLeQCXCTxBZqFyVzxUEBbpoRqOh { width:14.625rem;height:14.5625rem;top:61.4125rem;left:2.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mIA9PbU2B377ezrhpLTtsJZmrxvru4Qp { width:12.25rem;height:12.1875rem;top:81.9125rem;left:3.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL { display:block; }#urkK3TiRcEysvQQTC3VxM0Dmx64MVcpL > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVRp6T0c0x12g0TltOTQLpeVDv6CD33r { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8Zw8SZvMp9SQXM0ITyoTRH5QLeRCPBK { width:20rem;height:2.275rem;top:13.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbdOf9TXNWRZorizyFUDiEb4z1vFBZHH { width:20rem;height:2.275rem;top:17.4rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqnsT8tHFML8E2Low2225U3ABxdPRMyz { width:20rem;height:2.275rem;top:20.925rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { display:block; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI { background-color: transparent; background-image: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row > .video-iframe-container { display: none; }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .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); }#fZCSqITQRM0ilowX4NbPZMDMPtBFmfNI > .row .container { width:20rem;height:16.375rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr6WUs8V9Mknv3w34sSXaVK3LIFchSdi { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #HJe8wGkfouQdMSIa0Xyw1Aqn1AVR8Q3n { width:20rem;height:2.8rem;top:7.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#2d2929;display:block; }
 }@media only screen and (max-width: 763px) { #kuqiIZweZRzV5c3hK64ODCBcpw64aM4B { width:14.375rem;height:3.75rem;top:11.425rem;left:2.8125rem;font-size:1rem;background-color:#d42a1d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wHMPzD5WyOGEM4fsNbXxWFAHdR61W1pm { display:block; }
 }@media only screen and (max-width: 763px) { #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d201d417-31de-4484-8019-8c2de4f36127/pexelskarolag8539896.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.adaptive-delivery-prevent-bg, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyload, #krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz.lazyloading { background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { background-color: transparent; background-image: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row > .video-iframe-container { display: none; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .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); }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { border-width: 0; border-radius: 0; }#krV6Oq8D4ITVT0SQyzyKqxhT7cmKxlFz > .row .container { width:20rem;height:31.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9kIpNAu8Pn7IHNTrO02FclRdyEVOaIk { width:20rem;height:26.775rem;top:3.8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zV05O1oRTZVbdSm53McHhhXJRfRxltOv { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cslThchm0uqsl4T9o4UwCvcnJDUbmSNp { display:block; }#cslThchm0uqsl4T9o4UwCvcnJDUbmSNp > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSADTuQ66XrABfTD5FhNaEZGMNTHAEsD { width:6.5625rem;height:1.43671875rem;top:9.325rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1U4p86AtmGdTceywrwRgMIGixx16TcO { width:4.49765625rem;height:1.3rem;top:1.25rem;left:7.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erTrUEf4uV6O7KKkwcNJfhZEGsFTO5Qr { width:10rem;height:1.95rem;top:12.01171875rem;left:5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1MDM7cbcfrxxovOQqBSyFIbNywOxVOX { display:flex;width:1.5625rem;height:1.5625rem;top:3.8rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #tLXSz0unVl7Po4WFR4OQvGToLO9LmnaO { width:8.125rem;height:1.4625rem;top:6.6125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }