.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:"Roboto";--paragraphs-font-family:"Roboto"; }@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); }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ { position:relative;display:block; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ { background-color: transparent; background-image: none; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row .container > .video-iframe-container { display: none; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row > .video-iframe-container { display: none; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .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); }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ { border-width: 0; border-radius: 0; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .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; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UX7xONc79sAoGAzAgW2LB6NBLr3p0A4K { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:15.5rem;top:1.96875rem;left:29.75rem;overflow:hidden;display:block; }
#g9XQOTVkUGGG4rTlNHz4Ut1ClbIXQAxm { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.9375rem;top:1.3125rem;left:0.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90e20ecb-d977-4da0-9d40-bdfbaee249a1/MM2026landing.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9b0a3; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9b0a3; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wbSeV8FTy8GADD7TpHi36TgeZUpOgede { position:absolute;display:block;z-index:15000;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:21.4375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#npA5m450o6noTC9QLq8oQuTnrkQdNyOP { position:absolute;display:block;z-index:15000;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:50rem;width:75rem;display:none; }
#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container { background-color: transparent; background-image: none; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container > .video-iframe-container { display: none; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row > .video-iframe-container { display: none; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .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); }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container { border-width: 0; border-radius: 0; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#UHgrI28dIP2IMVuNiorQJl6EWcoBEiZO { color:rgba(var(--color-primary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3166656494137rem;left:3.875rem;height:10.725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqPWfqdemIcXgHtHW7zQvdT3ob6l1n8Z { color:rgba(var(--color-primary-4),1);display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.762501955033rem;left:14.90625rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2b3Gw4rkqwG38vvOFGkAeSf1CbTd00S { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:17.6875rem;top:20.875rem;left:54.6875rem;overflow:hidden;display:block; }
#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9b0a3;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; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { background-color: transparent; background-image: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container > .video-iframe-container { display: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container { display: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .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); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { border-width: 0; border-radius: 0; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#Xas9pDK5ytn9zVqtSCPsS4Mn4cuMW78K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:2.8541669845581rem;left:7.875rem;height:12.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReCurFpz8rpNLHVhbfgqoJOIVvKSb7EF { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.153125762939rem;left:7.875rem;height:7.06875rem;font-style:normal;display:block; }
#bIAzvdMNisoNmmvabZM3H4paD2tDIaLx { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:42rem;width:23.3125rem;top:1rem;left:51.6875rem;display:block; }
#DXgLo7UG0kD5M0RaHw9pNPukCDbv04l9 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:34.9375rem;top:26.75rem;left:7.875rem;overflow:hidden;display:block; }
#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl { position:relative;display:block; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl { background-color: transparent; background-image: none; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row .container > .video-iframe-container { display: none; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row > .video-iframe-container { display: none; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .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); }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl { border-width: 0; border-radius: 0; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .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; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:86.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seHLvfInBAWS3z1hHrMKfJX2HDol8iri { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.0625rem;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; }
#oAad5vtaM9uSb0mTrhmm2UCc2fMc4yrp { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:64.125rem;left:14.666667938233rem;height:12.375rem;font-style:normal;display:block; }
#Ju2eH3qpe7rNL7bIak32ZUgMAilzkwor { color:rgba(var(--color-tertiary-4),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:64.125rem;left:30.4375rem;height:16.5rem;display:block; }
#dhNJInotWfkcNlvqJclEzrprTK4QBIb5 { position:absolute;display:block;z-index:15000;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:61.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 { 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; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container { background-color: transparent; background-image: none; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container > .video-iframe-container { display: none; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row > .video-iframe-container { display: none; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .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); }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container { border-width: 0; border-radius: 0; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container { font-size:0.875rem;font-family:arial;height:85.0625rem;width:75rem;position:relative;display:block; }#yyN3TMByOP88RHdBD2c7tpf9p2dBsRWA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:4.06274375rem;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; }
#drnOcMUzFw13uo6KXSW62kTbKzZJW9Ih { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:18.25rem;top:5.5308475494385rem;left:56.749998092651rem;overflow:hidden;display:block; }
#coWTygbkZIbX3alUtnl0vrZ9RHTHEKx0 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:75rem;top:13.600017547608rem;left:0rem;overflow:hidden;display:block; }
#K6itvLR1v5ARIbuHVqclFaggOeBqzC4b { color:rgba(var(--color-tertiary-4),1);display:block;width:51.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:53rem;left:0rem;height:4.0625rem;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; }
#Wf2M9pXhUGmmDVRGDKUdhtJRyWfFs4Gs { color:rgba(var(--color-tertiary-4),1);display:block;width:51.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:57.75rem;left:0rem;height:3.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;display:block; }
#iVTPhlzD6wZJlHVhdR6EOWO0W9E67zvN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:63.637500762937rem;left:0rem;height:5.85rem;display:block; }
#GEH3LkaBdlDBQvPiEHFetx3wuKhAvdSm { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:72.325000762938rem;left:0rem;height:1.4625rem;display:block; }
#ga5rUGZT5PP7i2smz4NMvtTN5Fzu8GQv { position:absolute;display:block;z-index:15025;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.9375rem;width:6.875rem;top:74.737501144406rem;left:0rem;overflow:hidden;display:block; }
#UrFKLaCtpVqPlzZuqQynDyg0VaeO2bIV { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:63.625rem;left:30.0625rem;height:2.4375rem;display:block; }
#Tf4DMITf0KZuwIqT4yKBUOHd1SDb753H { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:66.0625rem;left:29.9375rem;height:1.4625rem;display:block; }
#XhbcQlwaRb6J89GSXI2MzplGPz9h9wWg { color:#000000;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:63.625rem;left:56.1875rem;height:2.4375rem;display:block; }
#MqEfczMnI0MMLUAWTAHSF6Ix0bzFBXEV { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:65.831256866456rem;left:56.187498092651rem;height:1.4625rem;display:block; }
#csIplszxvKu7IyzBeURh2wZAlqIa9Bxz { position:absolute;display:block;z-index:15028;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:9.125rem;width:17.3125rem;top:69.5rem;left:30.0625rem;overflow:hidden;display:block; }
#HFiHphqwnhPHU60PuJs2fAnwTccArSU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:62.81250190735rem;left:46.987112045288rem;height:4.06274375rem;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; }
#KPr099IQGgqAXsZCk6sntbThOJrBLxTt { position:absolute;display:block;z-index:15029;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:9.125rem;width:17.3125rem;top:69.487499237062rem;left:56.1875rem;overflow:hidden;display:block; }
#tIh2roNDUOKySKfKzvrVUDaL7Ry2sWpB { box-sizing:content-box;height:9.9375rem;width:7.75rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.875rem;left:66.916664123538rem;display:block; }
#y5WlyX39a8wNzE6dtWucaNFEAAhTwAP5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:71.247917175294rem;left:64.666664123538rem;height:1.7875rem;font-style:normal;display:block; }
#xWOIItkMNJTzAbL7HWKQ9swHHIZ6TTd3 { box-sizing:content-box;height:3.375rem;width:7rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.454166412356rem;left:65.03125rem;display:block; }
#kHx9viLGv1g7Jrt3Jb9PhZ4kZiZvLJFB { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.40625rem;left:57.5rem;display:block; }
#ubpXFvyFJfdpuJsp3PxkFAfG25Voz9bG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:73.829166412356rem;left:56.75rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx { position:relative;display:block; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx { background-color: transparent; background-image: none; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row .container > .video-iframe-container { display: none; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row > .video-iframe-container { display: none; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .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); }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx { border-width: 0; border-radius: 0; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .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; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.5625rem;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; }#JsAIka1AUcFwr21zhQprMFdOkGgmQRVl { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.06274375rem;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; }
#o9hnon2McZ1vy2s6tMLMc1vvI6zWJL4X { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:34rem;top:16.362109899521rem;left:0rem;overflow:hidden;display:block; }
#rxdG0zCXJzCfR8yAkgL28MkCpxzcvxES { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:32rem;top:15.062500566244rem;left:43rem;overflow:hidden;display:block; }
#n6dsDszDkccSB3MsvP6JBMZiBlB6NSae { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:13.375rem;top:32.81210899353rem;left:0rem;overflow:hidden;display:block; }
#mSWnhopXMQMkMIJciBahihrf15chkEEq { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:13.375rem;top:32.81210899353rem;left:43.749998092651rem;overflow:hidden;display:block; }
#zwFKm4IZWTIzVMfw3tJ6xy49tsTx8bLG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44.1875rem;left:0rem;height:1.625rem;display:block; }
#seb8K8MAV3F5AKCdtTk66OANMObvSbIA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:46.700019836426rem;left:0rem;height:2.925rem;display:block; }
#hII3c1CWE7XTPRQ35uM348gSIses7TuS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:46.6875rem;left:43.75rem;height:2.925rem;display:block; }
#s9hKdSyLedACXB3DULt0gqpD36592vmm { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:44.1875rem;left:43.75rem;height:1.62524375rem;display:block; }
#gAkFXHM1wc1wsVLTTRnUWUEDxZZwwsvc { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #585758;border-left:0.0625rem solid #585758;border-right:0.0625rem solid #585758;border-bottom:0.0625rem solid #585758;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#585758;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:18.025rem;height:3.275rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:51.861721038818rem;left:0rem;display:block; }
#N3nSLH3uiqxRZOkTZeOiePvQ21XT9a6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChJSDV1aMFFBGx6T75WdKIktdhektIQV { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #585758;border-left:0.0625rem solid #585758;border-right:0.0625rem solid #585758;border-bottom:0.0625rem solid #585758;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#585758;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:17.925rem;height:3.175rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:51.861721038818rem;left:43.74960899353rem;display:block; }
#luWnhMvMl3Loo80x6sEXdgxRLZlUyK4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQtCpRk6rCxVGOag2MdtDnC2Os6xrXtl { position:absolute;display:block;z-index:15029;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:41.1875rem;width:75rem;top:58.112501144409rem;left:0rem;overflow:hidden;display:block; }
#dZFoOWykDmrwSsHT1AcAVRkIWUE6V1Ag { box-sizing:content-box;height:15.875rem;width:15.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#ed1b24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.512500762938rem;left:27.1875rem;display:block; }
#i3UE80yRdmRfgUcQTdeZaNz7vWaXbWxl { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:76.550001144406rem;left:28.875rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0b611785-11a0-4375-a49e-359ca807dec8/lozkowezglowieshutterstock_11307682011.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk.adaptive-delivery-prevent-bg, #BXywli1bxDiyHywm5Wwr1lELlDy6SuHk.lazyload, #BXywli1bxDiyHywm5Wwr1lELlDy6SuHk.lazyloading { background-image: none; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container { background-color: transparent; background-image: none; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container > .video-iframe-container { display: none; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row > .video-iframe-container { display: none; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .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); }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container { border-width: 0; border-radius: 0; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9b0a3;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; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container { background-color: transparent; background-image: none; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container > .video-iframe-container { display: none; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row > .video-iframe-container { display: none; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .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); }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container { border-width: 0; border-radius: 0; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#atPla4xov7IGMRKTiJQuANePpsq9vq4R .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; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#b19f87;padding-top:0.8175rem;padding-right:0.71125rem;padding-bottom:0.8175rem;padding-left:0.71125rem;display:block;align-items:center;width:4.265rem;min-width:4.265rem;height:4.395rem;position:relative;font-family:var(--headlines-font-family);font-size:3.27125rem;font-weight:700;line-height:70.32px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.510625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.688125rem;height:1.736875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.226875rem;font-weight:400;line-height:27.79px;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; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.75rem;height:8.2775rem;padding-top:1.0225rem;padding-right:1.015625rem;padding-bottom:1.0225rem;padding-left:1.015625rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.1020812988281rem;left:45.90625rem;z-index:5000; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #dMzkfOwnNXJy8fUGnRfayo0eIXuQ8NuM { display:flex;position:relative;top:0rem;left:0rem; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #J7ENP3pdqCnTgT1Urizkh4FBGl1GBo9W { width:auto; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #wUinEXe9EGVaxl1QItRQVhRufDFKefw5 {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #hJv87o7N1pdq5nbWZQcEJfTmr6Fr25bC { display:flex;position:relative;top:0rem;left:0rem; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #QRGWPeVwigdUn7xfDUHm0x7BmvxIHvhC {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #M7GmlR1TuktUJJOS8ZazUuOd3y6oJUxB {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #AZD0ZZLy7cgvpGet580ksRuDScQpihrX { display:flex;position:relative;top:0rem;left:0rem; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #WvbtLCTQoEXSdTWaVvisOq9O5u09k1Ed {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #s7w2OHxl8IxWrKhTJ8ED8V9OJ96iLesA {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #reqTTo06X1HSUBnLF6EpUaCGs0iaFkeW { display:flex;position:relative;top:0rem;left:0rem; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #Qm3rr2lGT07Tx9AoBKCXVZRVZwh5IkIg {  }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R #HTyU9MCCWGRTaO1rXNPdGBUuVGzUI0OP {  }
#wLlUGBATsUV43cd9HMZ3eVMuyHI15EwF { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:4.0625rem;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; }
#Jc8Qwni750TEMLHki6upUTP21w41BsCv { position:relative;display:block; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv { background-color: transparent; background-image: none; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row .container > .video-iframe-container { display: none; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row > .video-iframe-container { display: none; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .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); }#Jc8Qwni750TEMLHki6upUTP21w41BsCv { border-width: 0; border-radius: 0; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .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; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:70rem;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; }#gkpSobNRbqwXeidPJEzNhlz6dE353CqN { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.0625rem;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; }
#Oe5aJgKd4MfHcwo2E5gsecoDaF8HOB9X { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.375rem;width:75rem;top:13.699621200561rem;left:0rem;overflow:hidden;display:block; }
#JToEqpphDgEVpyXDRWHl1MSacm5MA5io { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:60.375rem;left:23.75rem;height:4.0625rem;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:center;text-align-last:center;display:block; }
#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9b0a3;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; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container { background-color: transparent; background-image: none; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container > .video-iframe-container { display: none; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row > .video-iframe-container { display: none; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .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); }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container { border-width: 0; border-radius: 0; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#aRByp8XzpilqWHcXGQXuCEzCMl6sxnRJ { color:#000000;display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0492191314697rem;left:0rem;height:5.6875rem;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; }
#MMtDsMGa4HDwXaiLVMwwE2dIznGlRkxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.49960899353rem;left:0rem;height:5.6879875rem;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; }
#yTJEr0BqWO2NINr7HWxeSldB9GHqx2dC { color:#000000;display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.048942565918rem;left:49.09375rem;height:5.6875rem;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; }
#tQxl11M2wdLZLOprmpyd3TpE2OMtD0er { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:6.78125rem;left:49.09375rem;height:4.875rem;display:block; }
#VbLDZ2LP2mZevV9NAh90IfC2elULzwqv { color:#000000;display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.71875rem;left:49.09375rem;height:2.84375rem;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; }
#RFqIQRnvTbf4MxRqfsUfpHJLJ9y9sEit { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.479167938233rem;left:49.09375rem;height:3.25rem;display:block; }
#NbStvPJcTg9dGso1ec1fdSeTRNbJkXKV { color:#000000;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:17.125rem;left:8.8125rem;height:2.03125rem;display:block; }
#PKLuFKccQ4bkqAkTb2PA9qNG1sCnQk3k { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#a9ihb3TlDxyy11y6k9eXt5qERVOwyEAg { color:#000000;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:19.955078125rem;left:8.8125rem;height:2.925rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ { display:block; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX7xONc79sAoGAzAgW2LB6NBLr3p0A4K { top:1.9375rem;left:16.125rem;width:15.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XQOTVkUGGG4rTlNHz4Ut1ClbIXQAxm { top:1.3125rem;left:0rem;width:12.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbSeV8FTy8GADD7TpHi36TgeZUpOgede { top:0rem;left:0rem;width:47.75rem;height:13.648541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #npA5m450o6noTC9QLq8oQuTnrkQdNyOP { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl { display:block; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHgrI28dIP2IMVuNiorQJl6EWcoBEiZO { top:6.3125rem;left:0rem;width:47.75rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqPWfqdemIcXgHtHW7zQvdT3ob6l1n8Z { top:17.75rem;left:1.28125rem;width:45.1875rem;height:7.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2b3Gw4rkqwG38vvOFGkAeSf1CbTd00S { top:20.875rem;left:28rem;width:17.6875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 { display:block; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xas9pDK5ytn9zVqtSCPsS4Mn4cuMW78K { top:2.8125rem;left:0rem;width:23.375rem;height:12.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReCurFpz8rpNLHVhbfgqoJOIVvKSb7EF { top:16.125rem;left:0rem;width:39.75rem;height:7.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAzvdMNisoNmmvabZM3H4paD2tDIaLx { top:1rem;left:24.4375rem;width:23.3125rem;height:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgLo7UG0kD5M0RaHw9pNPukCDbv04l9 { top:26.75rem;left:0rem;width:34.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl { display:block; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seHLvfInBAWS3z1hHrMKfJX2HDol8iri { top:2.25rem;left:0rem;width:20rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAad5vtaM9uSb0mTrhmm2UCc2fMc4yrp { top:64.125rem;left:1.0416679382324rem;width:5.375rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2eH3qpe7rNL7bIak32ZUgMAilzkwor { top:64.125rem;left:3.1875rem;width:44.5625rem;height:16.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhNJInotWfkcNlvqJclEzrprTK4QBIb5 { top:0rem;left:0rem;width:47.75rem;height:38.995833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 { display:block; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyN3TMByOP88RHdBD2c7tpf9p2dBsRWA { top:5.5625rem;left:0rem;width:34.375rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drnOcMUzFw13uo6KXSW62kTbKzZJW9Ih { top:5.5rem;left:29.5rem;width:18.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coWTygbkZIbX3alUtnl0vrZ9RHTHEKx0 { top:13.5625rem;left:0rem;width:47.75rem;height:22.800625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6itvLR1v5ARIbuHVqclFaggOeBqzC4b { top:53rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf2M9pXhUGmmDVRGDKUdhtJRyWfFs4Gs { top:57.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTPhlzD6wZJlHVhdR6EOWO0W9E67zvN { top:63.625rem;left:0rem;width:22.5rem;height:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH3LkaBdlDBQvPiEHFetx3wuKhAvdSm { top:72.3125rem;left:0rem;width:22.5rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga5rUGZT5PP7i2smz4NMvtTN5Fzu8GQv { top:74.6875rem;left:0rem;width:6.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrFKLaCtpVqPlzZuqQynDyg0VaeO2bIV { top:63.625rem;left:16.4375rem;width:10.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4DMITf0KZuwIqT4yKBUOHd1SDb753H { top:66.0625rem;left:16.3125rem;width:13.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhbcQlwaRb6J89GSXI2MzplGPz9h9wWg { top:63.625rem;left:33rem;width:14.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqEfczMnI0MMLUAWTAHSF6Ix0bzFBXEV { top:65.8125rem;left:34.6875rem;width:13.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csIplszxvKu7IyzBeURh2wZAlqIa9Bxz { top:69.5rem;left:16.4375rem;width:17.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFiHphqwnhPHU60PuJs2fAnwTccArSU5 { top:62.8125rem;left:33.362112045288rem;width:4.5625rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPr099IQGgqAXsZCk6sntbThOJrBLxTt { top:69.4375rem;left:30.4375rem;width:17.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIh2roNDUOKySKfKzvrVUDaL7Ry2sWpB { top:69.875rem;left:37.3125rem;width:7.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5WlyX39a8wNzE6dtWucaNFEAAhTwAP5 { top:71.1875rem;left:43.125rem;width:4.625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOIItkMNJTzAbL7HWKQ9swHHIZ6TTd3 { top:70.4375rem;left:40.75rem;width:7rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHx9viLGv1g7Jrt3Jb9PhZ4kZiZvLJFB { top:72.375rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubpXFvyFJfdpuJsp3PxkFAfG25Voz9bG { top:73.8125rem;left:35.25rem;width:12.5rem;height:0;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx { display:block; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsAIka1AUcFwr21zhQprMFdOkGgmQRVl { top:6.25rem;left:0rem;width:45.4375rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hnon2McZ1vy2s6tMLMc1vvI6zWJL4X { top:16.3125rem;left:0rem;width:34rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdG0zCXJzCfR8yAkgL28MkCpxzcvxES { top:15.0625rem;left:15.75rem;width:32rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6dsDszDkccSB3MsvP6JBMZiBlB6NSae { top:32.75rem;left:0rem;width:13.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWnhopXMQMkMIJciBahihrf15chkEEq { top:32.75rem;left:30.124998092651rem;width:13.375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwFKm4IZWTIzVMfw3tJ6xy49tsTx8bLG { top:44.1875rem;left:0rem;width:23.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seb8K8MAV3F5AKCdtTk66OANMObvSbIA { top:46.6875rem;left:0rem;width:23.5625rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hII3c1CWE7XTPRQ35uM348gSIses7TuS { top:46.6875rem;left:24.1875rem;width:23.5625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9hKdSyLedACXB3DULt0gqpD36592vmm { top:44.1875rem;left:25.25rem;width:22.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAkFXHM1wc1wsVLTTRnUWUEDxZZwwsvc { width:18rem;height:3.25rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nSLH3uiqxRZOkTZeOiePvQ21XT9a6r { display:block; }
 }@media only screen and (max-width: 763px) { #ChJSDV1aMFFBGx6T75WdKIktdhektIQV { width:17.875rem;height:3.125rem;top:51.8125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luWnhMvMl3Loo80x6sEXdgxRLZlUyK4f { display:block; }
 }@media only screen and (max-width: 763px) { #EQtCpRk6rCxVGOag2MdtDnC2Os6xrXtl { top:58.0625rem;left:0rem;width:47.75rem;height:26.222708333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFoOWykDmrwSsHT1AcAVRkIWUE6V1Ag { top:72.5rem;left:13.5625rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3UE80yRdmRfgUcQTdeZaNz7vWaXbWxl { top:76.5rem;left:15.25rem;width:12.5rem;height:7.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXywli1bxDiyHywm5Wwr1lELlDy6SuHk { display:block; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq { display:block; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .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; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .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; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R { display:flex;width:18rem;height:5.0625rem;top:9.875rem;left:27.64999961853rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #dMzkfOwnNXJy8fUGnRfayo0eIXuQ8NuM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #J7ENP3pdqCnTgT1Urizkh4FBGl1GBo9W {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #wUinEXe9EGVaxl1QItRQVhRufDFKefw5 {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #hJv87o7N1pdq5nbWZQcEJfTmr6Fr25bC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #QRGWPeVwigdUn7xfDUHm0x7BmvxIHvhC {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #M7GmlR1TuktUJJOS8ZazUuOd3y6oJUxB {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #AZD0ZZLy7cgvpGet580ksRuDScQpihrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #WvbtLCTQoEXSdTWaVvisOq9O5u09k1Ed {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #s7w2OHxl8IxWrKhTJ8ED8V9OJ96iLesA {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #reqTTo06X1HSUBnLF6EpUaCGs0iaFkeW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #Qm3rr2lGT07Tx9AoBKCXVZRVZwh5IkIg {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #HTyU9MCCWGRTaO1rXNPdGBUuVGzUI0OP {  }
 }@media only screen and (max-width: 763px) { #wLlUGBATsUV43cd9HMZ3eVMuyHI15EwF { top:6.1875rem;left:0rem;width:39.6875rem;height:4.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8Qwni750TEMLHki6upUTP21w41BsCv { display:block; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkpSobNRbqwXeidPJEzNhlz6dE353CqN { top:6.25rem;left:0rem;width:45.4375rem;height:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5aJgKd4MfHcwo2E5gsecoDaF8HOB9X { top:13.6875rem;left:0rem;width:47.75rem;height:26.342083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JToEqpphDgEVpyXDRWHl1MSacm5MA5io { top:60.375rem;left:10.125rem;width:27.5rem;height:4.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O { display:block; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRByp8XzpilqWHcXGQXuCEzCMl6sxnRJ { top:5rem;left:0rem;width:32.875rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMtDsMGa4HDwXaiLVMwwE2dIznGlRkxQ { top:8.4375rem;left:0rem;width:37.875rem;height:5.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJEr0BqWO2NINr7HWxeSldB9GHqx2dC { top:5rem;left:21.875rem;width:25.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQxl11M2wdLZLOprmpyd3TpE2OMtD0er { top:6.75rem;left:27.3125rem;width:20.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbLDZ2LP2mZevV9NAh90IfC2elULzwqv { top:16.6875rem;left:35.46875rem;width:11.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFqIQRnvTbf4MxRqfsUfpHJLJ9y9sEit { top:20.4375rem;left:34.5625rem;width:13.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbStvPJcTg9dGso1ec1fdSeTRNbJkXKV { top:17.125rem;left:0rem;width:12.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLuFKccQ4bkqAkTb2PA9qNG1sCnQk3k { top:16.0625rem;left:0rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ihb3TlDxyy11y6k9eXt5qERVOwyEAg { top:19.9375rem;left:0rem;width:11.5rem;height:2.9375rem;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) { #Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ { display:block; }#Zkbz4e63aJHkLC3TrkwMz4GE1tyb5XqZ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX7xONc79sAoGAzAgW2LB6NBLr3p0A4K { width:11.875rem;height:4.0625rem;top:5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9XQOTVkUGGG4rTlNHz4Ut1ClbIXQAxm { width:12.9375rem;height:2.6875rem;top:2.3500003814698rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbSeV8FTy8GADD7TpHi36TgeZUpOgede { width:20rem;height:5.7166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npA5m450o6noTC9QLq8oQuTnrkQdNyOP { top:0rem;left:0rem;width:20rem;height:13.3125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl { display:block; }#HvFzNRPwbseyKkxvPCkLwIVhJa2qROkl > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHgrI28dIP2IMVuNiorQJl6EWcoBEiZO { width:20rem;height:15.6rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqPWfqdemIcXgHtHW7zQvdT3ob6l1n8Z { width:20rem;height:10.4rem;top:15.9375rem;left:0rem;font-size:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #t2b3Gw4rkqwG38vvOFGkAeSf1CbTd00S { width:8.4375rem;height:9.4375rem;top:25.25rem;left:11.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 { background-color:#f0ece8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { background-color: transparent; background-image: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container > .video-iframe-container { display: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container { display: none; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .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); }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { border-width: 0; border-radius: 0; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q5Esfw3eUCBbSnQzByaHFaTgr5TQfnh6 > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xas9pDK5ytn9zVqtSCPsS4Mn4cuMW78K { width:20rem;height:6.75rem;top:1.6249980926514rem;left:0rem;font-size:2.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ReCurFpz8rpNLHVhbfgqoJOIVvKSb7EF { width:20rem;height:10.15625rem;top:9.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAzvdMNisoNmmvabZM3H4paD2tDIaLx { width:20rem;height:36.0323125rem;top:32.144790649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXgLo7UG0kD5M0RaHw9pNPukCDbv04l9 { width:20rem;height:8.5510625rem;top:22.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl { display:block; }#uAUQhlswXI0TmV2Elx0HEvcW6SbIvidl > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seHLvfInBAWS3z1hHrMKfJX2HDol8iri { width:20rem;height:2.6rem;top:3.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAad5vtaM9uSb0mTrhmm2UCc2fMc4yrp { width:5.375rem;height:4.78125rem;top:25.708333969116rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2eH3qpe7rNL7bIak32ZUgMAilzkwor { width:14rem;height:6.375rem;top:25.708333969116rem;left:6rem;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dhNJInotWfkcNlvqJclEzrprTK4QBIb5 { width:20rem;height:16.333333333333rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 { display:block; }#rJEUV3vR44t5TO5N3GXTFTV4JTKcWym3 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyN3TMByOP88RHdBD2c7tpf9p2dBsRWA { width:20rem;height:6.5rem;top:3.8121109008789rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drnOcMUzFw13uo6KXSW62kTbKzZJW9Ih { width:11rem;height:2.375rem;top:13.521087646484rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #coWTygbkZIbX3alUtnl0vrZ9RHTHEKx0 { width:20rem;height:9.55rem;top:18.021087646484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6itvLR1v5ARIbuHVqclFaggOeBqzC4b { width:20rem;height:4.7125rem;top:29.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf2M9pXhUGmmDVRGDKUdhtJRyWfFs4Gs { width:18.25rem;height:4.0625rem;top:35rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVTPhlzD6wZJlHVhdR6EOWO0W9E67zvN { width:20rem;height:4.875rem;top:40.971084594726rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEH3LkaBdlDBQvPiEHFetx3wuKhAvdSm { width:9.625rem;height:1.05625rem;top:47.93359375rem;left:5.6750001907349rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga5rUGZT5PP7i2smz4NMvtTN5Fzu8GQv { width:4.4375rem;height:2.5rem;top:47.211715698243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrFKLaCtpVqPlzZuqQynDyg0VaeO2bIV { width:10.5625rem;height:2.4375rem;top:52.320693969726rem;left:4.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf4DMITf0KZuwIqT4yKBUOHd1SDb753H { width:13.0625rem;height:1.38125rem;top:54.9453125rem;left:3.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhbcQlwaRb6J89GSXI2MzplGPz9h9wWg { width:14.75rem;height:2.4375rem;top:72.625rem;left:2.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MqEfczMnI0MMLUAWTAHSF6Ix0bzFBXEV { width:13.0625rem;height:1.38125rem;top:75.25rem;left:3.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #csIplszxvKu7IyzBeURh2wZAlqIa9Bxz { width:15.5625rem;height:8.25rem;top:57.5rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFiHphqwnhPHU60PuJs2fAnwTccArSU5 { width:4.5625rem;height:2.6rem;top:68.051956176756rem;left:7.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPr099IQGgqAXsZCk6sntbThOJrBLxTt { width:16.8125rem;height:8.8125rem;top:77.881250381469rem;left:1.7804338693319rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIh2roNDUOKySKfKzvrVUDaL7Ry2sWpB { width:7.75rem;height:4.8125rem;top:81.429166793825rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5WlyX39a8wNzE6dtWucaNFEAAhTwAP5 { width:4.625rem;height:1.7875rem;top:79.6416683197rem;left:9.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOIItkMNJTzAbL7HWKQ9swHHIZ6TTd3 { width:9.375rem;height:3.375rem;top:78.847917556762rem;left:9.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHx9viLGv1g7Jrt3Jb9PhZ4kZiZvLJFB { width:4.875rem;height:4.875rem;top:79.849998474119rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubpXFvyFJfdpuJsp3PxkFAfG25Voz9bG { width:12.5rem;height:1.70625rem;top:82.222915649412rem;left:2.8416662216186rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx { display:block; }#TBdTfrCoMnkt3f5sQxuB0UGHkFrl5KXx > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JsAIka1AUcFwr21zhQprMFdOkGgmQRVl { width:20rem;height:6.5rem;top:3.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hnon2McZ1vy2s6tMLMc1vvI6zWJL4X { width:20rem;height:10rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxdG0zCXJzCfR8yAkgL28MkCpxzcvxES { width:20rem;height:13.359375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6dsDszDkccSB3MsvP6JBMZiBlB6NSae { width:8.1875rem;height:5.375rem;top:13.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSWnhopXMQMkMIJciBahihrf15chkEEq { width:8.75rem;height:5.3125rem;top:42.9375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwFKm4IZWTIzVMfw3tJ6xy49tsTx8bLG { width:20rem;height:1.21875rem;top:30.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seb8K8MAV3F5AKCdtTk66OANMObvSbIA { width:20rem;height:2.4375rem;top:32.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hII3c1CWE7XTPRQ35uM348gSIses7TuS { width:20rem;height:2.4375rem;top:64.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s9hKdSyLedACXB3DULt0gqpD36592vmm { width:20rem;height:1.21875rem;top:62.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gAkFXHM1wc1wsVLTTRnUWUEDxZZwwsvc { width:19.9rem;height:2.3375rem;top:37.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nSLH3uiqxRZOkTZeOiePvQ21XT9a6r { display:block; }
 }@media only screen and (max-width: 763px) { #ChJSDV1aMFFBGx6T75WdKIktdhektIQV { width:19.8125rem;height:2.25rem;top:68.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luWnhMvMl3Loo80x6sEXdgxRLZlUyK4f { display:block; }
 }@media only screen and (max-width: 763px) { #EQtCpRk6rCxVGOag2MdtDnC2Os6xrXtl { width:19.9375rem;height:10.9375rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZFoOWykDmrwSsHT1AcAVRkIWUE6V1Ag { width:5.4375rem;height:5.4375rem;top:75.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3UE80yRdmRfgUcQTdeZaNz7vWaXbWxl { width:12.5rem;height:3.25rem;top:76.25rem;left:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXywli1bxDiyHywm5Wwr1lELlDy6SuHk { display:block; }#BXywli1bxDiyHywm5Wwr1lELlDy6SuHk > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq { display:block; }#fHK5MN6ZQ3he7l6Fbf7oQ40qcSMD2lgq > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .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;background-color:#f0ece8;background-image:none; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R .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; }
#atPla4xov7IGMRKTiJQuANePpsq9vq4R { display:flex;width:18rem;height:5.0625rem;top:7.5625rem;left:0rem;background-color:#f0ece8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #dMzkfOwnNXJy8fUGnRfayo0eIXuQ8NuM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #J7ENP3pdqCnTgT1Urizkh4FBGl1GBo9W {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #wUinEXe9EGVaxl1QItRQVhRufDFKefw5 {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #hJv87o7N1pdq5nbWZQcEJfTmr6Fr25bC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #QRGWPeVwigdUn7xfDUHm0x7BmvxIHvhC {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #M7GmlR1TuktUJJOS8ZazUuOd3y6oJUxB {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #AZD0ZZLy7cgvpGet580ksRuDScQpihrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #WvbtLCTQoEXSdTWaVvisOq9O5u09k1Ed {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #s7w2OHxl8IxWrKhTJ8ED8V9OJ96iLesA {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #reqTTo06X1HSUBnLF6EpUaCGs0iaFkeW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #Qm3rr2lGT07Tx9AoBKCXVZRVZwh5IkIg {  }
 }@media only screen and (max-width: 763px) { #atPla4xov7IGMRKTiJQuANePpsq9vq4R #HTyU9MCCWGRTaO1rXNPdGBUuVGzUI0OP {  }
 }@media only screen and (max-width: 763px) { #wLlUGBATsUV43cd9HMZ3eVMuyHI15EwF { width:20rem;height:4.7125rem;top:1.5499992370606rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jc8Qwni750TEMLHki6upUTP21w41BsCv { display:block; }#Jc8Qwni750TEMLHki6upUTP21w41BsCv > .row .container { width:20rem;height:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkpSobNRbqwXeidPJEzNhlz6dE353CqN { width:20rem;height:6.5rem;top:4.375rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5aJgKd4MfHcwo2E5gsecoDaF8HOB9X { width:20rem;height:11.0331875rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JToEqpphDgEVpyXDRWHl1MSacm5MA5io { width:20rem;height:2.84375rem;top:25.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O { display:block; }#hQa9b8UUQJyBaNc1tRiG0i6EAAPf110O > .row .container { width:20rem;height:59.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRByp8XzpilqWHcXGQXuCEzCMl6sxnRJ { width:20rem;height:5.2rem;top:4.6874876022339rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMtDsMGa4HDwXaiLVMwwE2dIznGlRkxQ { width:20rem;height:5.3625rem;top:10.549243927002rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTJEr0BqWO2NINr7HWxeSldB9GHqx2dC { width:19.875rem;height:5.2rem;top:46.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQxl11M2wdLZLOprmpyd3TpE2OMtD0er { width:20rem;height:4.875rem;top:52.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbLDZ2LP2mZevV9NAh90IfC2elULzwqv { width:11.1875rem;height:2.6rem;top:37.875rem;left:4.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFqIQRnvTbf4MxRqfsUfpHJLJ9y9sEit { width:11.75rem;height:4.875rem;top:40.75rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NbStvPJcTg9dGso1ec1fdSeTRNbJkXKV { width:12.875rem;height:2.0317375rem;top:26.6875rem;left:3.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKLuFKccQ4bkqAkTb2PA9qNG1sCnQk3k { width:7.625rem;height:7.625rem;top:18.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9ihb3TlDxyy11y6k9eXt5qERVOwyEAg { width:11.5rem;height:2.925rem;top:29.3125rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }