.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); }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR { 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; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR.adaptive-delivery-prevent-bg, #PUCutlkBLdghudNwH7Z32v0xdhUKhskR.lazyload, #PUCutlkBLdghudNwH7Z32v0xdhUKhskR.lazyloading { background-image: none; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container { background-color: transparent; background-image: none; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container > .video-iframe-container { display: none; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row > .video-iframe-container { display: none; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .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); }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container { border-width: 0; border-radius: 0; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#Nb3bfl2toFuD7IhMqT0Ua7g8Z5xQU1Tq { 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; }
#wUac5ksHqlN87hELx2Z0tAwkw9oT0FRG { 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:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FRLQ2foPSwktZQaAU4peXCPJgxzAGzFk { z-index:15004;top:14.625rem;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.18639375rem;height:4.1866875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lhreEwThwCnspM7ZIQJ2m2Gs5WVV0x7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#taN647DOE4LJdbXJ0BSDRTDsT1tqupMX { z-index:15003;top:14.625rem;left:15.875rem;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.8108125rem;height:4.2483rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZU4PKRfTCb7h8T6dNLVSFOzJovlDoz6n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1Nkoy4GatmQ2GfUpo8pf5ERDIpHqIw4 { 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; }
#GcEoQhbTaayDTLH2mZSap3IMH3lqGSVn { 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; }
#ETfHW3gxdz40iSZakClbaURdksF3rWcw { 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:24.25rem;left:7.4375rem;overflow:hidden;display:block; }
#gRkKpFUBZw1dPVfCg5ZPd7QWrHw7V57G { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.87475rem;width:9.87475rem;top:41.375rem;left:40.4375rem;overflow:hidden;display:block; }
#z50MdAfv4GJGZ0ab1pIImgrIKTaPdBrL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:8.375rem;top:25rem;left:40.1875rem;overflow:hidden;display:block; }
#kn8Hn8OrJfWxcltoVVwtfOxsWDBssq0e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:7.1869375rem;top:42.75rem;left:12.4375rem;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:23.9941125rem;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:12.796875rem;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: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; }
#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:12.796875rem;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:30.0625rem;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.30615rem;text-align:center;text-align-last:center;display:block; }
#tCXrb9elJbkfLhGMJZvHwceATcfXKWTP { 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:15006;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.25rem;height:2.275275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { z-index:15004;top:18.804782867432rem;left:19.530979156494rem;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.9364375rem;height:4.2481rem;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:84.125rem;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.5570625rem;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.217935562134rem;left:31.880710601807rem;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.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmSC1O1tM3u7LWMTzAALxRZVn2eSWEuU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;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.684238433838rem;left:31.880710601807rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqD77ZpMSn8HTtTvlTOg5qTWSQDdIPzK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4345rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:29.997554779052rem;left:20.879348754882rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SNgOK4VGOu9TJIBW3Os5mpBLr6IkFrqP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.55625rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:26.997554779052rem;left:20.879348754882rem;height:2.1933625rem;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; }
#QUQ05xeAN9qysLWaAFZ8isAMRs5LU7XJ { 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:16.43725rem;width:16.43725rem;top:22.189888000488rem;left:37.946743011474rem;overflow:hidden;display:block; }
#E7zei4do5I4Qkt5q5avay2aaCQQkXrZL { position:absolute;display:block;z-index:15018;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.375rem;width:32.8125rem;top:39.750000715256rem;left:16.3125rem;display:block; }
#nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.311125rem;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:43.720925092697rem;left:31.880710601807rem;height:6.171875rem;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.37475rem;width:17.37475rem;top:35.457066297531rem;left:8.55570602417rem;overflow:hidden;display:block; }
#WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.55625rem;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:40.464947462082rem;left:31.880710601807rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sWsNXFSgaa8EqmLx4oqoTfDaXM5UkXJS { position:absolute;display:block;z-index:15022;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.375rem;width:32.75rem;top:53.74972987175rem;left:16.3125rem;display:block; }
#ItTf75uuniPofMtah9wc64hmCRFzmVuf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4353125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:58.186321258545rem;left:19.186958312988rem;height:4.62890625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G0k6Nufa5b0NFSmNLE7izcqiqex1oOuB { color:rgba(var(--color-tertiary-0),1);display:block;width:7.557875rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:55.186321258545rem;left:19.293750762939rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nlDD5CvoFTT5oOdnHXh4oI3DHTl7LLAl { position:absolute;display:block;z-index:15025;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.375rem;width:32.4375rem;top:67.749459028244rem;left:16.3125rem;display:block; }
#I4BkhRrEftc9q7THwnOlu9JnDcvpMtPc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4345rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:72.999462127687rem;left:31.880710601807rem;height:3.0859375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m85tb5xbLbqTeUmLIr7gcEBpG7QK9q6R { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5570625rem;position:absolute;font-family:"source sans pro";font-size:1.6875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:69.312232971194rem;left:31.879077911377rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EImNvRVQhSTTLqM77sKuhp107mPoEeN2 { 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:12.6244375rem;width:10.6875rem;top:67.123374938962rem;left:11.898097991943rem;overflow:hidden;display:block; }
#UbpTFJTMrndeWcm9Piwpcl11cKWzFJmm { position:absolute;display:block;z-index:15034;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.8125rem;width:12.5616875rem;top:52.030437469483rem;left:37.946743011474rem;overflow:hidden;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.30615rem;text-align:center;text-align-last:center;display:block; }
#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh { 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; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container { background-color: transparent; background-image: none; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container > .video-iframe-container { display: none; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row > .video-iframe-container { display: none; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .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); }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container { border-width: 0; border-radius: 0; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:60rem;position:relative;display:block; }#eyqIBfTiSq8Aofd6h6kRbgrlpPEC5p8J { 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; }
#IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;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:24.186262130738rem;left:11.625rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
#RV6DxVFGJQKeCAnp3CGQnXVgufpXxGsh { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;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:3.87451171875rem;left:13.999998092651rem;height:5.20019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsBhcpFR6uWad0rU7rFCkPqZ9R9zuK0K { color:rgba(var(--color-tertiary-0),1);display:block;width:15.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.8;letter-spacing:0;top:15.0625rem;left:24.3125rem;height:4.2734375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hy65HqRZexfCCMwt6Jdor7DwQidABeaq { z-index:15001;top:53.373207092285rem;left:20.936685562134rem;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.9366875rem;height:4.2488625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#txcHCfFIaU6TFaqdiRcGUH4H2mwBtqx1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPKAc8K8E0RQwGGvshFhqLWv61xlxsno { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.56195625rem;width:1.56195625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:15.625rem;left:21.75rem; }
#WI0Tw0zawsIbhu72MdUVTQxAKtBIILNx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.56114375rem;width:1.56114375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.8125rem;left:21.75rem; }
#e1zLgtWDm6PJ2tmlIgbLyd0HKfDbB6Bs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:21.4375rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#elNmkcoEKMPSpEIta6G68Bm3c8UxlpiX { 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:21.789947509766rem;left:2.8638572692871rem;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:10.996125rem;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:17.59375rem;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:13.1953125rem;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:6.597625rem;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:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL { 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; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container { background-color: transparent; background-image: none; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container > .video-iframe-container { display: none; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row > .video-iframe-container { display: none; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .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); }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container { border-width: 0; border-radius: 0; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:60rem;position:relative;display:block; }#psT7ykrGUE0QTgJVLvr1bGyRNc0tlaQv { 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; }
#MpTlr1vwT810TGtv2DDyeeD3uwshydqT { 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; }
#PaHK6DFo6g6EyxLDueBDFkJQW9TGw4Co { 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; }
#xzem4xl5mxuTF6wNhuHBdLoQywe9BJXP { 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; }
#iTOpOxAMvOvzCy4RPvnLPLrpVFSkpViQ { 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; }
#z6oH1fREQXz2EP9vmcFTicBc661hOU44 { 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; }#z6oH1fREQXz2EP9vmcFTicBc661hOU44 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z6oH1fREQXz2EP9vmcFTicBc661hOU44 li:before{  }
#kcmT8Rh02VMD6w2y8Ha4NCanTOvw0Aoe { 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; }
#pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp { 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; }#pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp li:before{  }
#dunirPlKWb4HTKUO6WGvWMGzQrK96RXT { 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; }
#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW { 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; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.adaptive-delivery-prevent-bg, #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.lazyload, #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.lazyloading { background-image: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { background-color: transparent; background-image: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),1); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container > .video-iframe-container { display: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .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); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row > .video-iframe-container { display: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .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); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { border-width: 0; border-radius: 0; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW::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; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#fMtb9rE3cMF98Bxl8ovdz3SE0IUCwT7Z { color:rgba(var(--color-tertiary-0),1);display:block;width:21.248375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.10129737854rem;left:7.74658203125rem;height:1.625rem;font-style:normal;display:block; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.6775rem;padding-right:0.58rem;padding-bottom:0.6775rem;padding-left:0.58rem;display:block;align-items:center;width:3.47375rem;min-width:3.47375rem;height:3.638125rem;position:relative;font-family:arial;font-size:2.70875rem;font-weight:700;line-height:58.21px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4225rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.633125rem;height:1.4375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.015625rem;font-weight:700;line-height:23px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:22.5625rem;height:6.853125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:16.486972808838rem;left:31.936033248901rem;z-index:15008; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #zRhiPovXTJG6REuKw6DFvQ4ntrQMzMqW { display:flex;position:relative;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #cWry0iQSkWymxvgnJOtLCeWyKuJoUHeR { width:auto; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #E2aKcfeg1LKOeWR5gHrox1qLr63aew0N {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #b6TICfaXbBGXPKcTzfzqsDP4cUCtH8CP { display:flex;position:relative;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #V49pTvIT2Eg3OoT9fK5SBNTXUV5mxR16 {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #lWKFGmw1avb0tF4ZGJARVXG1ahVGAwHl {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #WmoQfa4ThEr3om98l7pV6halP0fMTrSb { display:flex;position:relative;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #JTT69n7S61RUhC7Qo4d81fF0zeKKRWkt {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #Ueb19VGs4ciepqhql8k6SdVe3MxKaZS1 {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #w89J4RnBnvu3ec1rCP7cU4fgBe2GezAd { display:flex;position:relative;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #iZzRZmn2C6ZXozmd6sgtCt3zpeApLMy7 {  }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #hly18hhi2l5KAqoTNN8up31Zleg6K38T {  }
#JDkqOw82Fm4itAX6zFwGqf9TNIKuhiG1 { 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; }
#UR7DsNuwIdKI4sCbnKtaIUQdWrRmWCoG { color:rgba(var(--color-tertiary-0),1);display:block;width:55.435625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.25rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mCkQSaPsP4e7UsuCvKU0TyGAaqwqI8mD { 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.3066375rem;text-align:center;text-align-last:center;display:block; }
#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu { 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; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container { background-color: transparent; background-image: none; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container > .video-iframe-container { display: none; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row > .video-iframe-container { display: none; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .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); }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container { border-width: 0; border-radius: 0; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:60rem;position:relative;display:block; }#qKACcIiSkDSkEoZrXhTUgTbgRkvSseJi { 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:47.1875rem;width:25.9375rem;top:1.4371643066406rem;left:2.5rem;display:block; }
#VbgXlAMJsrSWyf2udWWzORoiL5yPfxhP { color:rgba(var(--color-secondary-2),1);display:block;width:25.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:2.2499084472656rem;left:2.5625rem;height:3.188475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soEuHgzbH7vEPkXID5TgzLTqU7ID4Bdv { color:rgba(var(--color-primary-4),1);display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:6.7406311035156rem;left:7.2490234375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND { color:rgba(var(--color-secondary-2),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15142;line-height:2.1;letter-spacing:0;top:10.673980712891rem;left:3.8125rem;height:17.78225rem;overflow:hidden;display:block; }#Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
#saTerr5kh3pquQT7OWT7GxVUcz10Wrxk { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:31.851398468017rem;left:3.1560878753662rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gckbwROzLNTApS45pL3iM3QJASNeFJUD { 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:35.5703125rem;left:7.8125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmHLpHilfgqknxX6w3xU2Ma9rslBZMZq { z-index:15144;top:41.195474624634rem;left:4.5930995941162rem;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.7496875rem;height:4.12435rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K9RpnAr4TDK1KL7rrHCzPm8Q8G7iUcOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sSpeoQfHmVxJ1Ar9BsHArDvEUehNfsEJ { color:rgba(var(--color-secondary-2),1);display:block;width:27.498375rem;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:46.513671875rem;left:1.71875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#uW2ikloGDEt8ZLJHkS5NzAw6ALfs9WLd { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1853125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:57.873918533325rem;left:4.59375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPscnKaO1RGymQImZsRNGtnE3csqI7AF { 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:51.875rem;left:34.25rem;overflow:hidden;display:block; }
#BX7W7QfcIzl9qHLC751RbhNg8ibVJrDI { 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:52rem;left:40.6875rem;overflow:hidden;display:block; }
#RpWQMlGA6u38H81cWsz7ppmvxNzLOZQ4 { 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:51.875rem;left:49.3125rem;overflow:hidden;display:block; }
#vmEN6vC9vs4ncAELM0WAozNJB6Wfd0z1 { 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:50.9375rem;left:33.4375rem;height:0.975rem;display:block; }
#NJKJk0NMUJB4qnxU4baALTC4wEMoZQMp { 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:50.0625rem;left:31.5625rem;display:block; }
#GTm42MtAED432z0Kv0Nh3vs2SNnZ1JgU { position:absolute;display:block;z-index:14998;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:47.1875rem;width:25.9375rem;top:1.4371643066406rem;left:31.561685562134rem;display:block; }
#nbOpUHrmCeIk4zP0ZQQC5RuTXXcSkkV7 { color:rgba(var(--color-secondary-2),1);display:block;width:27.4975625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15139;line-height:1.3;letter-spacing:0;top:46.513671875rem;left:30.687662124634rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#oBqW1T3Qv4w0kD8atOHZpQIV9CTfBzkH { 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:15149;line-height:1.3;letter-spacing:0;top:35.5703125rem;left:37.0009765625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Schp7LWVXt293JeTOl2zJLBPik4WdVu0 { color:rgba(var(--color-secondary-2),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15151;line-height:2.1;letter-spacing:0;top:10.673583984375rem;left:32.8115234375rem;height:17.78225rem;overflow:hidden;display:block; }#Schp7LWVXt293JeTOl2zJLBPik4WdVu0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Schp7LWVXt293JeTOl2zJLBPik4WdVu0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/502d74c5-c9a7-4607-bf35-d0a772a49982/checkorange.svg); }
#nMm0zRuKpH0HanTlPd0qN4nJng6FH0g4 { color:rgba(var(--color-secondary-2),1);display:block;width:25.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:2.25rem;left:31.625rem;height:3.188475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#El9tXm4GsWMwtvIEQEOgFC4lUHFC65fx { color:rgba(var(--color-primary-4),1);display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:1.75rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:6.75rem;left:36.3125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#monu09zZCarON0FQQw6mS5HscD0sTgQd { z-index:15004;top:41.195474624634rem;left:34.249673843384rem;background-color:rgba(var(--color-primary-3),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:20.49725rem;height:4.12190625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ttvao8VZsSeOCA6A3cDNFUcHGGmfhwCP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sbfMEmeu3MIbFcaWmNOuzalNPv4kdztT { color:rgba(var(--color-secondary-2),1);display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:31.851398468017rem;left:32.185873031616rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xVnZwwJzbavvmt29A6d75Ix9NXAUdSF1 { color:rgba(var(--color-secondary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:31.851398468017rem;left:3.1560878753662rem;height:1.4615875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#dPItDEgE7LzVbAwhiQCuou0pW4Tk4yeS { color:rgba(var(--color-secondary-2),1);display:block;width:15.3105625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:33.3115234375rem;left:7.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VpInJQgMbFQDweZLMHIfaPMTKeKvUVPg { color:rgba(var(--color-secondary-2),1);display:block;width:15.3105625rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:33.3115234375rem;left:36.78125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxA7Zs7SvDwRHzJsOq1t5CWJGmptgzVM { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15152;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5458984375rem;left:8.96875rem;display:block; }
#d6B8KatCFnVvwM6aUdS1RkFEitsnS5IT { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15153;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.5458984375rem;left:37.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; }
#yzzdonop00sx6mkTCsiHGQUVZlB0v7qH { 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:14.4994375rem;width:12.31225rem;top:13.25rem;left:35rem;overflow:hidden;display:block; }
#IRQ2VMP4OpwJrEVxPv6EgT9B84mIDTxT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.25rem;top:3.9986419677734rem;left:29.374729156494rem;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.74975rem;width:14.74975rem;top:5.4375rem;left:43.188587188721rem;overflow:hidden;display:block; }
#L3nkiQw07Cl7xakV34hOmiHylTDaET3B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:10.375rem;top:1.1135864257812rem;left:38.060871124267rem;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.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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: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; }
#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: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; }
#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) { #PUCutlkBLdghudNwH7Z32v0xdhUKhskR { display:block; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb3bfl2toFuD7IhMqT0Ua7g8Z5xQU1Tq { top:5.1875rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUac5ksHqlN87hELx2Z0tAwkw9oT0FRG { top:10.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRLQ2foPSwktZQaAU4peXCPJgxzAGzFk { top:14.625rem;left:25.9375rem;width:15.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhreEwThwCnspM7ZIQJ2m2Gs5WVV0x7m { display:block; }
 }@media only screen and (max-width: 763px) { #taN647DOE4LJdbXJ0BSDRTDsT1tqupMX { top:14.625rem;left:9.75rem;width:13.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4PKRfTCb7h8T6dNLVSFOzJovlDoz6n { display:block; }
 }@media only screen and (max-width: 763px) { #H1Nkoy4GatmQ2GfUpo8pf5ERDIpHqIw4 { top:22.0625rem;left:10rem;width:30.1875rem;height:35.365889565228rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcEoQhbTaayDTLH2mZSap3IMH3lqGSVn { top:0.6875rem;left:19.308967590332rem;width:12.0625rem;height:3.6058478332028rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETfHW3gxdz40iSZakClbaURdksF3rWcw { top:24.25rem;left:1.3125rem;width:15.8125rem;height:11.080815002992rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRkKpFUBZw1dPVfCg5ZPd7QWrHw7V57G { top:41.375rem;left:34.3125rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50MdAfv4GJGZ0ab1pIImgrIKTaPdBrL { top:25rem;left:34.0625rem;width:8.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn8Hn8OrJfWxcltoVVwtfOxsWDBssq0e { top:42.75rem;left:6.3125rem;width:7.125rem;height:8.3647850701356rem;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) { #tCXrb9elJbkfLhGMJZvHwceATcfXKWTP { top:13.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { top:18.75rem;left:13.405979156494rem;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:13.1875rem;left:25.755710601807rem;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.625rem;left:25.755697250366rem;width:14.375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqD77ZpMSn8HTtTvlTOg5qTWSQDdIPzK { top:29.9375rem;left:14.754348754882rem;width:15.375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNgOK4VGOu9TJIBW3Os5mpBLr6IkFrqP { top:26.9375rem;left:14.754348754882rem;width:7.5rem;height:2.1875rem;font-size:2rem;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) { #QUQ05xeAN9qysLWaAFZ8isAMRs5LU7XJ { top:22.1875rem;left:31.375rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zei4do5I4Qkt5q5avay2aaCQQkXrZL { top:39.75rem;left:10.1875rem;width:32.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { top:43.6875rem;left:25.755710601807rem;width:14.25rem;height:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Noa6wfb0MzuBGnvJ0TNUxzx2nLAqV7pF { top:35.4375rem;left:2.4307060241699rem;width:17.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { top:40.4375rem;left:25.755710601807rem;width:7.5rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWsNXFSgaa8EqmLx4oqoTfDaXM5UkXJS { top:53.6875rem;left:10.1875rem;width:32.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTf75uuniPofMtah9wc64hmCRFzmVuf { top:58.125rem;left:13.061958312988rem;width:15.375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0k6Nufa5b0NFSmNLE7izcqiqex1oOuB { top:55.125rem;left:13.168750762939rem;width:7.5rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlDD5CvoFTT5oOdnHXh4oI3DHTl7LLAl { top:67.6875rem;left:10.1875rem;width:32.4375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4BkhRrEftc9q7THwnOlu9JnDcvpMtPc { top:72.9375rem;left:25.755710601807rem;width:15.375rem;height:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m85tb5xbLbqTeUmLIr7gcEBpG7QK9q6R { top:69.25rem;left:25.754077911377rem;width:7.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EImNvRVQhSTTLqM77sKuhp107mPoEeN2 { top:67.0625rem;left:5.7730979919434rem;width:10.6875rem;height:12.6244375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbpTFJTMrndeWcm9Piwpcl11cKWzFJmm { top:52rem;left:31.821743011474rem;width:12.5rem;height:14.739759287914rem;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) { #p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh { display:block; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyqIBfTiSq8Aofd6h6kRbgrlpPEC5p8J { top:9rem;left:0.75rem;width:23.625rem;height:0;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy { top:24.125rem;left:5.4993495941162rem;width:36.6875rem;height:;font-size:1.125rem;display:block; }#IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy 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) { #RV6DxVFGJQKeCAnp3CGQnXVgufpXxGsh { top:3.8125rem;left:7.8749980926512rem;width:34.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBhcpFR6uWad0rU7rFCkPqZ9R9zuK0K { top:15.0625rem;left:18.1875rem;width:15.4375rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy65HqRZexfCCMwt6Jdor7DwQidABeaq { top:53.3125rem;left:14.811685562134rem;width:20.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcHCfFIaU6TFaqdiRcGUH4H2mwBtqx1 { display:block; }
 }@media only screen and (max-width: 763px) { #FPKAc8K8E0RQwGGvshFhqLWv61xlxsno { top:15.625rem;left:15.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI0Tw0zawsIbhu72MdUVTQxAKtBIILNx { top:17.8125rem;left:15.625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1zLgtWDm6PJ2tmlIgbLyd0HKfDbB6Bs { top:12.0625rem;left:15.3125rem;width:18.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNmkcoEKMPSpEIta6G68Bm3c8UxlpiX { top:21.75rem;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) { #l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL { display:block; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psT7ykrGUE0QTgJVLvr1bGyRNc0tlaQv { top:2.625rem;left:0rem;width:27.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTlr1vwT810TGtv2DDyeeD3uwshydqT { top:11.1875rem;left:0rem;width:44.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaHK6DFo6g6EyxLDueBDFkJQW9TGw4Co { top:4.9375rem;left:0rem;width:25.9375rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzem4xl5mxuTF6wNhuHBdLoQywe9BJXP { top:42.75rem;left:20.125rem;width:18.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOpOxAMvOvzCy4RPvnLPLrpVFSkpViQ { top:41.125rem;left:0rem;width:18.375rem;height:21.678549271279rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oH1fREQXz2EP9vmcFTicBc661hOU44 { top:46.625rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }#z6oH1fREQXz2EP9vmcFTicBc661hOU44 li:before{  }
 }@media only screen and (max-width: 763px) { #kcmT8Rh02VMD6w2y8Ha4NCanTOvw0Aoe { top:18.0625rem;left:0rem;width:18.4375rem;height:21.614403143413rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp { top:20.1875rem;left:14.3125rem;width:33.4375rem;height:;font-size:1.125rem;display:block; }#pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp li:before{  }
 }@media only screen and (max-width: 763px) { #dunirPlKWb4HTKUO6WGvWMGzQrK96RXT { 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) { #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW { display:block; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMtb9rE3cMF98Bxl8ovdz3SE0IUCwT7Z { top:19.0625rem;left:1.62158203125rem;width:21.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH { width:18rem;height:5.0625rem;display:flex;top:13.625rem;left:23.666666507721rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #zRhiPovXTJG6REuKw6DFvQ4ntrQMzMqW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #cWry0iQSkWymxvgnJOtLCeWyKuJoUHeR {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #E2aKcfeg1LKOeWR5gHrox1qLr63aew0N {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #b6TICfaXbBGXPKcTzfzqsDP4cUCtH8CP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #V49pTvIT2Eg3OoT9fK5SBNTXUV5mxR16 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #lWKFGmw1avb0tF4ZGJARVXG1ahVGAwHl {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #WmoQfa4ThEr3om98l7pV6halP0fMTrSb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #JTT69n7S61RUhC7Qo4d81fF0zeKKRWkt {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #Ueb19VGs4ciepqhql8k6SdVe3MxKaZS1 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #w89J4RnBnvu3ec1rCP7cU4fgBe2GezAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #iZzRZmn2C6ZXozmd6sgtCt3zpeApLMy7 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #hly18hhi2l5KAqoTNN8up31Zleg6K38T {  }
 }@media only screen and (max-width: 763px) { #JDkqOw82Fm4itAX6zFwGqf9TNIKuhiG1 { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR7DsNuwIdKI4sCbnKtaIUQdWrRmWCoG { top:11.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkQSaPsP4e7UsuCvKU0TyGAaqwqI8mD { top:6.8125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu { display:block; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKACcIiSkDSkEoZrXhTUgTbgRkvSseJi { top:1.375rem;left:0rem;width:25.9375rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbgXlAMJsrSWyf2udWWzORoiL5yPfxhP { top:2.1875rem;left:0rem;width:25.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soEuHgzbH7vEPkXID5TgzLTqU7ID4Bdv { top:6.6875rem;left:1.1240234375rem;width:15.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND { top:10.625rem;left:0rem;width:23.3125rem;height:;font-size:0.875rem;display:block; }#Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND 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) { #saTerr5kh3pquQT7OWT7GxVUcz10Wrxk { top:31.8125rem;left:0rem;width:24.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gckbwROzLNTApS45pL3iM3QJASNeFJUD { top:35.5625rem;left:1.6875rem;width:15.25rem;height:5.6875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmHLpHilfgqknxX6w3xU2Ma9rslBZMZq { top:41.1875rem;left:0rem;width:21.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9RpnAr4TDK1KL7rrHCzPm8Q8G7iUcOJ { display:block; }
 }@media only screen and (max-width: 763px) { #sSpeoQfHmVxJ1Ar9BsHArDvEUehNfsEJ { top:46.5rem;left:0rem;width:27.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW2ikloGDEt8ZLJHkS5NzAw6ALfs9WLd { top:57.8125rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPscnKaO1RGymQImZsRNGtnE3csqI7AF { top:51.875rem;left:28.125rem;width:3.75rem;height:2.8275406989044rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7W7QfcIzl9qHLC751RbhNg8ibVJrDI { top:52rem;left:34.5625rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpWQMlGA6u38H81cWsz7ppmvxNzLOZQ4 { top:51.875rem;left:40.25rem;width:7.5rem;height:3.4714390219709rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEN6vC9vs4ncAELM0WAozNJB6Wfd0z1 { top:50.9375rem;left:27.3125rem;width:12.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJKJk0NMUJB4qnxU4baALTC4wEMoZQMp { top:50.0625rem;left:21.8125rem;width:25.875rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTm42MtAED432z0Kv0Nh3vs2SNnZ1JgU { top:1.375rem;left:21.8125rem;width:25.9375rem;height:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbOpUHrmCeIk4zP0ZQQC5RuTXXcSkkV7 { top:46.5rem;left:20.3125rem;width:27.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBqW1T3Qv4w0kD8atOHZpQIV9CTfBzkH { top:35.5625rem;left:30.8759765625rem;width:15.25rem;height:5.6875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Schp7LWVXt293JeTOl2zJLBPik4WdVu0 { top:10.625rem;left:24.4375rem;width:23.3125rem;height:;font-size:0.875rem;display:block; }#Schp7LWVXt293JeTOl2zJLBPik4WdVu0 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) { #nMm0zRuKpH0HanTlPd0qN4nJng6FH0g4 { top:2.25rem;left:22rem;width:25.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #El9tXm4GsWMwtvIEQEOgFC4lUHFC65fx { top:6.75rem;left:30.1875rem;width:15.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #monu09zZCarON0FQQw6mS5HscD0sTgQd { top:41.1875rem;left:27.3125rem;width:20.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttvao8VZsSeOCA6A3cDNFUcHGGmfhwCP { display:block; }
 }@media only screen and (max-width: 763px) { #sbfMEmeu3MIbFcaWmNOuzalNPv4kdztT { top:31.8125rem;left:23.3125rem;width:24.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVnZwwJzbavvmt29A6d75Ix9NXAUdSF1 { top:98.8125rem;left:0rem;width:18.25rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPItDEgE7LzVbAwhiQCuou0pW4Tk4yeS { top:33.25rem;left:1.6875rem;width:15.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpInJQgMbFQDweZLMHIfaPMTKeKvUVPg { top:33.25rem;left:30.65625rem;width:15.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxA7Zs7SvDwRHzJsOq1t5CWJGmptgzVM { top:34.5rem;left:2.84375rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6B8KatCFnVvwM6aUdS1RkFEitsnS5IT { top:34.5rem;left:31.8125rem;width:13rem;height:0.1875rem;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) { #yzzdonop00sx6mkTCsiHGQUVZlB0v7qH { width:12.25rem;height:14.426129210746rem;top:13.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQ2VMP4OpwJrEVxPv6EgT9B84mIDTxT { width:12.25rem;height:12.25rem;top:3.9375rem;left:23.249729156494rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg775ygJSvHmAPomX3D21gT0qJavX0CB { width:14.6875rem;height:14.6875rem;top:5.4375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3nkiQw07Cl7xakV34hOmiHylTDaET3B { width:10.375rem;height:12.1875rem;top:1.0625rem;left:31.935871124267rem;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) { #PUCutlkBLdghudNwH7Z32v0xdhUKhskR { display:block; }#PUCutlkBLdghudNwH7Z32v0xdhUKhskR > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nb3bfl2toFuD7IhMqT0Ua7g8Z5xQU1Tq { width:18.8125rem;height:5.20019375rem;top:5.06195625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUac5ksHqlN87hELx2Z0tAwkw9oT0FRG { width:16.5625rem;height:6.82375rem;top:11.50896875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRLQ2foPSwktZQaAU4peXCPJgxzAGzFk { top:25.02146875rem;left:3rem;width:13.8125rem;height:4.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhreEwThwCnspM7ZIQJ2m2Gs5WVV0x7m { display:block; }
 }@media only screen and (max-width: 763px) { #taN647DOE4LJdbXJ0BSDRTDsT1tqupMX { top:19.58396875rem;left:3.125rem;width:13.75rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU4PKRfTCb7h8T6dNLVSFOzJovlDoz6n { display:block; }
 }@media only screen and (max-width: 763px) { #H1Nkoy4GatmQ2GfUpo8pf5ERDIpHqIw4 { width:19.875rem;height:23.3119375rem;top:42.141850471497rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcEoQhbTaayDTLH2mZSap3IMH3lqGSVn { width:11.9375rem;height:3.8125rem;top:0rem;left:3.6875001192093rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ETfHW3gxdz40iSZakClbaURdksF3rWcw { width:19.99975rem;height:13.81225rem;top:30.205437660217rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRkKpFUBZw1dPVfCg5ZPd7QWrHw7V57G { width:8.4994375rem;height:8.4994375rem;top:36.453263282776rem;left:0.99945664405825rem;display:block; }
 }@media only screen and (max-width: 763px) { #z50MdAfv4GJGZ0ab1pIImgrIKTaPdBrL { width:7.3125rem;height:8.56225rem;top:38.704079627991rem;left:12.687229394912rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn8Hn8OrJfWxcltoVVwtfOxsWDBssq0e { width:3.43695625rem;height:4.06223125rem;top:41.968209266662rem;left:16.563587427139rem;z-index:15036;display:none; }
 }@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.9135625rem;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.1989375rem;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.3994375rem;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.5993125rem;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.999375rem;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:26.001rem;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:30.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) { #tCXrb9elJbkfLhGMJZvHwceATcfXKWTP { width:19.99975rem;height:6.82375rem;top:14.94456875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1vG15kZd7HHOlb2Mzr6Nh2rhiMisgpR { top:23.01956875rem;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:125.3125rem;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.30026875rem;top:1.6865210533142rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcoHF2KinpTqpEeS1A9Wn7Xp1HUkTpaQ { width:20rem;height:10.400375rem;top:4.3388671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmSC1O1tM3u7LWMTzAALxRZVn2eSWEuU { width:14.4375rem;height:2.59928125rem;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) { #JqD77ZpMSn8HTtTvlTOg5qTWSQDdIPzK { width:11.625rem;height:3.898925rem;top:44.8125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SNgOK4VGOu9TJIBW3Os5mpBLr6IkFrqP { width:7.5rem;height:2.6001rem;top:34.625rem;left:11.375rem;font-size:2rem;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) { #QUQ05xeAN9qysLWaAFZ8isAMRs5LU7XJ { width:10.8125rem;height:10.8125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7zei4do5I4Qkt5q5avay2aaCQQkXrZL { width:20rem;height:22.625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrlWxAF9tGUoc0PngRnBVDUlUfJFl4I6 { width:14.25rem;height:5.19856875rem;top:67.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Noa6wfb0MzuBGnvJ0TNUxzx2nLAqV7pF { width:13.24975rem;height:13.24975rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxnXHDZusPAC7PhWv0md02uUTSxRXTVm { width:7.5rem;height:2.6001rem;top:55.125rem;left:12.5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sWsNXFSgaa8EqmLx4oqoTfDaXM5UkXJS { width:20rem;height:24.1875rem;top:77.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTf75uuniPofMtah9wc64hmCRFzmVuf { width:15.375rem;height:3.898925rem;top:92.6875rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G0k6Nufa5b0NFSmNLE7izcqiqex1oOuB { width:7.5rem;height:2.6001rem;top:79.4375rem;left:10.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlDD5CvoFTT5oOdnHXh4oI3DHTl7LLAl { width:20rem;height:18.9375rem;top:102.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4BkhRrEftc9q7THwnOlu9JnDcvpMtPc { width:15.375rem;height:2.59928125rem;top:116.68696594238rem;left:2.3119566440583rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m85tb5xbLbqTeUmLIr7gcEBpG7QK9q6R { width:7.5rem;height:2.1940125rem;top:105.93750953674rem;left:11.343750238419rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EImNvRVQhSTTLqM77sKuhp107mPoEeN2 { width:7.875rem;height:9.31225rem;top:104.93723869324rem;left:1.7690217494964rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbpTFJTMrndeWcm9Piwpcl11cKWzFJmm { width:9.1875rem;height:10.875rem;top:80.125rem;left:1.6875rem;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) { #p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh { display:block; }#p7EdN3L9Ler9WKt9z3K1PCAAd5gNanLh > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyqIBfTiSq8Aofd6h6kRbgrlpPEC5p8J { width:20rem;height:0;top:4.9993495941162rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy { width:17.8125rem;height:38.25975rem;top:20.959392547608rem;left:1.0932066440582rem;font-size:1rem;display:block; }#IELtSEcZ7tVbJOskunr7BLBFiFTVPnWy 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) { #RV6DxVFGJQKeCAnp3CGQnXVgufpXxGsh { width:15rem;height:4.38574375rem;top:1.9474334716797rem;left:2.9999998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBhcpFR6uWad0rU7rFCkPqZ9R9zuK0K { width:19.99975rem;height:4.048825rem;top:12.084121704101rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hy65HqRZexfCCMwt6Jdor7DwQidABeaq { top:62.801904678344rem;left:3.7198374271393rem;width:12.55925rem;height:3.87146875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txcHCfFIaU6TFaqdiRcGUH4H2mwBtqx1 { display:block; }
 }@media only screen and (max-width: 763px) { #FPKAc8K8E0RQwGGvshFhqLWv61xlxsno { display:flex;width:1.5rem;height:1.5rem;top:12.6875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WI0Tw0zawsIbhu72MdUVTQxAKtBIILNx { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #e1zLgtWDm6PJ2tmlIgbLyd0HKfDbB6Bs { width:18.2494375rem;height:1.4624rem;top:8.9942932128906rem;left:0.87472832202912rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elNmkcoEKMPSpEIta6G68Bm3c8UxlpiX { 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:143.0625rem;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.7939375rem;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.8046875rem;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.403625rem;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.8020625rem;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:22.0051875rem;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.6041875rem;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.3502625rem;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) { #l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL { display:block; }#l5bHWF6zT78W3WGrhFFKJ6nCpJCM2muL > .row .container { width:20rem;height:124.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psT7ykrGUE0QTgJVLvr1bGyRNc0tlaQv { width:15.49975rem;height:5.0374375rem;top:1.3883152008057rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpTlr1vwT810TGtv2DDyeeD3uwshydqT { 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) { #PaHK6DFo6g6EyxLDueBDFkJQW9TGw4Co { width:19.99975rem;height:2.6001rem;top:6.3741855621337rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzem4xl5mxuTF6wNhuHBdLoQywe9BJXP { 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) { #iTOpOxAMvOvzCy4RPvnLPLrpVFSkpViQ { width:18.375rem;height:21.678843252589rem;top:19.3481rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oH1fREQXz2EP9vmcFTicBc661hOU44 { width:19.99975rem;height:22.027375rem;top:45.55705625rem;left:0rem;font-size:1.125rem;display:block; }#z6oH1fREQXz2EP9vmcFTicBc661hOU44 li:before{  }
 }@media only screen and (max-width: 763px) { #kcmT8Rh02VMD6w2y8Ha4NCanTOvw0Aoe { width:18.4375rem;height:21.61375rem;top:69.934894561769rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp { width:19.99975rem;height:28.01175rem;top:94.98695rem;left:0rem;font-size:1.125rem;display:block; }#pwCUpRWuXfwE6VmcxBQW4BdsOW85AWsp li:before{  }
 }@media only screen and (max-width: 763px) { #dunirPlKWb4HTKUO6WGvWMGzQrK96RXT { 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) { #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW { 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; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.adaptive-delivery-prevent-bg, #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.lazyload, #zblUx8dPZKo4UNOK7xJ9plizVtbS9clW.lazyloading { background-image: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { background-color: transparent; background-image: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #212226; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container > .video-iframe-container { display: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #212226; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row > .video-iframe-container { display: none; }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .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); }#zblUx8dPZKo4UNOK7xJ9plizVtbS9clW > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMtb9rE3cMF98Bxl8ovdz3SE0IUCwT7Z { width:20rem;height:1.625rem;top:21.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-number { padding-top:0.555625rem;padding-right:0.478125rem;padding-bottom:0.555625rem;padding-left:0.478125rem;width:2.86625rem;min-width:2.86625rem;height:2.98625rem;font-size:2.221875rem;line-height:47.78px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.346875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.820625rem;height:1.179375rem;font-size:0.834375rem;line-height:18.87px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH { width:19.3125rem;height:5.62375rem;display:flex;top:24.75rem;left:0.4375rem;z-index:15008;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #zRhiPovXTJG6REuKw6DFvQ4ntrQMzMqW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #cWry0iQSkWymxvgnJOtLCeWyKuJoUHeR {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #E2aKcfeg1LKOeWR5gHrox1qLr63aew0N {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #b6TICfaXbBGXPKcTzfzqsDP4cUCtH8CP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #V49pTvIT2Eg3OoT9fK5SBNTXUV5mxR16 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #lWKFGmw1avb0tF4ZGJARVXG1ahVGAwHl {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #WmoQfa4ThEr3om98l7pV6halP0fMTrSb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #JTT69n7S61RUhC7Qo4d81fF0zeKKRWkt {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #Ueb19VGs4ciepqhql8k6SdVe3MxKaZS1 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #w89J4RnBnvu3ec1rCP7cU4fgBe2GezAd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #iZzRZmn2C6ZXozmd6sgtCt3zpeApLMy7 {  }
 }@media only screen and (max-width: 763px) { #gaCeyVuwBBSmVGXPAUzrPDccqMMx9TmH #hly18hhi2l5KAqoTNN8up31Zleg6K38T {  }
 }@media only screen and (max-width: 763px) { #JDkqOw82Fm4itAX6zFwGqf9TNIKuhiG1 { 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) { #UR7DsNuwIdKI4sCbnKtaIUQdWrRmWCoG { width:17.1244375rem;height:2.923825rem;top:16.874186515808rem;left:1.4364130496979rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCkQSaPsP4e7UsuCvKU0TyGAaqwqI8mD { 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) { #BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu { display:block; }#BPbHpKhVXX1pp3vVwQiVduExxcoS3RTu > .row .container { width:20rem;height:140.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKACcIiSkDSkEoZrXhTUgTbgRkvSseJi { width:20rem;height:57.1875rem;top:1.4375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #VbgXlAMJsrSWyf2udWWzORoiL5yPfxhP { width:19.99975rem;height:4.78125rem;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) { #soEuHgzbH7vEPkXID5TgzLTqU7ID4Bdv { width:15.9375rem;height:2.625rem;top:8.4998836517331rem;left:2.0307066440583rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND { width:18rem;height:26.9668125rem;top:12.249457359314rem;left:0.99945664405825rem;font-size:0.875rem;z-index:14995;display:block; }#Vb9JHsfEwQQ3izC0Z6oKIuRRM1UGwTND 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) { #saTerr5kh3pquQT7OWT7GxVUcz10Wrxk { width:18.3125rem;height:1.3808625rem;top:40.224609375rem;left:0.84375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gckbwROzLNTApS45pL3iM3QJASNeFJUD { width:15.2480625rem;height:5.60546875rem;top:44.1435546875rem;left:2.375rem;font-size:4.3125rem;color:#f27405;display:block; }
 }@media only screen and (max-width: 763px) { #HmHLpHilfgqknxX6w3xU2Ma9rslBZMZq { top:50.311958312988rem;left:0.49972832202911rem;width:18.9994375rem;height:4.125rem;background-color:#fc7600;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K9RpnAr4TDK1KL7rrHCzPm8Q8G7iUcOJ { display:block; }
 }@media only screen and (max-width: 763px) { #sSpeoQfHmVxJ1Ar9BsHArDvEUehNfsEJ { width:19.99975rem;height:0.975rem;top:114.68642044067rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uW2ikloGDEt8ZLJHkS5NzAw6ALfs9WLd { width:19.99975rem;height:11.04688125rem;top:127.74761962891rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPscnKaO1RGymQImZsRNGtnE3csqI7AF { width:4.24973125rem;height:3.1866875rem;top:121rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX7W7QfcIzl9qHLC751RbhNg8ibVJrDI { width:4.875rem;height:1.5rem;top:121.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpWQMlGA6u38H81cWsz7ppmvxNzLOZQ4 { width:5.4366875rem;height:2.49945625rem;top:121.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEN6vC9vs4ncAELM0WAozNJB6Wfd0z1 { width:12.49975rem;height:1.29980625rem;top:119.75rem;left:0.875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #NJKJk0NMUJB4qnxU4baALTC4wEMoZQMp { width:20rem;height:5.3125rem;top:118.9375rem;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) { #GTm42MtAED432z0Kv0Nh3vs2SNnZ1JgU { width:20rem;height:56.125rem;top:61.062225341797rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #nbOpUHrmCeIk4zP0ZQQC5RuTXXcSkkV7 { width:19.99975rem;height:0.975rem;top:55.936143875122rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBqW1T3Qv4w0kD8atOHZpQIV9CTfBzkH { width:15.2470625rem;height:5.60546875rem;top:102.103515625rem;left:2.375rem;font-size:4.3125rem;color:#f27405;display:block; }
 }@media only screen and (max-width: 763px) { #Schp7LWVXt293JeTOl2zJLBPik4WdVu0 { width:17.93725rem;height:26.9668125rem;top:70.8125rem;left:1.0625rem;font-size:0.875rem;z-index:14997;display:block; }#Schp7LWVXt293JeTOl2zJLBPik4WdVu0 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) { #nMm0zRuKpH0HanTlPd0qN4nJng6FH0g4 { width:19.99975rem;height:4.78125rem;top:61.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #El9tXm4GsWMwtvIEQEOgFC4lUHFC65fx { width:15.9375rem;height:2.625rem;top:67.625rem;left:2rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #monu09zZCarON0FQQw6mS5HscD0sTgQd { top:108.37320899963rem;left:1.0017904043198rem;width:18.9981875rem;height:4.0616875rem;background-color:#fc7600;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ttvao8VZsSeOCA6A3cDNFUcHGGmfhwCP { display:block; }
 }@media only screen and (max-width: 763px) { #sbfMEmeu3MIbFcaWmNOuzalNPv4kdztT { width:20rem;height:0;top:125.92044830323rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xVnZwwJzbavvmt29A6d75Ix9NXAUdSF1 { width:18.3121875rem;height:1.3808625rem;top:98.851032257081rem;left:0.84309899806975rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #dPItDEgE7LzVbAwhiQCuou0pW4Tk4yeS { width:15.25rem;height:2.5996125rem;top:41.5439453125rem;left:2.375rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VpInJQgMbFQDweZLMHIfaPMTKeKvUVPg { width:15.25rem;height:2.5996125rem;top:100.2314453125rem;left:2.375rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AxA7Zs7SvDwRHzJsOq1t5CWJGmptgzVM { width:13rem;height:0.1875rem;top:101.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6B8KatCFnVvwM6aUdS1RkFEitsnS5IT { width:13rem;height:0.1875rem;top:42.75rem;left:3.5rem;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) { #yzzdonop00sx6mkTCsiHGQUVZlB0v7qH { width:5.68695625rem;height:6.68725rem;top:0.68559741973875rem;left:12.185870409012rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRQ2VMP4OpwJrEVxPv6EgT9B84mIDTxT { width:7.3125rem;height:7.3125rem;top:7.3716802597044rem;left:0.62445652484894rem;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) { #L3nkiQw07Cl7xakV34hOmiHylTDaET3B { width:7.5rem;height:8.8744375rem;top:8.7480983734131rem;left:6.2494571208954rem;z-index:15013;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.7827125rem;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.9711875rem;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.9711875rem;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.9711875rem;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.3769375rem;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.9711875rem;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.57584375rem;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.7695rem;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.59928125rem;top:2.4171180725098rem;left:0rem;font-size:1rem;display:block; }
 }