.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:255,233,214;--color-primary-1:254,189,133;--color-primary-2:253,145,51;--color-primary-3:252,118,0;--color-primary-4:242,116,5;--color-secondary-0:222,222,222;--color-secondary-1:144,145,147;--color-secondary-2:33,34,38;--color-secondary-3:17,17,19;--color-secondary-4:5,5,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3f8b826b-ab9f-4cca-a823-da76a11a57ff/fasolkabiaa.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89.adaptive-delivery-prevent-bg, #fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89.lazyload, #fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89.lazyloading { background-image: none; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container { background-color: transparent; background-image: none; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container > .video-iframe-container { display: none; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row > .video-iframe-container { display: none; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .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); }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container { border-width: 0; border-radius: 0; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#sDbtlEPksk7SCbKh9tTcUTWqvopv8ozK { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#yxM9tQTUsDalNOrilpag6q8T7iLER6TE { color:rgba(var(--color-tertiary-0),1);display:block;width:55.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.25rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxHUtbdP5ZyNDbURqiFfP2tTGA3LdqGe { z-index:15004;top:17.9375rem;left:32.0625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1855625rem;height:4.186525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LeRXJxfWm58hb8sMxgXD31ltqqKR2zQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwi7IgQCVH68CHXLhHErMTQkR66fFt4t { z-index:15003;top:17.125rem;left:14.6875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8105625rem;height:4.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pKGbrHNKk1WRGQFDLhrs3VxZs151n1pt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0axTQ0nhHAxw24aCcoe02tHmqbdLSZ4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.4375rem;width:30.2494375rem;top:22.0625rem;left:16.125rem;overflow:hidden;display:block; }
#yPwSH3K3mDScWQ5UeoOwh4ACJ1rgTTfG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.62445625rem;width:12.12475rem;top:0.73940223455431rem;left:25.433967590332rem;overflow:hidden;display:block; }
#Eyk8hzFh03pmBhndq5h7NJQsMBxmoSGk { position:absolute;display:block;z-index:15033;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:11.125rem;width:15.875rem;top:30.5rem;left:6.625rem;overflow:hidden;display:block; }
#VW9yWQchLFJybcqhXBMA1earI5TR2LqG { position:absolute;display:block;z-index:15037;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:11.1875rem;width:11.1875rem;top:29.7783203125rem;left:39.5rem;overflow:hidden;display:block; }
#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container { background-color: transparent; background-image: none; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container > .video-iframe-container { display: none; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row > .video-iframe-container { display: none; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .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); }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container { border-width: 0; border-radius: 0; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#AnA2QktgVr12kKH4TonLAqmCQbRpwbTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:49.8741875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.7823371887207rem;left:5.0625rem;height:9.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ZAr7eSPMRNa8WTpLOMEJk3LZsv7csMkK { color:#282726;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0.00048637390136719rem;left:5.0625rem;height:5.3442375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dIn32IxSuo9Q6RBP7ziaivgfFAy2aPCO { color:#282726;display:block;width:0;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.843748092651rem;left:31.186954498291rem;height:5.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container { background-color: transparent; background-image: none; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container > .video-iframe-container { display: none; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row > .video-iframe-container { display: none; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .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); }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container { border-width: 0; border-radius: 0; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:60rem;position:relative;display:block; }#ApvufnXkWRzn8Eny6U9wwksN7vLTW8kf { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:35.375rem;width:14.3125rem;top:17.1875rem;left:0.0625rem;display:block; }
#nl1dWccMVuT7TV16ilg0okJ57hkZRSdU { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:23.8125rem;width:14.3125rem;top:17.1875rem;left:15.3125rem;display:block; }
#FbmTkyCQiH2knzbxQOxvvy4OTXKRMPsP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:27.625rem;width:14.3125rem;top:17.1875rem;left:30.625rem;display:block; }
#J51aUqlg1AJ1NPCgtm43z8qydZahCLzp { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:25.9375rem;width:14.3125rem;top:17.1875rem;left:45.75rem;display:block; }
#AKSOqTDZO0RBIZmC5EFKniD2ddnJsRTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:25rem;left:1.875rem;height:27.1933625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lBAQBa43hduSPT4v9x433edtJ2VLQBs8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:25rem;left:16.625rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Rse71ARVl5S5i2WtVz8CKA2hRucnWNZE { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:25rem;left:31.75rem;height:17.5956875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#K5xmWNRTDh0272l87gV4xFKbvJ7byCdH { color:rgba(var(--color-tertiary-0),1);display:block;width:10.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:25.0625rem;left:47.5rem;height:15.996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dzPtCgCAoqX17IPQSL2bzT8w7Q4dCaHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.4375rem;left:5.125rem; }
#FbnSMfdgFu2MsDlUiRyhJwiT9ibybpet { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.375rem;left:20.375rem; }
#ltaKDzAylHtsAicXELZi0eNtcehDa1v4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.4375rem;left:35.6875rem; }
#nerZuWyT73QUZxrDlsXOSWItJxJg6zs0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.4375rem;left:50.8125rem; }
#xNQKQGHaBLvDbelw9QWi7KavLIToAuUc { color:rgba(var(--color-tertiary-0),1);display:block;width:48.31225rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7501039505005rem;left:5.1236419677734rem;height:11.69925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N4aelS87sDa98hAlE3kTORTBs948HGZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container { background-color: transparent; background-image: none; }#N4aelS87sDa98hAlE3kTORTBs948HGZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container > .video-iframe-container { display: none; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row > .video-iframe-container { display: none; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .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); }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container { border-width: 0; border-radius: 0; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#T6yTHJPrZphRKhT4h5tIvlTxzmqssNW7 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.7075405120849rem;left:2.9368209838867rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#pTQlwpxKPJ0wJFVenvtGCg3kwsmOpAKT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:4.3066375rem;text-align:center;text-align-last:center;display:block; }
#L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { z-index:15004;top:14.1171875rem;left:19.53125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9355625rem;height:4.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eOV1wmX4aM8clX0aLyOEXlrNvTuAAOR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/355140a2-333d-4431-832a-b4c75087ac37/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn.adaptive-delivery-prevent-bg, #N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn.lazyload, #N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn.lazyloading { background-image: none; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container { background-color: transparent; background-image: none; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container > .video-iframe-container { display: none; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row > .video-iframe-container { display: none; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .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); }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container { border-width: 0; border-radius: 0; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#ipZU1k8ILVJ9TFIZgLaeyoqaU66IBKia { position:absolute;display:block;z-index:15032;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:14.6869375rem;width:21.0619375rem;top:10.623098373413rem;left:5.7383155822754rem;overflow:hidden;display:block; }
#yvwTTFooTc7y5f37Sz1iZTugDc6EfFT4 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:11.5625rem;width:33.5rem;top:12.186685323715rem;left:15.999458312988rem;display:block; }
#DXPsGZ2u56swdxTbpOpaHtF4PNfa6Jow { color:rgba(var(--color-tertiary-0),1);display:block;width:7.556625rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:13.0302734375rem;left:30.3857421875rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TC9dwbcZLZqvESd5FU9TVUIppQWvzlsM { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8095445632934rem;left:0rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HcoHF2KinpTqpEeS1A9Wn7Xp1HUkTpaQ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.9962282180786rem;left:0rem;height:2.1940125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmSC1O1tM3u7LWMTzAALxRZVn2eSWEuU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:16.55859375rem;left:30.3857421875rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IX5oCgW4BUn9APDnVGnTG0cdIUffOSTD { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;height:10.6875rem;width:29.5625rem;top:25.748642921448rem;left:16.3125rem;display:block; }
#nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:29.408203125rem;left:20.3798828125rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Noa6wfb0MzuBGnvJ0TNUxzx2nLAqV7pF { position:absolute;display:block;z-index:15036;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:17.374rem;width:17.374rem;top:22.4033203125rem;left:36.7431640625rem;overflow:hidden;display:block; }
#WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5556875rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.21484375rem;left:20.3798828125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container { background-color: transparent; background-image: none; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container > .video-iframe-container { display: none; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row > .video-iframe-container { display: none; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .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); }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container { border-width: 0; border-radius: 0; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#Q0XStgEV7uerGNMD1JTvwcQ4TDr3O5O9 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1316642761231rem;left:0rem;height:4.3066375rem;text-align:center;text-align-last:center;display:block; }
#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container { background-color: transparent; background-image: none; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container > .video-iframe-container { display: none; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row > .video-iframe-container { display: none; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .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); }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container { border-width: 0; border-radius: 0; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:60rem;position:relative;display:block; }#OamtHI0ewToUmg116yqx4oKvTQ7sUlZI { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:6.875rem;height:0;text-align:center;text-align-last:center;display:block; }
#BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.185546875rem;left:6.875rem;height:20.765625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
#kS0UBHi7EeWrz2Mitt9puI7AqrPtrKIT { color:rgba(var(--color-tertiary-0),1);display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6865234375rem;left:7.8740234375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jn7sqhbEfSXo8J9GqtR9wrd5x21ik9Ln { z-index:15001;top:39.935546875rem;left:22.5615234375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9365rem;height:4.24805rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cf2aGIQ6aFNSpwTfqRghbot99yt6X0WT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9TZKZLqC0IaOyB10ORnO7I4yCB59iHJ { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;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.125rem;width:55.375rem;top:10.6015625rem;left:2.3125rem;display:block; }
#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54e1d88f-0aee-429f-86d6-ef0fae44e7ca/gursgrupowy.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.adaptive-delivery-prevent-bg, #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.lazyload, #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.lazyloading { background-image: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { background-color: transparent; background-image: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.56); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container > .video-iframe-container { display: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.56); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row > .video-iframe-container { display: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .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); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { border-width: 0; border-radius: 0; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { font-size:0.875rem;font-family:arial;height:65.125rem;width:60rem;position:relative;display:block; }#fi20JePaLchRuzSQe8xsWlI3I07MTtL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2821941375733rem;left:0rem;height:3.0874rem;text-align:center;text-align-last:center;display:block; }
#SrNHW9G7sQuxJG2kKTzSBaZG7GM4Hk0Q { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:15rem;top:9.0625rem;left:3.625rem;display:block; }
#hrXqN9tOd6oT1h85lEZrOkKxOmm5CZNe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:12.059511661529rem;left:5.1236419677734rem;height:13.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwNMSyaC2yQv9IdEcLvs6VCAMxwMyzQC { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.5625rem;width:15rem;top:9.0619573593137rem;left:22.5rem;display:block; }
#Eo4faQCT5nGrz6myrTkUnrH3rCXWu9FU { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:11.250000953674rem;left:24.560871124267rem;height:19.793rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g6qgnwJD484TEMlMV7l2Tbl3SZ1KNxiB { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.75rem;width:15rem;top:9.0619573593137rem;left:41.437503814698rem;display:block; }
#Cvuxf0uBJm92ABMrV6HahSXEEg4Da7Ei { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:11.250000953674rem;left:43.624729156494rem;height:15.3945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B87tioZGuHxLnGC6VI0bA8JVCl2D96Ot { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4375rem;width:15rem;top:30.999458789826rem;left:3.624454498291rem;display:block; }
#pVUuxvT5GMyaeJxUU2QGnpzws5L5J37k { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:32.75rem;left:5.6875rem;height:8.796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7zv0gTnqprB0uFUMfvgo40JiZQFoBAd { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:26.375rem;width:15rem;top:35.75rem;left:22.5rem;display:block; }
#yAK5050fcKfwWzv6tNcTJAPNxJ1dIO8y { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:37.5rem;left:24.5625rem;height:21.9921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h1of84WCRkCNXrHTcUiuZMMLT07UrSP5 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.9375rem;width:15rem;top:31.0625rem;left:41.4375rem;display:block; }
#VukIwBEGAE1MeXQnfrTTS1uhhscbmJzh { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:32.8125rem;left:42.9375rem;height:17.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { background-color: transparent; background-image: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .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); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { border-width: 0; border-radius: 0; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#I2ZgLvLe6gW4FF5QRhyF7SANDWWCUBt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:3.5625rem;left:11.6875rem;height:7.08691875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cwmoRxp46S9lOTkiy7tBvqnz4IpRIFZM { z-index:15002;top:18.5rem;left:19.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.93725rem;height:4.24973125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bKXtc2dVKqZ80zpRphzWZV90FA21wiqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ezeaIrCfPxtG49mxEI7TCgGz7dsJW2Ee { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8744375rem;position:absolute;font-family:"marck script";font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:12.125rem;left:12.5rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#At4UAph12G6LeTebPd0Lu0LNJPBt10fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container { background-color: transparent; background-image: none; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container > .video-iframe-container { display: none; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row > .video-iframe-container { display: none; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .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); }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container { border-width: 0; border-radius: 0; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:60rem;position:relative;display:block; }#aA0askME7oZ7inoS8hVIbzwoC0mLXsGz { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6859970092774rem;left:4.7486419677734rem;height:2.2753875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElhODHaElqNKC5fz5IAfS4kn2ETDJ2ko { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.234367370606rem;left:4.3752708435059rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#esRAeMMe3uHdGTBeC4kGTwlVImz0syQP { color:rgba(var(--color-primary-4),1);display:block;width:25.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9604539871216rem;left:4.7486419677734rem;height:5.20019375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fdgKTuQ3wuqNbTDT7xR6nZRRJ0bzzIEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:42.75rem;left:26.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qh5hRVxkTzyUE5lAe6TGxEZm8yo0geWr { position:absolute;display:block;z-index:15032;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:21.75rem;width:18.436125rem;top:41.125rem;left:3.25rem;overflow:hidden;display:block; }
#mV5El7950gMurvKyo2lJdwUI9CqGF5cQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:46.625rem;left:26.25rem;height:;font-style:normal;overflow:hidden;display:block; }#mV5El7950gMurvKyo2lJdwUI9CqGF5cQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mV5El7950gMurvKyo2lJdwUI9CqGF5cQ li:before{  }
#yEEeBUveCTNDboWW7hGlR5M2fwi4OZkr { position:absolute;display:block;z-index:15031;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:21.68725rem;width:18.49975rem;top:18.0625rem;left:3.25rem;overflow:hidden;display:block; }
#NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J { color:rgba(var(--color-tertiary-0),1);display:block;width:33.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:20.1875rem;left:26.5625rem;height:;font-style:normal;overflow:hidden;display:block; }#NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J li:before{  }
#QT2WoEcFL64TTvS5lEuEmEnrLN5MlKPM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:16.0625rem;left:26.3125rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/2bIc5zcH/bg_bottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#WKU1sm4sBuwG6bun1nkKJGwwdtB8XfTt { color:rgba(var(--color-tertiary-0),1);display:block;width:54.123125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.8728084564209rem;left:2.9372291564941rem;height:3.28125rem;text-align:center;text-align-last:center;display:block; }
#IaG3qp0rIMU7hGPzOGt6AN3e6rcrblNA { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container { background-color: transparent; background-image: none; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container > .video-iframe-container { display: none; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row > .video-iframe-container { display: none; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .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); }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container { border-width: 0; border-radius: 0; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:60rem;position:relative;display:block; }#Qt8a7e0Jb7ofkchrUbN59DfSvcCtcmVR { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:36.6875rem;width:55.3125rem;top:1.4365234375rem;left:2.5rem;display:block; }
#bqhcVdLOvFWRWZfreNNVhbJHbbG1TmHh { color:rgba(var(--color-secondary-2),1);display:block;width:25.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:3.5615234375rem;left:17.09375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRyZAblBbpVTFLfTaWtrelLIO7Ft5Tnc { color:rgba(var(--color-primary-4),1);display:block;width:30.5625rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:6.865234375rem;left:14.71875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf { color:rgba(var(--color-secondary-2),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15142;line-height:2.1;letter-spacing:0;top:9.8271484375rem;left:6.375rem;height:;overflow:hidden;display:block; }#xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
#hOk7FryMi7ILXgBsxLsIBV2wC2KahtF6 { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:20.546875rem;left:15.716796875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aF30S2pzT8zUwigT0v4iqLZBJh3LRziq { color:rgba(var(--color-primary-4),1);display:block;width:15.3105625rem;position:absolute;font-family:rubik;font-size:4.375rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:23.6953125rem;left:20.310546875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dsxd6vido2KbCSSuSFAwILnq7Wa4LseQ { z-index:15144;top:30.3203125rem;left:17.09375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(152,152,152,0.6) ;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7480625rem;height:4.124025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cJ5T5XRfJDSEhDSqNx651HDGqdmtdGmf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cicDc0HkTTgiETqFk9uzWyIaeNRvlEs5 { color:rgba(var(--color-secondary-2),1);display:block;width:27.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:35.55078125rem;left:14.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Lp2Pwwyz5hqzIOuUvqm6Ha1Ee1O3lzFh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87445625rem;width:3.81195625rem;top:41.8125rem;left:34.625rem;overflow:hidden;display:block; }
#k5ru4iUuFkJ67v85ABFE7vNM6PUkMdT4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.5rem;top:41.9375rem;left:41.0625rem;overflow:hidden;display:block; }
#n9Gv4bzEaGUe8aKpTtWRRponen0yPgtD { 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:3.49973125rem;width:7.5619375rem;top:41.8125rem;left:49.6875rem;overflow:hidden;display:block; }
#ul9viTGInISZXlPrA9i4Uz2Z4BVk95va { color:rgba(var(--color-secondary-2),1);display:block;width:12.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:40.875rem;left:33.8125rem;height:0.9746125rem;display:block; }
#d7PiExq85dbfQQBts0lKxHEiXQDVSnCi { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:6rem;width:25.9375rem;top:40rem;left:31.9375rem;display:block; }
#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container { background-color: transparent; background-image: none; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container > .video-iframe-container { display: none; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row > .video-iframe-container { display: none; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .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); }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container { border-width: 0; border-radius: 0; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#oQEfDwEVq82UtTGxwGhbrlvLqbQeBp61 { 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:25.8125rem;width:36.625rem;top:1.875rem;left:3.5rem;overflow:hidden;display:block; }
#Hg775ygJSvHmAPomX3D21gT0qJavX0CB { 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:14.7480625rem;width:14.7480625rem;top:9.75rem;left:31.6259765625rem;overflow:hidden;display:block; }
#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3f8b826b-ab9f-4cca-a823-da76a11a57ff/fasolkabiaa.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.adaptive-delivery-prevent-bg, #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.lazyload, #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.lazyloading { background-image: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { background-color: transparent; background-image: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container > .video-iframe-container { display: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row > .video-iframe-container { display: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .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); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { border-width: 0; border-radius: 0; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#twRRL0wc6tSZyfTyvfwTMF5R61X7a8Vl { 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:11.125rem;width:15.75rem;top:16.842779159546rem;left:1.8423919677734rem;overflow:hidden;display:block; }
#AdP57q2KdP16a3Pcac96lwuxDZVftXUx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:23.1875rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BXnJS88TJlD3F72l2icAuFI5kLnATXZ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7rem;left:23.1875rem;height:4.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cAC2HUX9aIgr7XsHWWaIsn6ohKZwJMMP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18rem;left:23.1875rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H3UwfdgSc8q6Xvolz9KaZG9ENTknC5F9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:15.25rem;left:23.1875rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hvRPFl4c5wbeV2tym1cGuhbDrvrU5Suu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.6875rem;left:42.5625rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IoiklgOVcpoT1TVlRFETthQAHPBeOEr7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:18.9375rem;left:42.5625rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i16gyhIkD1luC0N73UwMCmH4k94fBQKV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:9.375rem;left:42.5625rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ICR5HfAbkDXIxMxSCDfZQIxbzlcqv6zX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.25rem;left:42.5625rem;height:4.125975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kN6Q7ETz6RHTEOFC4D7nxTZclMQRDxFX { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4366875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:34.1875rem;left:42.625rem;height:6.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#o0no4mrHKBTTmqHJ8zMdLsSfpXViPAzU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:30.4375rem;left:23.25rem;height:7.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#peHdllHeA0hAVDi0VNIyx5kPKRb1TKPk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:27.75rem;left:23.25rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v79SPeWTtOMEL2Z72y4fTkHp7utD1DT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:31.4375rem;left:42.625rem;height:2.0629875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yfl5Zt0LJrQf4TLZTTLf54H8mQMmV0F2 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:11.6241875rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:1.4994115829468rem;left:0.68722915649412rem;height:1.224775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuUDUT60EyoG2T4yL3EsZd3gk4nTKgwy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.0619375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0.6875rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C0L1FTvR1TPJIkST5xuhQlmgCrR1x17C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:4.25rem;left:19.375rem; }
#dJy34dHN8z6zOdWwyi2LsCoylecERWLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:14.875rem;left:19.375rem; }
#tJdhOQeqpzXsNk8rQT6u68nurNNd2R2B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:27.375rem;left:19.375rem; }
#oLEmggqlULwTr9HFc3ZzmOa3FmWT8qRw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:3.7182068824768rem;left:38.810054779052rem; }
#FQUCnpfRcfPTurN4vVlnbAVkBZEyJ4bn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.000001430511rem;left:38.810054779052rem; }
#y4Aknttq69CJeWgrJQqChLqFJFCAeIi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12473125rem;width:3.12473125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:31.113589763641rem;left:38.810054779052rem; }
#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container { background-color: transparent; background-image: none; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container > .video-iframe-container { display: none; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row > .video-iframe-container { display: none; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .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); }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container { border-width: 0; border-radius: 0; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:block; }#NcI17rEHfIuf89SDGmLUWB9tl5kdB2qR { color:rgba(var(--color-tertiary-0),1);display:block;width:53.998375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.148157119751rem;left:3rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#yTzNFBJCw1T9SnVRscJQ8JpA8OBHNH1p { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9980625rem;position:absolute;font-family:"marck script";font-size:2.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.824340820312rem;left:3.00048828125rem;height:7.474625rem;text-align:center;text-align-last:center;display:block; }
#p95RCgRE2M4mbcqhB7kveVJnkhf8DKIM { z-index:15004;top:24.554348945618rem;left:17.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3741875rem;height:5.55978125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BXgAl7MNqMDcdEk9I75OpTifyJ41uAII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { background-color: transparent; background-image: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container > .video-iframe-container { display: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container { display: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .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); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { border-width: 0; border-radius: 0; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#FT6vvAyordVeM3qMIGOEIz1ebRC2g432 { color:rgba(var(--color-secondary-2),1);display:block;width:44.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:9.74568939209rem;left:7.9059791564944rem;height:2.449225rem;text-align:center;text-align-last:center;display:block; }
#soq6ytHMzVfdn39Z0bFeLbkSEtEB82FZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.87475rem;width:5.87445625rem;top:1.5584621429443rem;left:27.061958312988rem;overflow:hidden;display:block; }
#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { background-color: transparent; background-image: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container > .video-iframe-container { display: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container { display: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .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); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { border-width: 0; border-radius: 0; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#ogXCJ6ZICoSWG54zNOH2uLvPN9O9EJb4 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.685875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9741859436035rem;left:10.018207550049rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 { display:block; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDbtlEPksk7SCbKh9tTcUTWqvopv8ozK { top:5.1875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxM9tQTUsDalNOrilpag6q8T7iLER6TE { top:10.1875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxHUtbdP5ZyNDbURqiFfP2tTGA3LdqGe { top:17.9375rem;left:25.9375rem;width:15.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRXJxfWm58hb8sMxgXD31ltqqKR2zQv { display:block; }
 }@media only screen and (max-width: 763px) { #kwi7IgQCVH68CHXLhHErMTQkR66fFt4t { top:17.125rem;left:8.5625rem;width:13.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGbrHNKk1WRGQFDLhrs3VxZs151n1pt { display:block; }
 }@media only screen and (max-width: 763px) { #n0axTQ0nhHAxw24aCcoe02tHmqbdLSZ4 { top:22.0625rem;left:10rem;width:30.1875rem;height:35.365889565228rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwSH3K3mDScWQ5UeoOwh4ACJ1rgTTfG { top:0.6875rem;left:19.308967590332rem;width:12.0625rem;height:3.6058478332028rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyk8hzFh03pmBhndq5h7NJQsMBxmoSGk { top:30.5rem;left:0.5rem;width:15.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW9yWQchLFJybcqhXBMA1earI5TR2LqG { top:29.75rem;left:33.375rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT { display:block; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnA2QktgVr12kKH4TonLAqmCQbRpwbTJ { top:5.75rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr7eSPMRNa8WTpLOMEJk3LZsv7csMkK { top:0rem;left:0rem;width:12rem;height:5.3125rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIn32IxSuo9Q6RBP7ziaivgfFAy2aPCO { top:12.8125rem;left:25.061954498291rem;width:0;height:5.875rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd { display:block; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApvufnXkWRzn8Eny6U9wwksN7vLTW8kf { top:17.1875rem;left:0rem;width:14.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1dWccMVuT7TV16ilg0okJ57hkZRSdU { top:17.1875rem;left:9.1875rem;width:14.25rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmTkyCQiH2knzbxQOxvvy4OTXKRMPsP { top:17.1875rem;left:24.5rem;width:14.25rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51aUqlg1AJ1NPCgtm43z8qydZahCLzp { top:17.1875rem;left:33.4375rem;width:14.25rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSOqTDZO0RBIZmC5EFKniD2ddnJsRTJ { top:25rem;left:0rem;width:10.6875rem;height:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBAQBa43hduSPT4v9x433edtJ2VLQBs8 { top:25rem;left:10.5rem;width:11.625rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rse71ARVl5S5i2WtVz8CKA2hRucnWNZE { top:25rem;left:25.625rem;width:12rem;height:17.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5xmWNRTDh0272l87gV4xFKbvJ7byCdH { top:25.0625rem;left:37rem;width:10.75rem;height:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzPtCgCAoqX17IPQSL2bzT8w7Q4dCaHM { top:19.4375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbnSMfdgFu2MsDlUiRyhJwiT9ibybpet { top:19.375rem;left:14.25rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltaKDzAylHtsAicXELZi0eNtcehDa1v4 { top:19.4375rem;left:29.5625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerZuWyT73QUZxrDlsXOSWItJxJg6zs0 { top:19.4375rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNQKQGHaBLvDbelw9QWi7KavLIToAuUc { top:1.75rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4aelS87sDa98hAlE3kTORTBs948HGZC { display:block; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6yTHJPrZphRKhT4h5tIvlTxzmqssNW7 { top:2.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQlwpxKPJ0wJFVenvtGCg3kwsmOpAKT { top:8.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { top:14.0625rem;left:13.40625rem;width:20.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOV1wmX4aM8clX0aLyOEXlrNvTuAAOR8 { display:block; }
 }@media only screen and (max-width: 763px) { #N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn { display:block; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZU1k8ILVJ9TFIZgLaeyoqaU66IBKia { top:10.5625rem;left:0rem;width:21rem;height:14.643747162387rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvwTTFooTc7y5f37Sz1iZTugDc6EfFT4 { top:12.125rem;left:9.8744583129881rem;width:33.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXPsGZ2u56swdxTbpOpaHtF4PNfa6Jow { top:13rem;left:24.2607421875rem;width:7.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC9dwbcZLZqvESd5FU9TVUIppQWvzlsM { top:2.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcoHF2KinpTqpEeS1A9Wn7Xp1HUkTpaQ { top:5.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmSC1O1tM3u7LWMTzAALxRZVn2eSWEuU { top:16.5rem;left:24.2607421875rem;width:16.6875rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX5oCgW4BUn9APDnVGnTG0cdIUffOSTD { top:25.6875rem;left:10.1875rem;width:29.5625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { top:29.375rem;left:14.2548828125rem;width:17.5rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noa6wfb0MzuBGnvJ0TNUxzx2nLAqV7pF { top:22.375rem;left:30.4375rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { top:27.1875rem;left:14.2548828125rem;width:7.5rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT { display:block; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0XStgEV7uerGNMD1JTvwcQ4TDr3O5O9 { top:4.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 { display:block; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OamtHI0ewToUmg116yqx4oKvTQ7sUlZI { top:9rem;left:0.75rem;width:23.625rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW { top:14.125rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1.125rem;display:block; }#BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
 }@media only screen and (max-width: 763px) { #kS0UBHi7EeWrz2Mitt9puI7AqrPtrKIT { top:2.625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn7sqhbEfSXo8J9GqtR9wrd5x21ik9Ln { top:39.875rem;left:16.4365234375rem;width:20.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2aGIQ6aFNSpwTfqRghbot99yt6X0WT { display:block; }
 }@media only screen and (max-width: 763px) { #T9TZKZLqC0IaOyB10ORnO7I4yCB59iHJ { top:10.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ { display:block; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi20JePaLchRuzSQe8xsWlI3I07MTtL2 { top:2.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrNHW9G7sQuxJG2kKTzSBaZG7GM4Hk0Q { top:9.0625rem;left:0rem;width:15rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXqN9tOd6oT1h85lEZrOkKxOmm5CZNe { top:12rem;left:0rem;width:12.625rem;height:13.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwNMSyaC2yQv9IdEcLvs6VCAMxwMyzQC { top:9rem;left:16.375rem;width:15rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo4faQCT5nGrz6myrTkUnrH3rCXWu9FU { top:11.25rem;left:18.435871124267rem;width:10.875rem;height:19.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qgnwJD484TEMlMV7l2Tbl3SZ1KNxiB { top:9rem;left:32.75rem;width:15rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvuxf0uBJm92ABMrV6HahSXEEg4Da7Ei { top:11.25rem;left:35.75rem;width:12rem;height:13.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B87tioZGuHxLnGC6VI0bA8JVCl2D96Ot { top:30.9375rem;left:0rem;width:15rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVUuxvT5GMyaeJxUU2QGnpzws5L5J37k { top:32.6875rem;left:0rem;width:12rem;height:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7zv0gTnqprB0uFUMfvgo40JiZQFoBAd { top:35.75rem;left:16.375rem;width:15rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAK5050fcKfwWzv6tNcTJAPNxJ1dIO8y { top:37.5rem;left:18.4375rem;width:11.25rem;height:22rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1of84WCRkCNXrHTcUiuZMMLT07UrSP5 { top:31.0625rem;left:32.75rem;width:15rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VukIwBEGAE1MeXQnfrTTS1uhhscbmJzh { top:32.8125rem;left:35.75rem;width:12rem;height:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2ZgLvLe6gW4FF5QRhyF7SANDWWCUBt7 { top:3.5625rem;left:5.5625rem;width:36.1875rem;height:7.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmoRxp46S9lOTkiy7tBvqnz4IpRIFZM { top:18.5rem;left:13.1875rem;width:20.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXtc2dVKqZ80zpRphzWZV90FA21wiqD { display:block; }
 }@media only screen and (max-width: 763px) { #ezeaIrCfPxtG49mxEI7TCgGz7dsJW2Ee { top:12.125rem;left:6.375rem;width:35.8125rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At4UAph12G6LeTebPd0Lu0LNJPBt10fe { display:block; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA0askME7oZ7inoS8hVIbzwoC0mLXsGz { top:2.625rem;left:0rem;width:27.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhODHaElqNKC5fz5IAfS4kn2ETDJ2ko { top:11.1875rem;left:0rem;width:44.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRAeMMe3uHdGTBeC4kGTwlVImz0syQP { top:4.9375rem;left:0rem;width:25.9375rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdgKTuQ3wuqNbTDT7xR6nZRRJ0bzzIEQ { top:42.75rem;left:20.125rem;width:18.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh5hRVxkTzyUE5lAe6TGxEZm8yo0geWr { top:41.125rem;left:0rem;width:18.375rem;height:21.678549271279rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5El7950gMurvKyo2lJdwUI9CqGF5cQ { top:46.625rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }#mV5El7950gMurvKyo2lJdwUI9CqGF5cQ li:before{  }
 }@media only screen and (max-width: 763px) { #yEEeBUveCTNDboWW7hGlR5M2fwi4OZkr { top:18.0625rem;left:0rem;width:18.4375rem;height:21.614403143413rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J { top:20.1875rem;left:14.3125rem;width:33.4375rem;height:;font-size:1.125rem;display:block; }#NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J li:before{  }
 }@media only screen and (max-width: 763px) { #QT2WoEcFL64TTvS5lEuEmEnrLN5MlKPM { top:16.0625rem;left:20.1875rem;width:18.4375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKU1sm4sBuwG6bun1nkKJGwwdtB8XfTt { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaG3qp0rIMU7hGPzOGt6AN3e6rcrblNA { top:6.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M27c964UAlD1FNwS8mufkgcqDZ9T3mfH { display:block; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt8a7e0Jb7ofkchrUbN59DfSvcCtcmVR { top:1.375rem;left:0rem;width:47.75rem;height:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqhcVdLOvFWRWZfreNNVhbJHbbG1TmHh { top:3.5rem;left:10.96875rem;width:25.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRyZAblBbpVTFLfTaWtrelLIO7Ft5Tnc { top:6.8125rem;left:8.59375rem;width:30.5625rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf { top:9.8125rem;left:0.25rem;width:47.25rem;height:;font-size:1rem;display:block; }#xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
 }@media only screen and (max-width: 763px) { #hOk7FryMi7ILXgBsxLsIBV2wC2KahtF6 { top:20.5rem;left:9.591796875rem;width:24.5rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF30S2pzT8zUwigT0v4iqLZBJh3LRziq { top:23.6875rem;left:14.185546875rem;width:15.25rem;height:5.6875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dsxd6vido2KbCSSuSFAwILnq7Wa4LseQ { top:30.3125rem;left:10.96875rem;width:21.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5T5XRfJDSEhDSqNx651HDGqdmtdGmf { display:block; }
 }@media only screen and (max-width: 763px) { #cicDc0HkTTgiETqFk9uzWyIaeNRvlEs5 { top:35.5rem;left:8.59375rem;width:27.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2Pwwyz5hqzIOuUvqm6Ha1Ee1O3lzFh { top:41.8125rem;left:28.5rem;width:3.75rem;height:2.8276329684313rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ru4iUuFkJ67v85ABFE7vNM6PUkMdT4 { top:41.9375rem;left:34.9375rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Gv4bzEaGUe8aKpTtWRRponen0yPgtD { top:41.8125rem;left:40.25rem;width:7.5rem;height:3.4705663558818rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9viTGInISZXlPrA9i4Uz2Z4BVk95va { top:40.875rem;left:27.6875rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7PiExq85dbfQQBts0lKxHEiXQDVSnCi { top:40rem;left:21.8125rem;width:25.9375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO { display:block; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQEfDwEVq82UtTGxwGhbrlvLqbQeBp61 { width:36.5625rem;height:25.768597555253rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg775ygJSvHmAPomX3D21gT0qJavX0CB { width:14.6875rem;height:14.6875rem;top:9.75rem;left:25.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx { display:block; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twRRL0wc6tSZyfTyvfwTMF5R61X7a8Vl { width:15.75rem;height:11.125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdP57q2KdP16a3Pcac96lwuxDZVftXUx { width:15.5625rem;height:2.0625rem;top:4.25rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXnJS88TJlD3F72l2icAuFI5kLnATXZ3 { width:17.375rem;height:4.75rem;top:6.9375rem;left:17.061849594116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAC2HUX9aIgr7XsHWWaIsn6ohKZwJMMP { width:14.875rem;height:7.9375rem;top:18rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3UwfdgSc8q6Xvolz9KaZG9ENTknC5F9 { width:15.5625rem;height:2.0625rem;top:15.25rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRPFl4c5wbeV2tym1cGuhbDrvrU5Suu { width:17.375rem;height:7.9375rem;top:21.6875rem;left:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiklgOVcpoT1TVlRFETthQAHPBeOEr7 { width:15.5625rem;height:2.0625rem;top:18.9375rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i16gyhIkD1luC0N73UwMCmH4k94fBQKV { width:17.375rem;height:7.9375rem;top:9.375rem;left:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICR5HfAbkDXIxMxSCDfZQIxbzlcqv6zX { width:15.5625rem;height:4.125rem;top:4.25rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN6Q7ETz6RHTEOFC4D7nxTZclMQRDxFX { width:17.375rem;height:6.3125rem;top:34.1875rem;left:30.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0no4mrHKBTTmqHJ8zMdLsSfpXViPAzU { width:14.25rem;height:7.9375rem;top:30.4375rem;left:17.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peHdllHeA0hAVDi0VNIyx5kPKRb1TKPk { width:15.5625rem;height:2.0625rem;top:27.75rem;left:17.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v79SPeWTtOMEL2Z72y4fTkHp7utD1DT6 { width:15.5625rem;height:2.0625rem;top:31.4375rem;left:32.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfl5Zt0LJrQf4TLZTTLf54H8mQMmV0F2 { width:11.5625rem;height:1.1875rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUDUT60EyoG2T4yL3EsZd3gk4nTKgwy { width:18rem;height:3.5625rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0L1FTvR1TPJIkST5xuhQlmgCrR1x17C { top:4.25rem;left:13.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJy34dHN8z6zOdWwyi2LsCoylecERWLK { top:14.875rem;left:13.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJdhOQeqpzXsNk8rQT6u68nurNNd2R2B { top:27.375rem;left:13.25rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLEmggqlULwTr9HFc3ZzmOa3FmWT8qRw { top:3.6875rem;left:32.685054779052rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQUCnpfRcfPTurN4vVlnbAVkBZEyJ4bn { top:18rem;left:32.685054779052rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Aknttq69CJeWgrJQqChLqFJFCAeIi7 { top:31.0625rem;left:32.685054779052rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpKUWhzT6lXxzuZP7RyANMyArey4RNO { display:block; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcI17rEHfIuf89SDGmLUWB9tl5kdB2qR { top:4.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzNFBJCw1T9SnVRscJQ8JpA8OBHNH1p { top:13.8125rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p95RCgRE2M4mbcqhB7kveVJnkhf8DKIM { top:24.5rem;left:11.6875rem;width:24.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXgAl7MNqMDcdEk9I75OpTifyJ41uAII { display:block; }
 }@media only screen and (max-width: 763px) { #s8esRuy6akZLZAy667Xw0CZUhEuwql6Z { display:block; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT6vvAyordVeM3qMIGOEIz1ebRC2g432 { top:9.6875rem;left:1.7809791564941rem;width:44.125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soq6ytHMzVfdn39Z0bFeLbkSEtEB82FZ { top:1.5rem;left:20.936958312988rem;width:5.8125rem;height:6.8022439310875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCauA80ZGy7fzsVZlwp324hlTKSiAa3y { display:block; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogXCJ6ZICoSWG54zNOH2uLvPN9O9EJb4 { top:0.9375rem;left:3.892578125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); } }@media only screen and (max-width: 763px) { #fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 { display:block; }#fsSr7Tu8gfUrCuNypGiTPBtVA1IsST89 > .row .container { width:20rem;height:79.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDbtlEPksk7SCbKh9tTcUTWqvopv8ozK { width:18.8125rem;height:5.19921875rem;top:5.06195625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxM9tQTUsDalNOrilpag6q8T7iLER6TE { width:20rem;height:5.84765625rem;top:12.4462890625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AxHUtbdP5ZyNDbURqiFfP2tTGA3LdqGe { top:26.7705078125rem;left:3.09375rem;width:13.8125rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRXJxfWm58hb8sMxgXD31ltqqKR2zQv { display:block; }
 }@media only screen and (max-width: 763px) { #kwi7IgQCVH68CHXLhHErMTQkR66fFt4t { top:20.9580078125rem;left:3.125rem;width:13.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGbrHNKk1WRGQFDLhrs3VxZs151n1pt { display:block; }
 }@media only screen and (max-width: 763px) { #n0axTQ0nhHAxw24aCcoe02tHmqbdLSZ4 { width:19.875rem;height:23.3115rem;top:48.4541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPwSH3K3mDScWQ5UeoOwh4ACJ1rgTTfG { width:11.9375rem;height:3.8125rem;top:0rem;left:3.6875001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Eyk8hzFh03pmBhndq5h7NJQsMBxmoSGk { width:19.999rem;height:13.8115rem;top:33.830078125rem;left:0.0009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW9yWQchLFJybcqhXBMA1earI5TR2LqG { width:11.1875rem;height:11.1875rem;top:66.6376953125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT { display:block; }#hmBCRbm9ZyH936fzhp40oliMWnZ1wQPT > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnA2QktgVr12kKH4TonLAqmCQbRpwbTJ { width:19.99975rem;height:23.90625rem;top:5.9355981161352rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAr7eSPMRNa8WTpLOMEJk3LZsv7csMkK { width:12rem;height:3.0004875rem;top:1.4372291564941rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIn32IxSuo9Q6RBP7ziaivgfFAy2aPCO { width:0;height:3.0004875rem;top:30.642375rem;left:10rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd { display:block; }#hXId9ZoJC5HVR2ozMu00DaqGspAwyvPd > .row .container { width:20rem;height:145rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApvufnXkWRzn8Eny6U9wwksN7vLTW8kf { width:14.25rem;height:35.3125rem;top:28.4883125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1dWccMVuT7TV16ilg0okJ57hkZRSdU { width:14.25rem;height:23.8125rem;top:65.0508125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbmTkyCQiH2knzbxQOxvvy4OTXKRMPsP { width:14.25rem;height:27.5625rem;top:90.1133125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J51aUqlg1AJ1NPCgtm43z8qydZahCLzp { width:14.25rem;height:25.875rem;top:118.9258125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSOqTDZO0RBIZmC5EFKniD2ddnJsRTJ { width:10.6875rem;height:27.1933625rem;top:36.300545471191rem;left:4.688045501709rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lBAQBa43hduSPT4v9x433edtJ2VLQBs8 { width:11.625rem;height:14.3965rem;top:72.863045471194rem;left:4.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rse71ARVl5S5i2WtVz8CKA2hRucnWNZE { width:12rem;height:17.5956875rem;top:97.925545471194rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K5xmWNRTDh0272l87gV4xFKbvJ7byCdH { width:10.7494375rem;height:15.996125rem;top:126.8008125rem;left:4.6244583129883rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dzPtCgCAoqX17IPQSL2bzT8w7Q4dCaHM { display:flex;width:4.125rem;height:4.125rem;top:30.7383125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #FbnSMfdgFu2MsDlUiRyhJwiT9ibybpet { display:flex;width:4.125rem;height:4.125rem;top:67.238045471194rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #ltaKDzAylHtsAicXELZi0eNtcehDa1v4 { display:flex;width:4.125rem;height:4.125rem;top:92.3633125rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #nerZuWyT73QUZxrDlsXOSWItJxJg6zs0 { display:flex;width:4.125rem;height:4.125rem;top:121.1758125rem;left:7.936683654785rem; }
 }@media only screen and (max-width: 763px) { #xNQKQGHaBLvDbelw9QWi7KavLIToAuUc { width:19.99975rem;height:25.996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N4aelS87sDa98hAlE3kTORTBs948HGZC { display:block; }#N4aelS87sDa98hAlE3kTORTBs948HGZC > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6yTHJPrZphRKhT4h5tIvlTxzmqssNW7 { width:19.99975rem;height:6.000975rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTQlwpxKPJ0wJFVenvtGCg3kwsmOpAKT { width:18.49975rem;height:5.20019375rem;top:8.6217403411862rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { top:16.33203125rem;left:0.5rem;width:19rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOV1wmX4aM8clX0aLyOEXlrNvTuAAOR8 { display:block; }
 }@media only screen and (max-width: 763px) { #N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn { display:block; }#N9T1DTBdDrx65ili8i3wCGcRfd2MNcrn > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipZU1k8ILVJ9TFIZgLaeyoqaU66IBKia { width:9.6875rem;height:6.625rem;top:18.374186515808rem;left:1.6752717494964rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvwTTFooTc7y5f37Sz1iZTugDc6EfFT4 { width:20rem;height:14.4375rem;top:16.498370170593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXPsGZ2u56swdxTbpOpaHtF4PNfa6Jow { width:9rem;height:2.1940125rem;top:18.374186515808rem;left:10.876087427139rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TC9dwbcZLZqvESd5FU9TVUIppQWvzlsM { width:19.99975rem;height:1.29980625rem;top:1.6865210533142rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcoHF2KinpTqpEeS1A9Wn7Xp1HUkTpaQ { width:20rem;height:10.3984375rem;top:4.3388671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmSC1O1tM3u7LWMTzAALxRZVn2eSWEuU { width:14.4375rem;height:3.8994125rem;top:25.874186515808rem;left:1.6752717494964rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IX5oCgW4BUn9APDnVGnTG0cdIUffOSTD { width:20rem;height:18.5rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { width:16.4375rem;height:3.8994125rem;top:45.375rem;left:1.78125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Noa6wfb0MzuBGnvJ0TNUxzx2nLAqV7pF { width:13.249rem;height:13.249rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { width:7.5rem;height:2.5996125rem;top:34.125rem;left:11.3623046875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT { display:block; }#e7vnh6X7H3mZspvXLSM0e8Zesx5iB0VT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q0XStgEV7uerGNMD1JTvwcQ4TDr3O5O9 { width:19.99975rem;height:5.20019375rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 { display:block; }#m1TLafneEbdANu0X0OfOJviWsJ1Iyds3 > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OamtHI0ewToUmg116yqx4oKvTQ7sUlZI { width:20rem;height:0;top:4.9993495941162rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW { width:17.8125rem;height:38.25975rem;top:10.833984375rem;left:1.09375rem;font-size:1rem;display:block; }#BUWqdEODwhJ5xuoo8iXsZJlfTkLTbFtW li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
 }@media only screen and (max-width: 763px) { #kS0UBHi7EeWrz2Mitt9puI7AqrPtrKIT { width:15rem;height:5.84765625rem;top:1.9474334716797rem;left:2.9999998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn7sqhbEfSXo8J9GqtR9wrd5x21ik9Ln { top:50.8642578125rem;left:3.7197265625rem;width:12.558625rem;height:3.87109375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf2aGIQ6aFNSpwTfqRghbot99yt6X0WT { display:block; }
 }@media only screen and (max-width: 763px) { #T9TZKZLqC0IaOyB10ORnO7I4yCB59iHJ { width:20rem;height:0.125rem;top:17.581798553467rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54e1d88f-0aee-429f-86d6-ef0fae44e7ca/gursgrupowy.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.adaptive-delivery-prevent-bg, #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.lazyload, #ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ.lazyloading { background-image: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { background-color: transparent; background-image: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,34,38,0.56); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container > .video-iframe-container { display: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,34,38,0.56); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row > .video-iframe-container { display: none; }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .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); }#ueEtXQlwthorKMTrJFxHQpnNu8E0C8SJ > .row .container { width:20rem;height:142.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi20JePaLchRuzSQe8xsWlI3I07MTtL2 { width:19.99975rem;height:5.20019375rem;top:1.4372291564941rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrNHW9G7sQuxJG2kKTzSBaZG7GM4Hk0Q { width:14.875rem;height:19.6875rem;top:8.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrXqN9tOd6oT1h85lEZrOkKxOmm5CZNe { width:12.6244375rem;height:13.7988125rem;top:11.8125rem;left:3.9375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwNMSyaC2yQv9IdEcLvs6VCAMxwMyzQC { width:14.75rem;height:24.5625rem;top:29.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo4faQCT5nGrz6myrTkUnrH3rCXWu9FU { width:10.875rem;height:19.793rem;top:32.125rem;left:3.8125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g6qgnwJD484TEMlMV7l2Tbl3SZ1KNxiB { width:15rem;height:19.75rem;top:55.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvuxf0uBJm92ABMrV6HahSXEEg4Da7Ei { width:12rem;height:15.3945rem;top:57.9375rem;left:4.6875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B87tioZGuHxLnGC6VI0bA8JVCl2D96Ot { width:15rem;height:12.4375rem;top:76.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVUuxvT5GMyaeJxUU2QGnpzws5L5J37k { width:12rem;height:8.796875rem;top:78.5rem;left:4.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7zv0gTnqprB0uFUMfvgo40JiZQFoBAd { width:15rem;height:26.375rem;top:90.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAK5050fcKfwWzv6tNcTJAPNxJ1dIO8y { width:11.25rem;height:21.9921875rem;top:92.1875rem;left:4.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1of84WCRkCNXrHTcUiuZMMLT07UrSP5 { width:15rem;height:21.9375rem;top:118.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VukIwBEGAE1MeXQnfrTTS1uhhscbmJzh { width:12rem;height:17.59375rem;top:119.8125rem;left:4rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2ZgLvLe6gW4FF5QRhyF7SANDWWCUBt7 { width:20rem;height:7.34765rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwmoRxp46S9lOTkiy7tBvqnz4IpRIFZM { top:16.296707324219rem;left:0.5rem;width:19rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKXtc2dVKqZ80zpRphzWZV90FA21wiqD { display:block; }
 }@media only screen and (max-width: 763px) { #ezeaIrCfPxtG49mxEI7TCgGz7dsJW2Ee { width:19.99975rem;height:5.20019375rem;top:9.8496948242187rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #At4UAph12G6LeTebPd0Lu0LNJPBt10fe { display:block; }#At4UAph12G6LeTebPd0Lu0LNJPBt10fe > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA0askME7oZ7inoS8hVIbzwoC0mLXsGz { width:15.49975rem;height:5.0374375rem;top:1.3883152008057rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhODHaElqNKC5fz5IAfS4kn2ETDJ2ko { width:19.5619375rem;height:7.3095625rem;top:10.936141967774rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #esRAeMMe3uHdGTBeC4kGTwlVImz0syQP { width:19.99975rem;height:2.6001rem;top:6.3741855621337rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdgKTuQ3wuqNbTDT7xR6nZRRJ0bzzIEQ { width:18.4369375rem;height:2.03151875rem;top:42.27635rem;left:0.75rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qh5hRVxkTzyUE5lAe6TGxEZm8yo0geWr { width:18.375rem;height:21.678843252589rem;top:19.3481rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV5El7950gMurvKyo2lJdwUI9CqGF5cQ { width:19.99975rem;height:22.027375rem;top:45.55705625rem;left:0rem;font-size:1.125rem;display:block; }#mV5El7950gMurvKyo2lJdwUI9CqGF5cQ li:before{  }
 }@media only screen and (max-width: 763px) { #yEEeBUveCTNDboWW7hGlR5M2fwi4OZkr { width:18.4375rem;height:21.61375rem;top:69.934894561769rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J { width:19.99975rem;height:28.01175rem;top:94.98695rem;left:0rem;font-size:1.125rem;display:block; }#NBOR5Nqv9bwi90Ea8Baox3WZfuV27o2J li:before{  }
 }@media only screen and (max-width: 763px) { #QT2WoEcFL64TTvS5lEuEmEnrLN5MlKPM { width:18.4366875rem;height:4.0625rem;top:90.632057189944rem;left:0.78125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/2bIc5zcH/bg_bottom.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #212226; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #212226; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKU1sm4sBuwG6bun1nkKJGwwdtB8XfTt { width:19.99975rem;height:9rem;top:0.81195640563963rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IaG3qp0rIMU7hGPzOGt6AN3e6rcrblNA { width:13.1869375rem;height:3.57421875rem;top:12.311413764954rem;left:3.4051630496979rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M27c964UAlD1FNwS8mufkgcqDZ9T3mfH { display:block; }#M27c964UAlD1FNwS8mufkgcqDZ9T3mfH > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qt8a7e0Jb7ofkchrUbN59DfSvcCtcmVR { width:20rem;height:44.875rem;top:1.4375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #bqhcVdLOvFWRWZfreNNVhbJHbbG1TmHh { width:19.99975rem;height:1.59375rem;top:2.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRyZAblBbpVTFLfTaWtrelLIO7Ft5Tnc { width:15.9375rem;height:5.25rem;top:5.1240234375rem;left:2.03125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf { width:18rem;height:15.00975rem;top:12.249457359314rem;left:0.99945664405825rem;font-size:1rem;z-index:14995;display:block; }#xWeI5qpEwXKyJi3Uz9dmwJ8EzzEaK2Lf li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
 }@media only screen and (max-width: 763px) { #hOk7FryMi7ILXgBsxLsIBV2wC2KahtF6 { width:18.3125rem;height:1.7871125rem;top:29.08984375rem;left:0.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aF30S2pzT8zUwigT0v4iqLZBJh3LRziq { width:15.2480625rem;height:5.60546875rem;top:32.2060546875rem;left:2.375rem;font-size:4.3125rem;color:#f27405;display:block; }
 }@media only screen and (max-width: 763px) { #Dsxd6vido2KbCSSuSFAwILnq7Wa4LseQ { top:37.8115234375rem;left:0.5rem;width:18.9980625rem;height:4.125rem;background-color:#fc7600;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cJ5T5XRfJDSEhDSqNx651HDGqdmtdGmf { display:block; }
 }@media only screen and (max-width: 763px) { #cicDc0HkTTgiETqFk9uzWyIaeNRvlEs5 { width:19.9980625rem;height:0.9746125rem;top:43.498046875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2Pwwyz5hqzIOuUvqm6Ha1Ee1O3lzFh { width:4.249025rem;height:3.186525rem;top:50.0625rem;left:0.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ru4iUuFkJ67v85ABFE7vNM6PUkMdT4 { width:4.875rem;height:1.5rem;top:50.9052734375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Gv4bzEaGUe8aKpTtWRRponen0yPgtD { width:5.436525rem;height:2.499025rem;top:50.40625rem;left:13.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9viTGInISZXlPrA9i4Uz2Z4BVk95va { width:12.499rem;height:1.29980625rem;top:48.8251953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #d7PiExq85dbfQQBts0lKxHEiXQDVSnCi { width:20rem;height:5.3125rem;top:48.4990234375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO { display:block; }#ABQ6ycV9MAi7U6rCoEw5w2WrcT5NJoCO > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQEfDwEVq82UtTGxwGhbrlvLqbQeBp61 { width:15.3125rem;height:10.75rem;top:1.249755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg775ygJSvHmAPomX3D21gT0qJavX0CB { width:8.93725rem;height:8.93725rem;top:5.2980976104736rem;left:9.8307068347931rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx { background-color:#212226;background-image:url("https://images.assets-landingi.com/uc/3f8b826b-ab9f-4cca-a823-da76a11a57ff/fasolkabiaa.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.adaptive-delivery-prevent-bg, #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.lazyload, #nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx.lazyloading { background-image: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { background-color: transparent; background-image: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container > .video-iframe-container { display: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row > .video-iframe-container { display: none; }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .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); }#nXcNhwPqi3p6KWFcUGVnZCW59SSZgLTx > .row .container { width:20rem;height:122.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twRRL0wc6tSZyfTyvfwTMF5R61X7a8Vl { width:15.75rem;height:11.123625rem;top:1.6201057434082rem;left:2.1244566440583rem;display:none; }
 }@media only screen and (max-width: 763px) { #AdP57q2KdP16a3Pcac96lwuxDZVftXUx { width:15.625rem;height:2.0629875rem;top:17.125rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXnJS88TJlD3F72l2icAuFI5kLnATXZ3 { width:16.5625rem;height:4.78125rem;top:20.0625rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAC2HUX9aIgr7XsHWWaIsn6ohKZwJMMP { width:14.873625rem;height:7.96875rem;top:59.0625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3UwfdgSc8q6Xvolz9KaZG9ENTknC5F9 { width:15.5625rem;height:2.0629875rem;top:54.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvRPFl4c5wbeV2tym1cGuhbDrvrU5Suu { width:17.37475rem;height:7.96875rem;top:95.436687469481rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoiklgOVcpoT1TVlRFETthQAHPBeOEr7 { width:15.5625rem;height:2.0629875rem;top:91.8125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i16gyhIkD1luC0N73UwMCmH4k94fBQKV { width:17.37475rem;height:7.96875rem;top:40.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICR5HfAbkDXIxMxSCDfZQIxbzlcqv6zX { width:15.5625rem;height:4.125975rem;top:34.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kN6Q7ETz6RHTEOFC4D7nxTZclMQRDxFX { width:17.37475rem;height:6.375rem;top:113.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0no4mrHKBTTmqHJ8zMdLsSfpXViPAzU { width:14.25rem;height:7.96875rem;top:77.325399398806rem;left:2.8744566440583rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peHdllHeA0hAVDi0VNIyx5kPKRb1TKPk { width:15.5625rem;height:2.0629875rem;top:73.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v79SPeWTtOMEL2Z72y4fTkHp7utD1DT6 { width:15.5625rem;height:2.0629875rem;top:109.75rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfl5Zt0LJrQf4TLZTTLf54H8mQMmV0F2 { width:18.1875rem;height:1.3997375rem;top:2.5581531524658rem;left:0.90570652484894rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuUDUT60EyoG2T4yL3EsZd3gk4nTKgwy { width:18rem;height:3.57421875rem;top:5.9804363250733rem;left:0.99945664405825rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0L1FTvR1TPJIkST5xuhQlmgCrR1x17C { display:flex;width:3.06195625rem;height:3.06195625rem;top:13rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #dJy34dHN8z6zOdWwyi2LsCoylecERWLK { display:flex;width:3.0625rem;height:3.0625rem;top:50.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tJdhOQeqpzXsNk8rQT6u68nurNNd2R2B { display:flex;width:3.0625rem;height:3.0625rem;top:69.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oLEmggqlULwTr9HFc3ZzmOa3FmWT8qRw { display:flex;width:3.0625rem;height:3.0625rem;top:30.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FQUCnpfRcfPTurN4vVlnbAVkBZEyJ4bn { display:flex;width:3.0625rem;height:3.0625rem;top:87.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #y4Aknttq69CJeWgrJQqChLqFJFCAeIi7 { display:flex;width:3.0625rem;height:3.0625rem;top:105.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MfpKUWhzT6lXxzuZP7RyANMyArey4RNO { display:block; }#MfpKUWhzT6lXxzuZP7RyANMyArey4RNO > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcI17rEHfIuf89SDGmLUWB9tl5kdB2qR { width:19.99975rem;height:8.7715rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTzNFBJCw1T9SnVRscJQ8JpA8OBHNH1p { width:19.99975rem;height:6.82375rem;top:12.174917221069rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p95RCgRE2M4mbcqhB7kveVJnkhf8DKIM { top:21.471197128296rem;left:0.49891304969787rem;width:18.9994375rem;height:5.49945625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXgAl7MNqMDcdEk9I75OpTifyJ41uAII { display:block; }
 }@media only screen and (max-width: 763px) { #s8esRuy6akZLZAy667Xw0CZUhEuwql6Z { 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; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { background-color: transparent; background-image: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container > .video-iframe-container { display: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container { display: none; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .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); }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { border-width: 0; border-radius: 0; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s8esRuy6akZLZAy667Xw0CZUhEuwql6Z > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FT6vvAyordVeM3qMIGOEIz1ebRC2g432 { width:19.8725625rem;height:4.547525rem;top:8.1619567871094rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soq6ytHMzVfdn39Z0bFeLbkSEtEB82FZ { width:5.87364375rem;height:6.87475rem;top:0.6929359436035rem;left:7.0630438327788rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCauA80ZGy7fzsVZlwp324hlTKSiAa3y { background-color:#212226;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; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { background-color: transparent; background-image: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container > .video-iframe-container { display: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container { display: none; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .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); }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { border-width: 0; border-radius: 0; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCauA80ZGy7fzsVZlwp324hlTKSiAa3y > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogXCJ6ZICoSWG54zNOH2uLvPN9O9EJb4 { width:19.99975rem;height:2.5996125rem;top:2.4171180725098rem;left:0rem;font-size:1rem;display:block; }
 }