.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:246,237,220;--color-primary-1:228,202,151;--color-primary-2:210,166,82;--color-primary-3:245,160,27;--color-primary-4:42,33,16;--color-secondary-0:220,227,239;--color-secondary-1:139,162,201;--color-secondary-2:22,69,146;--color-secondary-3:11,35,73;--color-secondary-4:3,10,22;--color-tertiary-0:255,255,255;--color-tertiary-1:169,173,191;--color-tertiary-2:112,119,149;--color-tertiary-3:67,71,89;--color-tertiary-4:16,29,79;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/den1Xa1J/LP_7_metod_v2_01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.adaptive-delivery-prevent-bg, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyload, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyloading { background-image: none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { border-width: 0; border-radius: 0; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:none; }#iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { color:#000000;display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:2.1875rem;height:6.125rem;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; }
#CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dysxNDdibaorMLu7mV0x71d8015Tt5C3 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:54.5rem;left:1.3125rem;display:none; }
#tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:58.9375rem;left:1.25rem;display:none; }
#NENLLrLhvScEh2WhhhNqFJwId9zXUR6E { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:15.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.1875rem;left:2.1875rem;display:block; }
#MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { position:relative;display:block; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { background-color: transparent; background-image: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { border-width: 0; border-radius: 0; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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:34.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kued6UtslsnKm3LoF30n0mikv5PV631Z { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:2.4375rem;height:2.1933625rem;display:block; }
#EnfAhoC7DnW48e09cJTEJ5bbOKnOlwlT { color:#000000;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.9375rem;left:2.4375rem;height:18.5625rem;display:block; }
#vkAQevxXqKbQOn1yNz5GGCpGn2avHrwu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:13.6875rem;top:4.9375rem;left:38.875rem;overflow:hidden;display:block; }
#BCEi5Wb6Rtb4SEqM1yruPIPPR2XoCvkA { position:absolute;display:block;z-index:15000;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:28.75rem;top:0rem;left:31.34375rem;display:block; }
#eLREmcifrU0J38hRtRIktJDmG20Uzok9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.875rem;left:36.34375rem;display:block; }
#ZBH5B7fnmeN2eZhTWc7yrDTh5S2s4tEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SZOoPTKOaCt9iP0ihtANqcmZaUFkU7ce { color:#000000;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:31.84375rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#HktqgigPr8pyThgrJTs1RhPax4faAQ7z { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.375rem;left:2.4375rem;height:4.38671875rem;display:block; }
#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { position:relative;display:none; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { border-width: 0; border-radius: 0; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .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; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .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:27.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { color:#000000;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:32.3125rem;height:2.1875rem;display:block; }
#TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { color:#000000;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6.90625rem;left:32.3125rem;height:16.875rem;display:block; }
#tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:29.5rem;top:4.3125rem;left:1.40625rem;overflow:hidden;display:block; }
#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { position:relative;display:none; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { border-width: 0; border-radius: 0; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .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; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .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:24.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:2rem;height:2.1875rem;display:block; }
#un51kSHgg45siZ8WshNxSzs100MubZCL { color:#000000;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:5.375rem;left:2rem;height:16.875rem;display:block; }
#xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:28.9375rem;top:1.875rem;left:29.125rem;overflow:hidden;display:block; }
#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { border-width: 0; border-radius: 0; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:none; }#oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { color:#000000;display:block;width:51.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:2.53125rem;height:4.5rem;display:block; }
#oiGpnHrW147AOJiMf7hDO5HipriRonzd { color:#000000;display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.53125rem;height:0;display:none; }
#XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:0.3125rem;top:1.375rem;left:1.28125rem;display:block; }
#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { border-width: 0; border-radius: 0; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:none; }#F0063f21PrGH0FKkNNBXb9acVl4PoiOW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:11.625rem;left:2.0625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { position:absolute;display:block;z-index:15003;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:0.0625rem;top:1.5625rem;left:30.375rem;display:block; }
#ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:11.5625rem;left:17.5rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:11.625rem;left:32.5rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGXUc6cMFEv7K2wMxquADykWErEuxfbG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:11.75rem;left:46.7490234375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { position:absolute;display:block;z-index:15004;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:0.0625rem;top:1.5625rem;left:45.630207061767rem;display:block; }
#oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { position:absolute;display:block;z-index:15005;background-color:#c3c3c3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:0.0625rem;top:1.5625rem;left:15.625rem;display:block; }
#mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:3.5rem;left:4.96875rem;overflow:hidden;display:block; }
#C1urFyG011WoFkSbTowtXyqClUofMyxp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:3.5rem;left:19.90625rem;overflow:hidden;display:block; }
#kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:3.5rem;left:35.40625rem;overflow:hidden;display:block; }
#ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:3.5rem;left:49.6552734375rem;overflow:hidden;display:block; }
#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { position:relative;display:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { border-width: 0; border-radius: 0; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .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; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .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:35.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#W9pXWH5OrwViJV6HkP9PrTiDZQ9BiHzK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:20.125rem;top:3.875rem;left:3.84375rem;overflow:hidden;display:block; }
#xPyMzJ6nGQl4RffTPgXZq42atRGtgTqH { color:#000000;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.1875rem;left:27.34375rem;height:29.25rem;display:block; }
#QFK70C2TQTUT3HWhUOswaDamqK1uTUml { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.3125rem;top:5.1875rem;left:26.03125rem;display:block; }
#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { border-width: 0; border-radius: 0; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:none; }#gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.4375rem;left:1.875rem;height:30.375rem;font-style:normal;display:block; }
#T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { color:#000000;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.875rem;height:4.125rem;display:block; }
#b9Vvxh9cxWIqa5QSpmvHVo4C1VmADgm1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.4375rem;left:30.75rem;height:16.875rem;font-style:normal;display:block; }
#MLxZ0bMxvv3rNiyW4uG5ZsOcEd394GFv { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:0.3125rem;top:1.6875rem;left:0.96875rem;display:block; }
#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { border-width: 0; border-radius: 0; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:60rem;position:relative;display:none; }#yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5rem;left:16.8125rem;height:1.9375rem;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; }
#owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { color:#000000;display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:16.8125rem;height:4.3125rem;display:block; }
#BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:14.6875rem;top:2.4374961853027rem;left:0.56770706176758rem;overflow:hidden;display:block; }
#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { border-width: 0; border-radius: 0; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:none; }#aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { color:#2e3646;display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:27.4375rem;height:4.5rem;font-style:normal;display:block; }
#geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { color:#2e3646;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.0625rem;left:27.5rem;height:1.4375rem;font-style:normal;display:block; }
#mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { color:#2e3646;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6875rem;left:27.5rem;height:2.5rem;font-style:normal;display:block; }
#TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:21.625rem;top:1.46875rem;left:2.5625rem;overflow:hidden;display:block; }
#O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(38,38,38,0.3) ;height:14.4375rem;width:38.0625rem;top:8.375rem;left:13.15625rem;display:block; }
#ursHscZX4IJnQxh94u0av1Vuc88MmE2B { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(39,174,96,0.3);border-left:0.0625rem solid rgba(39,174,96,0.3);border-right:0.0625rem solid rgba(39,174,96,0.3);border-bottom:0.0625rem solid rgba(39,174,96,0.3);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:14.5rem;width:42.25rem;top:6.9375rem;left:10.21875rem;display:block; }
#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t > .row .container { border-width: 0; border-radius: 0; }#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:none; }#r08UtQfbxg7N9FCqoQKCnGy5J4xvWHND { color:#2e3646;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.78125rem;left:1.65625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cQfxdghRzEW366OG2cBrDgFS8H8BCsbK { color:#2e3646;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.78125rem;left:31.90625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8w3q02ufWpeKU476TuHZfHQD1ktwleG { position:absolute;display:block;z-index:15006;background-color:#4f4f4f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:9.6875rem;left:1.65625rem;display:block; }
#ki1qnqrQsTb0U7aAqoRGGtRclsG0CnqW { position:absolute;display:block;z-index:15007;background-color:#414141;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:9.6875rem;left:31.90625rem;display:block; }
#TM7O43xaom31LEgHoov4RmBdzthBoOzn { color:#2e3646;display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.625rem;left:31.90625rem;height:22.5rem;font-style:normal;display:block; }
#m2MLFF8bqlaf5ge7Q64oFnH7t6MvaMC1 { color:#2e3646;display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.6875rem;height:18.75rem;font-style:normal;display:block; }
#L2rFHmb1v35EpPlVSlJqDQbNuB9TQmfX { color:#2e3646;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:34.875rem;left:8.78125rem;height:2.5rem;font-style:normal;display:block; }
#txVZo6UJNE1yBfM11XyETweLuhdgvkce { color:#2e3646;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:35.75rem;left:38.78125rem;height:2.5rem;font-style:normal;display:block; }
#LsOXUlo8LtssBOUaPZQHGwIPBe9afVvB { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.875rem;top:34rem;left:31.9375rem;overflow:hidden;display:none; }
#flMVLPOPyDTV04aJUyAp9kB0TThK8ZqG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.8125rem;top:28.3125rem;left:1.6875rem;overflow:hidden;display:none; }
#kuv6mSecS4IDkTeUGxlgkzLnKTNsr0x6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:11.625rem;top:2.84375rem;left:0.0052070617675781rem;overflow:hidden;display:block; }
#Edxl7EEh1I6xPsG3AkiM1gTR2uCrflF5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:11.625rem;top:2.625rem;left:30.005207061767rem;overflow:hidden;display:block; }
#OuCtoaFwuMnmLPKJppm3XvKsnN54dyi8 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:33.0625rem;left:1.6611328125rem;overflow:hidden;display:block; }
#DPouZMQrlzhzBALT8yXxFOy3hha03kMU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:34.1875rem;left:31.90625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { width:47.75rem;height:29.4375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { width:28.5625rem;height:6.125rem;top:1.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { width:23.125rem;height:3.75rem;top:9.375rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #dysxNDdibaorMLu7mV0x71d8015Tt5C3 { width:17.3125rem;height:0;top:54.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { width:17.4375rem;height:0;top:58.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #NENLLrLhvScEh2WhhhNqFJwId9zXUR6E { width:23.125rem;height:3.5rem;top:14.5625rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { width:18.5625rem;height:3.4375rem;top:20.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block; }
 }@media only screen and (max-width: 959px) { #cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { display:block; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Kued6UtslsnKm3LoF30n0mikv5PV631Z { width:21.9375rem;height:2.1875rem;top:2.25rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #EnfAhoC7DnW48e09cJTEJ5bbOKnOlwlT { width:22.6875rem;height:21.9375rem;top:5.25rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #vkAQevxXqKbQOn1yNz5GGCpGn2avHrwu { width:10.75rem;height:16.5rem;top:6.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BCEi5Wb6Rtb4SEqM1yruPIPPR2XoCvkA { width:21.5625rem;height:34.6875rem;top:0rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLREmcifrU0J38hRtRIktJDmG20Uzok9 { width:18.5625rem;height:3.4375rem;top:26.1875rem;left:28.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZBH5B7fnmeN2eZhTWc7yrDTh5S2s4tEZ { display:block; }
 }@media only screen and (max-width: 959px) { #SZOoPTKOaCt9iP0ihtANqcmZaUFkU7ce { width:21.3125rem;height:2.1875rem;top:2.25rem;left:26.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HktqgigPr8pyThgrJTs1RhPax4faAQ7z { width:21.9375rem;height:4.375rem;top:28.625rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { display:none; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { width:47.75rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { width:21.9375rem;height:2.1875rem;top:2.125rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { width:22.6875rem;height:18.5625rem;top:5.125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { width:23.25rem;height:16.5rem;top:3.25rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { display:none; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { width:47.75rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { width:21.9375rem;height:2.1875rem;top:2.625rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #un51kSHgg45siZ8WshNxSzs100MubZCL { width:22.6875rem;height:18.5625rem;top:5.625rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { width:23.4375rem;height:16.4375rem;top:4.75rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { display:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { width:47.75rem;height:11.6875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { width:45.25rem;height:4.5rem;top:1.25rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oiGpnHrW147AOJiMf7hDO5HipriRonzd { width:40.375rem;height:3.25rem;top:6.8125rem;left:1.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { width:0.25rem;height:5rem;top:1.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { display:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { width:47.75rem;height:19.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #F0063f21PrGH0FKkNNBXb9acVl4PoiOW { width:10rem;height:4.6875rem;top:10.125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { width:10.0625rem;height:6.25rem;top:10.125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { width:10.0625rem;height:6.25rem;top:10.125rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #WGXUc6cMFEv7K2wMxquADykWErEuxfbG { width:10.0625rem;height:7.8125rem;top:10.125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { width:0.0625rem;height:15.625rem;top:0rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { width:5.875rem;height:5.875rem;top:1.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #C1urFyG011WoFkSbTowtXyqClUofMyxp { width:5.875rem;height:5.875rem;top:1.4375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { width:5.875rem;height:5.875rem;top:1.4375rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { width:5.875rem;height:5.875rem;top:1.4375rem;left:38.46875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { display:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { width:47.75rem;height:28.375rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #W9pXWH5OrwViJV6HkP9PrTiDZQ9BiHzK { width:15.625rem;height:22.875rem;top:2.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPyMzJ6nGQl4RffTPgXZq42atRGtgTqH { width:28.75rem;height:24.4375rem;top:3.125rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #QFK70C2TQTUT3HWhUOswaDamqK1uTUml { width:0.25rem;height:5rem;top:1.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { display:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { width:47.75rem;height:43.875rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { width:43.8125rem;height:20.3125rem;top:9.0625rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { width:42.6875rem;height:6.1875rem;top:1.5rem;left:2.53125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b9Vvxh9cxWIqa5QSpmvHVo4C1VmADgm1 { width:43.8125rem;height:12.5rem;top:29.375rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #MLxZ0bMxvv3rNiyW4uG5ZsOcEd394GFv { width:0.25rem;height:5rem;top:1.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { display:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { width:16.125rem;height:1.9375rem;top:4.3740234375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { width:31.25rem;height:5.75rem;top:7rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { width:14.6875rem;height:12.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { display:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { width:47.75rem;height:20.8125rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { width:19.75rem;height:4.5rem;top:8.5625rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { width:6.8125rem;height:1.25rem;top:7.125rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { width:18.1875rem;height:2.5rem;top:12.9375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { width:14.75rem;height:18.4375rem;top:0.78125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { width:35.25rem;height:14.4375rem;top:4.84375rem;left:8.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 959px) { #ursHscZX4IJnQxh94u0av1Vuc88MmE2B { width:40.375rem;height:14.5625rem;top:3.4375rem;left:4.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 959px) { #sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t { display:none; }#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #r08UtQfbxg7N9FCqoQKCnGy5J4xvWHND { width:21.875rem;height:3.25rem;top:3.125rem;left:25.000000953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #cQfxdghRzEW366OG2cBrDgFS8H8BCsbK { width:21.25rem;height:1.625rem;top:3.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #x8w3q02ufWpeKU476TuHZfHQD1ktwleG { width:21.25rem;height:0.0625rem;top:6.8125009536744rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ki1qnqrQsTb0U7aAqoRGGtRclsG0CnqW { width:21.25rem;height:0.0625rem;top:6.8125009536744rem;left:25.000000953674rem;display:block; }
 }@media only screen and (max-width: 959px) { #TM7O43xaom31LEgHoov4RmBdzthBoOzn { width:21.25rem;height:26.25rem;top:8.1250009536744rem;left:25.000000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #m2MLFF8bqlaf5ge7Q64oFnH7t6MvaMC1 { width:21.25rem;height:21.25rem;top:8.1250047683719rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #L2rFHmb1v35EpPlVSlJqDQbNuB9TQmfX { width:10.4375rem;height:2.5rem;top:32.25rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #txVZo6UJNE1yBfM11XyETweLuhdgvkce { width:9.5rem;height:2.5rem;top:36.1875rem;left:32.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LsOXUlo8LtssBOUaPZQHGwIPBe9afVvB { width:2.875rem;height:3.0625rem;top:26.87499332428rem;left:25.000000953674rem;display:none; }
 }@media only screen and (max-width: 959px) { #flMVLPOPyDTV04aJUyAp9kB0TThK8ZqG { width:2.8125rem;height:2.9375rem;top:24.37499332428rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #kuv6mSecS4IDkTeUGxlgkzLnKTNsr0x6 { width:11.625rem;height:9.0625rem;top:2.8125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 959px) { #Edxl7EEh1I6xPsG3AkiM1gTR2uCrflF5 { width:11.625rem;height:9.0625rem;top:2.8125rem;left:22.500000953674rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 959px) { #OuCtoaFwuMnmLPKJppm3XvKsnN54dyi8 { width:5.625rem;height:5.625rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #DPouZMQrlzhzBALT8yXxFOy3hha03kMU { width:5.4375rem;height:5.4375rem;top:34.75rem;left:25.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#efefef;background-image:url("https://images.assets-landingi.com/den1Xa1J/LP_7_metod_v2_01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.adaptive-delivery-prevent-bg, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyload, #J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA.lazyloading { background-image: none; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#J4ndG6tIRuEQ58sre2JRpDb8vaWslHoA > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iz8TK4mHq1lh1CkfTJZZOh0is45nX5XL { width:19rem;height:4rem;top:1.5rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD0PwRzlFTzOAU5HgPe9OIiw6BMyrWSk { width:19rem;height:3.125rem;top:6.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dysxNDdibaorMLu7mV0x71d8015Tt5C3 { top:56.4375rem;left:1.5rem;width:17.3125rem;height:0;z-index:15012;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tx2a4WzcmyRdp28R9x4KEF5G7GhMuKHR { top:63.6875rem;left:1.4375rem;width:17.4375rem;height:0;z-index:15013;font-size:1rem;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NENLLrLhvScEh2WhhhNqFJwId9zXUR6E { width:20rem;height:3.125rem;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2klRBQcLfzeBNMwtbeQiA3yx3VV42dT { width:18.5625rem;height:3.4375rem;top:18.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyrX0TnvBEuCRr5aW4VBiMolHDTpCW9T { display:block; }
 }@media only screen and (max-width: 763px) { #cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { background-color: transparent; background-image: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { display: none; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .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); }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { border-width: 0; border-radius: 0; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRKIW3TDhR2fDk00FA4gtUcFcyfrCORT > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kued6UtslsnKm3LoF30n0mikv5PV631Z { width:20rem;height:2.1875rem;top:25.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnfAhoC7DnW48e09cJTEJ5bbOKnOlwlT { width:18.4375rem;height:17.875rem;top:28rem;left:0.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkAQevxXqKbQOn1yNz5GGCpGn2avHrwu { width:9.125rem;height:14.0625rem;top:3.78125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCEi5Wb6Rtb4SEqM1yruPIPPR2XoCvkA { width:20rem;height:24.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLREmcifrU0J38hRtRIktJDmG20Uzok9 { width:18.75rem;height:3.8125rem;top:20.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBH5B7fnmeN2eZhTWc7yrDTh5S2s4tEZ { display:block; }
 }@media only screen and (max-width: 763px) { #SZOoPTKOaCt9iP0ihtANqcmZaUFkU7ce { width:20rem;height:2.1875rem;top:0.75rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HktqgigPr8pyThgrJTs1RhPax4faAQ7z { width:20rem;height:4.375rem;top:47.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { border-width: 0; border-radius: 0; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rpu3VTgc9vDGIsOukqdZSzRT9U3dVpHc > .row .container { width:20rem;height:33.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EOCs2GyVClO24KWHHORuVB3QMqIfiMUS { width:20rem;height:2.1875rem;top:14.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnDZt5rC0Zp0OQSV2FbIRMayzqGhAEfq { width:18.4375rem;height:16.5rem;top:16.875rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPzCXDIsC4L87u46QZ8sbkRaZMcutmig { width:19.8125rem;height:14.0625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { border-width: 0; border-radius: 0; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCZaraq8MbmpNOd1OGTJHe3QGMRpZuHJ > .row .container { width:20rem;height:34.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M4qsfgd8nPZOHw6UDk4KaEwZQHAa5sCQ { width:20rem;height:2.1875rem;top:14.125rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #un51kSHgg45siZ8WshNxSzs100MubZCL { width:18.4375rem;height:16.5rem;top:16.875rem;left:0.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlnAWpnBQz1025Sf3n4wGBE6trVuwviT { width:20rem;height:14rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksV6frmATSIL4dHnLvdmnmF8mqV78O3 { display:none; }#gksV6frmATSIL4dHnLvdmnmF8mqV78O3 > .row .container { width:20rem;height:22.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oWPK9d0W3vXQPWUNNBIPJrPxkaU2gAlA { width:20rem;height:13.5rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiGpnHrW147AOJiMf7hDO5HipriRonzd { width:20rem;height:4.875rem;top:16rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XiylvKtDOFJy0B4BCiOSxuLwz160dbUF { width:0.3125rem;height:6.875rem;top:1.375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ve6s81z275lyDKpCfmVbp8sEbV32vlCX { display:none; }#Ve6s81z275lyDKpCfmVbp8sEbV32vlCX > .row .container { width:20rem;height:59.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0063f21PrGH0FKkNNBXb9acVl4PoiOW { width:14.375rem;height:3.125rem;top:8.625rem;left:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BU882oTfaX20Cvh6G8PM1J5rWJuCpZhh { width:0.0625rem;height:23rem;top:36.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ncMUzRCGIkreVubw8kyyVFQUhWMRzTlM { width:14.5625rem;height:4.6875rem;top:23.0625rem;left:2.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHnS3aG3TTEFkCGowbJAUIS3XqDHZeX2 { width:14.375rem;height:4.6875rem;top:37.5625rem;left:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGXUc6cMFEv7K2wMxquADykWErEuxfbG { width:13.8125rem;height:6.25rem;top:52rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnOT0dtTqOFuc4N32KCJZQwuPDF5o6hh { width:0.0625rem;height:20.75rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJNHUr58hKr78hLEzF4NZyO1BqFnzulb { width:0.0625rem;height:20.75rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mll7mWnZMl6NWytOEsLOA5bAbveTAgkR { width:5.875rem;height:5.875rem;top:1.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1urFyG011WoFkSbTowtXyqClUofMyxp { width:5.875rem;height:5.875rem;top:15.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXGw1UuqnhdT81mqhwBMRFrdITmp7sL { width:5.875rem;height:5.875rem;top:30.5rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikbh8D6oJnUhFZgazmJUcx9GpiFCw6pM { width:5.875rem;height:5.875rem;top:44.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n { display:none; }#mvmpLDtxzN3uR5Wum881xU6XQGGLrP1n > .row .container { width:20rem;height:56.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W9pXWH5OrwViJV6HkP9PrTiDZQ9BiHzK { width:14.6875rem;height:21.5rem;top:1.1875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPyMzJ6nGQl4RffTPgXZq42atRGtgTqH { width:17.875rem;height:33rem;top:23.50390625rem;left:1.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QFK70C2TQTUT3HWhUOswaDamqK1uTUml { width:0.3125rem;height:5.3125rem;top:5.1875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E { display:none; }#TQKaTRyMrlV5PwUCXym0yfi4a7aAK00E > .row .container { width:20rem;height:70.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gOo3kMvhzFCrFlxqb8vQGoBX0DN2ACmd { width:19rem;height:35.9375rem;top:13.5625rem;left:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T8XM76Dm2t5ufJabTZVfekWTn2Viavwy { width:18.6875rem;height:11.625rem;top:0.6875rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9Vvxh9cxWIqa5QSpmvHVo4C1VmADgm1 { width:19.125rem;height:20.3125rem;top:49.5rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxZ0bMxvv3rNiyW4uG5ZsOcEd394GFv { width:0.3125rem;height:4.625rem;top:1.6875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g { display:none; }#br15AlpAvN0C8Bym6kxuGqNdLpLOlK3g > .row .container { width:20rem;height:28.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yAVI31aNMcQb9ssPNuH1JsyyIzICRtTP { width:16.125rem;height:1.625rem;top:15.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owNMa3v2oh1e8T6TIoUIJAlnrudQ5Btu { width:19.4375rem;height:7.5rem;top:17.374979019165rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvUx4IrIAHWJSs7QTzQMCIi5e6VtuZ37 { width:14.6875rem;height:12.5625rem;top:1.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX { display:none; }#DvEmqwQfZDI7Fo7NTvWq0OEV0JOlclMX > .row .container { width:20rem;height:27.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLTZ7PRDH23POW2Rzxb8Bgd4EM0tBdLT { width:10.75rem;height:2.75rem;top:3.75rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #geR6obMo4Wrbx5FpSbhMcKSXmaaMF0XL { width:9.875rem;height:1.5rem;top:1.375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHVkLdnqhKOq42TSTfUWONfUcRHeHNxa { width:16.1875rem;height:1.4375rem;top:7.6875rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtyEETspqGox1hcXpJavsAuuwv6Gra8 { width:13.6875rem;height:17.125rem;top:9.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TIfuVKMXoSlKS2Wt3MZIeiWafDOo1W { width:20rem;height:14.4375rem;top:8.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ursHscZX4IJnQxh94u0av1Vuc88MmE2B { width:19.875rem;height:14.5rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t { display:none; }#sTr2ixQuSPRDR8UBT5rlGWEnPiqvkG7t > .row .container { width:20rem;height:81.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r08UtQfbxg7N9FCqoQKCnGy5J4xvWHND { width:19.5rem;height:3.25rem;top:1.9374895095825rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQfxdghRzEW366OG2cBrDgFS8H8BCsbK { width:19.5rem;height:1.625rem;top:38.8125rem;left:0.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8w3q02ufWpeKU476TuHZfHQD1ktwleG { width:20rem;height:0.0625rem;top:6.3125rem;left:0.0052080154418945rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki1qnqrQsTb0U7aAqoRGGtRclsG0CnqW { width:20rem;height:0.0625rem;top:43.1875rem;left:0.0048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM7O43xaom31LEgHoov4RmBdzthBoOzn { width:18.9375rem;height:30rem;top:45.125rem;left:0.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m2MLFF8bqlaf5ge7Q64oFnH7t6MvaMC1 { width:18.6875rem;height:25rem;top:7.5rem;left:0.65625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2rFHmb1v35EpPlVSlJqDQbNuB9TQmfX { width:9.3125rem;height:2.5rem;top:34.1875rem;left:8.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txVZo6UJNE1yBfM11XyETweLuhdgvkce { width:11.6875rem;height:2.5rem;top:76.875rem;left:7.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LsOXUlo8LtssBOUaPZQHGwIPBe9afVvB { width:3.875rem;height:4.0625rem;top:64rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #flMVLPOPyDTV04aJUyAp9kB0TThK8ZqG { width:3.875rem;height:4.0625rem;top:24.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuv6mSecS4IDkTeUGxlgkzLnKTNsr0x6 { width:11.625rem;height:9.0625rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edxl7EEh1I6xPsG3AkiM1gTR2uCrflF5 { width:11.625rem;height:9.0625rem;top:38.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuCtoaFwuMnmLPKJppm3XvKsnN54dyi8 { width:4.5rem;height:4.5rem;top:33.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPouZMQrlzhzBALT8yXxFOy3hha03kMU { width:4.5rem;height:4.5rem;top:75.875rem;left:1.25rem;display:block; }
 }