.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:254,246,220;--color-primary-1:250,227,138;--color-primary-2:245,198,20;--color-primary-3:123,99,10;--color-primary-4:37,30,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--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:"Futura-Medium-01";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c903b1c-9539-42ba-bfcd-666f15c3c59b/hero_desktop2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE { border-width: 0; border-radius: 0; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container { border-width: 0; border-radius: 0; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container { border-width: 0; border-radius: 0; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container { border-width: 0; border-radius: 0; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container { background-color: transparent; background-image: none; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container > .video-iframe-container { display: none; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row > .video-iframe-container { display: none; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .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); }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container { border-width: 0; border-radius: 0; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container { background-color: transparent; background-image: none; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container > .video-iframe-container { display: none; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row > .video-iframe-container { display: none; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .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); }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container { border-width: 0; border-radius: 0; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #wSCeSQuFr756enR6WT9SnpkhqG7wUpqo { background-color: transparent; background-image: none; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container > .video-iframe-container { display: none; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row > .video-iframe-container { display: none; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .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); }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo { border-width: 0; border-radius: 0; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container { background-color: transparent; background-image: none; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container > .video-iframe-container { display: none; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row > .video-iframe-container { display: none; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .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); }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container { border-width: 0; border-radius: 0; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container { font-size:0.875rem;font-family:arial;height:112.5rem;width:75rem;position:relative;display:block; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 { background-color: transparent; background-image: none; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container > .video-iframe-container { display: none; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row > .video-iframe-container { display: none; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .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); }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 { border-width: 0; border-radius: 0; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { background-color: transparent; background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .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); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { border-width: 0; border-radius: 0; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { font-size:0.875rem;font-family:arial;height:88.8125rem;width:75rem;position:relative;display:block; }#qsTs8kvBwoQienpC92R09uIogHArtTW4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.125rem #000000;top:3.66796875rem;left:54.0625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { color:rgba(var(--color-tertiary-0),1);display:block;width:25.75rem;position:absolute;font-family:futura-bold-03;font-size:3.125rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:0.625rem;left:1.0625rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFepaChkKBV02ucfuJS2MuNplUWyvxXd { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:37.9375rem;left:18.8125rem;overflow:hidden;display:none; }
#dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:59.1875rem;top:48.25rem;left:6.0625rem;overflow:hidden;display:none; }
#p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:16.9375rem;top:37.875rem;left:36.625rem;overflow:hidden;display:none; }
#BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { box-sizing:content-box;height:5.25rem;width:19.0625rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.0625rem;left:55.625rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:none; }
#g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { box-sizing:content-box;height:4.625rem;width:27.875rem;position:absolute;display:block;z-index:14997;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { box-sizing:content-box;height:3.8125rem;width:15.125rem;position:absolute;display:block;z-index:14998;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5625rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:futura-bold-03;font-size:3.125rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:75.125rem;left:11.375rem;height:10.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { box-sizing:content-box;height:3.8125rem;width:41.8125rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:15.6875rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { box-sizing:content-box;height:3.875rem;width:38.625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.875rem;left:17.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { box-sizing:content-box;height:3.8125rem;width:50rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.6875rem;left:11.5625rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { box-sizing:content-box;height:3.8125rem;width:48.5rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.0625rem;left:13.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#fh07QTQJUskln8kezb7w3sQukk3v5iFV { box-sizing:content-box;height:3.8125rem;width:48.5rem;position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.0625rem;left:13.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { box-sizing:content-box;height:3.875rem;width:38.625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.25rem;left:18.375rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.0625rem;width:64.875rem;top:30.362489700318rem;left:5.0625rem;overflow:hidden;display:block; }
#sbBv56nByBGmd4sr2mN40bpVykOZz9pf { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:futura-bold-03;font-size:2.5rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:11.14999961853rem;left:18.78125rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem #000000;top:21.875rem;left:16.59375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { box-sizing:content-box;height:3.1875rem;width:22.625rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.625rem;left:26.187501907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { box-sizing:content-box;height:3.9375rem;width:36.75rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:19.125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:29.9375rem;top:55.862497329712rem;left:8.46875rem;overflow:hidden;display:none; }
#evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { box-sizing:content-box;height:5.875rem;width:38.25rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:18.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { box-sizing:content-box;height:5.875rem;width:38.25rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.4375rem;left:18.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:none; }
#eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { box-sizing:content-box;height:3.9375rem;width:19.6875rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.387499809265rem;left:27.656251907349rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { background-color: transparent; background-image: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container > .video-iframe-container { display: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row > .video-iframe-container { display: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .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); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { border-width: 0; border-radius: 0; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#MA7zmHaUNONhN2qzDTQBPXQh40KJ26Sc { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:44.3125rem;left:22.6875rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:50.437498092651rem;left:22.75rem;height:2.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP li:before{  }
#qkDofE5zTMkE0ZZiIroedksZFG9hGF6M { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:40.3125rem;left:3.3125rem;height:12.26875rem;font-style:normal;display:block; }
#MLhsVaBKvWWhpTsq9nMxee5VdMoRh8ha { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:42.0625rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#aTFGVCo8gbThHpRGTSosnThxJtUi1aIA { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:47.3125rem;left:13.8125rem;height:2.35625rem;font-style:normal;display:block; }
#cBwdEXtu9AFyeKzQoNCtSPT0sMEibEyD { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:50.0625rem;left:1.8125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMr9tt2K7zt475JNFe4XhFVRVwow4AwB { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:49.8125rem;left:1.4375rem;display:block; }
#Zt9bblsQ9Iv3L3DgnIMiAThvJcFc9sHz { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:19.625rem;top:29.25rem;left:48.4375rem;overflow:hidden;display:block; }
#Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F { box-sizing:content-box;height:63.375rem;width:48.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d199234-e643-428a-85a6-9ba99afe0e42/bg_skarp.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.625rem;display:block; }#Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.adaptive-delivery-prevent-bg, #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.lazyload, #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.lazyloading { background-image: none; }
#CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA { box-sizing:content-box;height:12.125rem;width:20.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:0rem;display:block; }#CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA.adaptive-delivery-prevent-bg, #CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA.lazyload, #CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA.lazyloading { background-image: none; }
#DeDnrXr3XuVaEXMdAiTm6zhyWrhvWiEs { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:16.625rem;top:14.437500953674rem;left:55.687501907349rem;overflow:hidden;display:block; }
#WXZ3wVSTDk0NfnK4RaqLOen7z6EGnMK5 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:23.4375rem;top:1.2375030517578rem;left:4.21875rem;overflow:hidden;display:block; }
#qIo1mT3I6OhAbzWvhVDoHIya1ASIbPRW { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.875001907349rem;height:12.26875rem;font-style:normal;display:block; }
#doXJ9Hoco0eCuEOlypC2EDHuliSfgo06 { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.5625rem;left:52.000001907349rem;height:5.6875rem;font-style:normal;display:block; }
#EVPwfQfDFBTgWVN61mIneuwL1NR5bJAK { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:24.8125rem;left:52.000001907349rem;height:2.35625rem;font-style:normal;display:block; }
#mon3QXvAy1wBVIzWFlIMb3UnXhq6sDei { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:27.5625rem;left:42.3125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.625rem;display:block; }#T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF.adaptive-delivery-prevent-bg, #T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF.lazyload, #T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF.lazyloading { background-image: none; }
#wysC9WTlhwTdPI9ATyqosw64n0meheTV { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:6.625rem;left:39.750001907349rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx li:before{  }
#eS9zzy9auOO7uG228XtXtzLzEwsZiTll { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:27.3125rem;left:42.125rem;display:block; }
#WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U { box-sizing:content-box;height:59.5rem;width:39.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a3712ce-51d3-43d1-b941-cadd655eb4b3/bg_smycz2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:34.8125rem;display:block; }#WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U.adaptive-delivery-prevent-bg, #WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U.lazyload, #WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U.lazyloading { background-image: none; }
#qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#M826N0sF2JcMOZe1QoMN06GVoPuLET5Z { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:31.875rem;top:22.8125rem;left:0rem;overflow:hidden;display:block; }
#HEUhHZ8LwcoMvgl530bTFXh78x2WJiyp { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:4.4375rem;left:40.3125rem;height:2.475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TqT47E6nL6A38K7UfGq6SSUDnQlele6z { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:39.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zTaz8NR95lb6N08mWl5FiBZuHQHwycQK { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.625rem;left:22.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ghkVTGPOsxTuyHsK9Z9JenXLM2soGKwE { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:42.0625rem;left:22.937501907349rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.1;letter-spacing:0;top:14.6875rem;left:40.000001907349rem;height:2.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 li:before{  }
#nO6pomrWdrsH7uXLA9aFayAwtGHZ7qhE { color:#000000;display:block;width:18.625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:12.849999427796rem;left:39.937501907349rem;height:1.2375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3Hw0cLfNF8CE6lh1rxdypAR8nuMKfbJ { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:26.8125rem;top:11.11562538147rem;left:12.987501144409rem;overflow:hidden;display:block; }
#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { background-color: transparent; background-image: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container > .video-iframe-container { display: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row > .video-iframe-container { display: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .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); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { border-width: 0; border-radius: 0; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#qxdw7td3XVUV9rIpxGX3QSHWZd9dTTfM { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15096;line-height:1.1;letter-spacing:0;top:18.25rem;left:6.5625rem;height:5.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8a04FOMggUxdNJpPicpZnGDpkdPEA9d { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:24.875rem;left:6.5rem;height:1.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T8a04FOMggUxdNJpPicpZnGDpkdPEA9d li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8a04FOMggUxdNJpPicpZnGDpkdPEA9d li:before{  }
#EGAsr5eIpwTE6QWc1O0As71ziH94xJ8m { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:0.0625rem;left:4.125rem;height:12.26875rem;font-style:normal;display:block; }
#evZripcrfE66PCNo95RtwcSPhsB33q1E { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.9447937011719rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#HcbHx8DdtomzyybAASeGRE1yWCgE7uSd { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:6.6416625976562rem;left:13.8125rem;height:2.35625rem;font-style:normal;display:block; }
#UnqWvxlwwUurTlSJgyTLAJeOitBeeBoN { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:9.9447937011719rem;left:1.8125rem;height:2.325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPz6nCpJMcMGnqODZfipy3vrsOBcPiak { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:9.5499877929688rem;left:1.375rem;display:block; }
#uQedvnpsEPunkXfZzNcouEZqXTJnVX82 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:23.6875rem;top:2.5rem;left:51.312501907349rem;overflow:hidden;display:block; }
#y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG { box-sizing:content-box;height:48.5625rem;width:46.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a75c1a42-eb1b-493f-9464-374edfd30814/bg_powerbank.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:2.9375rem;display:block; }#y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.adaptive-delivery-prevent-bg, #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.lazyload, #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.lazyloading { background-image: none; }
#oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V { box-sizing:content-box;height:12.125rem;width:19.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.2572937011719rem;left:0rem;display:block; }#oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V.adaptive-delivery-prevent-bg, #oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V.lazyload, #oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V.lazyloading { background-image: none; }
#WPlidkFAPkor8pvAg7JIT6i7XOPn9Hf5 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:24.5625rem;top:5.96875rem;left:42.687501907349rem;overflow:hidden;display:block; }
#NCFZdRkZQVEOnaOQrkTkbrtt9J650H6o { position:absolute;display:block;z-index:15097;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:30.8125rem;top:0.29997634887695rem;left:15.5625rem;overflow:hidden;display:block; }
#aTRaE90oB8Dsf6fMiLsWr4381pi6As53 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:30.875rem;left:36.500001907349rem;height:12.26875rem;font-style:normal;display:block; }
#y1HEcTWR6LCUFbeOgX0QgHBPnhiSVzuJ { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:32.5625rem;left:42.000001907349rem;height:5.6875rem;font-style:normal;display:block; }
#UUHRKXmD832HrGb5ui9r9wIqdTUcmaHy { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.5rem;left:42.125001907349rem;height:2.35625rem;font-style:normal;display:block; }
#G9a0BRRq3l3XSUul2toCgD2Hgqzr4f2h { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:40.875rem;left:34.9375rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:33.25rem;display:block; }#bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf.adaptive-delivery-prevent-bg, #bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf.lazyload, #bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf.lazyloading { background-image: none; }
#sRN1ev7SEf4punAzEs8TfXPB8O2zCKPm { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:35.606231689453rem;left:52.062501907349rem;height:5.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w li:before{  }
#CTnWV0FsAVQN1pdmFsX8xiu4OXgvOT9B { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:40.6875rem;left:34.6875rem;display:block; }
#An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg { box-sizing:content-box;height:43.625rem;width:50rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c142e228-a8e0-43bb-88f6-b53eb8144b6e/bg_magnes.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:25rem;display:block; }#An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg.adaptive-delivery-prevent-bg, #An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg.lazyload, #An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg.lazyloading { background-image: none; }
#ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#SwWCJmD7etrRRFJJGlkw6sNQLmubUslC { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.25rem;top:22.362500190735rem;left:0rem;overflow:hidden;display:block; }
#SmDX6xdLcMUmHrBfOqckS0Rki3bqhyJl { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.125rem;left:6.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ulDdhAcTFPO3HVaB9v2sOxRrW0kesIKE { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.1;letter-spacing:0;top:15.625rem;left:6.875rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yXSdyb4xEOhJMFFCiByxKmsRKx8AU6mL { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.8125rem;left:52.062501907349rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#xTVocCJLDW3CRGlRGG549ZRLIMR7LvZf { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:33.375rem;left:52.500001907349rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTOZ95bsf1FlFyy9iFvdbcFRKqgki7O8 { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:33.125rem;top:22.821880340576rem;left:0rem;overflow:hidden;display:block; }
#RdrfVwReQU2FnUff3dUxmufuI61eDbyR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:42.012498855591rem;left:52.218751907349rem;height:2.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ li:before{  }
#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));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; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { background-color: transparent; background-image: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container > .video-iframe-container { display: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row > .video-iframe-container { display: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .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); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { border-width: 0; border-radius: 0; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:75rem;position:relative;display:block; }#fCP34kFRUOl2Hp0BPAsLItt4fUveMqLd { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:19.625rem;left:39.875rem;height:5.9125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x5Cig1bnRQo065IDqcClziHFo4DuyJfl { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:29.981243133545rem;left:48.112501144409rem;height:10.38125rem;font-style:normal;display:block; }
#Cp7UrrFViE7Zh0p1unluDUugie0S6QEs { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:30.625rem;left:59.5rem;height:5.6875rem;font-style:normal;display:block; }
#mvJ2a1uHawziHNtiqOtfCU3Ul0hamnx0 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:35.625rem;left:59.5rem;height:2.35625rem;font-style:normal;display:block; }
#gLyGI4ksza7OAzqWggTynRwGnX4ran7F { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:39.625rem;left:48.25rem;height:2.325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xklDpTAhivQOd7ryCd3KKz6IrQPT9vRF { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:39.375rem;left:48rem;display:block; }
#Cv6u5JdpcA0Scf2WyB4fBugUtsGHJIRl { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:23.4375rem;top:22.737493515014rem;left:18.875rem;overflow:hidden;display:block; }
#vfrfJZVthiWXnJrHTthyaw4StqKPLqfL { box-sizing:content-box;height:36.625rem;width:65.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4e42f2d-c93d-49d9-a7f3-abbf28db70fe/bg_apteczka2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.34375rem;left:0rem;display:block; }#vfrfJZVthiWXnJrHTthyaw4StqKPLqfL.adaptive-delivery-prevent-bg, #vfrfJZVthiWXnJrHTthyaw4StqKPLqfL.lazyload, #vfrfJZVthiWXnJrHTthyaw4StqKPLqfL.lazyloading { background-image: none; }
#GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW { box-sizing:content-box;height:13.3125rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.875rem;left:46.6875rem;display:block; }#GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW.adaptive-delivery-prevent-bg, #GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW.lazyload, #GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW.lazyloading { background-image: none; }
#TcwTPSSSeXwqJQCBHMyyHRlDZNyx7z2F { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:39.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#dQtFZPiZKfTsXxBm3MVGX3oNAEIizHUw { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.1;letter-spacing:0;top:17.25rem;left:40.25rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.1;letter-spacing:0;top:26.5rem;left:39.875rem;height:1.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm li:before{  }
#VIw0VoPTDVe5DhrvnqIdTqT4oTg8VPPP { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:27.625rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#EpXdD4LBc0eBByUIi2HcdEiIJPT42sCT { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.625rem;width:25.375rem;top:1.3937683105469rem;left:10.356250762939rem;overflow:hidden;display:block; }
#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { background-color: transparent; background-image: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container > .video-iframe-container { display: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row > .video-iframe-container { display: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .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); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { border-width: 0; border-radius: 0; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#C8nyEnz1ZKksXTfxTRDl7p07a1nbN4fB { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.999996185302rem;left:8.9375rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NNOSnGkJJg2FkcItzVzWvMwkghKTMTPz { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.4375rem;width:33.5rem;top:0.71875rem;left:30.125001907349rem;overflow:hidden;display:block; }
#TshlPfk7svKLquUkqnAtzBN6p5gT68Ng { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:21.8125rem;left:11.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#TshlPfk7svKLquUkqnAtzBN6p5gT68Ng li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TshlPfk7svKLquUkqnAtzBN6p5gT68Ng li:before{  }
#XvaytiRr6Bc3XTK2FFeLsuO91itUsmkh { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:26.375rem;left:7.875rem;height:12.26875rem;font-style:normal;display:block; }
#uIxqBeAoyMuTsTiqRIEER2ebgUNw3W38 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:28.3125rem;left:19rem;height:5.6875rem;font-style:normal;display:block; }
#pk2D9Am4yNirBlbU3kBUXdgCGRvKhNKk { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:33.25rem;left:19.125rem;height:2.35625rem;font-style:normal;display:block; }
#xqkfkEBSNUP7srGgOnnIzIwAJT0BgD9T { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:36.9375rem;left:9.4375rem;height:2.325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BbVqf6BH5EE7kuCUFvDHriZnB587vF4W { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:36.6875rem;left:9.1875rem;display:block; }
#yCDr8bbUohD7iBhfVEvdTPcJeoOrNaJX { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:16.3125rem;top:10.375rem;left:57.468751907349rem;overflow:hidden;display:block; }
#DD9uEDFbqLhaf8c638RPTsQOPGItJctx { box-sizing:content-box;height:35rem;width:68.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5000247955323rem;left:6.125rem;display:block; }#DD9uEDFbqLhaf8c638RPTsQOPGItJctx.adaptive-delivery-prevent-bg, #DD9uEDFbqLhaf8c638RPTsQOPGItJctx.lazyload, #DD9uEDFbqLhaf8c638RPTsQOPGItJctx.lazyloading { background-image: none; }
#WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5 { box-sizing:content-box;height:14.1875rem;width:21rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.5rem;left:4.625rem;display:block; }#WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5.adaptive-delivery-prevent-bg, #WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5.lazyload, #WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5.lazyloading { background-image: none; }
#S0a4OKqieE0EDVsi5uyTWV3xstNhB8GP { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.0625rem;left:9.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hQwEo3MuCMxyExZnHqnrg8IhcblAyiRJ { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:8.5625rem;left:9.375rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GtUkoesfzusHsfGF6yz0utzWUhSyxNBi { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:21.4375rem;left:8.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GtUkoesfzusHsfGF6yz0utzWUhSyxNBi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GtUkoesfzusHsfGF6yz0utzWUhSyxNBi li:before{  }
#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { background-color: transparent; background-image: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container > .video-iframe-container { display: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row > .video-iframe-container { display: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .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); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { border-width: 0; border-radius: 0; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#i0vVbcST9qqpHvB8ZED7yInES22RG3nA { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.443359375rem;left:9.125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H3m8p10wMOutNi8XaT4D0DT920bRtke2 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.6875rem;width:39.3125rem;top:0.375rem;left:34.500001907349rem;overflow:hidden;display:block; }
#tGe2G0JS5kWxdClKXdH6MGlUR6loT48t { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:20.1875rem;left:9.125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#tGe2G0JS5kWxdClKXdH6MGlUR6loT48t li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tGe2G0JS5kWxdClKXdH6MGlUR6loT48t li:before{  }
#VUNu53owTaZPZtDEIZp0WC2TfEI3f6r2 { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:25.9375rem;left:8.5rem;height:12.2685625rem;font-style:normal;display:block; }
#gWl8ErwzgdOmCJg8sTxTpqOR9uaX6dfB { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:27.5rem;left:20.6875rem;height:5.6875rem;font-style:normal;display:block; }
#l0s1XXWyB1ovKADzKXBiZOrwktUXayE2 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:32.3125rem;left:20.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#Flvte1TE7LZra9GOpTHypUtI0oFyRwA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6875rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:36.4375rem;left:8.875rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWSTubt4QpindAfITOEHhXTiOVgT1JUB { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:36.1875rem;left:8.5rem;display:block; }
#Ku0Dryy0sBxc1uveTCdHuC5uA3Fuwvol { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:15.4375rem;top:0.3125rem;left:27.125001907349rem;overflow:hidden;display:block; }
#rWHWcWz9k75CD1rRCk65sW3mBJxmiH92 { box-sizing:content-box;height:38.5625rem;width:66.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.126953125rem;left:6.6875rem;display:block; }#rWHWcWz9k75CD1rRCk65sW3mBJxmiH92.adaptive-delivery-prevent-bg, #rWHWcWz9k75CD1rRCk65sW3mBJxmiH92.lazyload, #rWHWcWz9k75CD1rRCk65sW3mBJxmiH92.lazyloading { background-image: none; }
#bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7 { box-sizing:content-box;height:14.6875rem;width:21.125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26rem;left:5.625rem;display:block; }#bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7.adaptive-delivery-prevent-bg, #bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7.lazyload, #bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7.lazyloading { background-image: none; }
#llXyX7VnkSZn7twKNyHr0ZSclxONqRMZ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.1;letter-spacing:0;top:8.3302001953125rem;left:9.5rem;height:1.2375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fay9LdPdEs0uUkA65ICiPOyVmCStJMwU { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8544921875rem;left:9.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#p5i9F5GsvN1LGJJgV8ko1KOBQM9NtTgo { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:8.9375rem;top:0.55625152587891rem;left:17.237501144409rem;overflow:hidden;display:block; }
#K5CtdNcqKuyx19iakf5mDbQNzs7TMMzD { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10rem;top:1.1677026748657rem;left:63.174997329712rem;overflow:hidden;display:block; }
#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { background-color: transparent; background-image: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .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); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { border-width: 0; border-radius: 0; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.375rem;left:46.3125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:38.0625rem;top:3.3369140625rem;left:1.375rem;overflow:hidden;display:block; }
#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:20.1875rem;left:46.3125rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
#uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:.9;letter-spacing:0;top:22.375rem;left:46.3125rem;height:8.493625rem;font-style:normal;display:block; }
#a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:22.375rem;left:58.6875rem;height:5.6875rem;font-style:normal;display:block; }
#Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:27.375rem;left:58.6875rem;height:2.35595625rem;font-style:normal;display:block; }
#IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:30.8125rem;left:47.25rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.5625rem;left:47.0625rem;display:block; }
#JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:39.75rem;top:15.2060546875rem;left:1.5625rem;overflow:hidden;display:block; }
#W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { box-sizing:content-box;height:31.5rem;width:63.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:1.3125rem;display:block; }#W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.adaptive-delivery-prevent-bg, #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.lazyload, #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw.lazyloading { background-image: none; }
#X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { box-sizing:content-box;height:12.875rem;width:19.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:45.8125rem;display:block; }#X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.adaptive-delivery-prevent-bg, #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.lazyload, #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N.lazyloading { background-image: none; }
#WiXHRoFcipw2XczNNb6WulJCU6783lc9 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:25.875rem;top:8.40625rem;left:7.5rem;overflow:hidden;display:none; }
#TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:8.125rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:46.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { background-color: transparent; background-image: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .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); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { border-width: 0; border-radius: 0; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:17.5rem;left:8.5625rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:25.1875rem;top:0rem;left:42.625rem;overflow:hidden;display:block; }
#DgHWmyLG5rV8qswIIT6woySqVdSFXRko { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:27.6181640625rem;left:8.5625rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
#UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:29.0625rem;left:8.5625rem;height:12.2685625rem;font-style:normal;display:block; }
#C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.5rem;left:20.75rem;height:5.6875rem;font-style:normal;display:block; }
#hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.3125rem;left:20.875rem;height:2.35595625rem;font-style:normal;display:block; }
#D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:39.5625rem;left:8.75rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJRnBBK4VTVq84vXismEhduzzg8P1hhH { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:39.3125rem;left:8.5625rem;display:block; }
#VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1875rem;width:17.4375rem;top:5.125rem;left:29.75rem;overflow:hidden;display:block; }
#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { box-sizing:content-box;height:37rem;width:68.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af284381-be16-4172-bed7-d01b0ded0e6e/bg_blue2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:6.25rem;display:block; }#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.adaptive-delivery-prevent-bg, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyload, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyloading { background-image: none; }
#u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { box-sizing:content-box;height:14.6875rem;width:22rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.125rem;left:5.0625rem;display:block; }#u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.adaptive-delivery-prevent-bg, #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.lazyload, #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO.lazyloading { background-image: none; }
#eOOdLUK607OGnmSC8BILZM9RBEwFMehl { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.125rem;top:15.9375rem;left:65.8125rem;overflow:hidden;display:block; }
#QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { position:absolute;display:block;z-index:15084;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.9375rem;top:24.4931640625rem;left:69rem;overflow:hidden;display:block; }
#MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15083;line-height:1.1;letter-spacing:0;top:15.287109375rem;left:9.0625rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RPE6QepyUfnuFasB1NWxBPSztKrr31BC { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8115234375rem;left:8.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { background-color: transparent; background-image: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .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); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { border-width: 0; border-radius: 0; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { color:#000000;display:block;width:22.375rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:8.875rem;left:46.25rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:34.625rem;top:2.25rem;left:2.875rem;overflow:hidden;display:block; }
#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:18.6875rem;left:46.25rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
#CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:21.5625rem;left:46.25rem;height:10.380875rem;font-style:normal;display:block; }
#iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:21.5625rem;left:57.375rem;height:5.6875rem;font-style:normal;display:block; }
#bKKpzssanIHN9fOzl8n5KIOEX97XmRll { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:26.5625rem;left:57.375rem;height:2.35595625rem;font-style:normal;display:block; }
#yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:30.5625rem;left:47.25rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.3125rem;left:47rem;display:block; }
#fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:44.3125rem;top:12.5rem;left:0rem;overflow:hidden;display:block; }
#K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { box-sizing:content-box;height:36.625rem;width:64.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0.3125rem;display:block; }#K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.adaptive-delivery-prevent-bg, #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.lazyload, #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb.lazyloading { background-image: none; }
#Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { box-sizing:content-box;height:13.3125rem;width:20.5rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:45.6875rem;display:block; }#Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.adaptive-delivery-prevent-bg, #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.lazyload, #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1.lazyloading { background-image: none; }
#K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:46.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:6.6875rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7F8hgptCrazNKBbpGwgrOW095DOeDbM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { background-color: transparent; background-image: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .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); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { border-width: 0; border-radius: 0; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#Scmgio58qqwbQ5omTo6giutQFNNHWoGT { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:9.5625rem;left:8.9375rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5rem;width:37.5rem;top:3.3125rem;left:35.5rem;overflow:hidden;display:block; }
#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:21.8125rem;left:11.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
#xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:16.6875rem;left:8.125rem;height:12.2685625rem;font-style:normal;display:block; }
#SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:18.1875rem;left:18.625rem;height:5.6875rem;font-style:normal;display:block; }
#E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:23.125rem;left:18.75rem;height:2.35595625rem;font-style:normal;display:block; }
#pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:27.1875rem;left:9.625rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:26.9375rem;left:9.375rem;display:block; }
#ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:16.3125rem;top:8.875rem;left:32.71875rem;overflow:hidden;display:block; }
#JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { box-sizing:content-box;height:35.125rem;width:68.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.875rem;left:6.0625rem;display:block; }#JNnEbgUiib442fWp5286DdmSZ5P5hZI2.adaptive-delivery-prevent-bg, #JNnEbgUiib442fWp5286DdmSZ5P5hZI2.lazyload, #JNnEbgUiib442fWp5286DdmSZ5P5hZI2.lazyloading { background-image: none; }
#pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { box-sizing:content-box;height:14.1875rem;width:21rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.75rem;left:4.8125rem;display:block; }#pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.adaptive-delivery-prevent-bg, #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.lazyload, #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr.lazyloading { background-image: none; }
#cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:9.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:7.125rem;left:9.75rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { background-color: transparent; background-image: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .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); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { border-width: 0; border-radius: 0; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#ugG0MudkvMsUceStafyFfUWTQQUxgPvF { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:9.0498046875rem;left:46.1875rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.8125rem;width:31.125rem;top:3.6875rem;left:2.0625rem;overflow:hidden;display:block; }
#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:22.0625rem;left:46.3125rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
#U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.5rem;height:12.2685625rem;font-style:normal;display:block; }
#EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:22.1875rem;left:58.0625rem;height:5.6875rem;font-style:normal;display:block; }
#MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:27.1875rem;left:58.0625rem;height:2.35595625rem;font-style:normal;display:block; }
#PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:31.1875rem;left:47.1875rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:30.9375rem;left:47rem;display:block; }
#plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:39.1875rem;top:23.818359375rem;left:3.125rem;overflow:hidden;display:block; }
#u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { box-sizing:content-box;height:36.625rem;width:67.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.068359375rem;left:0rem;display:block; }#u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.adaptive-delivery-prevent-bg, #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.lazyload, #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F.lazyloading { background-image: none; }
#FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { box-sizing:content-box;height:13.3125rem;width:22.6875rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21rem;left:45.6875rem;display:block; }#FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.adaptive-delivery-prevent-bg, #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.lazyload, #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir.lazyloading { background-image: none; }
#mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15087;line-height:1.1;letter-spacing:0;top:6.625rem;left:46.875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:46.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { background-color: transparent; background-image: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .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); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { border-width: 0; border-radius: 0; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:block; }#mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:39.3125rem;left:22.75rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:52.75rem;left:22.75rem;height:2.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
#UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:40.3125rem;left:1.6875rem;height:12.2685625rem;font-style:normal;display:block; }
#q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:42.0625rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:47.3125rem;left:13.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:50.0625rem;left:1.8125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:49.8125rem;left:1.4375rem;display:block; }
#aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:19.625rem;top:29.25rem;left:48.4375rem;overflow:hidden;display:block; }
#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { box-sizing:content-box;height:63.375rem;width:48.4375rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d199234-e643-428a-85a6-9ba99afe0e42/bg_skarp.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0.625rem;display:block; }#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.adaptive-delivery-prevent-bg, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyload, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyloading { background-image: none; }
#Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { box-sizing:content-box;height:12.125rem;width:20.8125rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:41.375rem;left:0rem;display:block; }#Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.adaptive-delivery-prevent-bg, #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.lazyload, #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH.lazyloading { background-image: none; }
#AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.0625rem;width:12.75rem;top:3.1875rem;left:60.5rem;overflow:hidden;display:block; }
#vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.1875rem;width:31rem;top:3.1875rem;left:0.8125rem;overflow:hidden;display:block; }
#g7i9PKaIPTyosHU8dwWK9iaybvZnknru { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:17.8125rem;left:44rem;height:12.2685625rem;font-style:normal;display:block; }
#bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.5625rem;left:49.3125rem;height:5.6875rem;font-style:normal;display:block; }
#V7GI6X1meevWNNOyedenvaTk4rxdI4dI { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:24.8125rem;left:49.3125rem;height:2.35595625rem;font-style:normal;display:block; }
#T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:27.5625rem;left:42.3125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.875rem;left:40.625rem;display:block; }#q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.adaptive-delivery-prevent-bg, #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.lazyload, #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU.lazyloading { background-image: none; }
#zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:6.625rem;left:39.75rem;height:11.825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p7Eb05kEKEwplTptizKx8ruduzENQOon { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
#shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:27.3125rem;left:42.125rem;display:block; }
#BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { box-sizing:content-box;height:59.5rem;width:39.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a3712ce-51d3-43d1-b941-cadd655eb4b3/bg_smycz2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.125rem;left:34.8125rem;display:block; }#BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.adaptive-delivery-prevent-bg, #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.lazyload, #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL.lazyloading { background-image: none; }
#fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:28.125rem;top:8.5rem;left:0rem;overflow:hidden;display:block; }
#sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { color:#ffffff;display:block;width:8.25rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.1;letter-spacing:0;top:4.4375rem;left:40.3125rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.875rem;left:39.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.625rem;left:22.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.1;letter-spacing:0;top:37.125rem;left:23.375rem;height:1.23730625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EIteULEGXrQtxzqsWzHcPRE59C7JHakr { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:20.5rem;left:41.3125rem;height:2.35595625rem;font-style:normal;display:block; }
#kdM9I257ulXJRW0oE5PGFgAamVSS42iG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.15);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; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { background-color: transparent; background-image: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .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); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { border-width: 0; border-radius: 0; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { color:#000000;display:block;width:18.5rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:8.595703125rem;left:22.25rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:15.6435546875rem;left:22.25rem;height:8.675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
#Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.9921875rem;left:1.625rem;height:12.2685625rem;font-style:normal;display:block; }
#DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:3.875rem;left:13.8125rem;height:5.6875rem;font-style:normal;display:block; }
#e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:8.572265625rem;left:13.8125rem;height:2.35595625rem;font-style:normal;display:block; }
#c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:11.875rem;left:1.8125rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:11.48046875rem;left:1.375rem;display:block; }
#Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:23.6875rem;top:3.875rem;left:51.3125rem;overflow:hidden;display:block; }
#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { box-sizing:content-box;height:48.5625rem;width:46.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a75c1a42-eb1b-493f-9464-374edfd30814/bg_powerbank.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.625rem;left:2.9375rem;display:block; }#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.adaptive-delivery-prevent-bg, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyload, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyloading { background-image: none; }
#PC2lcKBESU07bvbsMTQTDbayLT86IlUK { box-sizing:content-box;height:12.125rem;width:19.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/36277141-ef01-424c-b58f-494a445a7850/Rectangle12.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:0rem;display:block; }#PC2lcKBESU07bvbsMTQTDbayLT86IlUK.adaptive-delivery-prevent-bg, #PC2lcKBESU07bvbsMTQTDbayLT86IlUK.lazyload, #PC2lcKBESU07bvbsMTQTDbayLT86IlUK.lazyloading { background-image: none; }
#iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:19.4375rem;top:9.5625rem;left:46.6875rem;overflow:hidden;display:block; }
#WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:20.75rem;top:17.1875rem;left:5.9375rem;overflow:hidden;display:block; }
#h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:30.875rem;left:33.9375rem;height:12.2685625rem;font-style:normal;display:block; }
#db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:32.5625rem;left:44.25rem;height:5.6875rem;font-style:normal;display:block; }
#nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:37.5rem;left:44.375rem;height:2.35595625rem;font-style:normal;display:block; }
#kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;top:40.875rem;left:34.9375rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { box-sizing:content-box;height:12.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.1875rem;left:33.25rem;display:block; }#iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.adaptive-delivery-prevent-bg, #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.lazyload, #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ.lazyloading { background-image: none; }
#IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15078;line-height:1.1;letter-spacing:0;top:36.5439453125rem;left:52.0625rem;height:5.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { color:#000000;display:block;width:17rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15082;line-height:1.1;letter-spacing:0;top:19.25rem;left:35.5rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
#SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:40.6875rem;left:34.6875rem;display:block; }
#JGbagZWFhtEskADI5uC5DxFkspWPJN4r { box-sizing:content-box;height:43.625rem;width:50rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c142e228-a8e0-43bb-88f6-b53eb8144b6e/bg_magnes.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.0625rem;left:25rem;display:block; }#JGbagZWFhtEskADI5uC5DxFkspWPJN4r.adaptive-delivery-prevent-bg, #JGbagZWFhtEskADI5uC5DxFkspWPJN4r.lazyload, #JGbagZWFhtEskADI5uC5DxFkspWPJN4r.lazyloading { background-image: none; }
#zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;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;display:none; }
#drUDGyLU86nBBawqEmc4y7NTUvv55WXb { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:24.25rem;top:32.5rem;left:4.1875rem;overflow:hidden;display:block; }
#unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.25rem;left:22.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.1;letter-spacing:0;top:5.75rem;left:22.8125rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MULCHtCufppVvp7dV9VMFx6WSftkqQip { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.8125rem;left:52.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:34.3125rem;left:52.5625rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000026', endColorstr='#0000004c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.3));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; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { background-color: transparent; background-image: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container > .video-iframe-container { display: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row > .video-iframe-container { display: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .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); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { border-width: 0; border-radius: 0; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#Q8yvsFw9JAr15tzvnasE8xSWkXmc7I8U { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"cera pro medium";font-size:2.6875rem;font-weight:400;z-index:15076;line-height:1.1;letter-spacing:0;top:10.6875rem;left:42.125rem;height:8.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJaFQJf9grX22icJlqFdlzJnZDbIHtg9 { position:absolute;display:block;z-index:15082;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:34.625rem;top:6.662109375rem;left:4.40625rem;overflow:hidden;display:block; }
#CVglgFyzbFD6WIG0trU6uEAwpXPd84Dy { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"cera pro medium";font-size:9.4375rem;font-weight:700;z-index:15083;line-height:1.1;letter-spacing:0;top:20.9375rem;left:47.5rem;height:10.380875rem;font-style:normal;display:block; }
#am0UaZcsNxfSHIEUdFFvCX9RcyV4wypn { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"cera pro";font-size:4.375rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:20.9375rem;left:59.75rem;height:5.6875rem;font-style:normal;display:block; }
#iUB25snmJBywnRwkCkhz557ck0JQuM4t { color:#ffffff;display:block;width:7.125rem;position:absolute;font-family:"cera pro medium";font-size:1.8125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:25.9375rem;left:59.75rem;height:2.35595625rem;font-style:normal;display:block; }
#qTBxLN3ALvTiWRE02qD3HP2xIAtFcucl { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:futura-bold-03;font-size:1.9375rem;font-weight:400;z-index:15064;line-height:1.2;letter-spacing:0;top:29.9375rem;left:48.5rem;height:2.32470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xUdol8fVudUodLGdzw3KSVCmzkDqti21 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:"cera pro";font-size:1rem;font-weight:400;z-index:15087;line-height:1.4;letter-spacing:0;top:30.375rem;left:21.5rem;height:2.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NyiMXTH2BITMmggShN4DfBRgbuZx5iNE { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:13.5rem;top:29.6875rem;left:48.25rem;display:block; }
#uBV6IFE83fm2o3Mp3qWmLoatIA9wuZEU { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:27.625rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#KTg8yTezshkhX503m7aAN1Qbv1LzRRNq { box-sizing:content-box;height:36.625rem;width:65.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f4e42f2d-c93d-49d9-a7f3-abbf28db70fe/bg_apteczka2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.25rem;left:0.3125rem;display:block; }#KTg8yTezshkhX503m7aAN1Qbv1LzRRNq.adaptive-delivery-prevent-bg, #KTg8yTezshkhX503m7aAN1Qbv1LzRRNq.lazyload, #KTg8yTezshkhX503m7aAN1Qbv1LzRRNq.lazyloading { background-image: none; }
#CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb { box-sizing:content-box;height:13.3125rem;width:20rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/be2ea0a8-cbda-4cfa-88e8-4c05c7938994/Rectangle142.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.1875rem;left:46.9375rem;display:block; }#CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb.adaptive-delivery-prevent-bg, #CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb.lazyload, #CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb.lazyloading { background-image: none; }
#b2ssnS95Ti9iRPbvtgqaSn6ktJlXXVLt { color:rgba(var(--color-tertiary-0),1);display:block;width:51.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.77);top:43.125rem;left:10.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#BtAahceZViXuP1QlSH7I5xF50bvTk89s { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:10rem;top:43.125rem;left:65rem;overflow:hidden;display:block; }
#Rmd5ZW33r2ZfLuzK0OHkXWlQHi6tfXN0 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:8.9375rem;top:45.2373046875rem;left:0rem;overflow:hidden;display:block; }
#TTGINfS2FWd6ZAfrQTyfoDnTzbpXrQrA { box-sizing:content-box;height:4.6875rem;width:23.5rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:29.25rem;left:19.1875rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#bZx3xCdqzKVfGaaIZxPJgf1k6TWCh4Ge { box-sizing:content-box;height:3.0625rem;width:2.75rem;position:absolute;display:block;z-index:15087;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);top:28.3125rem;left:17.5625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#R7EJADkUbRemkrqCEMBI9ffBK0s5X1Ab { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:29.0625rem;left:18.1875rem; }
#redxFT6TEu4A8iL3hpzXE2tgDPf8PJOo { box-sizing:content-box;height:2.1875rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:42.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AAUJKyG2dcBb8usdGXJ4M1Pkmop0ewEi { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"cera pro";font-size:1.125rem;font-weight:400;z-index:15095;line-height:1.1;letter-spacing:0;top:8.3125rem;left:42.6875rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2e74;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; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { background-color: transparent; background-image: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container > .video-iframe-container { display: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container { display: none; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .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); }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { border-width: 0; border-radius: 0; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { 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:15.25rem;width:18.375rem;top:4.625rem;left:43rem;overflow:hidden;display:block; }
#DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { 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:8.25rem;width:18rem;top:6.5625rem;left:13.0625rem;overflow:hidden;display:block; }
#U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.875rem;left:11.1875rem;height:2.1125rem;text-align:center;text-align-last:center;display:block; }
#R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { position:absolute;display:block;z-index:15004;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:0.125rem;top:4.625rem;left:37.4375rem;display:block; }
#y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:6.3125rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#HBErAtqT6oinsmk5t0rOkcznvxpisH6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y.adaptive-delivery-prevent-bg, #HBErAtqT6oinsmk5t0rOkcznvxpisH6y.lazyload, #HBErAtqT6oinsmk5t0rOkcznvxpisH6y.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container { background-color: transparent; background-image: none; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container > .video-iframe-container { display: none; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row > .video-iframe-container { display: none; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .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); }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container { border-width: 0; border-radius: 0; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI.adaptive-delivery-prevent-bg, #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI.lazyload, #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container { border-width: 0; border-radius: 0; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 { border-width: 0; border-radius: 0; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH { border-width: 0; border-radius: 0; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE.adaptive-delivery-prevent-bg, #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE.lazyload, #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container { border-width: 0; border-radius: 0; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ssCLWKOCT9ewMSRBir4TiICsTcQCvekS { border-width: 0; border-radius: 0; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ { border-width: 0; border-radius: 0; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm.adaptive-delivery-prevent-bg, #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm.lazyload, #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container { border-width: 0; border-radius: 0; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container { background-color: transparent; background-image: none; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container > .video-iframe-container { display: none; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row > .video-iframe-container { display: none; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .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); }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container { border-width: 0; border-radius: 0; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WUIyygdZJM8TJr4NcLXdWcZoBLokn99m { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSCeSQuFr756enR6WT9SnpkhqG7wUpqo { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { display:block; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsTs8kvBwoQienpC92R09uIogHArtTW4 { top:3.625rem;left:28.1875rem;width:19.5625rem;height:4.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { top:0.625rem;left:0rem;width:25.75rem;height:6.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFepaChkKBV02ucfuJS2MuNplUWyvxXd { top:37.9375rem;left:5.1875rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { top:48.25rem;left:0rem;width:47.75rem;height:8.4205385427666rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { top:37.875rem;left:23rem;width:16.9375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { top:3.0625rem;left:28.5rem;width:19.0625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { top:0rem;left:0rem;width:27.875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { top:3.5625rem;left:0rem;width:15.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { top:75.125rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { top:78.375rem;left:2.0625rem;width:41.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { top:74.875rem;left:3.9375rem;width:38.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { top:81.6875rem;left:0rem;width:47.75rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { top:69.0625rem;left:0rem;width:47.75rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fh07QTQJUskln8kezb7w3sQukk3v5iFV { top:69.0625rem;left:0rem;width:47.75rem;height:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { top:62.25rem;left:4.75rem;width:38.625rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { top:30.3125rem;left:0rem;width:47.75rem;height:35.375481695568rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBv56nByBGmd4sr2mN40bpVykOZz9pf { top:11.125rem;left:5.15625rem;width:37.4375rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { top:21.875rem;left:2.96875rem;width:41.8125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { top:10.625rem;left:12.562501907349rem;width:22.625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { top:13.375rem;left:5.5rem;width:36.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { top:55.8125rem;left:0rem;width:29.9375rem;height:41.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { top:41.4375rem;left:4.875rem;width:38.25rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { top:41.4375rem;left:4.875rem;width:38.25rem;height:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { top:16.375rem;left:14.031251907349rem;width:19.6875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg { display:block; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA7zmHaUNONhN2qzDTQBPXQh40KJ26Sc { top:44.3125rem;left:9.0625rem;width:19.75rem;height:5.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP { top:50.375rem;left:9.125rem;width:17rem;height:;font-size:1rem;display:block; }#cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP li:before{  }
 }@media only screen and (max-width: 763px) { #qkDofE5zTMkE0ZZiIroedksZFG9hGF6M { top:40.3125rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLhsVaBKvWWhpTsq9nMxee5VdMoRh8ha { top:42.0625rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFGVCo8gbThHpRGTSosnThxJtUi1aIA { top:47.25rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwdEXtu9AFyeKzQoNCtSPT0sMEibEyD { top:50.0625rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMr9tt2K7zt475JNFe4XhFVRVwow4AwB { top:49.8125rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9bblsQ9Iv3L3DgnIMiAThvJcFc9sHz { top:29.25rem;left:28.125rem;width:19.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F { top:0rem;left:0rem;width:47.75rem;height:63.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA { top:41.375rem;left:0rem;width:20.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeDnrXr3XuVaEXMdAiTm6zhyWrhvWiEs { top:14.4375rem;left:31.125rem;width:16.625rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXZ3wVSTDk0NfnK4RaqLOen7z6EGnMK5 { top:1.1875rem;left:0rem;width:23.4375rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIo1mT3I6OhAbzWvhVDoHIya1ASIbPRW { top:17.8125rem;left:27.250001907349rem;width:11.125rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXJ9Hoco0eCuEOlypC2EDHuliSfgo06 { top:19.5625rem;left:36.875rem;width:10.875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPwfQfDFBTgWVN61mIneuwL1NR5bJAK { top:24.8125rem;left:38.375001907349rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mon3QXvAy1wBVIzWFlIMb3UnXhq6sDei { top:27.5625rem;left:28.6875rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF { top:18.875rem;left:27rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wysC9WTlhwTdPI9ATyqosw64n0meheTV { top:6.625rem;left:22.8125rem;width:24.9375rem;height:5.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx li:before{  }
 }@media only screen and (max-width: 763px) { #eS9zzy9auOO7uG228XtXtzLzEwsZiTll { top:27.3125rem;left:28.5rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U { top:1.125rem;left:8.5rem;width:39.25rem;height:59.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I { display:none; }
 }@media only screen and (max-width: 763px) { #ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ { display:none; }
 }@media only screen and (max-width: 763px) { #M826N0sF2JcMOZe1QoMN06GVoPuLET5Z { top:22.8125rem;left:0rem;width:31.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUhHZ8LwcoMvgl530bTFXh78x2WJiyp { top:4.4375rem;left:26.687501907349rem;width:8.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqT47E6nL6A38K7UfGq6SSUDnQlele6z { top:3.875rem;left:26.125rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaz8NR95lb6N08mWl5FiBZuHQHwycQK { top:41.625rem;left:9.0625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkVTGPOsxTuyHsK9Z9JenXLM2soGKwE { top:42.0625rem;left:9.3125019073488rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 { top:14.6875rem;left:26.375001907349rem;width:18.625rem;height:2.75rem;font-size:1rem;display:block; }#dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 li:before{  }
 }@media only screen and (max-width: 763px) { #nO6pomrWdrsH7uXLA9aFayAwtGHZ7qhE { top:12.8125rem;left:26.312501907349rem;width:18.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3Hw0cLfNF8CE6lh1rxdypAR8nuMKfbJ { top:11.0625rem;left:0rem;width:26.8125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8JUvsA9CDLDChNqq6iQH72AThvTvQl { display:block; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxdw7td3XVUV9rIpxGX3QSHWZd9dTTfM { top:18.25rem;left:0rem;width:12.8125rem;height:5.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8a04FOMggUxdNJpPicpZnGDpkdPEA9d { top:24.875rem;left:0rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#T8a04FOMggUxdNJpPicpZnGDpkdPEA9d li:before{  }
 }@media only screen and (max-width: 763px) { #EGAsr5eIpwTE6QWc1O0As71ziH94xJ8m { top:0.0625rem;left:0rem;width:9.6875rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZripcrfE66PCNo95RtwcSPhsB33q1E { top:1.9375rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbHx8DdtomzyybAASeGRE1yWCgE7uSd { top:6.625rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqWvxlwwUurTlSJgyTLAJeOitBeeBoN { top:9.9375rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPz6nCpJMcMGnqODZfipy3vrsOBcPiak { top:9.5rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQedvnpsEPunkXfZzNcouEZqXTJnVX82 { top:2.5rem;left:24.0625rem;width:23.6875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG { top:1.625rem;left:0rem;width:46.625rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V { top:1.25rem;left:0rem;width:19.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPlidkFAPkor8pvAg7JIT6i7XOPn9Hf5 { top:5.9375rem;left:23.1875rem;width:24.5625rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCFZdRkZQVEOnaOQrkTkbrtt9J650H6o { top:0.25rem;left:1.9375rem;width:30.8125rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRaE90oB8Dsf6fMiLsWr4381pi6As53 { top:30.875rem;left:22.875001907349rem;width:5.625rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HEcTWR6LCUFbeOgX0QgHBPnhiSVzuJ { top:32.5625rem;left:28.375001907349rem;width:6.6875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHRKXmD832HrGb5ui9r9wIqdTUcmaHy { top:37.5rem;left:28.500001907349rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9a0BRRq3l3XSUul2toCgD2Hgqzr4f2h { top:40.875rem;left:21.3125rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf { top:32.1875rem;left:19.625rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRN1ev7SEf4punAzEs8TfXPB8O2zCKPm { top:35.5625rem;left:30.4375rem;width:17.3125rem;height:5.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w li:before{  }
 }@media only screen and (max-width: 763px) { #CTnWV0FsAVQN1pdmFsX8xiu4OXgvOT9B { top:40.6875rem;left:21.0625rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg { top:5.0625rem;left:0rem;width:47.75rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ { display:none; }
 }@media only screen and (max-width: 763px) { #SwWCJmD7etrRRFJJGlkw6sNQLmubUslC { top:22.3125rem;left:0rem;width:24.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmDX6xdLcMUmHrBfOqckS0Rki3bqhyJl { top:15.125rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulDdhAcTFPO3HVaB9v2sOxRrW0kesIKE { top:15.625rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXSdyb4xEOhJMFFCiByxKmsRKx8AU6mL { top:32.8125rem;left:38.375rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVocCJLDW3CRGlRGG549ZRLIMR7LvZf { top:33.375rem;left:38.875001907349rem;width:8.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTOZ95bsf1FlFyy9iFvdbcFRKqgki7O8 { top:22.8125rem;left:0rem;width:33.125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdrfVwReQU2FnUff3dUxmufuI61eDbyR { display:none; }
 }@media only screen and (max-width: 763px) { #FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ { top:42rem;left:30.75rem;width:17rem;height:;font-size:1rem;display:block; }#FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ li:before{  }
 }@media only screen and (max-width: 763px) { #tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z { display:block; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP34kFRUOl2Hp0BPAsLItt4fUveMqLd { top:19.625rem;left:26.1875rem;width:21.5625rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5Cig1bnRQo065IDqcClziHFo4DuyJfl { top:29.9375rem;left:34.375rem;width:13.375rem;height:10.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7UrrFViE7Zh0p1unluDUugie0S6QEs { top:30.625rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJ2a1uHawziHNtiqOtfCU3Ul0hamnx0 { top:35.625rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLyGI4ksza7OAzqWggTynRwGnX4ran7F { top:39.625rem;left:34.625rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xklDpTAhivQOd7ryCd3KKz6IrQPT9vRF { top:39.375rem;left:34.25rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6u5JdpcA0Scf2WyB4fBugUtsGHJIRl { top:22.6875rem;left:5.25rem;width:23.4375rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrfJZVthiWXnJrHTthyaw4StqKPLqfL { top:11.3125rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW { top:29.875rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcwTPSSSeXwqJQCBHMyyHRlDZNyx7z2F { top:16.75rem;left:26.25rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtFZPiZKfTsXxBm3MVGX3oNAEIizHUw { top:17.25rem;left:26.625rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm { top:26.5rem;left:26.25rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm li:before{  }
 }@media only screen and (max-width: 763px) { #VIw0VoPTDVe5DhrvnqIdTqT4oTg8VPPP { top:7.9375rem;left:0rem;width:27.625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpXdD4LBc0eBByUIi2HcdEiIJPT42sCT { top:1.375rem;left:0rem;width:25.375rem;height:46.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d { display:block; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8nyEnz1ZKksXTfxTRDl7p07a1nbN4fB { top:10.9375rem;left:0rem;width:21.1875rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNOSnGkJJg2FkcItzVzWvMwkghKTMTPz { top:0.6875rem;left:14.25rem;width:33.5rem;height:44.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshlPfk7svKLquUkqnAtzBN6p5gT68Ng { top:21.8125rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }#TshlPfk7svKLquUkqnAtzBN6p5gT68Ng li:before{  }
 }@media only screen and (max-width: 763px) { #XvaytiRr6Bc3XTK2FFeLsuO91itUsmkh { top:26.375rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxqBeAoyMuTsTiqRIEER2ebgUNw3W38 { top:28.3125rem;left:5.375rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk2D9Am4yNirBlbU3kBUXdgCGRvKhNKk { top:33.25rem;left:5.5rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqkfkEBSNUP7srGgOnnIzIwAJT0BgD9T { top:36.9375rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbVqf6BH5EE7kuCUFvDHriZnB587vF4W { top:36.6875rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCDr8bbUohD7iBhfVEvdTPcJeoOrNaJX { top:10.375rem;left:31.4375rem;width:16.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD9uEDFbqLhaf8c638RPTsQOPGItJctx { top:3.5rem;left:0rem;width:47.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5 { top:26.5rem;left:0rem;width:21rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0a4OKqieE0EDVsi5uyTWV3xstNhB8GP { top:8.0625rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwEo3MuCMxyExZnHqnrg8IhcblAyiRJ { top:8.5625rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtUkoesfzusHsfGF6yz0utzWUhSyxNBi { top:21.4375rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }#GtUkoesfzusHsfGF6yz0utzWUhSyxNBi li:before{  }
 }@media only screen and (max-width: 763px) { #TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW { display:block; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0vVbcST9qqpHvB8ZED7yInES22RG3nA { top:10.4375rem;left:0rem;width:18.75rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3m8p10wMOutNi8XaT4D0DT920bRtke2 { top:0.375rem;left:8.4375rem;width:39.3125rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGe2G0JS5kWxdClKXdH6MGlUR6loT48t { top:20.1875rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }#tGe2G0JS5kWxdClKXdH6MGlUR6loT48t li:before{  }
 }@media only screen and (max-width: 763px) { #VUNu53owTaZPZtDEIZp0WC2TfEI3f6r2 { top:25.9375rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWl8ErwzgdOmCJg8sTxTpqOR9uaX6dfB { top:27.5rem;left:7.0625rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0s1XXWyB1ovKADzKXBiZOrwktUXayE2 { top:32.3125rem;left:7.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flvte1TE7LZra9GOpTHypUtI0oFyRwA4 { top:36.4375rem;left:0rem;width:12.6875rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWSTubt4QpindAfITOEHhXTiOVgT1JUB { top:36.1875rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku0Dryy0sBxc1uveTCdHuC5uA3Fuwvol { top:0.3125rem;left:13.500001907349rem;width:15.4375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWHWcWz9k75CD1rRCk65sW3mBJxmiH92 { top:3.125rem;left:0rem;width:47.75rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7 { top:26rem;left:0rem;width:21.125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llXyX7VnkSZn7twKNyHr0ZSclxONqRMZ { top:8.3125rem;left:0rem;width:8.5625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fay9LdPdEs0uUkA65ICiPOyVmCStJMwU { top:7.8125rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5i9F5GsvN1LGJJgV8ko1KOBQM9NtTgo { top:0.5rem;left:3.6125011444092rem;width:8.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5CtdNcqKuyx19iakf5mDbQNzs7TMMzD { top:1.125rem;left:37.75rem;width:10rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { display:block; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { top:10.375rem;left:29rem;width:18.75rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { top:3.3125rem;left:0rem;width:38.0625rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { top:20.1875rem;left:30.75rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
 }@media only screen and (max-width: 763px) { #uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { top:22.375rem;left:32.6875rem;width:13.375rem;height:8.4375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { top:22.375rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { top:27.375rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { top:30.8125rem;left:33.625rem;width:13.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { top:30.5625rem;left:33.4375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { top:15.1875rem;left:0rem;width:39.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { top:4.25rem;left:0rem;width:47.75rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { top:21.5rem;left:28.4375rem;width:19.3125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiXHRoFcipw2XczNNb6WulJCU6783lc9 { top:8.375rem;left:0rem;width:25.875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { top:8.125rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { top:7.5625rem;left:32.6875rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { display:block; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { top:17.5rem;left:0rem;width:21.1875rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { top:0rem;left:22.5625rem;width:25.1875rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgHWmyLG5rV8qswIIT6woySqVdSFXRko { top:27.5625rem;left:0rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
 }@media only screen and (max-width: 763px) { #UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { top:29.0625rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { top:30.5rem;left:7.125rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { top:35.3125rem;left:7.25rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { top:39.5625rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJRnBBK4VTVq84vXismEhduzzg8P1hhH { top:39.3125rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { top:5.125rem;left:16.125rem;width:17.4375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { top:7.75rem;left:0rem;width:47.75rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { top:29.125rem;left:0rem;width:22rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOOdLUK607OGnmSC8BILZM9RBEwFMehl { top:15.9375rem;left:41.625rem;width:6.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { top:24.4375rem;left:43.8125rem;width:3.9375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { display:none; }
 }@media only screen and (max-width: 763px) { #EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { top:15.25rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPE6QepyUfnuFasB1NWxBPSztKrr31BC { top:14.75rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { display:block; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { top:8.875rem;left:25.375rem;width:22.375rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { top:2.25rem;left:0rem;width:34.625rem;height:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { top:18.6875rem;left:30.75rem;width:17rem;height:1.1875rem;font-size:1rem;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
 }@media only screen and (max-width: 763px) { #CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { top:21.5625rem;left:32.625rem;width:13.375rem;height:10.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { top:21.5625rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKpzssanIHN9fOzl8n5KIOEX97XmRll { top:26.5625rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { top:30.5625rem;left:33.625rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { top:30.3125rem;left:33.375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { top:12.5rem;left:0rem;width:44.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { top:2.25rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { top:20.8125rem;left:27.25rem;width:20.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { top:6.125rem;left:32.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { top:6.6875rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7F8hgptCrazNKBbpGwgrOW095DOeDbM { display:block; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scmgio58qqwbQ5omTo6giutQFNNHWoGT { top:9.5625rem;left:0rem;width:21.1875rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { top:3.3125rem;left:10.25rem;width:37.5rem;height:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { top:21.8125rem;left:0rem;width:17rem;height:;font-size:1rem;display:block; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
 }@media only screen and (max-width: 763px) { #xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { top:16.6875rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { top:18.1875rem;left:5rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { top:23.125rem;left:5.125rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { top:27.1875rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { top:26.9375rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { top:8.875rem;left:19.09375rem;width:16.3125rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { top:0.875rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { top:16.75rem;left:0rem;width:21rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { top:6.625rem;left:0rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { top:7.125rem;left:0rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { display:block; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugG0MudkvMsUceStafyFfUWTQQUxgPvF { top:9rem;left:26.1875rem;width:21.5625rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { top:3.6875rem;left:0rem;width:31.125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { top:22.0625rem;left:30.75rem;width:17rem;height:;font-size:1rem;display:block; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
 }@media only screen and (max-width: 763px) { #U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { top:20.75rem;left:32.875rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { top:22.1875rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { top:27.1875rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { top:31.1875rem;left:33.5625rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { top:30.9375rem;left:33.375rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { top:23.8125rem;left:0rem;width:39.1875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { top:3.0625rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { top:21rem;left:25.0625rem;width:22.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { top:6.625rem;left:33.25rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { top:6.125rem;left:32.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { display:block; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { top:39.3125rem;left:9.125rem;width:18.5rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { top:52.75rem;left:9.125rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
 }@media only screen and (max-width: 763px) { #UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { top:40.3125rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { top:42.0625rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { top:47.3125rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { top:50.0625rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { top:49.8125rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { top:29.25rem;left:28.125rem;width:19.625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { top:0rem;left:0rem;width:47.75rem;height:63.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { top:41.375rem;left:0rem;width:20.8125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { top:3.1875rem;left:35rem;width:12.75rem;height:52.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { top:3.1875rem;left:0rem;width:31rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7i9PKaIPTyosHU8dwWK9iaybvZnknru { top:17.8125rem;left:30.375rem;width:5.5rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { top:19.5625rem;left:35.6875rem;width:10.875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7GI6X1meevWNNOyedenvaTk4rxdI4dI { top:24.8125rem;left:35.6875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { top:27.5625rem;left:28.6875rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { top:18.875rem;left:27rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { top:6.625rem;left:25.3125rem;width:22.4375rem;height:11.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Eb05kEKEwplTptizKx8ruduzENQOon { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
 }@media only screen and (max-width: 763px) { #shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { top:27.3125rem;left:28.5rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { top:1.125rem;left:8.5rem;width:39.25rem;height:59.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { display:none; }
 }@media only screen and (max-width: 763px) { #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { display:none; }
 }@media only screen and (max-width: 763px) { #Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { top:8.5rem;left:0rem;width:28.125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { top:4.4375rem;left:26.6875rem;width:8.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { top:3.875rem;left:26.125rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { top:36.625rem;left:9.125rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { top:37.125rem;left:9.75rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIteULEGXrQtxzqsWzHcPRE59C7JHakr { top:20.5rem;left:27.6875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdM9I257ulXJRW0oE5PGFgAamVSS42iG { display:block; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { top:8.5625rem;left:8.625rem;width:18.5rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { top:15.625rem;left:8.625rem;width:17rem;height:8.625rem;font-size:1rem;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
 }@media only screen and (max-width: 763px) { #Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { top:1.9375rem;left:0rem;width:13.375rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { top:3.875rem;left:0.1875rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { top:8.5625rem;left:0.1875rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { top:11.875rem;left:0rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { top:11.4375rem;left:0rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { top:3.875rem;left:24.0625rem;width:23.6875rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { top:1.625rem;left:0rem;width:46.625rem;height:48.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC2lcKBESU07bvbsMTQTDbayLT86IlUK { top:3.1875rem;left:0rem;width:19.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { top:9.5625rem;left:28.3125rem;width:19.4375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { top:17.1875rem;left:0rem;width:20.75rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { top:30.875rem;left:20.3125rem;width:7.6875rem;height:12.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { top:32.5625rem;left:30.625rem;width:6.6875rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { top:37.5rem;left:30.75rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { top:40.875rem;left:21.3125rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { top:32.1875rem;left:19.625rem;width:16.5625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { top:36.5rem;left:33.5rem;width:14.25rem;height:5.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { top:19.25rem;left:21.875rem;width:17rem;height:2.75rem;font-size:1rem;display:block; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
 }@media only screen and (max-width: 763px) { #SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { top:40.6875rem;left:21.0625rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbagZWFhtEskADI5uC5DxFkspWPJN4r { top:5.0625rem;left:0rem;width:47.75rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { display:none; }
 }@media only screen and (max-width: 763px) { #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { display:none; }
 }@media only screen and (max-width: 763px) { #drUDGyLU86nBBawqEmc4y7NTUvv55WXb { top:32.5rem;left:0rem;width:24.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { top:5.25rem;left:8.625rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { top:5.75rem;left:9.1875rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULCHtCufppVvp7dV9VMFx6WSftkqQip { top:33.8125rem;left:38.375rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { top:34.3125rem;left:38.9375rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy { display:block; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8yvsFw9JAr15tzvnasE8xSWkXmc7I8U { top:10.6875rem;left:26.1875rem;width:21.5625rem;height:8.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJaFQJf9grX22icJlqFdlzJnZDbIHtg9 { top:6.625rem;left:0rem;width:34.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVglgFyzbFD6WIG0trU6uEAwpXPd84Dy { top:20.9375rem;left:33.875rem;width:13.375rem;height:10.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #am0UaZcsNxfSHIEUdFFvCX9RcyV4wypn { top:20.9375rem;left:42.75rem;width:5rem;height:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUB25snmJBywnRwkCkhz557ck0JQuM4t { top:25.9375rem;left:40.625rem;width:7.125rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBxLN3ALvTiWRE02qD3HP2xIAtFcucl { top:29.9375rem;left:34.75rem;width:13rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUdol8fVudUodLGdzw3KSVCmzkDqti21 { top:30.375rem;left:7.875rem;width:20.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyiMXTH2BITMmggShN4DfBRgbuZx5iNE { top:29.6875rem;left:34.25rem;width:13.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBV6IFE83fm2o3Mp3qWmLoatIA9wuZEU { top:13.9375rem;left:0rem;width:27.625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTg8yTezshkhX503m7aAN1Qbv1LzRRNq { top:2.25rem;left:0rem;width:47.75rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb { top:20.1875rem;left:27.75rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ssnS95Ti9iRPbvtgqaSn6ktJlXXVLt { top:43.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtAahceZViXuP1QlSH7I5xF50bvTk89s { top:43.125rem;left:37.75rem;width:10rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmd5ZW33r2ZfLuzK0OHkXWlQHi6tfXN0 { top:45.1875rem;left:0rem;width:8.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTGINfS2FWd6ZAfrQTyfoDnTzbpXrQrA { top:29.25rem;left:5.5625rem;width:23.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZx3xCdqzKVfGaaIZxPJgf1k6TWCh4Ge { top:28.3125rem;left:3.9375rem;width:2.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7EJADkUbRemkrqCEMBI9ffBK0s5X1Ab { top:29.0625rem;left:4.5625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #redxFT6TEu4A8iL3hpzXE2tgDPf8PJOo { top:7.8125rem;left:28.5rem;width:9.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUJKyG2dcBb8usdGXJ4M1Pkmop0ewEi { top:8.3125rem;left:29.0625rem;width:8.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { display:block; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { top:4.625rem;left:29.375rem;width:18.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { top:6.5625rem;left:0rem;width:18rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { top:15.875rem;left:0rem;width:21.75rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { top:4.625rem;left:23.8125rem;width:0.125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { top:24.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBErAtqT6oinsmk5t0rOkcznvxpisH6y { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ssCLWKOCT9ewMSRBir4TiICsTcQCvekS { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b06bc9a4-a2fb-4631-966d-90e5b98a6cd0/bg_mob3.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE { background-color:#fcfaf9;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; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container { background-color: transparent; background-image: none; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container > .video-iframe-container { display: none; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row > .video-iframe-container { display: none; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .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); }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container { border-width: 0; border-radius: 0; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PHG6izOFEiJEKTiLZwgKFTQR1A5VnanE > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container { background-color: transparent; background-image: none; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container > .video-iframe-container { display: none; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row > .video-iframe-container { display: none; }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .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); }#tkDC0zB1zeHLXEI6icvEUQOE6PXrXMRl > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUIyygdZJM8TJr4NcLXdWcZoBLokn99m { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container { background-color: transparent; background-image: none; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container > .video-iframe-container { display: none; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row > .video-iframe-container { display: none; }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .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); }#WUIyygdZJM8TJr4NcLXdWcZoBLokn99m > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E { background-color: transparent; background-image: none; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container > .video-iframe-container { display: none; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row > .video-iframe-container { display: none; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .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); }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E { border-width: 0; border-radius: 0; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EFZxOLHiKtP0erciyO3qOEo0PtmD6q0E > .row .container { width:20rem;height:16.9375rem;background-color:#79d7dc;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #NqhhUFcOsZC2LZLCzTQQ1XUXvdqCWn6W > .row .container { width:20rem;height:78.856245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #EmP3FJgpZucCTmMotSxKgXDu5uUhnbo1 > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wSCeSQuFr756enR6WT9SnpkhqG7wUpqo { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #wSCeSQuFr756enR6WT9SnpkhqG7wUpqo > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #BTQ36TERpL7pppKAEy3ZdPp1SkZmQ0fg > .row .container { width:20rem;height:124.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #xRCETtZVI1Hh6QkxmCXnOm0ypeM1apP9 > .row .container { width:20rem;height:17.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2419c8e0-4f9a-446b-a14d-aea38c0d1080/bg_mob_hero2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.adaptive-delivery-prevent-bg, #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.lazyload, #CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q.lazyloading { background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { background-color: transparent; background-image: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row > .video-iframe-container { display: none; }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .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); }#CMleTK8mHR6u5Dyb8zN0wcktbOMqkX6q > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsTs8kvBwoQienpC92R09uIogHArtTW4 { width:13.3125rem;height:3.298825rem;top:39.875rem;left:3.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kXFtMafocK3ZOCa6fnoH5AL5bM3wC73p { width:17.25rem;height:4rem;top:1.9375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aFepaChkKBV02ucfuJS2MuNplUWyvxXd { width:6.9375rem;height:6.9375rem;top:38.5625rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #dk8n4NJdUqO6JTQQml4OMNlxOMrsdTaT { width:20rem;height:3.52636875rem;top:38.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3S9WWndVdoT5l2hx5vgHTPfDEQDQ38C { width:5.75rem;height:5.9375rem;top:31.125rem;left:14.25rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #BT3iF6aUXnpd7TWQ9g4pxpP0SwWOCwLO { width:15.1875rem;height:5rem;top:38.9375rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3LfxRCv89hL1MDPcRBJzrO8hTiwpuE6 { width:17.75rem;height:2.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpTE6Kh8n6PL9vBWLrRNyagcw4vfPCAZ { width:9.9375rem;height:2.5625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTG1Jv2gHzqM1ruh8vJxEDTPJT0vaxre { width:20rem;height:12.375rem;top:52.125rem;left:0rem;font-size:1.875rem;line-height:1.1;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NML4JmLSAUkl7MIMk06owuOpXnPXXvIy { width:14.625rem;height:2.4375rem;top:62.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5T4OXtG6maPeTT9r3ox0JFxvLNUtdAF { width:14.625rem;height:2.1875rem;top:53.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJDh6g0piE5bX6AmJuDc0gNCBgwAd1h { width:15.0625rem;height:2.3125rem;top:55.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIgot6cD8sa1TdAszPxnJsTmdOocTf5 { width:16.5rem;height:2.3125rem;top:60.4375rem;left:1.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fh07QTQJUskln8kezb7w3sQukk3v5iFV { width:12.5rem;height:2.3125rem;top:58.1875rem;left:3.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I9fxi0LVhWQ7JLSAgbqoADNG6ZPtWLTs { width:11.625rem;height:2.1875rem;top:52.125rem;left:4.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #aMtiGReMcqWceDq1B6yomc9w6Nk0ka7p { width:19.0625rem;height:14.125rem;top:49.299999237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbBv56nByBGmd4sr2mN40bpVykOZz9pf { width:16.9375rem;height:8.8rem;top:9.375rem;left:1.65625rem;font-size:2rem;line-height:1.1;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #m9UF9OZH725JLNe9gTueLcOdSsc2T5NS { width:20rem;height:6.875rem;top:20.499982833863rem;left:0rem;font-size:1.5625rem;line-height:1.1;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #FZqdqVFocuDzRUXcK4kvyRFLqT6rpMxG { width:17.375rem;height:3.3125rem;top:9rem;left:1.25rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Dn7rPH8MamK9PfqMSLLe44iQqhbUVT3P { width:18.875rem;height:2.75rem;top:11.25rem;left:0.6875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UJkTHAITmTRyKcgw9LV6HuzxvBroOI56 { width:16.0625rem;height:22.1875rem;top:27.875rem;left:2rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #evBCxK9ttJGQfaZPyuDKaNnl1eUocMua { width:17.9375rem;height:2.75rem;top:13.5625rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ugEVFW96IkyzaQJ0QOwWpKLVswbTTXKA { width:12.375rem;height:2.75rem;top:15.75rem;left:3.875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #eb0mfJOEoZSLkdBdGGsLCgI2kJe3wAXP { width:19.6875rem;height:3.9375rem;top:16.312503814698rem;left:0.3125rem;z-index:14995;display:none; }
 }@media only screen and (max-width: 763px) { #GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a9481175-1b77-47dd-993e-8c4c3a5c2cf8/bg_mob2.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg.adaptive-delivery-prevent-bg, #GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg.lazyload, #GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg.lazyloading { background-image: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { background-color: transparent; background-image: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container > .video-iframe-container { display: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row > .video-iframe-container { display: none; }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .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); }#GuTBNVLEzWH3Ez4FGilSyh0MDf9EzLPg > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA7zmHaUNONhN2qzDTQBPXQh40KJ26Sc { width:14.1875rem;height:4.35rem;top:5.625rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP { width:16.5625rem;height:2.7125rem;top:10.383331298828rem;left:2.09375rem;font-size:1rem;line-height:1.2;display:block; }#cgc0QMdlACa5kbv9vTIDZdvirvV8BRZP li:before{  }
 }@media only screen and (max-width: 763px) { #qkDofE5zTMkE0ZZiIroedksZFG9hGF6M { width:6.125rem;height:6.5rem;top:14.1875rem;left:2.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLhsVaBKvWWhpTsq9nMxee5VdMoRh8ha { width:5rem;height:2.925rem;top:15.125rem;left:7.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTFGVCo8gbThHpRGTSosnThxJtUi1aIA { width:4.0625rem;height:1.4625rem;top:17.9375rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwdEXtu9AFyeKzQoNCtSPT0sMEibEyD { width:9.125rem;height:1.5rem;top:20.1875rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DMr9tt2K7zt475JNFe4XhFVRVwow4AwB { width:9.125rem;height:2rem;top:20rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9bblsQ9Iv3L3DgnIMiAThvJcFc9sHz { width:17.3125rem;height:29.25rem;top:83.293746948244rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.adaptive-delivery-prevent-bg, #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.lazyload, #Xvh5yuUDpG10JzxC5qciKlS7KlVo2S4F.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #CPwO5QdSl8xo4wlLgsvKHvQJTG9WwSFA { width:12.9375rem;height:8.125rem;top:14.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #DeDnrXr3XuVaEXMdAiTm6zhyWrhvWiEs { width:12.5rem;height:34.75rem;top:74.6689453125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXZ3wVSTDk0NfnK4RaqLOen7z6EGnMK5 { width:13.6875rem;height:16.4375rem;top:33.362499237061rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIo1mT3I6OhAbzWvhVDoHIya1ASIbPRW { width:5.5rem;height:6.5rem;top:68.0625rem;left:0.625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXJ9Hoco0eCuEOlypC2EDHuliSfgo06 { width:3.5625rem;height:2.925rem;top:69.125rem;left:6.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPwfQfDFBTgWVN61mIneuwL1NR5bJAK { width:3.9375rem;height:1.4625rem;top:72rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mon3QXvAy1wBVIzWFlIMb3UnXhq6sDei { width:8.8125rem;height:1.5rem;top:73.8125rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T0Ulp132WtDZN4g2wJWWwiJD9iAMLEPF { width:10.0625rem;height:8.0625rem;top:68.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wysC9WTlhwTdPI9ATyqosw64n0meheTV { width:16.5rem;height:4.35rem;top:57.487518310547rem;left:1.21875rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#ODgMCgHnST2B8ntLsGcoVUJRz1Sqq8Tx li:before{  }
 }@media only screen and (max-width: 763px) { #eS9zzy9auOO7uG228XtXtzLzEwsZiTll { width:9.125rem;height:2rem;top:73.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQLHclqPxqUfP8qIV6K5ccPLAWn6Ft4U { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I { top:-0.2685546875rem;left:0.75rem;width:19.25rem;height:51.4375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I.adaptive-delivery-prevent-bg, #qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I.lazyload, #qyvRoAi4T5PQMLTiR8WnAPSwa3T9HV8I.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ { top:49.749984741211rem;left:0.5rem;width:18.625rem;height:63rem;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ.adaptive-delivery-prevent-bg, #ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ.lazyload, #ZJUhRZGsUPQckR2ElbsnTr3cPZtGAQTQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M826N0sF2JcMOZe1QoMN06GVoPuLET5Z { width:20rem;height:11.2875rem;top:30.375rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HEUhHZ8LwcoMvgl530bTFXh78x2WJiyp { width:8.25rem;height:1.19970625rem;top:3.25rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TqT47E6nL6A38K7UfGq6SSUDnQlele6z { width:8.5rem;height:2.1875rem;top:2.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTaz8NR95lb6N08mWl5FiBZuHQHwycQK { width:8.5rem;height:2.1875rem;top:54.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghkVTGPOsxTuyHsK9Z9JenXLM2soGKwE { width:8.1875rem;height:1.2rem;top:55.1875rem;left:1.25rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 { width:17.25rem;height:2.7125rem;top:64.375rem;left:1.4375rem;font-size:1rem;line-height:1.2;display:block; }#dD97FQ6o4cBp9mvsXOTXfcR8TbnXXGh9 li:before{  }
 }@media only screen and (max-width: 763px) { #nO6pomrWdrsH7uXLA9aFayAwtGHZ7qhE { width:16.5625rem;height:1.2rem;top:62.375rem;left:1.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U3Hw0cLfNF8CE6lh1rxdypAR8nuMKfbJ { width:14.5rem;height:17.4375rem;top:18.049987792969rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8JUvsA9CDLDChNqq6iQH72AThvTvQl { background-color:transparent;background-image:none;display:block; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { background-color: transparent; background-image: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container > .video-iframe-container { display: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row > .video-iframe-container { display: none; }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .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); }#uz8JUvsA9CDLDChNqq6iQH72AThvTvQl > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxdw7td3XVUV9rIpxGX3QSHWZd9dTTfM { width:14.1875rem;height:2.175rem;top:6.5625rem;left:2.375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T8a04FOMggUxdNJpPicpZnGDpkdPEA9d { width:15.375rem;height:1.2rem;top:9.4749755859375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }#T8a04FOMggUxdNJpPicpZnGDpkdPEA9d li:before{  }
 }@media only screen and (max-width: 763px) { #EGAsr5eIpwTE6QWc1O0As71ziH94xJ8m { width:6.125rem;height:6.5rem;top:11.3125rem;left:2.3125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evZripcrfE66PCNo95RtwcSPhsB33q1E { width:3.375rem;height:2.925rem;top:12.4375rem;left:7.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcbHx8DdtomzyybAASeGRE1yWCgE7uSd { width:3.1875rem;height:1.4625rem;top:15rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnqWvxlwwUurTlSJgyTLAJeOitBeeBoN { width:9.125rem;height:1.5rem;top:17.1875rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OPz6nCpJMcMGnqODZfipy3vrsOBcPiak { width:9.125rem;height:2rem;top:17rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQedvnpsEPunkXfZzNcouEZqXTJnVX82 { width:19.375rem;height:21.6875rem;top:27.125rem;left:4.4378454773869rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.adaptive-delivery-prevent-bg, #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.lazyload, #y4NNBvdTr7tPoyGQBKIFlwQH2ww1VxqG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oAV2CNhgPh4I1P3UVeTKDp4l6sWiBW9V { width:12.3125rem;height:8.125rem;top:11.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WPlidkFAPkor8pvAg7JIT6i7XOPn9Hf5 { width:16.3125rem;height:19.25rem;top:75.0625rem;left:3.5751085383502rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #NCFZdRkZQVEOnaOQrkTkbrtt9J650H6o { width:19.6875rem;height:17.25rem;top:34.375000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRaE90oB8Dsf6fMiLsWr4381pi6As53 { width:3rem;height:6.5rem;top:67.375rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HEcTWR6LCUFbeOgX0QgHBPnhiSVzuJ { width:2.375rem;height:2.925rem;top:68.5rem;left:5.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUHRKXmD832HrGb5ui9r9wIqdTUcmaHy { width:2.625rem;height:1.4625rem;top:71.0625rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9a0BRRq3l3XSUul2toCgD2Hgqzr4f2h { width:8.8125rem;height:1.5rem;top:73.3125rem;left:0.9375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bPsyR3TxedBX7Mo0LJ7r2M36QZTIIogf { width:10.5625rem;height:8.1875rem;top:67.375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #sRN1ev7SEf4punAzEs8TfXPB8O2zCKPm { width:15.3125rem;height:4.35rem;top:59.137515068054rem;left:2.34375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#XCGI9DVuuZSGyuvDs7HC2SfU9cqHfa9w li:before{  }
 }@media only screen and (max-width: 763px) { #CTnWV0FsAVQN1pdmFsX8xiu4OXgvOT9B { width:9.125rem;height:2rem;top:73.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #An7L2OHVzhWFhLiFEDzBkV12RJ0cS0Cg { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ { top:53.374984741211rem;left:0.75rem;width:19.25rem;height:40.75rem;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ.adaptive-delivery-prevent-bg, #ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ.lazyload, #ChVFW7f6vX6owZAI8aTuk14TN9JqnSNQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SwWCJmD7etrRRFJJGlkw6sNQLmubUslC { width:17.625rem;height:13.4375rem;top:74.3125rem;left:2.375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SmDX6xdLcMUmHrBfOqckS0Rki3bqhyJl { width:8.5rem;height:2.1875rem;top:3.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulDdhAcTFPO3HVaB9v2sOxRrW0kesIKE { width:8.1875rem;height:1.2rem;top:4.1875rem;left:2.5625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yXSdyb4xEOhJMFFCiByxKmsRKx8AU6mL { width:8.5rem;height:2.1875rem;top:55.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVocCJLDW3CRGlRGG549ZRLIMR7LvZf { width:8.1875rem;height:1.19970625rem;top:56.4375rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTOZ95bsf1FlFyy9iFvdbcFRKqgki7O8 { width:20rem;height:17.1323125rem;top:18.750036239624rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdrfVwReQU2FnUff3dUxmufuI61eDbyR { top:0.34375rem;left:0.75rem;width:19.25rem;height:52.1875rem;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RdrfVwReQU2FnUff3dUxmufuI61eDbyR.adaptive-delivery-prevent-bg, #RdrfVwReQU2FnUff3dUxmufuI61eDbyR.lazyload, #RdrfVwReQU2FnUff3dUxmufuI61eDbyR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ { width:17rem;height:2.7125rem;top:63.9375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }#FxJSJ7tFRg3yCeHmzN75Mrg3OgKxe9CZ li:before{  }
 }@media only screen and (max-width: 763px) { #tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z { background-color:transparent;background-image:none;display:block; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { background-color: transparent; background-image: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container > .video-iframe-container { display: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row > .video-iframe-container { display: none; }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .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); }#tk4r2uu4E0tusncHs2ccmO4QWJVfTz3Z > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCP34kFRUOl2Hp0BPAsLItt4fUveMqLd { width:11.4375rem;height:4.35rem;top:6.6062316894531rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x5Cig1bnRQo065IDqcClziHFo4DuyJfl { width:6.125rem;height:5.5rem;top:14.543731689453rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp7UrrFViE7Zh0p1unluDUugie0S6QEs { width:2.9375rem;height:2.925rem;top:14.680206298828rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJ2a1uHawziHNtiqOtfCU3Ul0hamnx0 { width:4.0625rem;height:1.4625rem;top:17.543731689453rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLyGI4ksza7OAzqWggTynRwGnX4ran7F { width:9.125rem;height:1.5rem;top:19.918731689453rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xklDpTAhivQOd7ryCd3KKz6IrQPT9vRF { width:9.125rem;height:2rem;top:19.668731689453rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6u5JdpcA0Scf2WyB4fBugUtsGHJIRl { width:7.25rem;height:5.9375rem;top:31.218750953674rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #vfrfJZVthiWXnJrHTthyaw4StqKPLqfL { width:19.4375rem;height:46.625rem;top:0rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #GCwCHUP0OXP7IbibHcT7HriCVCXeqJmW { width:12.6875rem;height:8.375rem;top:14.137481689453rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TcwTPSSSeXwqJQCBHMyyHRlDZNyx7z2F { width:8.5rem;height:2.1875rem;top:3.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtFZPiZKfTsXxBm3MVGX3oNAEIizHUw { width:8.1875rem;height:1.2rem;top:4.375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm { width:17rem;height:1.2rem;top:11.780232429504rem;left:2.09375rem;font-size:1rem;line-height:1.2;display:block; }#FcPAnE2aWuFkXH4rVXcETTgovXa8sXPm li:before{  }
 }@media only screen and (max-width: 763px) { #VIw0VoPTDVe5DhrvnqIdTqT4oTg8VPPP { width:20rem;height:16.6520625rem;top:30.022929191589rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EpXdD4LBc0eBByUIi2HcdEiIJPT42sCT { width:14.5rem;height:26.6875rem;top:21.543749809265rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d { background-color:transparent;background-image:none;display:block; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { background-color: transparent; background-image: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container > .video-iframe-container { display: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row > .video-iframe-container { display: none; }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .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); }#PJ1ATvuZZ1g26I4FC6BMJuhvZTALD34d > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8nyEnz1ZKksXTfxTRDl7p07a1nbN4fB { width:17.0625rem;height:4.35rem;top:6.2937316894531rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NNOSnGkJJg2FkcItzVzWvMwkghKTMTPz { width:19.4375rem;height:25.8125rem;top:25.090613365173rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TshlPfk7svKLquUkqnAtzBN6p5gT68Ng { width:14.375rem;height:3.91015625rem;top:10.9375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:none; }#TshlPfk7svKLquUkqnAtzBN6p5gT68Ng li:before{  }
 }@media only screen and (max-width: 763px) { #XvaytiRr6Bc3XTK2FFeLsuO91itUsmkh { width:6.125rem;height:6.5rem;top:13.793731689453rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIxqBeAoyMuTsTiqRIEER2ebgUNw3W38 { width:3.875rem;height:2.925rem;top:14.856262207031rem;left:8.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pk2D9Am4yNirBlbU3kBUXdgCGRvKhNKk { width:3.1875rem;height:1.4625rem;top:17.293731689453rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqkfkEBSNUP7srGgOnnIzIwAJT0BgD9T { width:9.125rem;height:1.5rem;top:19.6875rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BbVqf6BH5EE7kuCUFvDHriZnB587vF4W { width:9.125rem;height:2rem;top:19.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCDr8bbUohD7iBhfVEvdTPcJeoOrNaJX { width:11.125rem;height:17.3125rem;top:9.818749809265rem;left:12.670462227353rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #DD9uEDFbqLhaf8c638RPTsQOPGItJctx { width:19.25rem;height:49.125rem;top:0rem;left:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #WBMNL8fEXq6ybNynB6IlLFXwFXslg1T5 { width:12.625rem;height:8.5rem;top:13.75rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #S0a4OKqieE0EDVsi5uyTWV3xstNhB8GP { width:8.5rem;height:2.1875rem;top:3.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwEo3MuCMxyExZnHqnrg8IhcblAyiRJ { width:8.1875rem;height:1.2rem;top:4.1875rem;left:2.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GtUkoesfzusHsfGF6yz0utzWUhSyxNBi { width:17rem;height:1.2rem;top:11.106238365173rem;left:2.15625rem;font-size:1rem;line-height:1.2;display:block; }#GtUkoesfzusHsfGF6yz0utzWUhSyxNBi li:before{  }
 }@media only screen and (max-width: 763px) { #TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW { background-color:transparent;background-image:none;display:block; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { background-color: transparent; background-image: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container > .video-iframe-container { display: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row > .video-iframe-container { display: none; }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .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); }#TqHMwAwcX9xnGq03RrvdXgHsztkQz5MW > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0vVbcST9qqpHvB8ZED7yInES22RG3nA { width:17.0625rem;height:4.3496125rem;top:7.875rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H3m8p10wMOutNi8XaT4D0DT920bRtke2 { width:20rem;height:21.214875rem;top:26.240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGe2G0JS5kWxdClKXdH6MGlUR6loT48t { width:14.375rem;height:3.9125rem;top:12.5625rem;left:2.25rem;font-size:1rem;line-height:1.2;display:block; }#tGe2G0JS5kWxdClKXdH6MGlUR6loT48t li:before{  }
 }@media only screen and (max-width: 763px) { #VUNu53owTaZPZtDEIZp0WC2TfEI3f6r2 { width:6.125rem;height:6.5rem;top:17.0625rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWl8ErwzgdOmCJg8sTxTpqOR9uaX6dfB { width:5rem;height:2.92480625rem;top:17.8125rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0s1XXWyB1ovKADzKXBiZOrwktUXayE2 { width:7.125rem;height:1.4624rem;top:19.0625rem;left:8.6875rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Flvte1TE7LZra9GOpTHypUtI0oFyRwA4 { width:9.125rem;height:1.5rem;top:23.1875rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tWSTubt4QpindAfITOEHhXTiOVgT1JUB { width:9.125rem;height:2rem;top:22.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku0Dryy0sBxc1uveTCdHuC5uA3Fuwvol { width:7.6875rem;height:19.1875rem;top:14.84765625rem;left:12.3125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rWHWcWz9k75CD1rRCk65sW3mBJxmiH92 { width:19.25rem;height:45.0625rem;top:2.3310546875rem;left:0.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bloTzeGzE5DVDVKvLsCknbp9RlkaeKI7 { width:12.9375rem;height:8.625rem;top:17.0185546875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #llXyX7VnkSZn7twKNyHr0ZSclxONqRMZ { width:8.1875rem;height:1.19970625rem;top:5.4375rem;left:2.8125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fay9LdPdEs0uUkA65ICiPOyVmCStJMwU { width:8.5rem;height:2.1875rem;top:4.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5i9F5GsvN1LGJJgV8ko1KOBQM9NtTgo { width:8.9375rem;height:9.9375rem;top:51.5rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5CtdNcqKuyx19iakf5mDbQNzs7TMMzD { width:10rem;height:15.5625rem;top:130.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln { background-color:transparent;background-image:none;display:block; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { background-color: transparent; background-image: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row > .video-iframe-container { display: none; }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .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); }#cEtoxG4qmr1D5ODSVfl0Lf2Vs3vssCln > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3CZP1Z3EQZyQc3BxA1JHG4PkJ8Z8X57 { width:17.0625rem;height:6.525rem;top:5.8564453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmiUZTD5VR8HqkGoWAoP29NdNUtAceNK { width:16.875rem;height:13.375rem;top:22.96875rem;left:0.5625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK { width:14.375rem;height:1.19970625rem;top:13.005859375rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#cL2Q4C0sylfHhdbFVDPLZ5hkJDeQyUKK li:before{  }
 }@media only screen and (max-width: 763px) { #uJQoHo91J1LEak5s9Gm2q0b8smhe2mpd { width:6.125rem;height:4.5rem;top:15.7939453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a67xaC9gdHUwSoEzE73NK7cEKLSZ13Xy { width:5rem;height:2.92480625rem;top:16.4306640625rem;left:8.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7uvVK5DOJXS6BTQsiE0tggOXlmAEQ2 { width:7.125rem;height:1.4624rem;top:19.2939453125rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDOQSbRbVUnnoKP10Rler5KP9ffBQh6C { width:9.125rem;height:1.5rem;top:21.6689453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FyDSAP6rJimyHKtGeDugPhcUohaiOnKk { width:9.125rem;height:2rem;top:21.4189453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JENAqF3p2S1PE8kiH0SO4Jlkmu33dWUM { width:15.9375rem;height:9.0625rem;top:34.6689453125rem;left:2.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #W65JTIriN0hQ5Qf8Wau5uWpd1dOP3KZw { width:19.4375rem;height:44.375rem;top:0rem;left:0.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X87JfT9U7OSeiFRwZ3k6PU9MWUbknN3N { width:13.875rem;height:8.875rem;top:14.8876953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #WiXHRoFcipw2XczNNb6WulJCU6783lc9 { width:17.4375rem;height:21.6875rem;top:24.9814453125rem;left:0.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TPWea5mhnnqgVgTSVaKpgD8nQfQiLe4K { width:8.1875rem;height:1.19970625rem;top:3.7314453125rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QQOzDEXrkbVMDupIJP8vAdH60GJwBxpk { width:8.5rem;height:2.1875rem;top:3.1689453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J { background-color:transparent;background-image:none;display:block; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { background-color: transparent; background-image: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row > .video-iframe-container { display: none; }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .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); }#cvVtqqOr76gLeuAnKiv4TPu2Ur8spt7J > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N4zLymIAcTwdiGlgOvD4iGlMfGqCaD2Q { width:17.0625rem;height:6.525rem;top:4.5439453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8T12d1Ck7tHesCwC6KbXDBvKHEnvaXz { width:15.3125rem;height:27.125rem;top:17.7060546875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgHWmyLG5rV8qswIIT6woySqVdSFXRko { width:14.375rem;height:1.19970625rem;top:11.9814453125rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#DgHWmyLG5rV8qswIIT6woySqVdSFXRko li:before{  }
 }@media only screen and (max-width: 763px) { #UBAXL3HglGCV8sumUGWZvwQinGnnOOhZ { width:6.125rem;height:6.5rem;top:14.4814453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2n0XrDBTG8SroxfqWmRCotNybzCxyIH { width:5rem;height:2.92480625rem;top:15.2314453125rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB7ld1k3b3JNftM972AqN4xCZJvQ79oB { width:7.125rem;height:1.4624rem;top:17.9814453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2RpnDv69LtNgfuPToUoVmW7ZkEdngfs { width:9.125rem;height:1.5rem;top:20.5439453125rem;left:2.3125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJRnBBK4VTVq84vXismEhduzzg8P1hhH { width:9.125rem;height:2rem;top:20.3564453125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoWxUyrivXClnkg64OTDSNZFN7Znhmgd { width:8.625rem;height:19.75rem;top:24.1435546875rem;left:-0.1806640625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G { width:19.25rem;height:44.375rem;top:0.1875rem;left:0.75rem;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af284381-be16-4172-bed7-d01b0ded0e6e/bg_blue2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.adaptive-delivery-prevent-bg, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyload, #w9aQuD4E1Pb644xlJeNWFI4zBoXz0E7G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #u3F37DwIpeie1zp2lEJ5Ka21hRFIyOEO { width:12.9375rem;height:10.5625rem;top:13.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eOOdLUK607OGnmSC8BILZM9RBEwFMehl { width:2.6875rem;height:2.6875rem;top:41.2685546875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT5QsiznbkDVA878fT1KSHVOa5SDHIuO { width:3.9375rem;height:3.5rem;top:39.662109375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok { top:0.3564453125rem;left:0rem;width:19.875rem;height:44.5rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8f5bd46d-29d4-4cb5-8851-777b50d605c2/bg_mob_torba.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.adaptive-delivery-prevent-bg, #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.lazyload, #MZmtRezIgiEr03KpsR9qFMTn0iGTnAok.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EquEmJgFLTKRJBZGrdvneFyLbz5SlKQu { width:8.1875rem;height:1.19970625rem;top:2.375rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPE6QepyUfnuFasB1NWxBPSztKrr31BC { width:8.5rem;height:2.1875rem;top:1.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt { background-color:transparent;background-image:none;display:block; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { background-color: transparent; background-image: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row > .video-iframe-container { display: none; }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .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); }#L0xd92gzVXuTG7TXuhFc0JaXZVCGxgkt > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMQToCAgLQKtWD5cHAhF0XKa01D2sUqw { width:17.0625rem;height:6.525rem;top:5.75rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhBzahsOTVx6QZaKO7a7cZThcXhTzK1x { width:16.75rem;height:18.4375rem;top:24.0751953125rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw { width:14.375rem;height:1.19970625rem;top:13.1875rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }#ptTqDWavuN1uTsFgMUxypt8D7dsAEDGw li:before{  }
 }@media only screen and (max-width: 763px) { #CTOGWOniRbS3L5T77kFTrzseNeCXxOxI { width:6.125rem;height:5.5rem;top:15.7314453125rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBAmGMzbIxvdmgCPQIBrsd8nDbEJAM3 { width:5rem;height:2.92480625rem;top:15.8681640625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKKpzssanIHN9fOzl8n5KIOEX97XmRll { width:7.125rem;height:1.4624rem;top:18.7314453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuwTutgae4wcuUG2syMWmfNG4QVXfmHU { width:9.125rem;height:1.5rem;top:21.1064453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fa6P8816FBhMIVK2Uy60OfDlsN2F37lt { width:9.125rem;height:2rem;top:20.8564453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpXwCHPSSybbgxWWBTorOaBqDxb8Vp5K { width:15.9375rem;height:9.0625rem;top:19.21875rem;left:4.0625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #K0Jsn7ZGsBGJynULCAsr2K3PhNvwD4pb { width:19.375rem;height:47.125rem;top:0rem;left:0.478515625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Rwq6a2bbdHQ0GTLCoKA6z2S1hlKRaCS1 { width:13.125rem;height:8.25rem;top:14.9501953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #K6LzxLDs7n8N8ZXa8JagAqT3Dt1lhx21 { width:8.5rem;height:2.1875rem;top:2.8125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eK6U4lgogzRRtvH2wWRkrBCGPRg3KZCU { width:7.25rem;height:1.19970625rem;top:3.375rem;left:2.75rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T7F8hgptCrazNKBbpGwgrOW095DOeDbM { background-color:transparent;background-image:none;display:block; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { background-color: transparent; background-image: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row > .video-iframe-container { display: none; }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .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); }#T7F8hgptCrazNKBbpGwgrOW095DOeDbM > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Scmgio58qqwbQ5omTo6giutQFNNHWoGT { width:17.0625rem;height:4.3496125rem;top:4.5439453125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qBVGk2wV9z0TXUyqmO6M7CpCJW8W0BVC { width:20rem;height:18.875rem;top:18.8408203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns { width:14.375rem;height:3.91015625rem;top:10.9375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:none; }#t6d38Ei3FqZpfgLVs91PTtGdAm9PWxns li:before{  }
 }@media only screen and (max-width: 763px) { #xFuenkTuV9faTJDnUyDTusBzZHxv0TCK { width:6.125rem;height:6.5rem;top:9.4814453125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFQHC78DN00RHR6VRSf8FohOxtbxaDIO { width:3.875rem;height:2.92480625rem;top:10.2314453125rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7o7bUmdBKVSVO9TO4MeaT0xGuL03i5g { width:3.1875rem;height:1.4624rem;top:12.9814453125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQWoNLT7U4wy91Q9lZQZiAHW7wMIAFxC { width:9.125rem;height:1.5rem;top:15.375rem;left:2.1875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xe2rcQ0IpHxdrBVQpIywfy5rff1QJLqE { width:9.125rem;height:2rem;top:15.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFwyWXMkpAUVxhtUTCQ6HGRiFwDGFZN4 { width:7.625rem;height:11.6875rem;top:15.5625rem;left:12.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JNnEbgUiib442fWp5286DdmSZ5P5hZI2 { width:19.25rem;height:36.4375rem;top:0rem;left:0.75rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pR1zAvEdKQx6Km78NfkJPqg3AkKpKLQr { width:12.625rem;height:8.5rem;top:9.4375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #cQEnxNPXtAQadSwOXTNAx44r5KUQiBfq { width:8.5rem;height:2.1875rem;top:1.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb45dmLMh61Xq0k9bIQ7tf5vkMCT1vEu { width:8.1875rem;height:1.19970625rem;top:2.4375rem;left:2.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt { background-color:transparent;background-image:none;display:block; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { background-color: transparent; background-image: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row > .video-iframe-container { display: none; }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .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); }#vOCZ4LV98brZL0rok8ZDoQCT22SV5JDt > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ugG0MudkvMsUceStafyFfUWTQQUxgPvF { width:17.0625rem;height:8.7rem;top:5.8125rem;left:2.125rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eyOb8L8OQ059D1VFPGrHdfEioFTMuEs9 { width:16.875rem;height:20.625rem;top:25rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QWKRCTkpfSPldER74hBU2HXTPzAeWrGC { width:14.375rem;height:1.19921875rem;top:12.1494140625rem;left:2.125rem;font-size:1rem;line-height:1.2;display:none; }#QWKRCTkpfSPldER74hBU2HXTPzAeWrGC li:before{  }
 }@media only screen and (max-width: 763px) { #U5fbcTo20JVZ685BAP6fp9bXxbf2gTER { width:6.125rem;height:6.5rem;top:15.125rem;left:2.375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVAI7pvG6WdJeW9MMoLnBWr74tbJgKH { width:5rem;height:2.92480625rem;top:15.75rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXx9Ava8XdXNVDTLSJp69XMqEC9I9xR { width:7.125rem;height:1.4624rem;top:18.625rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI74CDm7WEBPMXzTDGWFNMaS7QRu8zml { width:9.125rem;height:1.5rem;top:21.125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HNGxekJlU9evFw1DKaSqzh0Ax2wxWl9I { width:9.125rem;height:2rem;top:20.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plx8ks98hyLIGQvh2k6c6ZiRPI3dmbeQ { width:15.6875rem;height:6.3125rem;top:23.625rem;left:4.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #u48nZ5K3rGcyZHroTa6roAVRh7Zucz0F { width:19.4375rem;height:43.6875rem;top:0rem;left:0.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FC9aQ8ZkDSM0C5g1rM6FsygM1G9HAHir { width:12.75rem;height:8.8125rem;top:14.8125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mHCEcVsZpNLy4smqEqEZ0sTagOM1wV56 { width:8.1875rem;height:1.19970625rem;top:3.6875rem;left:2.3125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #czw9Bx5H5D1a5HSi5T45CPTDhcMcOS5C { width:8.5rem;height:2.1875rem;top:3.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF { background-color:transparent;background-image:none;display:block; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { background-color: transparent; background-image: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row > .video-iframe-container { display: none; }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .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); }#mo2CfGkXpk38zZcCNbPTDGXXfPwdNRnF > .row .container { width:20rem;height:130.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mG0SpTaP0FTuD2F6yTL6uvF9w6JHrCbB { width:14.1875rem;height:8.7rem;top:5.625rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RW45eTmxibK6XsQZIe1f21D6KdFfxnsD { width:16.5625rem;height:2.7125rem;top:15.3837890625rem;left:2.09375rem;font-size:1rem;line-height:1.2;display:block; }#RW45eTmxibK6XsQZIe1f21D6KdFfxnsD li:before{  }
 }@media only screen and (max-width: 763px) { #UXZG5gUgJ8tWT3EuCToultoIkWDvS99B { width:6.125rem;height:6.5rem;top:19.0439453125rem;left:1.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2foUvGU4FbfSSzqQr6ewBhkKv6FItmx { width:5rem;height:2.92480625rem;top:19.9814453125rem;left:8.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybHD4xA2FbhWPxA29gpI7Ek81dWVVoac { width:4.0625rem;height:1.4624rem;top:22.7939453125rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzxCKTuHTSTe5whrWBKmR5LaFZ0Cor3R { width:9.125rem;height:1.5rem;top:25.0439453125rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Km2mFqyN3KsT7Dd5KZbo4gduAurc8Xr8 { width:9.125rem;height:2rem;top:24.8564453125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHg6RE1RFIEbuv7yW44GGIvf4dZt4G6l { width:15.1875rem;height:25.5625rem;top:87.1064453125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.adaptive-delivery-prevent-bg, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyload, #OGcAm8hWvKfigbwmAXl5vggKBcDtTOJt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ro1MP0DFT7BXCUDBxfbDNUTpQSwBLHnH { width:12.9375rem;height:8.125rem;top:19.3125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AmRzQFUrJeztSgaTFsqG2k8DXx1Cs4y8 { width:12.5rem;height:50.4375rem;top:74.6689453125rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPif3VpRqJ2q9JgLWCVPOET7MzQ1O8Ul { width:18.0625rem;height:21.75rem;top:27.6064453125rem;left:1.3505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7i9PKaIPTyosHU8dwWK9iaybvZnknru { width:5.5rem;height:6.5rem;top:66.4375rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEK0FoMpkAPgiJS4aBWFvSdshpSr1mFT { width:3.5625rem;height:2.925rem;top:67.5rem;left:5.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7GI6X1meevWNNOyedenvaTk4rxdI4dI { width:3.9375rem;height:1.4625rem;top:69.9375rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kgRQQT1vny3Zib3SDd70abAaGO1mkt { width:8.8125rem;height:1.5rem;top:72.125rem;left:0.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q8fWtbnr4oVTPb5203JEInrapoJ8xbTU { width:10.0625rem;height:8.0625rem;top:66.75rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zrU3pktxglP2NrbuEhqz7b1F6DvDV9Pp { width:15.3125rem;height:8.7rem;top:57.7373046875rem;left:2.34375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p7Eb05kEKEwplTptizKx8ruduzENQOon { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#p7Eb05kEKEwplTptizKx8ruduzENQOon li:before{  }
 }@media only screen and (max-width: 763px) { #shVvEfB9I6HXgvsTTB2zGdF9qhzlAszO { width:9.125rem;height:2rem;top:71.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BImp0blySKGTxhC5m8TqhTJ3k3f7PQdL { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg { top:-0.2685546875rem;left:0.75rem;width:19.25rem;height:51.4375rem;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.adaptive-delivery-prevent-bg, #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.lazyload, #fGcLhoNiIyWn9k4imzVpAVcV0kh6dozg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB { top:49.75rem;left:0rem;width:19.25rem;height:80.8125rem;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.adaptive-delivery-prevent-bg, #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.lazyload, #sv6nqT7roFPq4nkRtc9RPlZboW4mi0nB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Mow1PCUSvQzO2S1LPwnA3uLseUahKMqx { width:20rem;height:11.287125rem;top:30rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sPcDIh6Ad1ousKHfG5SOfBUUTryAyXrl { width:8.25rem;height:1.19970625rem;top:3.25rem;left:2.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dZ1skUdkrD0xF5olXqaEX9EqZhmeqk9L { width:8.5rem;height:2.1875rem;top:2.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1eqv8laofhvhIVRO4r0ueVJXLxZT3O { width:8.5rem;height:2.1875rem;top:54.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTTMVw9BQ4TK6iBrsNHsz96zqZq9Mtb1 { width:8.1875rem;height:1.19970625rem;top:55.4375rem;left:2.375rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EIteULEGXrQtxzqsWzHcPRE59C7JHakr { width:7.125rem;height:1.4625rem;top:67.65625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdM9I257ulXJRW0oE5PGFgAamVSS42iG { background-color:transparent;background-image:none;display:block; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { background-color: transparent; background-image: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row > .video-iframe-container { display: none; }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .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); }#kdM9I257ulXJRW0oE5PGFgAamVSS42iG > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CG5aUaeRzpXOsgnzwJ26O2WqaLbED8ZR { width:14.1875rem;height:4.3496125rem;top:5.6875rem;left:2.375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U { width:15.375rem;height:8.45rem;top:10.787109375rem;left:2.375rem;font-size:1rem;line-height:1.2;display:block; }#vaBBSxGlBldAe9S3rNNgvAbe16sJuu6U li:before{  }
 }@media only screen and (max-width: 763px) { #Ur1IAtLrbArPF5q7sq75QXyMFTybcwAG { width:6.125rem;height:6.5rem;top:20.5rem;left:1.8125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW5Sn93aaXbqNB6lHcIR3hRy5elvfu8h { width:3.375rem;height:2.92480625rem;top:21.625rem;left:8.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1DrMReEO9tJDfGRqXJOAM4Zq1l07WTf { width:3.1875rem;height:1.4624rem;top:24.1875rem;left:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wBCzuioyrNPeCl6bnLq13WyDWiqbee { width:9.125rem;height:1.5rem;top:26.375rem;left:1.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #orGuIJuJNuhfhvtD0ChlTi5c2u9duGfW { width:9.125rem;height:2rem;top:26.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh47LBQS6lpE6A3K5Sl7T1339O45FT24 { width:10.8125rem;height:12.0625rem;top:27.875rem;left:7rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs { width:20rem;height:33.8125rem;top:1.3125rem;left:0rem;z-index:15020;background-color:#ffed00;background-image:url("https://images.assets-landingi.com/uc/f317804b-1a77-4d21-a657-170983c3d636/bg_skarp.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.adaptive-delivery-prevent-bg, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyload, #yuDL1vrtquQ5RFU44fhhkqE1PcXtPEDs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PC2lcKBESU07bvbsMTQTDbayLT86IlUK { width:12.3125rem;height:8.125rem;top:20.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #iAANCCVtcTAwUkQLpPcJssb4wwGiyi1V { width:14.625rem;height:16.25rem;top:65.8984375rem;left:5.375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #WvZO1LvCKlk4EuVhOLi0AznJUhKNkzgH { width:14.1875rem;height:20.8125rem;top:30.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2D7VpvTRvs9fIqiOD7TkT8ahvs7at6b { width:5.5rem;height:6.5rem;top:61.375rem;left:1rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #db31IfiOAsoXMQx8pF8Kkt9ZcbXVT8TZ { width:2.375rem;height:2.92480625rem;top:62.375rem;left:6.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhpk9k5gcKPgD8HG3nwJ9utyiRgkfMht { width:2.625rem;height:1.4624rem;top:64.8125rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgNCOT0LXJNromLzOpxTNB4arJ46ftGL { width:8.8125rem;height:1.5rem;top:67.1875rem;left:0.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iewTmoUPqGPNQPedfPFrFnEHSZiNKQkJ { width:10.5625rem;height:8.1875rem;top:61.625rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IQlTHoBagzR1cel9ZhqkLbg62fI9Pk9C { width:15.3125rem;height:2.17480625rem;top:58.6376953125rem;left:2.34375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u { width:17rem;height:0;top:63.0625rem;left:3rem;font-size:1rem;line-height:1.2;display:none; }#rR4Lm2A9oQM9ME2rZWZPTTVNO4o1dc9u li:before{  }
 }@media only screen and (max-width: 763px) { #SJuQGq4LtwKWM8KIkogm25LlRHSv1u3q { width:9.125rem;height:2rem;top:67rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGbagZWFhtEskADI5uC5DxFkspWPJN4r { width:20rem;height:61.875rem;top:57rem;left:0rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7 { top:-0.0810546875rem;left:0.75rem;width:19.25rem;height:52.1875rem;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/89ace1e5-6131-4eea-8393-a0a21ff67b28/bg4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.adaptive-delivery-prevent-bg, #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.lazyload, #zdvkUMCtK1WsQaUcukEIQBCltoKIKbu7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq { top:53.375rem;left:0.75rem;width:19.25rem;height:32.25rem;z-index:15006;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19817c0d-8b9a-40a7-9062-14aa7ba73e1a/bg7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.adaptive-delivery-prevent-bg, #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.lazyload, #WSrMRuBRzCxrSehGEm18hPwf8tBEMzlq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #drUDGyLU86nBBawqEmc4y7NTUvv55WXb { width:14.8125rem;height:11.3125rem;top:70.8984375rem;left:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #unxhEcNJOgDAGwArg7dKHaWBoqAnZ2AW { width:8.5rem;height:2.1875rem;top:2.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of0rFAHIdsvV3Hcf2Jt45OpZ5xb9DFiZ { width:8.1875rem;height:1.19970625rem;top:3.3125rem;left:2.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MULCHtCufppVvp7dV9VMFx6WSftkqQip { width:8.5rem;height:2.1875rem;top:55.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOaeRzzKQWq6qik8rkVBoSyAFVlUxGtB { width:8.1875rem;height:1.19970625rem;top:56.4375rem;left:2.5rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy { background-color:transparent;background-image:none;display:block; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { background-color: transparent; background-image: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container > .video-iframe-container { display: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row > .video-iframe-container { display: none; }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .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); }#u0W5WTMB12X6b5y1w7d0H71DIWNfDhZy > .row .container { width:20rem;height:51.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8yvsFw9JAr15tzvnasE8xSWkXmc7I8U { width:17.0625rem;height:6.525rem;top:5.4814453125rem;left:2.09375rem;font-size:1.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pJaFQJf9grX22icJlqFdlzJnZDbIHtg9 { width:17.4375rem;height:10.25rem;top:22.4375rem;left:2.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CVglgFyzbFD6WIG0trU6uEAwpXPd84Dy { width:6.125rem;height:5.5rem;top:13.2314453125rem;left:2.5625rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #am0UaZcsNxfSHIEUdFFvCX9RcyV4wypn { width:2.9375rem;height:2.92480625rem;top:13.3681640625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUB25snmJBywnRwkCkhz557ck0JQuM4t { width:4.0625rem;height:1.4624rem;top:16.2314453125rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTBxLN3ALvTiWRE02qD3HP2xIAtFcucl { width:9.125rem;height:1.5rem;top:18.6064453125rem;left:2.125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xUdol8fVudUodLGdzw3KSVCmzkDqti21 { width:12.5rem;height:4.8rem;top:37.0625rem;left:7.0625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NyiMXTH2BITMmggShN4DfBRgbuZx5iNE { width:9.125rem;height:2rem;top:18.3564453125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBV6IFE83fm2o3Mp3qWmLoatIA9wuZEU { width:7.75rem;height:6.375rem;top:27.73046875rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #KTg8yTezshkhX503m7aAN1Qbv1LzRRNq { width:19.4375rem;height:41.5rem;top:0rem;left:0.5625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #CTvDlW5tIoUiFao1eFvPUPt5DNFrXxLb { width:12.6875rem;height:8.375rem;top:12.8251953125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #b2ssnS95Ti9iRPbvtgqaSn6ktJlXXVLt { width:16.875rem;height:3.9rem;top:45.55078125rem;left:1.5625rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 2.4375rem rgba(0,0,0,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #BtAahceZViXuP1QlSH7I5xF50bvTk89s { width:10rem;height:15.5625rem;top:130.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rmd5ZW33r2ZfLuzK0OHkXWlQHi6tfXN0 { width:8.9375rem;height:9.9375rem;top:51.5rem;left:2.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTGINfS2FWd6ZAfrQTyfoDnTzbpXrQrA { width:15.6875rem;height:7.125rem;top:35.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZx3xCdqzKVfGaaIZxPJgf1k6TWCh4Ge { width:2.75rem;height:3.0625rem;top:34.9375rem;left:3.125rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7EJADkUbRemkrqCEMBI9ffBK0s5X1Ab { display:flex;width:1.8125rem;height:1.8125rem;top:35.6875rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #redxFT6TEu4A8iL3hpzXE2tgDPf8PJOo { width:8.5rem;height:2.1875rem;top:2.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAUJKyG2dcBb8usdGXJ4M1Pkmop0ewEi { width:8.1875rem;height:1.19970625rem;top:2.6875rem;left:2.1875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR { display:block; }#P5t2TQmE0gFcOKoaxu2Q1dcnz36APTsR > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTgpLu8aknPXaUTSzQM8IWAKNrAkciaW { width:8.375rem;height:6.9375rem;top:1.875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMV09RB8ytrNsiP5eOwBGh1aZunNOWcF { width:7.8125rem;height:3.5rem;top:3.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0nFTkJG6iIXkF6FOdTpJ15TSHmfWKFR { width:8.875rem;height:1.05625rem;top:7.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9SOXqWbDEeyN1OnNbmGkMMZD1ZmaavH { width:0.125rem;height:6.875rem;top:2.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4Lfdx06bSmGTEeMTcEBLdJdDecUcSfp { width:20rem;height:13.65rem;top:12.625rem;left:0rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 2.4375rem rgba(0,0,0,0.99);display:block; }
 }@media only screen and (max-width: 763px) { #HBErAtqT6oinsmk5t0rOkcznvxpisH6y { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #HBErAtqT6oinsmk5t0rOkcznvxpisH6y > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container { background-color: transparent; background-image: none; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container > .video-iframe-container { display: none; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row > .video-iframe-container { display: none; }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .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); }#urdy1GIeLLIUu7lNgUMTeHlLL3z0I6BI > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 { background-color:#1a1b24;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; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container { background-color: transparent; background-image: none; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container > .video-iframe-container { display: none; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row > .video-iframe-container { display: none; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .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); }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container { border-width: 0; border-radius: 0; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBPK03LKB3p7HBQQqRSl4Z2dfEtcm0o0 > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH { background-color:#1a1b24;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; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container { background-color: transparent; background-image: none; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container > .video-iframe-container { display: none; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row > .video-iframe-container { display: none; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .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); }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container { border-width: 0; border-radius: 0; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXERmogwyTJZvpJZRz5N3pyZlTCsDPpH > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container { background-color: transparent; background-image: none; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container > .video-iframe-container { display: none; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row > .video-iframe-container { display: none; }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .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); }#nZdKgWoU6iApvNxuw4Zpo3IAzSAA8PRE > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssCLWKOCT9ewMSRBir4TiICsTcQCvekS { background-color:#1a1b24;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; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container { background-color: transparent; background-image: none; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container > .video-iframe-container { display: none; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row > .video-iframe-container { display: none; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .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); }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container { border-width: 0; border-radius: 0; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ssCLWKOCT9ewMSRBir4TiICsTcQCvekS > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ { background-color:#1a1b24;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; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container { background-color: transparent; background-image: none; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container > .video-iframe-container { display: none; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row > .video-iframe-container { display: none; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .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); }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container { border-width: 0; border-radius: 0; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUVl756aR8pmeMEtcWhEzFdPCGMwm7wJ > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container { background-color: transparent; background-image: none; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container > .video-iframe-container { display: none; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row > .video-iframe-container { display: none; }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .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); }#Rg4QdgiuDPNImLkZpeMRodqERENGm5Tm > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UPy9Z7QbtWfmLPQZZFZIqCueebbVfgHE > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }