.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:244,219,232;--color-primary-1:229,188,195;--color-primary-2:202,74,140;--color-primary-3:189,29,111;--color-primary-4:40,15,28;--color-secondary-0:222,227,227;--color-secondary-1:145,162,163;--color-secondary-2:35,68,70;--color-secondary-3:18,34,35;--color-secondary-4:5,10,11;--color-tertiary-0:255,255,255;--color-tertiary-1:242,242,242;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV { position:relative;display:block; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV { background-color: transparent; background-image: none; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row .container > .video-iframe-container { display: none; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row > .video-iframe-container { display: none; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .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); }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV { border-width: 0; border-radius: 0; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .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; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XKiP2sC3MyK8nReh4mIBPSzTPqe2lz1x { 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:3.81225625rem;width:11.93725rem;top:0.531005859375rem;left:22.8125rem;overflow:hidden;display:block; }
#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 { position:relative;display:none; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 { border-width: 0; border-radius: 0; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .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; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mT8HGhBa1zrN1HhzGGPWTFcxPKrh20ry { 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:13.3125rem;width:47rem;display:none; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:rgba(var(--color-secondary-2),1);display:block;width:30.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.833333969116rem;left:1.044921875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#06fcde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:25.166667938233rem;left:6.419921875rem;display:block; }
#CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { position:absolute;display:block;z-index:14996;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:32.4355625rem;width:26.4355625rem;top:10.438802003861rem;left:33.522134780884rem;overflow:hidden;display:block; }
#MyP4FeiMCSmlGZ60U9zheQrgrtqIheU3 { 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:67.875rem;width:55.625rem;display:none; }
#Gk76FXDRubqykTAW5bzbshqbvcQBcH5O { 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:60rem;width:60rem;display:none; }
#BUFAqlssQMbGLJtsbUIJZAKiCdMhBe2U { 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:60rem;width:60rem;display:none; }
#CgpHwETiq4tnX2T181UulyQCHTmRBLDJ { 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:60rem;width:60rem;display:none; }
#vZQ0LuaFDLhD0e0OQEGcBi0MQ4uiLTOm { 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:60rem;width:60rem;display:none; }
#koV4wbtszTgO7lKD5TM5Iri7vJbG6OTA { 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:60rem;width:60rem;display:none; }
#QAiME1p77ITR0Qe9qqnD3tfT3CQQfQgO { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.17431640625rem;left:0rem;height:9.26175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ic2Pov0w0W4taOqhtqB8zDQimzAXJRq9 { color:rgba(var(--color-secondary-2),1);display:block;width:30.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:16.9375rem;left:1.0458984375rem;height:5.9985375rem;text-align:center;text-align-last:center;display:none; }
#B9ckJEUpkeMKMaX4nogVtPvmVh7dXU3A { 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:60rem;width:60rem;display:none; }
#ykiUnxFgTUoDxr3Wm4xiVLbvLzDHRTuT { position:absolute;display:block;z-index:15014;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.3125rem;width:8.3125rem;top:10.438802003861rem;left:34.156251907349rem;overflow:hidden;display:block; }
#eqRAtOkG2fWWsV3vQfGty6pmgAS5Ercw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:35.854167938233rem;left:53.167970657349rem;overflow:hidden;display:block; }
#yoWPLDQ05Qo1xz9IuqvKtKswvDVTG9tq { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:23.40625rem;left:31.199220657349rem;overflow:hidden;display:block; }
#a10BaQlzIQHHU9nt25kdKlPxzurolvMh { position:absolute;display:block;z-index:15017;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:10.25rem;width:10.25rem;top:9.2291672229769rem;left:49.666668532349rem;overflow:hidden;display:block; }
#hZBT6V8GU2BANkkRJ4a4irPPtTCAkmB4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:31.687501192093rem;left:32.563802719116rem;overflow:hidden;display:block; }
#tq5T749de5mhGOWU4Lv7gz9AzJO4t2XE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:26.104167938233rem;left:53.166668532349rem;overflow:hidden;display:block; }
#anHuI3gJmSzTM1scyTOTUxfTtXbp6KVa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:17.416667222977rem;left:31.855470657349rem;overflow:hidden;display:block; }
#pfXRt4f56zp8zeoCQR2XQvbDIXv0ApTf { position:absolute;display:block;z-index:15018;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.1875rem;width:2.1875rem;top:18.010417938233rem;left:56.584634780884rem;overflow:hidden;display:block; }
#cT9rq4ivNOBeqJzmkLF1Maq6gQXixNgb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:37.520835876465rem;left:44.770837783814rem;overflow:hidden;display:block; }
#ZZJTzt4zyHhnfJTnrT6dSUt6zb76igDH { position:absolute;display:block;z-index:14995;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:13.25rem;width:13.25rem;top:31.6875rem;left:18.01171875rem;overflow:hidden;display:block; }
#z5VZOVOt0rKxxf8qc4vKFCGeuFANndrE { position:absolute;display:block;z-index:15019;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.1875rem;width:2.1875rem;top:34.8955078125rem;left:28.90625rem;overflow:hidden;display:block; }
#dzmcTUR8MK0NLJWvxTQxyxgATBN25aM0 { 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:60rem;width:60rem;display:none; }
#pUz8mVWAlOu921Wvn8SZB757ZQIXDNsi { 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:60rem;width:60rem;display:none; }
#liy7ZEBeyADplzTcv1OLLnC5S0EiBD1x { 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:60rem;width:60rem;display:none; }
#G2ruKD1MLVXGPS047vTEFhIIR10xNzlK { 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:60rem;width:60rem;display:none; }
#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 { 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:block; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container { background-color: transparent; background-image: none; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container > .video-iframe-container { display: none; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row > .video-iframe-container { display: none; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .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); }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container { border-width: 0; border-radius: 0; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:#06fcde;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.37890625rem;left:3.71875rem;height:4.3066375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a6ec5e4f-73a4-4d41-9657-cb611326f69a/mapalanding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.adaptive-delivery-prevent-bg, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyload, #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9.lazyloading { background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#UwCKEh4tl0rgSsueUVsBJD4idQAJaIAq { 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:28.9375rem;width:60rem;display:none; }
#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/owfa9cnp/stzra_ka_zawijama.png");background-position:center left !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; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU.adaptive-delivery-prevent-bg, #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU.lazyload, #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU.lazyloading { background-image: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { background-color: transparent; background-image: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .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); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { border-width: 0; border-radius: 0; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:60rem;position:relative;display:block; }#VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { color:#001623;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:17.8427734375rem;left:1.84375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { color:#001623;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:0.78125rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tpowreu8zZ9vFWMQ3JLrou9GEki78faT { color:#001623;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:17.8427734375rem;left:21.53125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#xCTOqFZFGF3TxEthw9wMrFqhvN2J3koA { color:#001623;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:17.8427734375rem;left:43.8125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#UaON9bEFbIRc1QzpQkHETsHIVN8I2MRV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:2.375rem;left:1.28125rem;overflow:hidden;display:block; }
#R1dPyeL5AaoR2OKoSfgtsmxRrRS81M1Z { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:2.375rem;left:21.28125rem;overflow:hidden;display:block; }
#BREiAlzEt3NJp2CA3Kx8TVOuioJKram2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:17.4375rem;top:2.375rem;left:41.28125rem;overflow:hidden;display:block; }
#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { background-color: transparent; background-image: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container > .video-iframe-container { display: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container { display: none; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .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); }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { border-width: 0; border-radius: 0; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:60rem;position:relative;display:block; }#WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { color:rgba(var(--color-secondary-2),1);display:block;width:32.0625rem;position:absolute;font-family:"marck script";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:5.7682299613953rem;left:27.479166030884rem;height:12.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { color:rgba(var(--color-secondary-2),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:19.392578125rem;left:27.9375rem;height:14.3984375rem;text-align:justify;text-align-last:initial;display:block; }
#C7WR4nVKLb7p8wHSfqLbWIvHhidgxcrX { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.774810791016rem;left:38.291015625rem;display:block; }
#nLZ6aSELgpo8IJIgcP2i8iixWlxMaK3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCeLTXwHP06SXFwr4BzcK9R6OfUseJ1m { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:26.6875rem;top:2.3925704956055rem;left:0rem;overflow:hidden;display:block; }
#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ.adaptive-delivery-prevent-bg, #Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ.lazyload, #Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ.lazyloading { background-image: none; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container { background-color: transparent; background-image: none; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container > .video-iframe-container { display: none; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row > .video-iframe-container { display: none; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .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); }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container { border-width: 0; border-radius: 0; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#XXFOTUWu4kSQR64b0a6ms5Xs18Je5fFJ { color:#222222;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:-0.0032558441162109rem;height:2.25043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bn7Oxzan3Wy99peu7P3S2EnyJy7cRQ9K { color:#222222;display:block;width:44.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.181640625rem;left:9rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oR9s3lNn77b8lBuc6Ukp796CX5UmmDcA { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:block; }
#xUsyHlPxX8NK11SZ0yPcbvPo16SxBrHh { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:9.3743445072325rem;left:54.437501907349rem;overflow:hidden;display:block; }
#vBAyT0wmiQXpHreqWZbSiu928JH0SnkQ { color:#222222;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14rem;left:-0.0032558441162109rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKZST9snRHzp8I4uNekmTwdFdplhlKl3 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.5rem;width:60rem;top:17.1875rem;left:-0.0032558441162109rem;display:block; }
#MmacsIfrEAPMnAX33XOGxTSroImEUTTV { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.738820314408rem;left:0.62109422683716rem;height:5.5240875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FppS8udTVC7S6L2D7bayFSDBgVvSTOG3 { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.350912094116rem;left:0.62109375rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sI2I85Qk4ydTPASt0NuK0XTsehEL19Od { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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:7.5rem;width:0.125rem;top:17.75rem;left:30rem;display:block; }
#EVxyuGNsITyUP4iwP5iNA91CcFUnJosB { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.527232408524rem;left:31.250002384186rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PK6ZPL2DPXZO9Bo6TwpTX7BITMNUdrOw { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.77083337307rem;left:31.250002384186rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMhb6cyl40T4zmgHGtbV6RJbwE88LsdD { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:none; }
#EPlDWUqPxvboxxfMkW1d5HTchhGIa7Kw { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:9.3743445072325rem;left:54.437501907349rem;overflow:hidden;display:none; }
#f7fE8ndCdALlC3IvJ1PueNOuNa5JVnk1 { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:9.375rem;left:3.375rem;overflow:hidden;display:none; }
#Xe7FKcPHynwnoeEoThDotFT9uothBViB { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:9.3743445072325rem;left:54.437501907349rem;overflow:hidden;display:none; }
#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL { position:relative;display:block; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL { background-color: transparent; background-image: none; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row .container > .video-iframe-container { display: none; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row > .video-iframe-container { display: none; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .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); }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL { border-width: 0; border-radius: 0; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .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; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ck2HiTkG5vWiNLZxs5eSmeFhiRkpCk1o { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb { 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:block; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container { background-color: transparent; background-image: none; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container > .video-iframe-container { display: none; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row > .video-iframe-container { display: none; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .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); }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container { border-width: 0; border-radius: 0; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#bM8MM2bqNpRpsrpmoxNatOqSXboQaZ8v { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:25.9375rem;width:18.75rem;top:4.3125rem;left:0.625rem;display:block; }
#icTxmCScN8C6b8cxT7ZTlwbwIvMOSHNO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.063278198243rem;left:0.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c8PtIJoVQ21TnMHkTkVxCSxWpbirUbWF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.162761688233rem;left:1.875rem;height:10.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsPAmNXsag0TWKWllTDdhUS53s4rfT3N { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:26.3125rem;width:18.75rem;top:4.3125rem;left:20.625rem;display:block; }
#IqqmCeyQrQCGo9EHbCdBm5fTKrv5UxXc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:16.162761688233rem;left:21.875rem;height:6.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pmBidve3CFLTI08HnI1eHfwLPP5x5dIT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.063278198243rem;left:20.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFKk6LfqDWetmGDGd1Od0B92Jn9TQ3Tn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:26.5625rem;width:18.75rem;top:4.375rem;left:40.625001907349rem;display:block; }
#h3Ewd9OiBITVg3ivTquqxgBQFPHoB1uP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:16.162761688233rem;left:41.875001907349rem;height:11.8945rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L2K2ugozXenVAxSCX21z0Mf7dhLxTQn5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.063278198243rem;left:40.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CsXlWaIVnNVtAKHCbHfF2NogqTR81WAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.041015625rem;left:7.875rem; }
#igK2VUsnv2E4GlFPtLNMupLlJmETtQOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.041015625rem;left:27.875rem; }
#IU8ptZ6kDMW6Visc7TvOh4FAt53g41tX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.041015625rem;left:47.875rem; }
#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,249,249,0.9);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; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { background-color: transparent; background-image: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .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); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { border-width: 0; border-radius: 0; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#QlLmdureoi7yuNoAse2SdyCgwhWfzJor { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37f6deb0-63e5-4f4a-8920-efd860d8ef71/Planer5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A.adaptive-delivery-prevent-bg, #DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A.lazyload, #DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A.lazyloading { background-image: none; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container { background-color: transparent; background-image: none; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container > .video-iframe-container { display: none; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row > .video-iframe-container { display: none; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .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); }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container { border-width: 0; border-radius: 0; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#hHL0sTRNpkOKBpJfFDncK6vN3gLUo0Sv { 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:13.9375rem;width:19.6875rem;top:4.78125rem;left:0rem;overflow:hidden;display:block; }
#Niy9VQF7BDlbNEAiai3RW9bAbbXgOxWu { 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:13.9375rem;width:19.6875rem;top:5.4375rem;left:20rem;overflow:hidden;display:block; }
#Nsih3BTesVu661xEKucEOlTDFnkTIIb4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:19.6875rem;top:6rem;left:40.156251907349rem;overflow:hidden;display:block; }
#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,249,249,0.9);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; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container { background-color: transparent; background-image: none; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container > .video-iframe-container { display: none; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row > .video-iframe-container { display: none; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .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); }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container { border-width: 0; border-radius: 0; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#nTmh7lFZ90uDs1zgPHrM2M6ZkSniVd7P { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b5ee8ebd-88d2-4343-b2bd-f3520e807541/planeruzupe.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e.adaptive-delivery-prevent-bg, #UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e.lazyload, #UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e.lazyloading { background-image: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { background-color: transparent; background-image: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container > .video-iframe-container { display: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container { display: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .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); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { border-width: 0; border-radius: 0; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#VztIsREIrcmZeoxW3H0u8mGZx8K2VTtu { 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:28.9375rem;width:42.625rem;display:none; }
#TOKapVJmmPhMayI27TrRSHmDMDL4CvvO { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:31.2529296875rem;left:20.28125rem;overflow:hidden;display:block; }
#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK { 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:block; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { background-color: transparent; background-image: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container > .video-iframe-container { display: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row > .video-iframe-container { display: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .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); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { border-width: 0; border-radius: 0; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:block; }#htzl83PJcUzWW9InNVD20F6Cf7z7in98 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.4834594726562rem;left:0rem;height:6.33725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ym4HAfTKySa2mNVA8D81XD94SeSc8att { position:absolute;display:block;z-index:15019;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:10.25rem;width:10.25rem;top:9.6279296875rem;left:2.375rem;overflow:hidden;display:block; }
#CFcd0CyWNmCdGwvq0MDBMUuHfHwGUUO3 { position:absolute;display:block;z-index:15017;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:7.875rem;width:7.875rem;top:11.0146484375rem;left:49.15625rem;overflow:hidden;display:block; }
#TMSmW52ISJwPM6bCKcP4RG9ZkWEcOGiO { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4285278320312rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RaSlIgVVNJuh0sEQ8qaaHy5TWmssdyKE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.877605438233rem;left:27.78125rem;overflow:hidden;display:block; }
#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container { background-color: transparent; background-image: none; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container > .video-iframe-container { display: none; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row > .video-iframe-container { display: none; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .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); }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container { border-width: 0; border-radius: 0; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { position:relative;display:block; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { background-color: transparent; background-image: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container > .video-iframe-container { display: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row > .video-iframe-container { display: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .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); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { border-width: 0; border-radius: 0; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .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; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),0.65);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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:42.9375rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#GFXZySB4gdTSmU5b579phg2AMakNes45 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:55.5625rem;width:19.5625rem;top:0rem;left:20.072265625rem;display:block; }
#l1o4klpga7VN6ELzWC4R40D61Q7da8ZK { color:#06fcde;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:20.541015625rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { color:rgba(var(--color-primary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:9.9270839691163rem;left:0rem;height:7.910125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
#rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:9.9270839691163rem;left:20.884765625rem;height:15.0234375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
#mZ1na8Asdq3QvKxEtDlcM6SI2yxti1kN { color:rgba(var(--color-primary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.583984375rem;left:1.5rem;height:7.3935625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GdMsODzCwOy0CH5shnq7bBflcfnTbTMW { color:#06fcde;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:38.768229484558rem;left:19.884765625rem;height:7.3935625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TonFIDR6iZplA50q8Z8kQA3ELT7zc8qu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:48.479167938233rem;left:23.009767532349rem;display:block; }
#V5UReX0NdbuyAk8WRuiSU7acZDnRFusf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rABXOdn18AOIzxb4gbCPTMnwRa9pqS0G { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:33.626953125rem;left:2.53125rem;display:block; }
#pnrJb9fMAVswecF22R9E3maTGr79ANds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zegAC2rUi5A6btZdLxVCOsbgnTGR9tZG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:39.970703125rem;left:0rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#AT8LiwqrbeNMea0lIVEc0hBKHwycA3Ri { color:rgba(var(--color-tertiary-1),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:53.875rem;left:20.416015625rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TQP1lSrJZodqFFf0rVmUNnWFoUEZvDXN { color:#06fcde;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:35.317058563233rem;left:19.884765625rem;height:3.4934875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IBN8xm9TgqxnzNfJMVldSm4kP7AHSP4H { 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:60rem;width:60rem;display:none; }
#HuJTL6wu0TFBX9sU4BfSK52QVV9TFohu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:46.275390625rem;left:20.416015625rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JGS0sunxJN4uSQRrWfReC0EFqxoss6hR { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:59.75rem;width:19.625rem;top:0rem;left:40.875001907349rem;display:block; }
#LpJGMVU5n7QpEi4zmLVX35FS0ERuhLPH { color:rgba(var(--color-primary-3),1);display:block;width:18.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:41.625001907349rem;height:8.285125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:9.9270839691163rem;left:41.718751907349rem;height:;text-align:left;text-align-last:left;overflow:hidden;display:block; }#q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
#pzAWitsoZ9h4A4ERGpN6ca9c1p54wNom { color:rgba(var(--color-primary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:38.768230438233rem;left:41.687501907349rem;height:3.4934875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pboPNSBh5PUOMcacNpPzVoyVXwQAcNHX { color:rgba(var(--color-primary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.085287094116rem;left:41.875001907349rem;height:7.3935625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQIqI4cNbAahfLNt9rqLCGEWTQz9w28X { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:52.541667938233rem;left:43.843751907349rem;display:block; }
#mAkqKpWL8Qgsd7UAEaALPsD5usllVcDP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwJVTayCvm0NzlGE3aQcnykPT2WQC8Of { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:57.835287094116rem;left:41.125001907349rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ilUxWN5WpcipVzpvvcn1fTskGQ1c8Xh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:50.5625rem;left:41.125001907349rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#yvcZ319EQ8yrrEvgl1uuyLI0mnPc1Caw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:10.5625rem;top:15.9375rem;left:3.21875rem;overflow:hidden;display:block; }
#m1tnKOkUJi3Bazak0Zx10rTAhpQUDqN3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:11.5625rem;top:22.947916625rem;left:23.373030460179rem;overflow:hidden;display:block; }
#J6oBEzSk4bAE44fhTRAdILKqM3fFhHJc { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:12.4375rem;top:27rem;left:43.843751907349rem;overflow:hidden;display:block; }
#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/481bfc80-dd76-480d-9589-277d4e3b652a/to.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.adaptive-delivery-prevent-bg, #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.lazyload, #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.lazyloading { background-image: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { background-color: transparent; background-image: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container > .video-iframe-container { display: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row > .video-iframe-container { display: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .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); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { border-width: 0; border-radius: 0; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#IpTfcdaXz8vTgdHBoZFLuMmsJgecIIQn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.25rem;width:36.25rem;top:7.81201171875rem;left:23.8134765625rem;overflow:hidden;display:block; }
#y1Pl35Tv8UhPgAKsgJ6D4CWFUdZu5il9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.1875rem;width:37.5rem;top:0.87158203125rem;left:0rem;overflow:hidden;display:block; }
#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ { position:relative;display:block; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ { background-color: transparent; background-image: none; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row .container > .video-iframe-container { display: none; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row > .video-iframe-container { display: none; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .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); }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ { border-width: 0; border-radius: 0; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .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; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S0QLV6uPUW3sHToi0EprdAlZ8lEnxxqy { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6249980926514rem;left:0rem;height:3.412275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km { position:relative;display:block; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km { background-color: transparent; background-image: none; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row .container > .video-iframe-container { display: none; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row > .video-iframe-container { display: none; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .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); }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km { border-width: 0; border-radius: 0; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .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; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wok1p64odg2TxO3nLzyTVRrVCQys5pBE { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:2.9003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUOlJth4TctK8e9zbQnwFSQrBdKtvg0t { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:5.5325517654419rem;left:2.46875rem;height:14.39843125rem;text-align:justify;text-align-last:initial;display:block; }
#RrtW5LZpR8LAMo5L8OVEbnsWHVhaX3cq { color:rgba(var(--color-secondary-2),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:20.491537690162rem;left:11.34375rem;height:7.19925rem;text-align:justify;text-align-last:initial;display:block; }
#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT { position:relative;display:block; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT { background-color: transparent; background-image: none; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row .container > .video-iframe-container { display: none; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row > .video-iframe-container { display: none; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .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); }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT { border-width: 0; border-radius: 0; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .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; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yuot8uOxeEeTZ0cxx7eA127pXnBZNcZF { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:2.9003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhlToQhQZyuEFPBgPW0OTkdkbA4C742b { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:5.5325517654419rem;left:2.46875rem;height:12.59861875rem;text-align:justify;text-align-last:initial;display:block; }
#GIlFB61FlBmnVWWHgfigidrdu6laRLsT { color:rgba(var(--color-secondary-2),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:18.679037690162rem;left:10.40625rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO { position:relative;display:block; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO { background-color: transparent; background-image: none; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row .container > .video-iframe-container { display: none; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row > .video-iframe-container { display: none; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .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); }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO { border-width: 0; border-radius: 0; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .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; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xZEdi6cPsuctRtm7o5BdQ6RT1nmfEP8g { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:2.9003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyvJCqmSu62Hs3catJlONZu63RE22S4r { color:rgba(var(--color-secondary-2),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:5.0611977577209rem;left:4.90625rem;height:12.598625rem;text-align:justify;text-align-last:initial;display:block; }
#gdTfhrCSxCyv1DtWagsvU5iaH2vNKO3T { color:rgba(var(--color-secondary-2),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:18.679037690162rem;left:10.40625rem;height:5.3994125rem;text-align:justify;text-align-last:initial;display:block; }
#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c96dca40-d9ba-4fbd-888f-9702f5d44835/planerr.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.adaptive-delivery-prevent-bg, #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.lazyload, #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.lazyloading { background-image: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { background-color: transparent; background-image: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container > .video-iframe-container { display: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row > .video-iframe-container { display: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .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); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { border-width: 0; border-radius: 0; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#pUTwHdlnhBnQb3y0srHXy0mU4OpCn9F4 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7938232421875rem;left:0rem;height:3.412275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ { position:relative;display:block; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ { background-color: transparent; background-image: none; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row .container > .video-iframe-container { display: none; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row > .video-iframe-container { display: none; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .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); }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ { border-width: 0; border-radius: 0; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .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; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DV4ym3nD54mWHwUTDIWpDvUzuz4lKuAW { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4778652191162rem;left:3.53125rem;height:4.14258125rem;display:block; }
#uu0uTFKCDH2mbc9h7GzsLTo03b68DJfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.2278652191163rem;left:3.53125rem;height:2.761725rem;display:block; }
#TyoHyR36P0U1AH45ovrQDWzDEflHu6z2 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.227865219116rem;left:3.53125rem;height:4.14258125rem;display:block; }
#SsplhsPcUoDp4eIC64hOWo32oD9vKV0O { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.790365219116rem;left:3.53125rem;height:2.761725rem;display:block; }
#A0s2EoKi3Bb1BTgumdpG9yy8mOVzTv9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.51953125rem;left:3.53125rem;height:5.5234375rem;display:block; }
#MMTW0T0hiLz0RMSplz9ZePvJ8tgbiy5z { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.727865219116rem;left:3.53125rem;height:6.499025rem;display:block; }
#WmWqF1rhJHC4INNSzBQ2cv1Bms6N96FT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.336589813233rem;left:3.53125rem;height:2.761725rem;display:block; }
#qUvFku5mwZahRJPT75D9LtUWdPAQu8iz { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.086589813233rem;left:3.53125rem;height:2.761725rem;display:block; }
#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c96dca40-d9ba-4fbd-888f-9702f5d44835/planerr.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.adaptive-delivery-prevent-bg, #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.lazyload, #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.lazyloading { background-image: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { background-color: transparent; background-image: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container > .video-iframe-container { display: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row > .video-iframe-container { display: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .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); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { border-width: 0; border-radius: 0; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#a7ZlbUFpszq4ZsaC171AWmyUqwZf6fTZ { color:#091c2a;display:block;width:57.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.1315002441406rem;left:1.9375rem;height:12.6738125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SABSGG4Vtqx2pdyGDJnpTnd9MiVNMVX9 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#06fcde;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.749rem;height:5.06225625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.873168945312rem;left:21.124267578125rem;display:block; }
#cTrdlshGZLNdGU73y8bC3e48HoJbLvQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P { position:relative;display:block; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P { background-color: transparent; background-image: none; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row .container > .video-iframe-container { display: none; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row > .video-iframe-container { display: none; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .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); }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P { border-width: 0; border-radius: 0; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .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; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oerGgfrCTN5IRQiSykP24r5ccGNvfOLQ { 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:8rem;width:6.8125rem;top:0rem;left:28.15625rem;overflow:hidden;display:block; }
#zhl8tHrx54Gtkmvr4Eu1TpS9uWTb0Th0 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container { background-color: transparent; background-image: none; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container > .video-iframe-container { display: none; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row > .video-iframe-container { display: none; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .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); }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container { border-width: 0; border-radius: 0; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:60rem;position:relative;display:block; }#mqfAtSM6bpg7fUlkLD35xCatISfKyspb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6865rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV { display:block; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKiP2sC3MyK8nReh4mIBPSzTPqe2lz1x { top:0.5rem;left:16.6875rem;width:11.875rem;height:3.7923762146851rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 { display:none; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mT8HGhBa1zrN1HhzGGPWTFcxPKrh20ry { width:47rem;height:13.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:14.8125rem;left:0rem;width:30.75rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:17.3125rem;height:5rem;top:25.125rem;left:0.294921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { top:10.4375rem;left:21.375rem;width:26.375rem;height:32.361254311782rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyP4FeiMCSmlGZ60U9zheQrgrtqIheU3 { width:47.75rem;height:58.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gk76FXDRubqykTAW5bzbshqbvcQBcH5O { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUFAqlssQMbGLJtsbUIJZAKiCdMhBe2U { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CgpHwETiq4tnX2T181UulyQCHTmRBLDJ { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vZQ0LuaFDLhD0e0OQEGcBi0MQ4uiLTOm { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #koV4wbtszTgO7lKD5TM5Iri7vJbG6OTA { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAiME1p77ITR0Qe9qqnD3tfT3CQQfQgO { top:1.125rem;left:0rem;width:47.75rem;height:9.25rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic2Pov0w0W4taOqhtqB8zDQimzAXJRq9 { top:1.625rem;left:0rem;width:19.375rem;height:11.3125rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9ckJEUpkeMKMaX4nogVtPvmVh7dXU3A { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykiUnxFgTUoDxr3Wm4xiVLbvLzDHRTuT { top:10.4375rem;left:28.031251907349rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqRAtOkG2fWWsV3vQfGty6pmgAS5Ercw { top:35.8125rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoWPLDQ05Qo1xz9IuqvKtKswvDVTG9tq { top:23.375rem;left:25.074220657349rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10BaQlzIQHHU9nt25kdKlPxzurolvMh { top:9.1875rem;left:30rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZBT6V8GU2BANkkRJ4a4irPPtTCAkmB4 { top:31.6875rem;left:26.438802719116rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq5T749de5mhGOWU4Lv7gz9AzJO4t2XE { top:26.0625rem;left:41rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anHuI3gJmSzTM1scyTOTUxfTtXbp6KVa { top:17.375rem;left:25.730470657349rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfXRt4f56zp8zeoCQR2XQvbDIXv0ApTf { top:18rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT9rq4ivNOBeqJzmkLF1Maq6gQXixNgb { top:37.5rem;left:38.645837783814rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZJTzt4zyHhnfJTnrT6dSUt6zb76igDH { top:31.6875rem;left:11.88671875rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5VZOVOt0rKxxf8qc4vKFCGeuFANndrE { top:34.875rem;left:22.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmcTUR8MK0NLJWvxTQxyxgATBN25aM0 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUz8mVWAlOu921Wvn8SZB757ZQIXDNsi { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #liy7ZEBeyADplzTcv1OLLnC5S0EiBD1x { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G2ruKD1MLVXGPS047vTEFhIIR10xNzlK { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 { display:block; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:3.375rem;left:0rem;width:47.75rem;height:4.25rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCKEh4tl0rgSsueUVsBJD4idQAJaIAq { width:47.75rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { display:block; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { top:17.8125rem;left:0rem;width:16.3125rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { top:0.75rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpowreu8zZ9vFWMQ3JLrou9GEki78faT { top:17.8125rem;left:14.8125rem;width:16.9375rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCTOqFZFGF3TxEthw9wMrFqhvN2J3koA { top:17.8125rem;left:33.5rem;width:12.375rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaON9bEFbIRc1QzpQkHETsHIVN8I2MRV { top:2.375rem;left:0rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1dPyeL5AaoR2OKoSfgtsmxRrRS81M1Z { top:2.375rem;left:14.3125rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREiAlzEt3NJp2CA3Kx8TVOuioJKram2 { top:2.375rem;left:30.1875rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { display:block; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { top:5.75rem;left:15.6875rem;width:32.0625rem;height:12.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { top:19.375rem;left:15.8125rem;width:31.9375rem;height:14.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7WR4nVKLb7p8wHSfqLbWIvHhidgxcrX { width:13.6875rem;height:4.0625rem;top:35.75rem;left:32.166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLZ6aSELgpo8IJIgcP2i8iixWlxMaK3n { display:block; }
 }@media only screen and (max-width: 763px) { #OCeLTXwHP06SXFwr4BzcK9R6OfUseJ1m { top:2.375rem;left:0rem;width:26.6875rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ { display:block; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXFOTUWu4kSQR64b0a6ms5Xs18Je5fFJ { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn7Oxzan3Wy99peu7P3S2EnyJy7cRQ9K { width:44.125rem;height:4.375rem;top:8.125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR9s3lNn77b8lBuc6Ukp796CX5UmmDcA { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUsyHlPxX8NK11SZ0yPcbvPo16SxBrHh { width:2.8125rem;height:2rem;top:9.3125rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAyT0wmiQXpHreqWZbSiu928JH0SnkQ { width:47.75rem;height:1.25rem;top:14rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZST9snRHzp8I4uNekmTwdFdplhlKl3 { width:47.625rem;height:9.5rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmacsIfrEAPMnAX33XOGxTSroImEUTTV { width:28.75rem;height:5.5rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppS8udTVC7S6L2D7bayFSDBgVvSTOG3 { width:28.75rem;height:1.4375rem;top:25.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2I85Qk4ydTPASt0NuK0XTsehEL19Od { width:0.125rem;height:7.5rem;top:17.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVxyuGNsITyUP4iwP5iNA91CcFUnJosB { width:28.75rem;height:6.875rem;top:18.5rem;left:19rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK6ZPL2DPXZO9Bo6TwpTX7BITMNUdrOw { width:28.75rem;height:1.4375rem;top:26.75rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhb6cyl40T4zmgHGtbV6RJbwE88LsdD { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPlDWUqPxvboxxfMkW1d5HTchhGIa7Kw { width:2.8125rem;height:2rem;top:9.3125rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7fE8ndCdALlC3IvJ1PueNOuNa5JVnk1 { width:2.8125rem;height:2rem;top:9.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xe7FKcPHynwnoeEoThDotFT9uothBViB { width:2.8125rem;height:2rem;top:9.3125rem;left:44.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL { display:block; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck2HiTkG5vWiNLZxs5eSmeFhiRkpCk1o { top:2.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb { display:block; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bM8MM2bqNpRpsrpmoxNatOqSXboQaZ8v { width:18.75rem;height:25.9375rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #icTxmCScN8C6b8cxT7ZTlwbwIvMOSHNO { width:18.75rem;height:2rem;top:13.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8PtIJoVQ21TnMHkTkVxCSxWpbirUbWF { width:16.25rem;height:10.1875rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsPAmNXsag0TWKWllTDdhUS53s4rfT3N { width:18.75rem;height:26.3125rem;top:4.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqmCeyQrQCGo9EHbCdBm5fTKrv5UxXc { width:16.25rem;height:6.75rem;top:16.125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBidve3CFLTI08HnI1eHfwLPP5x5dIT { width:18.75rem;height:2rem;top:13.0625rem;left:13rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFKk6LfqDWetmGDGd1Od0B92Jn9TQ3Tn { width:18.75rem;height:26.5625rem;top:4.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Ewd9OiBITVg3ivTquqxgBQFPHoB1uP { width:16.25rem;height:11.875rem;top:16.125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K2ugozXenVAxSCX21z0Mf7dhLxTQn5 { width:18.75rem;height:2rem;top:13.0625rem;left:28.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXlWaIVnNVtAKHCbHfF2NogqTR81WAR { top:7rem;left:5.8125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igK2VUsnv2E4GlFPtLNMupLlJmETtQOU { top:7rem;left:21.6875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8ptZ6kDMW6Visc7TvOh4FAt53g41tX { top:7rem;left:37.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { top:4rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A { display:block; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHL0sTRNpkOKBpJfFDncK6vN3gLUo0Sv { width:19.6875rem;height:13.9375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niy9VQF7BDlbNEAiai3RW9bAbbXgOxWu { width:19.6875rem;height:13.9375rem;top:5.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsih3BTesVu661xEKucEOlTDFnkTIIb4 { width:19.6875rem;height:13.9375rem;top:6rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ { display:block; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTmh7lFZ90uDs1zgPHrM2M6ZkSniVd7P { top:4rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e { display:block; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VztIsREIrcmZeoxW3H0u8mGZx8K2VTtu { width:33.875rem;height:23rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOKapVJmmPhMayI27TrRSHmDMDL4CvvO { top:31.25rem;left:14.15625rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK { display:block; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htzl83PJcUzWW9InNVD20F6Cf7z7in98 { top:2.4375rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym4HAfTKySa2mNVA8D81XD94SeSc8att { top:9.625rem;left:0rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFcd0CyWNmCdGwvq0MDBMUuHfHwGUUO3 { top:11rem;left:39.875rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMSmW52ISJwPM6bCKcP4RG9ZkWEcOGiO { top:0.8125rem;left:0rem;width:16.375rem;height:10.1875rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaSlIgVVNJuh0sEQ8qaaHy5TWmssdyKE { top:11.875rem;left:21.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ { display:block; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { display:block; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { top:0rem;left:0rem;width:18.75rem;height:42.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { top:0rem;left:4.3125rem;width:19.5625rem;height:55.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1o4klpga7VN6ELzWC4R40D61Q7da8ZK { top:0rem;left:5.25rem;width:18.625rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { top:0rem;left:0rem;width:18.375rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 { top:9.875rem;left:0rem;width:19.1875rem;height:7.875rem;font-size:1.1875rem;display:block; }#lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn { top:9.875rem;left:5.9375rem;width:17.9375rem;height:15rem;font-size:1.125rem;display:block; }#rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #mZ1na8Asdq3QvKxEtDlcM6SI2yxti1kN { top:25.5625rem;left:0rem;width:15.75rem;height:7.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMsODzCwOy0CH5shnq7bBflcfnTbTMW { top:38.75rem;left:3.9375rem;width:19.9375rem;height:7.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TonFIDR6iZplA50q8Z8kQA3ELT7zc8qu { width:13.6875rem;height:4.0625rem;top:48.4375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5UReX0NdbuyAk8WRuiSU7acZDnRFusf { display:block; }
 }@media only screen and (max-width: 763px) { #rABXOdn18AOIzxb4gbCPTMnwRa9pqS0G { width:13.6875rem;height:4.0625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnrJb9fMAVswecF22R9E3maTGr79ANds { display:block; }
 }@media only screen and (max-width: 763px) { #zegAC2rUi5A6btZdLxVCOsbgnTGR9tZG { top:39.9375rem;left:0rem;width:18.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT8LiwqrbeNMea0lIVEc0hBKHwycA3Ri { top:53.875rem;left:5rem;width:18.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQP1lSrJZodqFFf0rVmUNnWFoUEZvDXN { top:35.3125rem;left:3.9375rem;width:19.9375rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBN8xm9TgqxnzNfJMVldSm4kP7AHSP4H { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HuJTL6wu0TFBX9sU4BfSK52QVV9TFohu { top:46.25rem;left:5rem;width:18.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGS0sunxJN4uSQRrWfReC0EFqxoss6hR { top:0rem;left:28.125rem;width:19.625rem;height:59.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJGMVU5n7QpEi4zmLVX35FS0ERuhLPH { top:0rem;left:29.375rem;width:18.375rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 { top:9.875rem;left:29.8125rem;width:17.9375rem;height:;font-size:1.125rem;display:block; }#q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #pzAWitsoZ9h4A4ERGpN6ca9c1p54wNom { top:38.75rem;left:29.4375rem;width:18.3125rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pboPNSBh5PUOMcacNpPzVoyVXwQAcNHX { top:42.0625rem;left:30.125rem;width:17.625rem;height:7.375rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQIqI4cNbAahfLNt9rqLCGEWTQz9w28X { width:13.6875rem;height:4.0625rem;top:52.5rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAkqKpWL8Qgsd7UAEaALPsD5usllVcDP { display:block; }
 }@media only screen and (max-width: 763px) { #JwJVTayCvm0NzlGE3aQcnykPT2WQC8Of { top:57.8125rem;left:28.875rem;width:18.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilUxWN5WpcipVzpvvcn1fTskGQ1c8Xh7 { top:50.5625rem;left:28.875rem;width:18.875rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvcZ319EQ8yrrEvgl1uuyLI0mnPc1Caw { top:15.9375rem;left:0.15625rem;width:10.5625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1tnKOkUJi3Bazak0Zx10rTAhpQUDqN3 { top:22.9375rem;left:14.6875rem;width:11.5625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6oBEzSk4bAE44fhTRAdILKqM3fFhHJc { top:27rem;left:34.656251907349rem;width:12.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM { display:block; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpTfcdaXz8vTgdHBoZFLuMmsJgecIIQn { top:7.75rem;left:11.5rem;width:36.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Pl35Tv8UhPgAKsgJ6D4CWFUdZu5il9 { top:0.8125rem;left:0rem;width:37.5rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0R9WGnngagKpwGvRntbOLReEwOVD9MJ { display:block; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0QLV6uPUW3sHToi0EprdAlZ8lEnxxqy { top:1.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km { display:block; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wok1p64odg2TxO3nLzyTVRrVCQys5pBE { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUOlJth4TctK8e9zbQnwFSQrBdKtvg0t { top:5.5rem;left:0rem;width:47.75rem;height:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrtW5LZpR8LAMo5L8OVEbnsWHVhaX3cq { top:20.4375rem;left:1.5625rem;width:46.1875rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT { display:block; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuot8uOxeEeTZ0cxx7eA127pXnBZNcZF { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhlToQhQZyuEFPBgPW0OTkdkbA4C742b { top:5.5rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIlFB61FlBmnVWWHgfigidrdu6laRLsT { top:18.625rem;left:1.5625rem;width:46.1875rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzFUomR0TVorfPwa0AbmiU3rRKcsinlO { display:block; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZEdi6cPsuctRtm7o5BdQ6RT1nmfEP8g { top:1.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvJCqmSu62Hs3catJlONZu63RE22S4r { top:5rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdTfhrCSxCyv1DtWagsvU5iaH2vNKO3T { top:18.625rem;left:1.5625rem;width:46.1875rem;height:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT { display:block; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUTwHdlnhBnQb3y0srHXy0mU4OpCn9F4 { top:1.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ { display:block; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4ym3nD54mWHwUTDIWpDvUzuz4lKuAW { top:2.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu0uTFKCDH2mbc9h7GzsLTo03b68DJfQ { top:7.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyoHyR36P0U1AH45ovrQDWzDEflHu6z2 { top:16.1875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsplhsPcUoDp4eIC64hOWo32oD9vKV0O { top:11.75rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0s2EoKi3Bb1BTgumdpG9yy8mOVzTv9Q { top:22.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTW0T0hiLz0RMSplz9ZePvJ8tgbiy5z { top:39.6875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmWqF1rhJHC4INNSzBQ2cv1Bms6N96FT { top:30.3125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvFku5mwZahRJPT75D9LtUWdPAQu8iz { top:35.0625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To { display:block; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7ZlbUFpszq4ZsaC171AWmyUqwZf6fTZ { top:1.125rem;left:0rem;width:47.75rem;height:12.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SABSGG4Vtqx2pdyGDJnpTnd9MiVNMVX9 { width:17.6875rem;height:5rem;top:17.8125rem;left:14.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTrdlshGZLNdGU73y8bC3e48HoJbLvQX { display:block; }
 }@media only screen and (max-width: 763px) { #Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P { display:block; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oerGgfrCTN5IRQiSykP24r5ccGNvfOLQ { top:0rem;left:22.03125rem;width:6.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhl8tHrx54Gtkmvr4Eu1TpS9uWTb0Th0 { top:8.6875rem;left:7.28125rem;width:34.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk { display:block; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqfAtSM6bpg7fUlkLD35xCatISfKyspb { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV { display:none; }#wTDkJpsmJEpAA1TAsGfLrsGhPJfKFNtV > .row .container { width:20rem;height:5.3125rem;background-color:#df1c96;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XKiP2sC3MyK8nReh4mIBPSzTPqe2lz1x { width:7.937rem;height:2.5rem;top:1.40625rem;left:6.0302734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 { display:block; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 { background-color: transparent; background-image: none; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row .container > .video-iframe-container { display: none; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row > .video-iframe-container { display: none; }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .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); }#QwO7Tx8Z6nWDuhRKroIuPm8J5v4EBvQ3 > .row .container { width:20rem;height:7.8125rem;background-color:#bd1d6f;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT8HGhBa1zrN1HhzGGPWTFcxPKrh20ry { top:2.186279296875rem;left:3.656005859375rem;width:12.6855625rem;height:3.49975625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:rgba(0,0,0,0);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; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:19.375rem;height:8.997375rem;top:14.32861328125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#234446;display:block; }
 }@media only screen and (max-width: 763px) { #lVl8WEoEnrgg12NI1G4RTnmMNoQ7UMwL { width:13.3105625rem;height:3.62305rem;top:24.1259765625rem;left:3.34375rem;z-index:15011;font-size:1.5625rem;background-color:#bd1d6f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CWfC2wJ0W7CRs588S7wsdvkOTVnCPKSD { display:block; }
 }@media only screen and (max-width: 763px) { #wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { width:13.4375rem;height:16.43675rem;top:11.480712890625rem;left:3.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MyP4FeiMCSmlGZ60U9zheQrgrtqIheU3 { top:28.310546875rem;left:0.59375rem;width:18.8105625rem;height:23.1855625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gk76FXDRubqykTAW5bzbshqbvcQBcH5O { top:27.6875rem;left:0rem;width:6.7480625rem;height:6.7480625rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BUFAqlssQMbGLJtsbUIJZAKiCdMhBe2U { top:36.4033203125rem;left:17.0625rem;width:2.375rem;height:2.375rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CgpHwETiq4tnX2T181UulyQCHTmRBLDJ { top:45.18359375rem;left:-0.9375rem;width:8.5rem;height:8.5rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vZQ0LuaFDLhD0e0OQEGcBi0MQ4uiLTOm { top:39.87109375rem;left:0.46875rem;width:2.8125rem;height:2.8125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #koV4wbtszTgO7lKD5TM5Iri7vJbG6OTA { top:27.7490234375rem;left:13.5625rem;width:5.125rem;height:5.125rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QAiME1p77ITR0Qe9qqnD3tfT3CQQfQgO { width:19.8108125rem;height:0;top:2.30712890625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;color:#234446;font-weight:700;font-style:normal;font-family:"source sans pro";z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #ic2Pov0w0W4taOqhtqB8zDQimzAXJRq9 { width:19.375rem;height:11.341125rem;top:1.640625rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;color:#234446;z-index:15005;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #B9ckJEUpkeMKMaX4nogVtPvmVh7dXU3A { top:6.62841796875rem;left:13.563232421875rem;width:6.43675rem;height:6.43675rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ykiUnxFgTUoDxr3Wm4xiVLbvLzDHRTuT { width:6.9375rem;height:6.9375rem;top:54.263673305511rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqRAtOkG2fWWsV3vQfGty6pmgAS5Ercw { width:5.5625rem;height:5.5625rem;top:35.8125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoWPLDQ05Qo1xz9IuqvKtKswvDVTG9tq { width:4.6875rem;height:4.6875rem;top:59.6601578125rem;left:7.0107421875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a10BaQlzIQHHU9nt25kdKlPxzurolvMh { width:10.25rem;height:10.25rem;top:58.888674378395rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZBT6V8GU2BANkkRJ4a4irPPtTCAkmB4 { width:11.1875rem;height:11.1875rem;top:75.763674378394rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tq5T749de5mhGOWU4Lv7gz9AzJO4t2XE { width:4.125rem;height:4.125rem;top:70.388674378394rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #anHuI3gJmSzTM1scyTOTUxfTtXbp6KVa { width:3.375rem;height:3.375rem;top:54.263674378395rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfXRt4f56zp8zeoCQR2XQvbDIXv0ApTf { width:1.75rem;height:1.75rem;top:67.283205628394rem;left:12.230466248535rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT9rq4ivNOBeqJzmkLF1Maq6gQXixNgb { width:2.5625rem;height:2.5625rem;top:88.201174378394rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZJTzt4zyHhnfJTnrT6dSUt6zb76igDH { width:13.25rem;height:13.25rem;top:54.263674736023rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5VZOVOt0rKxxf8qc4vKFCGeuFANndrE { width:2.1875rem;height:2.1875rem;top:34.875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzmcTUR8MK0NLJWvxTQxyxgATBN25aM0 { top:40.93359375rem;left:15.0927734375rem;width:3.375rem;height:3.375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pUz8mVWAlOu921Wvn8SZB757ZQIXDNsi { top:52.05859375rem;left:5.5625rem;width:2.375rem;height:2.375rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #liy7ZEBeyADplzTcv1OLLnC5S0EiBD1x { top:27.7490234375rem;left:8.625rem;width:2.75rem;height:2.75rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G2ruKD1MLVXGPS047vTEFhIIR10xNzlK { top:26.1240234375rem;left:17.75rem;width:1.6875rem;height:1.6875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 { display:block; }#VrwcxTIQ7J7s2UNb4hnkhfsdT8LTkTT9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:17.06175rem;height:5.19921875rem;top:1.61865234375rem;left:1.46728515625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCKEh4tl0rgSsueUVsBJD4idQAJaIAq { top:0rem;left:0rem;width:20rem;height:9.625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU { background-color:rgba(229,188,195,0.5);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; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { background-color: transparent; background-image: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { display: none; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .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); }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { border-width: 0; border-radius: 0; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnXlrtfLMIFTvvBWknrAC95eZ6yWZMPU > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { width:15.37475rem;height:3.19921875rem;top:15.115966796875rem;left:2.515869140625rem;font-size:1rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oT2bll0TEtTezyzb65d1Iy5d2wefvoSr { width:20rem;height:3.0996125rem;top:1.33203125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tpowreu8zZ9vFWMQ3JLrou9GEki78faT { width:15.625rem;height:4.798825rem;top:29.62548828125rem;left:2.1875rem;font-size:1rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xCTOqFZFGF3TxEthw9wMrFqhvN2J3koA { width:15.625rem;height:3.19921875rem;top:45.732421875rem;left:2.1875rem;font-size:1rem;font-family:"source sans pro";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaON9bEFbIRc1QzpQkHETsHIVN8I2MRV { width:11.31225rem;height:11.31225rem;top:3.8818359375rem;left:4.547119140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1dPyeL5AaoR2OKoSfgtsmxRrRS81M1Z { width:11.3125rem;height:11.3125rem;top:18.314208984375rem;left:4.342041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREiAlzEt3NJp2CA3Kx8TVOuioJKram2 { width:11.3125rem;height:11.3125rem;top:34.42138671875rem;left:4.342041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T { display:block; }#f6vqHPQo8c07QEZ5WOvzHUcPzhyfKZ3T > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSiIWoAWk0Hd93dQEz5Hyvtcv9ssBKsz { width:19.125rem;height:13.19924375rem;top:1.1236829757691rem;left:0.43750005960464rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O9sDTs3Vf64urQRX29QfS7WmI2t75LvA { width:20rem;height:17.5956875rem;top:37.6865234375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #C7WR4nVKLb7p8wHSfqLbWIvHhidgxcrX { width:13.6865rem;height:4.0625rem;top:57.5625rem;left:3.155517578125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nLZ6aSELgpo8IJIgcP2i8iixWlxMaK3n { display:block; }
 }@media only screen and (max-width: 763px) { #OCeLTXwHP06SXFwr4BzcK9R6OfUseJ1m { width:20rem;height:20rem;top:16.248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ { display:block; }#Hn02kwEV3fRVZ8x9dQGKiRb5cu4Oz4SJ > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXFOTUWu4kSQR64b0a6ms5Xs18Je5fFJ { width:20rem;height:2.5rem;top:2.6866340637207rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #Bn7Oxzan3Wy99peu7P3S2EnyJy7cRQ9K { width:20rem;height:6.497375rem;top:9.9993495941163rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #oR9s3lNn77b8lBuc6Ukp796CX5UmmDcA { width:1.75rem;height:1.1875rem;top:8.1243591308594rem;left:-0.0032551884651184rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUsyHlPxX8NK11SZ0yPcbvPo16SxBrHh { width:1.8125rem;height:1.1875rem;top:16.496094465256rem;left:18.12563092953rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBAyT0wmiQXpHreqWZbSiu928JH0SnkQ { width:20rem;height:1.29980625rem;top:17.416015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:roboto;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XKZST9snRHzp8I4uNekmTwdFdplhlKl3 { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmacsIfrEAPMnAX33XOGxTSroImEUTTV { width:20rem;height:6.497375rem;top:22.561326503754rem;left:0rem;font-family:"source sans pro";font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FppS8udTVC7S6L2D7bayFSDBgVvSTOG3 { width:20rem;height:1.29980625rem;top:30.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2I85Qk4ydTPASt0NuK0XTsehEL19Od { width:0.125rem;height:7.5rem;top:17.75rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EVxyuGNsITyUP4iwP5iNA91CcFUnJosB { width:20rem;height:7.796875rem;top:35.645834922791rem;left:0rem;font-family:"source sans pro";font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK6ZPL2DPXZO9Bo6TwpTX7BITMNUdrOw { width:20rem;height:1.29980625rem;top:44.520835876465rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhb6cyl40T4zmgHGtbV6RJbwE88LsdD { width:1.75rem;height:1.1875rem;top:21.415364563465rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EPlDWUqPxvboxxfMkW1d5HTchhGIa7Kw { width:1.8125rem;height:1.1875rem;top:29.465496063233rem;left:18.186848938465rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #f7fE8ndCdALlC3IvJ1PueNOuNa5JVnk1 { width:1.75rem;height:1.1875rem;top:34.500000715256rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7FKcPHynwnoeEoThDotFT9uothBViB { width:1.8125rem;height:1.1875rem;top:43.375000953674rem;left:18.125001251698rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL { display:block; }#Ch7f1mkPxoHtNGzniFh6E724UIyhV9nL > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck2HiTkG5vWiNLZxs5eSmeFhiRkpCk1o { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb { display:block; }#TEqVLemT0c42LXdoQmSM4xvcgU1CUtmb > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bM8MM2bqNpRpsrpmoxNatOqSXboQaZ8v { width:18.75rem;height:20.5625rem;top:2.6875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #icTxmCScN8C6b8cxT7ZTlwbwIvMOSHNO { width:18.75rem;height:2.03125rem;top:9.224609375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8PtIJoVQ21TnMHkTkVxCSxWpbirUbWF { width:16.25rem;height:9.597625rem;top:12.711588859558rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsPAmNXsag0TWKWllTDdhUS53s4rfT3N { width:18.75rem;height:19.25rem;top:25.187501907349rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqqmCeyQrQCGo9EHbCdBm5fTKrv5UxXc { width:16.25rem;height:6.3984375rem;top:35.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmBidve3CFLTI08HnI1eHfwLPP5x5dIT { width:18.75rem;height:2.03125rem;top:32.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFKk6LfqDWetmGDGd1Od0B92Jn9TQ3Tn { width:18.75rem;height:22.9375rem;top:46.41080725193rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Ewd9OiBITVg3ivTquqxgBQFPHoB1uP { width:16.25rem;height:9.597625rem;top:57.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2K2ugozXenVAxSCX21z0Mf7dhLxTQn5 { width:18.75rem;height:2.03125rem;top:52.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsXlWaIVnNVtAKHCbHfF2NogqTR81WAR { display:flex;width:4.25rem;height:4.25rem;top:3.7216796875rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #igK2VUsnv2E4GlFPtLNMupLlJmETtQOU { display:flex;width:4.25rem;height:4.25rem;top:26.721878051757rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #IU8ptZ6kDMW6Visc7TvOh4FAt53g41tX { display:flex;width:4.25rem;height:4.25rem;top:47.784957885743rem;left:7.875rem; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { width:20rem;height:5.19921875rem;top:0.9049072265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A { display:block; }#DhfhlP5AE1AuVn6C7z3ei94uzTGz4M3A > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHL0sTRNpkOKBpJfFDncK6vN3gLUo0Sv { width:19.6875rem;height:13.9375rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Niy9VQF7BDlbNEAiai3RW9bAbbXgOxWu { width:19.6875rem;height:13.9375rem;top:18.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsih3BTesVu661xEKucEOlTDFnkTIIb4 { width:19.6875rem;height:13.9375rem;top:36.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ { display:block; }#RZ0yc7xMTul5B2L3Px9nVMAMkEwzr1TJ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTmh7lFZ90uDs1zgPHrM2M6ZkSniVd7P { width:20rem;height:5.19921875rem;top:0.9049072265625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { background-color: transparent; background-image: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container > .video-iframe-container { display: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container { display: none; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .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); }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { border-width: 0; border-radius: 0; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UiisLWvPhvhPv0KGRquDXn8bgB5DgB0e > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VztIsREIrcmZeoxW3H0u8mGZx8K2VTtu { top:0rem;left:1.4687500596046rem;width:17.0625rem;height:11.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TOKapVJmmPhMayI27TrRSHmDMDL4CvvO { width:14.9375rem;height:14.9375rem;top:31.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d20d9a6-f274-4c07-8139-42b0eb19f6aa/wiosna.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK.adaptive-delivery-prevent-bg, #HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK.lazyload, #HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK.lazyloading { background-image: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { background-color: transparent; background-image: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(189,29,111,0.87); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container > .video-iframe-container { display: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(189,29,111,0.87); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row > .video-iframe-container { display: none; }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .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); }#HrPhKJUOMZhh3sZZonuLBk58bM7F5UpK > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htzl83PJcUzWW9InNVD20F6Cf7z7in98 { width:20rem;height:0;top:0rem;left:0rem;font-size:3.6875rem;text-align:center;text-align-last:center;font-family:"source sans pro";color:#f2f2f2;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ym4HAfTKySa2mNVA8D81XD94SeSc8att { width:10.25rem;height:10.25rem;top:9.625rem;left:4.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFcd0CyWNmCdGwvq0MDBMUuHfHwGUUO3 { width:7.875rem;height:7.875rem;top:11rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMSmW52ISJwPM6bCKcP4RG9ZkWEcOGiO { width:16.375rem;height:10.2363125rem;top:0.818359375rem;left:1.8125001192093rem;font-size:2.625rem;text-align:center;text-align-last:center;font-family:"marck script";z-index:15006;color:#f2f2f2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RaSlIgVVNJuh0sEQ8qaaHy5TWmssdyKE { width:3.125rem;height:3.125rem;top:11.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ { display:none; }#ZCxsQGJU8BwZM4NbiJGL5i8P41xD9feQ > .row .container { width:20rem;height:7rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { display:block; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP { background-color: transparent; background-image: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container > .video-iframe-container { display: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row > .video-iframe-container { display: none; }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .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); }#TvqUldUysSTJe4f8Gb0x3qZ6s9VrQrKP > .row .container { width:20rem;height:158.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { width:18.5625rem;height:36.4375rem;top:2.1875rem;left:0.71875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { width:18.5625rem;height:56rem;top:39.399088621139rem;left:0.71875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1o4klpga7VN6ELzWC4R40D61Q7da8ZK { width:17rem;height:7.7988125rem;top:40.298177719116rem;left:1.5000001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { width:20rem;height:5.19921875rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 { width:16.25rem;height:6.7109375rem;top:8.3307294845581rem;left:1.8750001192093rem;font-size:1rem;display:block; }#lnbQzon57cTB4nW5xR0JNREJtNagsGZ5 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn { width:17.3125rem;height:11.82225rem;top:49.612630367279rem;left:1.3437501192093rem;font-size:1rem;display:block; }#rR3FI2XTS9MSQIKxsNPCyMVFvtZZFqEn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #mZ1na8Asdq3QvKxEtDlcM6SI2yxti1kN { width:12.5rem;height:5.36198125rem;top:25.429687976837rem;left:3.7500001192093rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdMsODzCwOy0CH5shnq7bBflcfnTbTMW { width:20rem;height:5.36198125rem;top:76.4095056057rem;left:0rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TonFIDR6iZplA50q8Z8kQA3ELT7zc8qu { width:13.6855625rem;height:4.0625rem;top:31.500001430511rem;left:3.1569010019303rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #V5UReX0NdbuyAk8WRuiSU7acZDnRFusf { display:block; }
 }@media only screen and (max-width: 763px) { #rABXOdn18AOIzxb4gbCPTMnwRa9pqS0G { width:13.6875rem;height:4.0625rem;top:86.436849594119rem;left:3.1562501192093rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #pnrJb9fMAVswecF22R9E3maTGr79ANds { display:block; }
 }@media only screen and (max-width: 763px) { #zegAC2rUi5A6btZdLxVCOsbgnTGR9tZG { width:18.875rem;height:1.0559875rem;top:36.375001907349rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AT8LiwqrbeNMea0lIVEc0hBKHwycA3Ri { width:18.8730625rem;height:1.0559875rem;top:91.24609375rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TQP1lSrJZodqFFf0rVmUNnWFoUEZvDXN { width:19.9355625rem;height:2.2747375rem;top:72.9375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBN8xm9TgqxnzNfJMVldSm4kP7AHSP4H { top:56.187501907349rem;left:13.10416662693rem;width:5.9375rem;height:5.9375rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HuJTL6wu0TFBX9sU4BfSK52QVV9TFohu { width:18.875rem;height:0.89323125rem;top:84.736980438231rem;left:1.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGS0sunxJN4uSQRrWfReC0EFqxoss6hR { width:18.5625rem;height:59.75rem;top:96.75rem;left:0.71875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpJGMVU5n7QpEi4zmLVX35FS0ERuhLPH { width:18.375rem;height:7.7988125rem;top:97.5rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 { width:17.9375rem;height:15.334rem;top:107.23567771912rem;left:1.03125rem;font-size:1rem;display:block; }#q9hGpvkcv5wcoL9KMa7nz3Me8Z8qIRI9 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/qnPpaNvQ/idea.svg); }
 }@media only screen and (max-width: 763px) { #pzAWitsoZ9h4A4ERGpN6ca9c1p54wNom { width:18.3125rem;height:2.2747375rem;top:136.0625rem;left:0.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pboPNSBh5PUOMcacNpPzVoyVXwQAcNHX { width:17.625rem;height:5.36198125rem;top:139.31969833374rem;left:1.1875rem;font-size:4.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQIqI4cNbAahfLNt9rqLCGEWTQz9w28X { width:13.6875rem;height:4.0625rem;top:147.18750572204rem;left:3.1562501192093rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #mAkqKpWL8Qgsd7UAEaALPsD5usllVcDP { display:block; }
 }@media only screen and (max-width: 763px) { #JwJVTayCvm0NzlGE3aQcnykPT2WQC8Of { width:18.875rem;height:1.0559875rem;top:153.06250572204rem;left:0.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilUxWN5WpcipVzpvvcn1fTskGQ1c8Xh7 { width:18.875rem;height:0.89323125rem;top:144.68164634704rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yvcZ319EQ8yrrEvgl1uuyLI0mnPc1Caw { width:11.75rem;height:12.3125rem;top:13.158854484558rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1tnKOkUJi3Bazak0Zx10rTAhpQUDqN3 { width:12.875rem;height:13.4375rem;top:58.694662094116rem;left:3.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6oBEzSk4bAE44fhTRAdILKqM3fFhHJc { width:13.5rem;height:12.9375rem;top:121.375rem;left:2.7916666269303rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/481bfc80-dd76-480d-9589-277d4e3b652a/to.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.adaptive-delivery-prevent-bg, #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.lazyload, #r0dHz1olfX6fKeHToBuAqN88mVaMUcdM.lazyloading { background-image: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { background-color: transparent; background-image: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container > .video-iframe-container { display: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row > .video-iframe-container { display: none; }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .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); }#r0dHz1olfX6fKeHToBuAqN88mVaMUcdM > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpTfcdaXz8vTgdHBoZFLuMmsJgecIIQn { width:15.499rem;height:15.499rem;top:1.375rem;left:4.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1Pl35Tv8UhPgAKsgJ6D4CWFUdZu5il9 { width:20rem;height:24.6875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0R9WGnngagKpwGvRntbOLReEwOVD9MJ { display:block; }#G0R9WGnngagKpwGvRntbOLReEwOVD9MJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0QLV6uPUW3sHToi0EprdAlZ8lEnxxqy { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km { display:block; }#DPO3wGLOdTD60VRJPyAVW0zTnFAUm0Km > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wok1p64odg2TxO3nLzyTVRrVCQys5pBE { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DUOlJth4TctK8e9zbQnwFSQrBdKtvg0t { width:20rem;height:22.5rem;top:4.8990875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #RrtW5LZpR8LAMo5L8OVEbnsWHVhaX3cq { width:20rem;height:13.5989375rem;top:29.654951095581rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT { display:block; }#G3Z9zTDXhdOmxB216sNiIcWJTmI6cflT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuot8uOxeEeTZ0cxx7eA127pXnBZNcZF { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhlToQhQZyuEFPBgPW0OTkdkbA4C742b { width:20rem;height:19.5rem;top:9.69925rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GIlFB61FlBmnVWWHgfigidrdu6laRLsT { width:20rem;height:10.19925rem;top:30.699237823486rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wzFUomR0TVorfPwa0AbmiU3rRKcsinlO { display:block; }#wzFUomR0TVorfPwa0AbmiU3rRKcsinlO > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZEdi6cPsuctRtm7o5BdQ6RT1nmfEP8g { width:20rem;height:4.79948125rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyvJCqmSu62Hs3catJlONZu63RE22S4r { width:20rem;height:21rem;top:9.69925rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gdTfhrCSxCyv1DtWagsvU5iaH2vNKO3T { width:20rem;height:10.19925rem;top:33.574219703674rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c96dca40-d9ba-4fbd-888f-9702f5d44835/planerr.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.adaptive-delivery-prevent-bg, #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.lazyload, #GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT.lazyloading { background-image: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { background-color: transparent; background-image: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container > .video-iframe-container { display: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.6); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row > .video-iframe-container { display: none; }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .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); }#GcGRyZyAJEQp3JOalIDbv3tTHuZP2xTT > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUTwHdlnhBnQb3y0srHXy0mU4OpCn9F4 { width:20rem;height:5.19921875rem;top:0.681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ { display:block; }#u5TV4mCa2tzcZrxqTvF4cuoH2a5CqrqZ > .row .container { width:20rem;height:67.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DV4ym3nD54mWHwUTDIWpDvUzuz4lKuAW { width:20rem;height:6.09375rem;top:1.3860683441162rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu0uTFKCDH2mbc9h7GzsLTo03b68DJfQ { width:20rem;height:4.875rem;top:9.1334633827212rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyoHyR36P0U1AH45ovrQDWzDEflHu6z2 { width:20rem;height:6.09375rem;top:22.689453125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsplhsPcUoDp4eIC64hOWo32oD9vKV0O { width:20rem;height:4.875rem;top:15.817709445953rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0s2EoKi3Bb1BTgumdpG9yy8mOVzTv9Q { width:20rem;height:8.53125rem;top:30.402344703674rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMTW0T0hiLz0RMSplz9ZePvJ8tgbiy5z { width:20rem;height:13.40625rem;top:52.477214813233rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmWqF1rhJHC4INNSzBQ2cv1Bms6N96FT { width:20rem;height:3.65625rem;top:40.694010734558rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUvFku5mwZahRJPT75D9LtUWdPAQu8iz { width:20rem;height:3.65625rem;top:46.828777313233rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c96dca40-d9ba-4fbd-888f-9702f5d44835/planerr.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.adaptive-delivery-prevent-bg, #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.lazyload, #loXi6CCdbBJAxEuoIcWP7pZNtQFX94To.lazyloading { background-image: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { background-color: transparent; background-image: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #bd1d6f; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container > .video-iframe-container { display: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #bd1d6f; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row > .video-iframe-container { display: none; }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .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); }#loXi6CCdbBJAxEuoIcWP7pZNtQFX94To > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7ZlbUFpszq4ZsaC171AWmyUqwZf6fTZ { width:19.25rem;height:6.5800625rem;top:1.6826171875rem;left:0.375rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-family:"source sans pro";font-weight:300;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #SABSGG4Vtqx2pdyGDJnpTnd9MiVNMVX9 { width:13.1875rem;height:3.3125rem;top:10.2060546875rem;left:3.40625rem;z-index:15011;font-size:1.75rem;background-color:#06fcde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#bd1d6f;font-family:"source sans pro";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cTrdlshGZLNdGU73y8bC3e48HoJbLvQX { display:block; }
 }@media only screen and (max-width: 763px) { #Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P { display:block; }#Pf9Enzq9eQlz3SEEnqFTJO3xZpTblI7P > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oerGgfrCTN5IRQiSykP24r5ccGNvfOLQ { width:6.8109375rem;height:7.9984375rem;top:0.625rem;left:6.59453111887rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhl8tHrx54Gtkmvr4Eu1TpS9uWTb0Th0 { width:19.997625rem;height:5.68359375rem;top:9.2474632263181rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk { display:block; }#EdNGFqRZBr6rEzHmlAHd5oT4zFKf83Vk > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mqfAtSM6bpg7fUlkLD35xCatISfKyspb { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }