.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:232,217,244;--color-primary-1:178,128,218;--color-primary-2:101,0,181;--color-primary-3:51,0,91;--color-primary-4:15,0,27;--color-secondary-0:239,224,252;--color-secondary-1:202,152,244;--color-secondary-2:148,48,232;--color-secondary-3:74,24,116;--color-secondary-4:22,7,35;--color-tertiary-0:255,255,255;--color-tertiary-1:192,235,251;--color-tertiary-2:44,187,242;--color-tertiary-3:22,94,121;--color-tertiary-4:4,19,24;--headlines-font-family:"Lato";--paragraphs-font-family:""; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/946171d3-a038-4f13-8026-14ea2a429b40/LPSOCIALMEDIA2.crop_3871x3456_3041,0.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { position:relative;display:block; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { background-color: transparent; background-image: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .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); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { border-width: 0; border-radius: 0; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .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; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ElE7TOEr762J4TaUKb8Ck0k21nF7Cys8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87375625rem;width:10.5610625rem;top:1.0617897510529rem;left:1.9353694915771rem;overflow:hidden;display:block; }
#HqayLoDgXC2Rv9CuTUO9l7FOiiHezqtC { 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.5rem;width:7.8125rem;top:1.25rem;left:55.5625rem;overflow:hidden;display:block; }
#QwSS5DR1DPBzoJCNioERSfwCSVXgI7du { color:#000000;display:block;width:4.80989375rem;position:absolute;font-family:sofiapro;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5247396230698rem;left:50.1875rem;height:1.94791875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eoHdhaCdLSTnoaCXVbW8Ag2a2Elm2sP1 { position:absolute;display:block;z-index:15020;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:1.25rem;width:8.6875rem;top:1.875rem;left:64.875rem;overflow:hidden;display:block; }
#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/6a2b186e-2e07-483c-8746-13e779f3ed19/LPSOCIALMEDIA10.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.adaptive-delivery-prevent-bg, #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.lazyload, #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.lazyloading { background-image: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { background-color: transparent; background-image: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container > .video-iframe-container { display: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row > .video-iframe-container { display: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .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); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { border-width: 0; border-radius: 0; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { font-size:0.875rem;font-family:lato;height:61.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#RpduPhHxLvkqdTbkCH2St1uELvKGdgvh { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:comfortaa;font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:20.8125rem;left:40.5rem;height:2.81770625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rDxSHRbhTtneGOfJmOb4VTmpTeBau9s3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.625rem;left:40.5rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aBqHTEwi837D0hZqakwJ4y5zCduE8qQQ { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.0625rem;width:20.8125rem;top:49.5rem;left:52.875rem;display:block; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.43875rem;padding-right:0.404375rem;padding-bottom:0.43875rem;padding-left:0.404375rem;display:block;align-items:center;width:2.425rem;min-width:2.425rem;height:2.355625rem;position:relative;font-family:comfortaa;font-size:1.754375rem;font-weight:700;line-height:37.69px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.274375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.233125rem;height:0.930625rem;position:relative;font-family:comfortaa;font-size:0.6575rem;font-weight:400;line-height:14.89px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.9375rem;height:4.438125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:lato;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:50.1875rem;left:54rem;z-index:15004; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #Qc9qtdLKX5qsB2lkH7I3X8XxNADMIQwV { display:flex;position:relative;top:0rem;left:0rem; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #D53LT5P9GIyzaA6yLus1M7SfSJuxiLN7 { width:auto; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #EBQBZkvToTXz1bLFNULgrLt1U2L7Lqsl {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #tTdnQwluDsa2WXBtpQhzykNqWToPUIT5 { display:flex;position:relative;top:0rem;left:0rem; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pC3Hmxts98SB1DFH61b5WllsBsLnM7A4 {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #p47UgvikZWQCdEpDkIOpX92OmOhw45x3 {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #cPJk5HwOwMlFaI6bbrzWnflL6hvRGsDp { display:flex;position:relative;top:0rem;left:0rem; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #iQ7HTmVhWbsWkvJwNWP3lV9B6CcXsBOU {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #NnnGTi51WO7n7vKHIvNgrJe11T9t9CtS {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #r2qLIEqR3GyrGdaUW54TRZyVToGMac3r { display:flex;position:relative;top:0rem;left:0rem; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #I3KJyCBAMn7ccKLTkrJ92EHRpOz0FFum {  }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pQezUfyTam4HMJSFPH8HpNW3hVFVWQQ1 {  }
#WMV5K4bEyx5w8O9CbRUHBk31e58lfk0W { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);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;box-shadow: none;height:11.875rem;width:0.12429rem;top:14.0625rem;left:39.1875rem;display:block; }
#mwPFQFU7Sfr9Ig8bhq7azPTs7JllRqHs { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:15.5625rem;left:43.9375rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hdLxbNTz3q1wFLMpKOgyfG5haBocl5ea { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.5625rem;left:40.5rem; }
#HtHTv1oFsBkX1BbyU4iGCJJ4ivCHdtWr { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:16rem;left:57.4375rem;height:1.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FZ8pt6TMqGZPRIqB37Cl0NnbEQLZnbRM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6859rem;width:1.6859rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.0625rem;left:55.875rem; }
#FCIXVpd3FT3uvoM1v3QMSP0ARWKysDsF { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:53.9375rem;left:40.5rem;display:block; }
#pOGHTbeJuDr35V56aQPbASiU5OWHJZkR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaXPRRke4fVbVwUf9ysQUh9VdBxSzTQu { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.8125rem;box-shadow: none;height:4.375rem;width:18.8125rem;top:36.3125rem;left:39.5rem;display:block; }
#hwiIvSkUd4dkTyKW6RoXf3Gydtu581dB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:36.9375rem;left:40.25rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QFR1JXntTFJoXTyEbzFTy3VLLJtazGb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.31196875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:38.4375rem;left:46.75rem;height:1.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M6oqV8ViiJkP5KGI9CzcculmHFp9Uw0P { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:37.875rem;left:51.0625rem;height:2.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UxKL9c70PphKA4hPLeOfKukVQAEbiGuA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:2.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.9375rem;width:12.5rem;top:33.125rem;left:55.8125rem;display:block; }
#Zi4rqCiVBM72cqXNMRdWD4ZiIIva2EzV { color:rgba(var(--color-primary-2),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:37.25rem;left:57.25rem;height:1.94791875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ntd28oZNpxMuTqnvUb1FCQeAqTmrLZSp { color:rgba(var(--color-tertiary-2),1);display:block;width:8.5rem;position:absolute;font-family:comfortaa;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:34.0625rem;left:57rem;height:2.53125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oMEgTrT6PfQxndqlkg8olhreJEGnEzIV { color:rgba(var(--color-primary-2),1);display:block;width:9.625rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:36.3125rem;left:57rem;height:1.06770625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zMMFZ0bI5qN2Tbo2RcoatodSJXkmNw3e { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.125rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:8.8125rem;box-shadow: none;height:2.25rem;width:9.9375rem;top:20.8125rem;left:63.8125rem;display:block; }
#NN2zw9wNOFiVp5UxP3zQyE3W2mwgziO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7494375rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:20.9375rem;left:65.0625rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fb7woZnTKOGHecRlThg5mwUVhuT7Bfna { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:14.9375rem;top:27.3125rem;left:44.0625rem;overflow:hidden;display:block; }
#RuVl8FPnRHoWSXNxEoKTIkoE6TOXyt9o { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:0rem;left:60.9375rem;overflow:hidden;display:block; }
#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container { background-color: transparent; background-image: none; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container > .video-iframe-container { display: none; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row > .video-iframe-container { display: none; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .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); }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container { border-width: 0; border-radius: 0; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container { font-size:0.875rem;font-family:lato;height:86.625rem;width:75rem;overflow:visible;position:relative;display:block; }#P8bIpVPDshcdJxOrW2Pk59hUKDJNspd5 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.7486875rem;position:absolute;font-family:comfortaa;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:1.9153652191162rem;left:24.122398376465rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tbMe5O3mwf6I4lQ4gvsTOXLhVqplsb18 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:11.091146469116rem;left:5.18359375rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ftnJGSu7fTVNLzmSGITchfvnxRZ6fAdE { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:13.4375rem;width:30.1875rem;top:9.0625rem;left:2.1875rem;display:block; }
#tNtbkIT05BxJMRE2NeVmyp8KDrTy9C9C { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:14rem;width:30.1875rem;top:9.0625rem;left:40.9375rem;display:block; }
#XU53wn9w7LQeDcrsxDWB1O4LrllL8mw0 { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:14.798177719116rem;left:5.18359375rem;height:5.09895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OXUIbZNmbzPCHQSssTMHvvTqC0m4z25T { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:11.091146469116rem;left:44.125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NeUDSaG8kNTothAGCc9kC3QbhyF8qmBn { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:14.798177719116rem;left:44.125rem;height:5.09895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EqDER9OOZVmQkTplccitupqNL16JBOH7 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:13.4375rem;width:30.1875rem;top:24.227865219116rem;left:1.99609375rem;display:block; }
#QeAQlTZOQIvRhpiPuyzyGP4Jl15kQ3dL { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:14rem;width:30.1875rem;top:24.729166030884rem;left:40.333335876465rem;display:block; }
#TmKPJ8mmhVAwu65lPkTLFP5rUoLEU8wh { color:rgba(var(--color-tertiary-0),1);display:block;width:23.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:26.375rem;left:5.18359375rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#axsyNWG37zgoX1iIe4PoeC7NTKZH89Iw { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:30.484375rem;left:5.18359375rem;height:6.3736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hAg9GzOwkxhqTKsyaTMy8wcPdLXTD3Ir { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:26.375rem;left:44.125rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lrEdlf35VE1tmf4oTqEDl8EbmDO0re72 { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:31.12109375rem;left:43.84375rem;height:5.09895625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G0Uu9nutQxk1U9cRZnPdAaLqbaFRdkWN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:19.875rem;width:30.1875rem;top:39.75rem;left:1.99609375rem;display:block; }
#SfHsU8KXkiC245o7gEJDMDiXnBxE9GE2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:19.125rem;width:30.1875rem;top:39.833343505859rem;left:40.9375rem;display:block; }
#sGeWaWZmbm6SUz9TdFmImXZ3H9IOmhix { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:41.875rem;left:5.18359375rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FzVW5zumL3ycWXy8Ve8nkng0VKq3tCqN { color:rgba(var(--color-primary-2),1);display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:46.296877861023rem;left:5.18359375rem;height:7.6484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WX32rXDzNXJRk4qSlP8nSK9Omb1ewr1v { background-color:#2cbbf2;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:53.945313453674rem;left:14.122398376465rem;display:block; }
#ozFz8FSioRGtUGUGN1GiMm99qCQvRFV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dnf9P7doWhal7TvhfrTMMKLAcHIRbuu5 { background-color:#2cbbf2;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:56.35807800293rem;left:14.028648376465rem;display:block; }
#i1m8u0b6LHLQZtNb5C1BGVcIcS0Mf9m2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mXVQ6S8mENhxEAHG1q0hcv3hUz57dyQb { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:41.875002861023rem;left:44.125rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#U2J0uKyiauKGvba45urhpbtdxp9bQw5V { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:45.023440361023rem;left:44.125rem;height:8.9231875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BULvSZDBeKVVKbdtwRsOsleOiZ20kJQw { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:20.8125rem;width:30.1875rem;top:61.708333969116rem;left:1.99609375rem;display:block; }
#SpmqpUHTHOuKFK2TaRUtdarupQ83N69c { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.375rem;box-shadow: none;height:20.0625rem;width:30.1875rem;top:62.0625rem;left:40.9375rem;display:block; }
#xps9ls7lGSe2pLiUcJXK2dfPfquwoI0i { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:63.958333969119rem;left:5.18359375rem;height:1.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TyeDd4enKRUMtIUWMuGzHDI8bDZK4lbl { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:67.782557174562rem;left:5.21484375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MRHRWEDycFAbN8sbQSQW6AknqhRrvv7C { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:comfortaa;font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:63.4375rem;left:43.625rem;height:3.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UuidrbT6QZa2ZFLkHn4t9CNSTSp4F4zM { color:rgba(var(--color-primary-2),1);display:block;width:24.9375rem;position:absolute;font-family:comfortaa;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:67.6875rem;left:43.5625rem;height:12.747375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SZPgSRibvqT4P6IiD7vfsyQE6vzd77Gh { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:15.8125rem;top:36.21875rem;left:19.791667938233rem;overflow:hidden;display:block; }
#FWQZwF96bxm33Bv3hikQ5yinzOfOMTtt { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:4.83984375rem;left:61.5rem;display:block; }
#LhKEdbBOfqTAVeCFF4bqzUaq2DT2n284 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:17.106773376465rem;left:0rem;display:block; }
#OMRlG6fOXoGLU6IF8eiqr7mChbKoLpGv { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),0.47)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),0.47), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:53.944010421634rem;left:35.60417175293rem;display:block; }
#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d52736e8-1317-4fb2-833d-6265789e8596/Shutterstock_22262440551.jpg");background-position:top right !important;background-repeat: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; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.adaptive-delivery-prevent-bg, #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.lazyload, #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.lazyloading { background-image: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { background-color: transparent; background-image: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container > .video-iframe-container { display: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row > .video-iframe-container { display: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .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); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { border-width: 0; border-radius: 0; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#rKEqpeCtlVIWED8ovgR7XZhPmtTM9TWm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:comfortaa;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:20.863812923431rem;left:9.0625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHkQ9DGsMZxzTECXTlb82EW8bn3wpLPh { position:absolute;display:block;z-index:14999;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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.625rem;width:19rem;top:15.062144756317rem;left:7.5rem;display:block; }
#Bsyg5lc9VWN9Xb3RlzqiGzFG6zt9PHIF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:3.2492875rem;top:30.326703548431rem;left:14.625rem;display:block; }
#TEmnPbe3mpdHIlJ5X9zU01tkh01iyeTe { color:rgba(var(--color-tertiary-3),1);display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:31.156781673431rem;left:14.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#d2xlHDOhfNq5rFx0TWw1PaKP85KC56Lh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),0.33);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.75rem;width:19rem;top:15.062144756317rem;left:27.9375rem;display:block; }
#lT2samRpRkVxW5CXIdbIH5R8Qpo9LeCc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7493125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:20.863812923431rem;left:29.5625rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mGJN7wFDEfk1nqgdBwrzBTJSZUdDPe5Z { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:3.2492875rem;top:30.326703548431rem;left:35.8125rem;display:block; }
#UohDAx6iy5XVaHanWZG5bcN9C98MIkUr { 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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:19.6875rem;width:19rem;top:15.062144629657rem;left:48.4375rem;display:block; }
#sUWuw56Cvu2xJopcg31oQuDgvr6X7kfv { color:rgba(var(--color-tertiary-3),1);display:block;width:5.187325rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:31.156781673431rem;left:55.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WpXnzMJlhmG9wV5GoKDTagsoIJ5SbbsH { color:rgba(var(--color-tertiary-4),0.83);display:block;width:15.7493125rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:20.863812923431rem;left:50.0625rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyN7l7zHKFRWKR5sdHRK4m1ZVp1oOb2O { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062144875rem;width:3.2492875rem;top:30.3311419487rem;left:56.375rem;display:block; }
#MSDZ1Jv2gslQd6nbKsoHTiObA3AtTdie { color:rgba(var(--color-primary-2),1);display:block;width:56.3125rem;position:absolute;font-family:comfortaa;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.7109355926514rem;left:1.8333358764649rem;height:2.95605625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oz6eDJoEKNUN058qzWTkOVTdFQ61QEer { color:rgba(var(--color-tertiary-3),1);display:block;width:4.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:33.513316631317rem;left:55.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#APHwSKm9aJVTrOUceMTQnGBpa38zea9r { color:rgba(var(--color-tertiary-0),1);display:block;width:4.74964375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:31.156781673431rem;left:35.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JEI3GTUXFqcmqKbwwZ8ftawkRqZ1Cx5d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62446875rem;width:4.62446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:15.69868516922rem;left:13.9375rem; }
#K5QGJ9k3ra1pGyGEcqTQhtWba03VTOVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62446875rem;width:4.62446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.69868516922rem;left:35.125rem; }
#GxqWORUdMm7tn0G58lKzDd3uFf03Mauw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.62446875rem;width:4.62446875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.69868516922rem;left:55.625rem; }
#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ff77e33d-75f8-4d6b-b047-ab79856f3404/Projektbeznazwy11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F.adaptive-delivery-prevent-bg, #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F.lazyload, #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F.lazyloading { background-image: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { background-color: transparent; background-image: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container > .video-iframe-container { display: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container { display: none; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .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); }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { border-width: 0; border-radius: 0; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { font-size:0.875rem;font-family:lato;height:63.75rem;width:75rem;overflow:visible;position:relative;display:block; }#XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:comfortaa;font-size:3.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.4596347808838rem;left:0.9375rem;height:3.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:1rem;left:60.5625rem;display:block; }
#UR1STxyAK4606gQPCWdV3Z87xMQesn3o { color:rgba(var(--color-secondary-3),1);display:block;width:43.875rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:15.25rem;left:0.9375rem;height:46.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:36.125rem;top:13.875rem;left:0.9375rem;display:block; }
#Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:10rem;left:0.9375rem;height:2.69921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:11.6875rem;box-shadow: none;height:43.6875rem;width:28.75rem;top:7.3567714691163rem;left:46.25rem;overflow:hidden;display:block; }
#qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:53.33203125rem;left:69.145835876462rem; }
#qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#JLw1RETBL3pNLk7oxeQzheqOTytGOTFu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:53.25rem;left:65.15625rem; }
#JLw1RETBL3pNLk7oxeQzheqOTytGOTFu > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }#fByLZf0TsCoFRXkIpC1bTX0fT1VWHS9p { 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:1.9375rem;width:10.75rem;top:10.5625rem;left:20.0625rem;overflow:hidden;display:block; }
#D1XSmDxlfqApV5xezQULGmMlBKKxyET8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:53.25rem;left:61.625rem; }
#D1XSmDxlfqApV5xezQULGmMlBKKxyET8 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container { background-color: transparent; background-image: none; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container > .video-iframe-container { display: none; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row > .video-iframe-container { display: none; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .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); }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container { border-width: 0; border-radius: 0; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container { font-size:0.875rem;font-family:lato;height:46.375rem;width:75rem;overflow:visible;position:relative;display:block; }#fq9tcwOp12KvFzWMlGqrZ2eMsJkyTm7s { color:rgba(var(--color-tertiary-2),1);display:block;width:62.375rem;position:absolute;font-family:comfortaa;font-size:3.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.5078125rem;left:4.3424491882324rem;height:7.7995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vrDm44GPEJ85Zo3ZfZGGDL6KHleQfEpB { color:rgba(var(--color-primary-3),1);display:block;width:48.8736875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:16.875rem;left:3.8098983764649rem;height:24.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UEZdTVRK4QdD8SnS3sLwm7hTC1SJie8n { position:absolute;display:block;z-index:15053;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32.5rem;width:18.1875rem;top:9.6224060058594rem;left:53.243492126465rem;display:block; }
#rFlHwnKwR5cRdZ4N13HLp97afXlzUCfk { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:27.1875rem;width:63rem;top:15.6796875rem;left:1.875rem;display:block; }
#XDQxoLIvcDoHJZbk75sfCAITvDQIX9Cn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,23,254,0.91), #2cbbf2);background-image: -moz-linear-gradient(180deg, rgba(149,23,254,0.91), #2cbbf2);background-image: -ms-linear-gradient(180deg, rgba(149,23,254,0.91), #2cbbf2);background-image: -o-linear-gradient(180deg, rgba(149,23,254,0.91), #2cbbf2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9517fee8', endColorstr='#2cbbf2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9517fee8', endColorstr='#2cbbf2' );";background-image: linear-gradient(180deg, rgba(149,23,254,0.91), #2cbbf2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.375rem;height:4.4375rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:39.311197757721rem;left:36.993492126465rem;display:block; }
#ew2eFwxWrA8OT1LLxilbUvVAL7b2aeLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k3fZGSdxK4zVr09nLfJfXXhnBklpqpGA { color:rgba(var(--color-secondary-2),1);display:block;width:32.8125rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:13.562677264214rem;left:20.488279342651rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G { position:relative;display:block; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G { background-color: transparent; background-image: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container > .video-iframe-container { display: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row > .video-iframe-container { display: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .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); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G { border-width: 0; border-radius: 0; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .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; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yphBHJo5TuXpQnodPTo2DlTOpehXzfUO { color:rgba(var(--color-primary-2),1);display:block;width:30.8125rem;position:absolute;font-family:comfortaa;font-size:1.5625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:15.125rem;left:21.020835876465rem;height:4.0625rem;font-style:normal;display:block; }
#iiMU8MLLZCRW9A38xDFiNCQw3uAxu9Jl { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.1875rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:5.0625rem;box-shadow: none;height:14.875rem;width:16rem;top:12.03515625rem;left:2.95703125rem;overflow:hidden;display:block; }
#DgEf0Tc21MaLvaXG14foTdfULyRpPJPx { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.125rem;left:19.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#ufPTXI3Fk3Xz6irHRwwVNQQTT0pOtbEr { position:absolute;display:block;z-index:15073;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:2.5625rem;width:12.3125rem;top:9.9375rem;left:19.6875rem;display:block; }
#RNC2dNkRLVZVrOTH6FBFUeTfdlkkXLOZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:10.437500318512rem;left:20.3125rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPKm9qmuV7VcqJJdzbuudhCuzm5Bhdty { position:absolute;display:block;z-index:15074;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:2.5625rem;width:11.6875rem;top:9.9375rem;left:33.4375rem;display:block; }
#gvudQHs3OWHv8vB3UVvqTX0hWc1L1yR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:10.437500318512rem;left:36.75rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdbozIpnruTdor4S6m3C96zAVsu8cD8E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:10.125rem;left:34.0625rem; }
#aDCQAuQxIobOJRAzlcfQaVyaHWigiv8N { position:absolute;display:block;z-index:15075;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.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:2.5625rem;width:10.9375rem;top:9.9375rem;left:46.625rem;display:block; }
#bdcaxvfSpDI6DhKUQGSotsiINPkL7JUi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9992875rem;width:1.9992875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:10.1875rem;left:47.625rem; }
#PLHS0RzOaShgLzmOcIftwPHmMC6FOqnA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6243125rem;position:absolute;font-family:comfortaa;font-size:1.1875rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.5625rem;height:1.54296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntHb6WgyfvyILRlsar9pCV2KGs6P6g7o { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.248698125rem;top:14.656240463257rem;left:54.08464050293rem;display:block; }
#XOtlWCcGX7OPpQVtLNSk9tiAQe2H2gF2 { z-index:15075;top:22.95703125rem;left:26.4609375rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTBt98TWrRloG1o5su7zoeKxF6TmDAlD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dJeq4kSovAyrAn3cQqH9fDRs3Tfh0R26 { color:rgba(var(--color-secondary-2),1);display:block;width:7.6875rem;position:absolute;font-family:comfortaa;font-size:3.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:14.625rem;left:55.5625rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ah8a0EqIohKRud2AvbVaTeNRQDZxQUas { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.5625rem;height:1.7871125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qof5pDIpOS2CoITzIldzeElJPvqF3OiR { color:#22bc5a;display:block;width:9.375rem;position:absolute;font-family:comfortaa;font-size:0.8125rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:18.687501272187rem;left:54.25rem;height:1.0559875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iuMM0eU47yXMgZc2ceFTyMFmO8UG2pvX { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5rem;width:0.2494675rem;top:14.18057346344rem;left:55.3125rem;display:none; }
#kMXNq5icnKMKwTBUTFuJQNiSZcOkwIdI { color:rgba(var(--color-secondary-4),1);display:block;width:6.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:122.875rem;left:56.0625rem;height:5.99431875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NS6qtfWT9exyONNyeerosmpnDmLE50z0 { color:rgba(var(--color-secondary-4),1);display:block;width:6.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:122.875rem;left:56.0625rem;height:5.99431875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QeOi0Iewnw5wzaE7Q9ZIJJX9f9zUTZEh { color:rgba(var(--color-primary-3),1);display:block;width:27.1875rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.1875rem;left:23.5rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sq2ORCRKH6r542W2H2GCMIruAFx3gIao { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5614375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:8.1875rem;left:47.375rem;height:3.0007125rem;text-align:left;text-align-last:left;display:none; }
#xDQvITQnO6t5HlWCTiVTZqocA7zIyOX3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ATgfwrweXLuEuvd1sLLNyzPcqocLLZBO { color:rgba(var(--color-tertiary-0),1);display:block;width:62.375rem;position:absolute;font-family:comfortaa;font-size:3.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.3749904632568rem;left:6.3125rem;height:3.8997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FivWoRdF0F20Zvtvot5OsT59RTTIi531 { position:absolute;display:block;z-index:15040;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.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:19.3125rem;width:53.8125rem;top:9.2122402191163rem;left:12.375rem;display:block; }
#v5rFfiUqAf5mrAMR7RPEB9yuuhdkwFtf { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:comfortaa;font-size:0.625rem;font-weight:400;z-index:15041;line-height:1.2;letter-spacing:0;top:23.36328125rem;left:42.51953125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 { 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/da5f5c08-efb0-4981-91e3-7c1bc8e6662d/LPSOCIALMEDIA11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.adaptive-delivery-prevent-bg, #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.lazyload, #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.lazyloading { background-image: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { background-color: transparent; background-image: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container > .video-iframe-container { display: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row > .video-iframe-container { display: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .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); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { border-width: 0; border-radius: 0; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#bUe0SG7X5TCI2yv5FAJEVNvcpJOl17Pi { color:rgba(var(--color-tertiary-0),1);display:block;width:50.4375rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.125rem;left:1.9375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NsFAihB6nWBskdrtio1rPe6hMDqJhPLv { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:comfortaa;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:12.812500953674rem;left:1.9375rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KURQPddNGSFXaLkMeopN8Pvo04rRqZea { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:21.187500953674rem;left:1.9375rem;height:16.79686875rem;font-style:normal;display:block; }
#ULdbbiKW6BraO7FzBAdsQFPstG6u3vmv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:37.981770515442rem;left:20.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EtNpOSTKIK2UGaFAhEmkCTSgoykZ38tP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5611875rem;position:absolute;font-family:comfortaa;font-size:1rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:40.875000953674rem;left:1.9375rem;height:3.59765625rem;font-style:normal;display:block; }
#fnUpgoEaQBJwxdKy1v2OEP3kNybaHd74 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.6875rem;position:absolute;font-family:comfortaa;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:45.375000953674rem;left:20.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container { background-color: transparent; background-image: none; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container > .video-iframe-container { display: none; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row > .video-iframe-container { display: none; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .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); }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container { border-width: 0; border-radius: 0; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container { font-size:0.875rem;font-family:lato;height:74.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#TqqJVUwicXf8OlTBVPxJKXs7pBkOz7pg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:3.3125rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:2.4369668960571rem;left:0rem;height:3.97490625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-element-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:comfortaa;color:rgba(var(--color-secondary-2),1);line-height:1.5;overflow:hidden;height:auto; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:comfortaa;color:rgba(var(--color-secondary-3),1);height:auto;line-height:1.6;overflow:hidden; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_50463978163efdb12ca21793bb682aef2a919e0b.svg");background-size:contain !important; }#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-trigger.adaptive-delivery-prevent-bg, #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-trigger.lazyload, #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-trigger.lazyloading { background-image: none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 { box-sizing:content-box;height:auto;width:34.809875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15072;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:7.2213540077213rem;left:38.62370300293rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WoNzpndGbdbTNhbD337niBeP7cvAB2Mg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #idwFxHBkkZps6cTyKxgIrLht4knXDW2p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #FyNvxhHJ5Dug4kZscAz6wuMWz3B5W676 { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Dqfic6VFdTOxEVoBCZH8OOUKXRT5baUX {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Wby7AsBnoyJT5w4oJpJKgAToEUV6X5He {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #sx2JCeThNgR8Qd48A7kLxgCVZvpdUDb2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iHJTshzskaAut8f2RHSqaeFgZpe7ew98 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #xvstEVm8Vgw0yB1DRmFGXwLo2VuXxhsS { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #eiTuRrhAkvwbGFdboBXV7kHkTAnLu2O4 {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OpMK2mGeyl1gFhx2xSzbJv4ESbhvRgLT { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XyQDXCi63u77ec3REFrfpC23742g0UHt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #QxH3N6siGb0qVi3oUmnE5He3BFKn3t74 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #ueuTyQQJyg6Cb8Vs1A2hGksbqGyUksiv { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f1aM9RmcAvbLGxTRf1supB6Ai2G4HTxx {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dyPBiDIcGSivrHThy3n8HgpLONvIRNDN { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #a9yvTq5R2UmZua0r1qpNTs4cTxl18MxH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #RdGtk9e4Oznf5itv4HkJ4TG41SLieSda { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VChSJ0S3TfzfsSemTtByJ6GBfDDCnKLb { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VIN6XTFwBp0UhDK9dD3t07sHT5i8tqJC {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Ozd2EeTws3TGOXETW2uJ7s5ZbwdklSf6 { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #KmWMHFTKFeWXuaI0qhfxTL1UIzZRtoPD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #lukEGFZhUMETLOzvIztW1JfWkvXkCpI7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Gzf0uGyBe2PrQ7KMFSGQXrE7XFzgSFAB { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #HmH3naxeuzpzm3SE4SGiUZX0pZe5tfGT {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PUMhTJJ5DOh1KK9c5sHM5zC3UhiW4fHs { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WdL3fmS2vTyUA2IHqXRZTT3KSFTyTtSJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Qe37u1aubVgdekyH8O7l9JSKXqLQmGDJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vKew17bIxsEwqh64kDSxUAmV28Zt6kMP { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dMwU0Z3XJdJUvqbt9fl8Pil15oreVxiw {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #TQpbTmnz8PXeGbKveyaAdRZVsVpMLxCH { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #G4PLu1BoUQB3mS7521CtmPuVOXOJvESN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XPFpbTOxblICom2PpqV9I0DcanpQBRFm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Vb0Fm1maKsZoGg4lfLOfNGEXnHu1vTyN { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #fE2sU4kBSs1TzEyX4SiiadRy496yd6DA {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iIf19ncJCqaDWuntHcrldUt40BuzTFnx { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #uJweXBpSXfyHCeQ87l2CPhogFFw6qrEc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #o9Fis4TkTqDprtG4TyEhOmXLaAMpBgXn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #zpw2ZhyqPV2cgFWc6LFhnHVdSCePak8q { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #bTZlT5pAbZm3WBD7kfUDt59eO2CUAVKV {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WcAKAPWH3OloTvgf5NEmr9vwBI4TLUky { display:none; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vJt92OLqlEschqoVn3Br08t6Q8E7NkkW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OvdWuDST5xE4GCginsgnA6R5IcHMxGEc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f58EsloEipKIrtQsHc7r4OV9kW2T7uWR { display:block;position:relative; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PEhJo36HShngwmWSEqUHvmHPfZli2DDM {  }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #kX7S03O3zZ0MiQMuv01K01zqcI60IVRN { display:none; }
#EIo0NRhiMXJJhGrTzd3aEk5iTnNzQecc { position:absolute;display:block;z-index:15073;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:12.5625rem;border-bottom-left-radius:12rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:49.875rem;width:32.75rem;top:15.861980438233rem;left:1.6875rem;overflow:hidden;display:block; }
#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/946171d3-a038-4f13-8026-14ea2a429b40/LPSOCIALMEDIA2.crop_3871x3456_3041,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7.adaptive-delivery-prevent-bg, #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7.lazyload, #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7.lazyloading { background-image: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { background-color: transparent; background-image: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container > .video-iframe-container { display: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container { display: none; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .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); }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { border-width: 0; border-radius: 0; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { font-size:0.875rem;font-family:lato;height:30.25rem;width:75rem;overflow:visible;position:relative;display:block; }#AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.5619375rem;position:absolute;font-family:comfortaa;font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:2.7219435125589rem;left:12.218570709229rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q2VZFx5k7BdwhXUbQqLVq8wK22hEZv85 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:7.94140625rem;left:1.18359375rem;overflow:hidden;display:block; }
#CiG1RpmoHK1Tl0AKJwH58vs7A7BQ2Tds { color:rgba(var(--color-secondary-3),1);display:block;width:48.9373125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:8.2546162605287rem;left:23.438386917114rem;height:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container { background-color: transparent; background-image: none; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container > .video-iframe-container { display: none; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row > .video-iframe-container { display: none; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .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); }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container { border-width: 0; border-radius: 0; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#g6GKiUM3XzBbalr22Tg1JVogROCkLDVS { 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:2.74946875rem;width:10.1864375rem;top:4.75rem;left:10.875rem;overflow:hidden;display:block; }
#hsgEOHVBLhV5mq0p8hEzSTOFQMIfeKkf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687325rem;width:8.5618125rem;top:4.875rem;left:54.5625rem;overflow:hidden;display:block; }
#hRFcExIvhsGJnTf62VlOyggrUqMNhK8q { 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:1.25rem;width:8.4375rem;top:5.4973640441894rem;left:34.1875rem;overflow:hidden;display:block; }
#LC4aOGBskt4QcrIrmWyco791iQK76vt7 { color:#4a3793;display:block;width:5.812325rem;position:absolute;font-family:sofiapro;font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2rem;left:13.0625rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QODZvDVa3g7BGtDflnmA4UEyTfFywEz6 { color:#4a3793;display:block;width:12.8125rem;position:absolute;font-family:sofiapro;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.5625rem;left:52.4375rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ti5JSoGmNVUq6lImSzlfP8iLFTHdKDM6 { color:#4a3793;display:block;width:5.6875rem;position:absolute;font-family:sofiapro;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:1.4752616882324rem;left:34.1875rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { background-color: transparent; background-image: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .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); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { border-width: 0; border-radius: 0; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#up1btQO3EaPwOe0tsCP17VreLFBIknOl { color:#ffffff;display:block;width:5.812325rem;position:absolute;font-family:sofiapro;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:3.5625rem;left:58.375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uPBvPyKJDxC4T31yVRurQAwPXe5FBtiG { color:#4a3793;display:block;width:9.375rem;position:absolute;font-family:sofiapro;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.5625rem;left:46.375rem;height:1.04980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WutiJNqRBof9mZKfy0kEkORwKMXMD6zf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.529296875rem;left:12.125rem; }
#WutiJNqRBof9mZKfy0kEkORwKMXMD6zf > img { max-width: 100%;max-height:100%; width:2.3117875rem; height:2.3117875rem; }#wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.4680404663086rem;left:9.0625rem; }
#wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 > img { max-width: 100%;max-height:100%; width:2.43696875rem; height:2.43696875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { display:block; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { background-color: transparent; background-image: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .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); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { border-width: 0; border-radius: 0; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElE7TOEr762J4TaUKb8Ck0k21nF7Cys8 { top:1rem;left:0rem;width:10.5rem;height:2.8571406167703rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HqayLoDgXC2Rv9CuTUO9l7FOiiHezqtC { width:7.8125rem;height:2.5rem;top:1.25rem;left:39.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QwSS5DR1DPBzoJCNioERSfwCSVXgI7du { top:1.5rem;left:36.5625rem;width:4.75rem;height:1.94791875rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eoHdhaCdLSTnoaCXVbW8Ag2a2Elm2sP1 { width:8.6875rem;height:1.25rem;top:1.875rem;left:39.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM { display:block; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpduPhHxLvkqdTbkCH2St1uELvKGdgvh { top:20.8125rem;left:21.5rem;width:26.25rem;height:2.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDxSHRbhTtneGOfJmOb4VTmpTeBau9s3 { top:23.625rem;left:16.125rem;width:31.625rem;height:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBqHTEwi837D0hZqakwJ4y5zCduE8qQQ { top:49.5rem;left:26.9375rem;width:20.8125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.3575rem;padding-bottom:0.40125rem;padding-left:0.3575rem;width:2.145rem;min-width:2.145rem;height:2.156875rem;font-size:1.605rem;line-height:34.51px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.86rem;height:0.8525rem;font-size:0.601875rem;line-height:13.64px;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA { display:flex;width:15.4375rem;height:4.0625rem;top:0rem;left:32.917721518987rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #Qc9qtdLKX5qsB2lkH7I3X8XxNADMIQwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #D53LT5P9GIyzaA6yLus1M7SfSJuxiLN7 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #EBQBZkvToTXz1bLFNULgrLt1U2L7Lqsl {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #tTdnQwluDsa2WXBtpQhzykNqWToPUIT5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pC3Hmxts98SB1DFH61b5WllsBsLnM7A4 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #p47UgvikZWQCdEpDkIOpX92OmOhw45x3 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #cPJk5HwOwMlFaI6bbrzWnflL6hvRGsDp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #iQ7HTmVhWbsWkvJwNWP3lV9B6CcXsBOU {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #NnnGTi51WO7n7vKHIvNgrJe11T9t9CtS {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #r2qLIEqR3GyrGdaUW54TRZyVToGMac3r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #I3KJyCBAMn7ccKLTkrJ92EHRpOz0FFum {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pQezUfyTam4HMJSFPH8HpNW3hVFVWQQ1 {  }
 }@media only screen and (max-width: 763px) { #WMV5K4bEyx5w8O9CbRUHBk31e58lfk0W { top:14.0625rem;left:25.5625rem;width:0.0625rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwPFQFU7Sfr9Ig8bhq7azPTs7JllRqHs { top:15.5625rem;left:30.3125rem;width:11.9375rem;height:2.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLxbNTz3q1wFLMpKOgyfG5haBocl5ea { top:15.5625rem;left:26.875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtHTv1oFsBkX1BbyU4iGCJJ4ivCHdtWr { top:16rem;left:43.0625rem;width:4.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8pt6TMqGZPRIqB37Cl0NnbEQLZnbRM { top:16.0625rem;left:42.25rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCIXVpd3FT3uvoM1v3QMSP0ARWKysDsF { width:17.5rem;height:3.4375rem;top:53.9375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOGHTbeJuDr35V56aQPbASiU5OWHJZkR { display:block; }
 }@media only screen and (max-width: 763px) { #FaXPRRke4fVbVwUf9ysQUh9VdBxSzTQu { top:36.3125rem;left:25.875rem;width:18.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwiIvSkUd4dkTyKW6RoXf3Gydtu581dB { top:36.9375rem;left:26.625rem;width:8.0625rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFR1JXntTFJoXTyEbzFTy3VLLJtazGb1 { top:38.4375rem;left:33.125rem;width:4.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6oqV8ViiJkP5KGI9CzcculmHFp9Uw0P { top:37.875rem;left:37.4375rem;width:5.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxKL9c70PphKA4hPLeOfKukVQAEbiGuA { top:33.125rem;left:35.25rem;width:12.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi4rqCiVBM72cqXNMRdWD4ZiIIva2EzV { top:37.25rem;left:34rem;width:13.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ntd28oZNpxMuTqnvUb1FCQeAqTmrLZSp { top:34.0625rem;left:39.25rem;width:8.5rem;height:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMEgTrT6PfQxndqlkg8olhreJEGnEzIV { top:36.3125rem;left:38.125rem;width:9.625rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMMFZ0bI5qN2Tbo2RcoatodSJXkmNw3e { top:20.8125rem;left:37.8125rem;width:9.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN2zw9wNOFiVp5UxP3zQyE3W2mwgziO7 { top:20.9375rem;left:40.0625rem;width:7.6875rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb7woZnTKOGHecRlThg5mwUVhuT7Bfna { width:14.9375rem;height:10.625rem;top:27.3125rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuVl8FPnRHoWSXNxEoKTIkoE6TOXyt9o { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L { display:block; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8bIpVPDshcdJxOrW2Pk59hUKDJNspd5 { top:1.875rem;left:10.497398376465rem;width:26.6875rem;height:2.7747375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbMe5O3mwf6I4lQ4gvsTOXLhVqplsb18 { top:11.0625rem;left:0rem;width:23.8125rem;height:3.1484375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftnJGSu7fTVNLzmSGITchfvnxRZ6fAdE { top:9.0625rem;left:0rem;width:30.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtbkIT05BxJMRE2NeVmyp8KDrTy9C9C { top:9.0625rem;left:17.5625rem;width:30.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU53wn9w7LQeDcrsxDWB1O4LrllL8mw0 { top:14.75rem;left:0rem;width:26.3125rem;height:5.09895625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXUIbZNmbzPCHQSssTMHvvTqC0m4z25T { top:11.0625rem;left:23.9375rem;width:23.8125rem;height:3.1484375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeUDSaG8kNTothAGCc9kC3QbhyF8qmBn { top:14.75rem;left:21.4375rem;width:26.3125rem;height:5.09895625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqDER9OOZVmQkTplccitupqNL16JBOH7 { top:24.1875rem;left:0rem;width:30.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAQlTZOQIvRhpiPuyzyGP4Jl15kQ3dL { top:24.6875rem;left:17.5625rem;width:30.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKPJ8mmhVAwu65lPkTLFP5rUoLEU8wh { top:26.375rem;left:0rem;width:23.8125rem;height:3.1484375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axsyNWG37zgoX1iIe4PoeC7NTKZH89Iw { top:30.4375rem;left:0rem;width:26.3125rem;height:6.3736875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAg9GzOwkxhqTKsyaTMy8wcPdLXTD3Ir { top:26.375rem;left:25rem;width:22.75rem;height:3.1484375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdlf35VE1tmf4oTqEDl8EbmDO0re72 { top:31.0625rem;left:22.8125rem;width:24.9375rem;height:5.09895625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Uu9nutQxk1U9cRZnPdAaLqbaFRdkWN { top:39.75rem;left:0rem;width:30.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHsU8KXkiC245o7gEJDMDiXnBxE9GE2 { top:39.8125rem;left:17.5625rem;width:30.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeWaWZmbm6SUz9TdFmImXZ3H9IOmhix { top:41.875rem;left:0rem;width:22.75rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzVW5zumL3ycWXy8Ve8nkng0VKq3tCqN { top:46.25rem;left:0rem;width:26.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX32rXDzNXJRk4qSlP8nSK9Omb1ewr1v { width:15.25rem;height:2.125rem;top:53.9375rem;left:0.49739837646484rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFz8FSioRGtUGUGN1GiMm99qCQvRFV8 { display:block; }
 }@media only screen and (max-width: 763px) { #dnf9P7doWhal7TvhfrTMMKLAcHIRbuu5 { width:15.4375rem;height:2.125rem;top:56.3125rem;left:0.40364837646484rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1m8u0b6LHLQZtNb5C1BGVcIcS0Mf9m2 { display:block; }
 }@media only screen and (max-width: 763px) { #mXVQ6S8mENhxEAHG1q0hcv3hUz57dyQb { top:41.875rem;left:22.9375rem;width:24.8125rem;height:1.57421875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2J0uKyiauKGvba45urhpbtdxp9bQw5V { top:45rem;left:22.8125rem;width:24.9375rem;height:8.9231875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BULvSZDBeKVVKbdtwRsOsleOiZ20kJQw { top:61.6875rem;left:0rem;width:30.1875rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpmqpUHTHOuKFK2TaRUtdarupQ83N69c { top:62.0625rem;left:17.5625rem;width:30.1875rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xps9ls7lGSe2pLiUcJXK2dfPfquwoI0i { top:63.9375rem;left:0rem;width:22.75rem;height:1.57421875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyeDd4enKRUMtIUWMuGzHDI8bDZK4lbl { top:67.75rem;left:0rem;width:23.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRHRWEDycFAbN8sbQSQW6AknqhRrvv7C { top:63.4375rem;left:24.25rem;width:23.5rem;height:3.1484375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuidrbT6QZa2ZFLkHn4t9CNSTSp4F4zM { top:67.6875rem;left:22.8125rem;width:24.9375rem;height:12.747375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZPgSRibvqT4P6IiD7vfsyQE6vzd77Gh { width:15.8125rem;height:11.25rem;top:36.1875rem;left:6.1666679382324rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWQZwF96bxm33Bv3hikQ5yinzOfOMTtt { top:4.8125rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhKEdbBOfqTAVeCFF4bqzUaq2DT2n284 { top:17.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMRlG6fOXoGLU6IF8eiqr7mChbKoLpGv { top:53.9375rem;left:21.97917175293rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 { display:block; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEqpeCtlVIWED8ovgR7XZhPmtTM9TWm { width:15.6875rem;height:7.5rem;top:20.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHkQ9DGsMZxzTECXTlb82EW8bn3wpLPh { width:19rem;height:19.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsyg5lc9VWN9Xb3RlzqiGzFG6zt9PHIF { width:3.1875rem;height:0;top:30.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmnPbe3mpdHIlJ5X9zU01tkh01iyeTe { width:4.0625rem;height:1.59895625rem;top:31.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2xlHDOhfNq5rFx0TWw1PaKP85KC56Lh { width:19rem;height:19.75rem;top:15rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2samRpRkVxW5CXIdbIH5R8Qpo9LeCc { width:15.6875rem;height:8.3984375rem;top:20.8125rem;left:15.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGJN7wFDEfk1nqgdBwrzBTJSZUdDPe5Z { width:3.1875rem;height:0;top:30.3125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UohDAx6iy5XVaHanWZG5bcN9C98MIkUr { width:19rem;height:19.6875rem;top:15rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUWuw56Cvu2xJopcg31oQuDgvr6X7kfv { width:5.125rem;height:1.59895625rem;top:31.125rem;left:41.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpXnzMJlhmG9wV5GoKDTagsoIJ5SbbsH { width:15.6875rem;height:7.796875rem;top:20.8125rem;left:32.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyN7l7zHKFRWKR5sdHRK4m1ZVp1oOb2O { width:3.1875rem;height:0;top:30.3125rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDZ1Jv2gslQd6nbKsoHTiObA3AtTdie { width:47.75rem;height:2.95573125rem;top:3.6875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6eDJoEKNUN058qzWTkOVTdFQ61QEer { width:4.0625rem;height:1.59895625rem;top:33.5rem;left:42.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHwSKm9aJVTrOUceMTQnGBpa38zea9r { width:4.6875rem;height:1.59895625rem;top:31.125rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEI3GTUXFqcmqKbwwZ8ftawkRqZ1Cx5d { width:4.5625rem;height:4.5625rem;top:15.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5QGJ9k3ra1pGyGEcqTQhtWba03VTOVT { width:4.5625rem;height:4.5625rem;top:15.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxqWORUdMm7tn0G58lKzDd3uFf03Mauw { width:4.5625rem;height:4.5625rem;top:15.6875rem;left:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { display:block; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { top:3.4375rem;left:0rem;width:47.75rem;height:3.8997375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { top:1rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1STxyAK4606gQPCWdV3Z87xMQesn3o { top:15.25rem;left:0rem;width:43.875rem;height:21.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { top:13.875rem;left:0rem;width:36.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { top:10rem;left:0rem;width:22.5rem;height:1.94921875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { top:7.3125rem;left:19rem;width:28.75rem;height:43.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L { width:2.9375rem;height:2.9375rem;top:53.3125rem;left:44.8125rem;display:block; }
#qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #JLw1RETBL3pNLk7oxeQzheqOTytGOTFu { width:3.3125rem;height:3.3125rem;top:53.25rem;left:44.4375rem;display:block; }
#JLw1RETBL3pNLk7oxeQzheqOTytGOTFu > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #fByLZf0TsCoFRXkIpC1bTX0fT1VWHS9p { width:10.75rem;height:1.9375rem;top:10.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1XSmDxlfqApV5xezQULGmMlBKKxyET8 { width:3rem;height:3rem;top:53.25rem;left:44.75rem;display:block; }
#D1XSmDxlfqApV5xezQULGmMlBKKxyET8 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od { display:block; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq9tcwOp12KvFzWMlGqrZ2eMsJkyTm7s { top:1.5rem;left:0rem;width:47.75rem;height:4.04948125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrDm44GPEJ85Zo3ZfZGGDL6KHleQfEpB { top:16.875rem;left:0rem;width:47.75rem;height:23.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEZdTVRK4QdD8SnS3sLwm7hTC1SJie8n { width:18.1875rem;height:32.5rem;top:9.5625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFlHwnKwR5cRdZ4N13HLp97afXlzUCfk { top:15.625rem;left:0rem;width:47.75rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDQxoLIvcDoHJZbk75sfCAITvDQIX9Cn { width:18.375rem;height:4.4375rem;top:39.25rem;left:23.368492126465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew2eFwxWrA8OT1LLxilbUvVAL7b2aeLk { display:block; }
 }@media only screen and (max-width: 763px) { #k3fZGSdxK4zVr09nLfJfXXhnBklpqpGA { top:13.5625rem;left:6.8619804382325rem;width:32.8125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G { display:block; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yphBHJo5TuXpQnodPTo2DlTOpehXzfUO { top:15.125rem;left:7.395835876465rem;width:30.8125rem;height:3.41145625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiMU8MLLZCRW9A38xDFiNCQw3uAxu9Jl { top:12rem;left:0rem;width:16rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEf0Tc21MaLvaXG14foTdfULyRpPJPx { top:15.125rem;left:6.0625rem;width:32.0625rem;height:2.59895625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPTXI3Fk3Xz6irHRwwVNQQTT0pOtbEr { width:12.3125rem;height:2.5625rem;top:9.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNC2dNkRLVZVrOTH6FBFUeTfdlkkXLOZ { top:10.4375rem;left:6.6875rem;width:13.75rem;height:1.59895625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKm9qmuV7VcqJJdzbuudhCuzm5Bhdty { width:11.6875rem;height:2.5625rem;top:9.9375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvudQHs3OWHv8vB3UVvqTX0hWc1L1yR1 { top:10.4375rem;left:23.125rem;width:8.75rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdbozIpnruTdor4S6m3C96zAVsu8cD8E { width:2.1875rem;height:2.1875rem;top:10.125rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDCQAuQxIobOJRAzlcfQaVyaHWigiv8N { width:10.9375rem;height:2.5625rem;top:9.9375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdcaxvfSpDI6DhKUQGSotsiINPkL7JUi { width:1.9375rem;height:1.9375rem;top:10.1875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLHS0RzOaShgLzmOcIftwPHmMC6FOqnA { top:10.4375rem;left:35.9375rem;width:7.5625rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntHb6WgyfvyILRlsar9pCV2KGs6P6g7o { top:14.625rem;left:40.45964050293rem;width:0.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtlWCcGX7OPpQVtLNSk9tiAQe2H2gF2 { top:22.9375rem;left:12.8359375rem;width:15.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBt98TWrRloG1o5su7zoeKxF6TmDAlD { display:block; }
 }@media only screen and (max-width: 763px) { #dJeq4kSovAyrAn3cQqH9fDRs3Tfh0R26 { top:14.625rem;left:40.0625rem;width:7.6875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah8a0EqIohKRud2AvbVaTeNRQDZxQUas { top:13.4375rem;left:40.0625rem;width:7.6875rem;height:1.78645625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qof5pDIpOS2CoITzIldzeElJPvqF3OiR { top:18.6875rem;left:38.375rem;width:9.375rem;height:1.0559875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuMM0eU47yXMgZc2ceFTyMFmO8UG2pvX { top:14.125rem;left:41.6875rem;width:0.1875rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMXNq5icnKMKwTBUTFuJQNiSZcOkwIdI { width:6.6875rem;height:5.9375rem;top:122.8125rem;left:41.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NS6qtfWT9exyONNyeerosmpnDmLE50z0 { width:6.6875rem;height:5.9375rem;top:122.8125rem;left:41.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QeOi0Iewnw5wzaE7Q9ZIJJX9f9zUTZEh { top:19.1875rem;left:9.875rem;width:27.1875rem;height:1.54296875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq2ORCRKH6r542W2H2GCMIruAFx3gIao { width:8.6875rem;height:2.1875rem;top:10.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDQvITQnO6t5HlWCTiVTZqocA7zIyOX3 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATgfwrweXLuEuvd1sLLNyzPcqocLLZBO { top:2.3125rem;left:0rem;width:47.75rem;height:3.8997375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FivWoRdF0F20Zvtvot5OsT59RTTIi531 { top:9.1875rem;left:0rem;width:47.75rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5rFfiUqAf5mrAMR7RPEB9yuuhdkwFtf { width:13.1875rem;height:3rem;top:23.3125rem;left:28.89453125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 { display:block; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUe0SG7X5TCI2yv5FAJEVNvcpJOl17Pi { width:47.75rem;height:5.5rem;top:3.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFAihB6nWBskdrtio1rPe6hMDqJhPLv { width:39.8125rem;height:3rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURQPddNGSFXaLkMeopN8Pvo04rRqZea { width:25.5rem;height:14.4375rem;top:21.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdbbiKW6BraO7FzBAdsQFPstG6u3vmv { width:9.6875rem;height:1.5rem;top:37.9375rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtNpOSTKIK2UGaFAhEmkCTSgoykZ38tP { width:25.5rem;height:3.375rem;top:40.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUpgoEaQBJwxdKy1v2OEP3kNybaHd74 { width:9.6875rem;height:1.5rem;top:45.375rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi { display:block; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqqJVUwicXf8OlTBVPxJKXs7pBkOz7pg { top:2.375rem;left:0rem;width:47.75rem;height:7.9479375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WoNzpndGbdbTNhbD337niBeP7cvAB2Mg {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #idwFxHBkkZps6cTyKxgIrLht4knXDW2p {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #FyNvxhHJ5Dug4kZscAz6wuMWz3B5W676 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Dqfic6VFdTOxEVoBCZH8OOUKXRT5baUX {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Wby7AsBnoyJT5w4oJpJKgAToEUV6X5He {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #sx2JCeThNgR8Qd48A7kLxgCVZvpdUDb2 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iHJTshzskaAut8f2RHSqaeFgZpe7ew98 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #xvstEVm8Vgw0yB1DRmFGXwLo2VuXxhsS {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #eiTuRrhAkvwbGFdboBXV7kHkTAnLu2O4 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OpMK2mGeyl1gFhx2xSzbJv4ESbhvRgLT {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XyQDXCi63u77ec3REFrfpC23742g0UHt {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #QxH3N6siGb0qVi3oUmnE5He3BFKn3t74 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #ueuTyQQJyg6Cb8Vs1A2hGksbqGyUksiv {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f1aM9RmcAvbLGxTRf1supB6Ai2G4HTxx {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dyPBiDIcGSivrHThy3n8HgpLONvIRNDN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #a9yvTq5R2UmZua0r1qpNTs4cTxl18MxH {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #RdGtk9e4Oznf5itv4HkJ4TG41SLieSda {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VChSJ0S3TfzfsSemTtByJ6GBfDDCnKLb {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VIN6XTFwBp0UhDK9dD3t07sHT5i8tqJC {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Ozd2EeTws3TGOXETW2uJ7s5ZbwdklSf6 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #KmWMHFTKFeWXuaI0qhfxTL1UIzZRtoPD {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #lukEGFZhUMETLOzvIztW1JfWkvXkCpI7 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Gzf0uGyBe2PrQ7KMFSGQXrE7XFzgSFAB {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #HmH3naxeuzpzm3SE4SGiUZX0pZe5tfGT {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PUMhTJJ5DOh1KK9c5sHM5zC3UhiW4fHs {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WdL3fmS2vTyUA2IHqXRZTT3KSFTyTtSJ {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Qe37u1aubVgdekyH8O7l9JSKXqLQmGDJ {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vKew17bIxsEwqh64kDSxUAmV28Zt6kMP {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dMwU0Z3XJdJUvqbt9fl8Pil15oreVxiw {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #TQpbTmnz8PXeGbKveyaAdRZVsVpMLxCH {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #G4PLu1BoUQB3mS7521CtmPuVOXOJvESN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XPFpbTOxblICom2PpqV9I0DcanpQBRFm {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Vb0Fm1maKsZoGg4lfLOfNGEXnHu1vTyN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #fE2sU4kBSs1TzEyX4SiiadRy496yd6DA {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iIf19ncJCqaDWuntHcrldUt40BuzTFnx {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #uJweXBpSXfyHCeQ87l2CPhogFFw6qrEc {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #o9Fis4TkTqDprtG4TyEhOmXLaAMpBgXn {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #zpw2ZhyqPV2cgFWc6LFhnHVdSCePak8q {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #bTZlT5pAbZm3WBD7kfUDt59eO2CUAVKV {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WcAKAPWH3OloTvgf5NEmr9vwBI4TLUky {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vJt92OLqlEschqoVn3Br08t6Q8E7NkkW {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OvdWuDST5xE4GCginsgnA6R5IcHMxGEc {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f58EsloEipKIrtQsHc7r4OV9kW2T7uWR {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PEhJo36HShngwmWSEqUHvmHPfZli2DDM {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #kX7S03O3zZ0MiQMuv01K01zqcI60IVRN {  }
 }@media only screen and (max-width: 763px) { #EIo0NRhiMXJJhGrTzd3aEk5iTnNzQecc { width:32.75rem;height:49.875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { display:block; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { top:2.6875rem;left:0rem;width:47.75rem;height:1.79948125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VZFx5k7BdwhXUbQqLVq8wK22hEZv85 { width:19rem;height:19rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiG1RpmoHK1Tl0AKJwH58vs7A7BQ2Tds { top:8.25rem;left:0rem;width:47.75rem;height:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n { display:block; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6GKiUM3XzBbalr22Tg1JVogROCkLDVS { width:10.125rem;height:2.7328858684648rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsgEOHVBLhV5mq0p8hEzSTOFQMIfeKkf { width:8.5rem;height:2.6679237019031rem;top:4.8125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRFcExIvhsGJnTf62VlOyggrUqMNhK8q { width:8.4375rem;height:1.25rem;top:5.4375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC4aOGBskt4QcrIrmWyco791iQK76vt7 { width:5.75rem;height:1.04948125rem;top:1.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODZvDVa3g7BGtDflnmA4UEyTfFywEz6 { width:12.8125rem;height:2.09895625rem;top:1.5rem;left:34.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti5JSoGmNVUq6lImSzlfP8iLFTHdKDM6 { width:5.6875rem;height:2.09895625rem;top:1.4375rem;left:20.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4922f3a0-a60f-4f5a-b46b-ad589bf1bee4/2022_03_10_MapaAgentow_gradient.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.adaptive-delivery-prevent-bg, #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.lazyload, #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.lazyloading { background-image: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { background-color: transparent; background-image: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .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); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { border-width: 0; border-radius: 0; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up1btQO3EaPwOe0tsCP17VreLFBIknOl { width:5.75rem;height:1.05025rem;top:3.5rem;left:42rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uPBvPyKJDxC4T31yVRurQAwPXe5FBtiG { width:9.375rem;height:1.05025rem;top:3.5rem;left:32.75rem;font-size:0.875rem;color:#4a3793;display:block; }
 }@media only screen and (max-width: 763px) { #WutiJNqRBof9mZKfy0kEkORwKMXMD6zf { width:2.25rem;height:2.25rem;top:2.5rem;left:0rem;color:#5d92ff;display:block; }
#WutiJNqRBof9mZKfy0kEkORwKMXMD6zf > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 { width:2.375rem;height:2.375rem;top:2.4375rem;left:0rem;color:#5d92ff;display:block; }
#wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { display:block; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { background-color: transparent; background-image: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row > .video-iframe-container { display: none; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .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); }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz { border-width: 0; border-radius: 0; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container { width:20rem;height:3.4375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4922f3a0-a60f-4f5a-b46b-ad589bf1bee4/2022_03_10_MapaAgentow_gradient.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container.adaptive-delivery-prevent-bg, #a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container.lazyload, #a3MgQTpcSie7IBbwtOtBXgT1LNMNT1Wz > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ElE7TOEr762J4TaUKb8Ck0k21nF7Cys8 { width:5.499825rem;height:1.3742875rem;top:1.005859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HqayLoDgXC2Rv9CuTUO9l7FOiiHezqtC { width:4.9375rem;height:1.5625rem;top:0.9375rem;left:6.7174482345581rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #QwSS5DR1DPBzoJCNioERSfwCSVXgI7du { width:4.74964375rem;height:0;top:0.41281959414482rem;left:13.774857878685rem;font-size:0.75rem;line-height:1.4;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #eoHdhaCdLSTnoaCXVbW8Ag2a2Elm2sP1 { width:6.375rem;height:0.8125rem;top:1.28515625rem;left:12.5625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM { background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/a8c4f84c-22d3-417e-9a97-9c5952686fea/LPSOCIALMEDIA6.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.adaptive-delivery-prevent-bg, #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.lazyload, #XzJFAwS0HA3duo8SHuZVM2gifis5W3mM.lazyloading { background-image: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { background-color: transparent; background-image: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container > .video-iframe-container { display: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row > .video-iframe-container { display: none; }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .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); }#XzJFAwS0HA3duo8SHuZVM2gifis5W3mM > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpduPhHxLvkqdTbkCH2St1uELvKGdgvh { width:20rem;height:1.9934875rem;top:13.9375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDxSHRbhTtneGOfJmOb4VTmpTeBau9s3 { width:16.25rem;height:2.8496125rem;top:15.9375rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aBqHTEwi837D0hZqakwJ4y5zCduE8qQQ { width:13.3125rem;height:3.6875rem;top:42.8125rem;left:5.75rem;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-number { padding-top:0.23125rem;padding-right:0.218125rem;padding-bottom:0.23125rem;padding-left:0.218125rem;width:1.310625rem;min-width:1.310625rem;height:1.2425rem;font-size:0.925625rem;line-height:19.88px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.145rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.746875rem;height:0.490625rem;font-size:0.346875rem;line-height:7.85px;top:-14%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qRGLTSne5seigPeJGAgWcoOxTnFdHJHA { display:flex;width:11.5625rem;height:2.25rem;top:43.5625rem;left:6.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #Qc9qtdLKX5qsB2lkH7I3X8XxNADMIQwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #D53LT5P9GIyzaA6yLus1M7SfSJuxiLN7 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #EBQBZkvToTXz1bLFNULgrLt1U2L7Lqsl {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #tTdnQwluDsa2WXBtpQhzykNqWToPUIT5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pC3Hmxts98SB1DFH61b5WllsBsLnM7A4 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #p47UgvikZWQCdEpDkIOpX92OmOhw45x3 {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #cPJk5HwOwMlFaI6bbrzWnflL6hvRGsDp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #iQ7HTmVhWbsWkvJwNWP3lV9B6CcXsBOU {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #NnnGTi51WO7n7vKHIvNgrJe11T9t9CtS {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #r2qLIEqR3GyrGdaUW54TRZyVToGMac3r { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #I3KJyCBAMn7ccKLTkrJ92EHRpOz0FFum {  }
 }@media only screen and (max-width: 763px) { #qRGLTSne5seigPeJGAgWcoOxTnFdHJHA #pQezUfyTam4HMJSFPH8HpNW3hVFVWQQ1 {  }
 }@media only screen and (max-width: 763px) { #WMV5K4bEyx5w8O9CbRUHBk31e58lfk0W { width:0.125rem;height:13.125rem;top:13.3125rem;left:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwPFQFU7Sfr9Ig8bhq7azPTs7JllRqHs { width:8.812125rem;height:1.7246125rem;top:22.5rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdLxbNTz3q1wFLMpKOgyfG5haBocl5ea { display:flex;width:1.6867875rem;height:1.6867875rem;top:22.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #HtHTv1oFsBkX1BbyU4iGCJJ4ivCHdtWr { width:4.875rem;height:1.5rem;top:24.875rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8pt6TMqGZPRIqB37Cl0NnbEQLZnbRM { display:flex;width:1.62464375rem;height:1.62464375rem;top:24.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #FCIXVpd3FT3uvoM1v3QMSP0ARWKysDsF { width:17.5rem;height:3.4375rem;top:39.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-tertiary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-tertiary-2),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pOGHTbeJuDr35V56aQPbASiU5OWHJZkR { display:block; }
 }@media only screen and (max-width: 763px) { #FaXPRRke4fVbVwUf9ysQUh9VdBxSzTQu { width:18.75rem;height:4.375rem;top:30.8125rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hwiIvSkUd4dkTyKW6RoXf3Gydtu581dB { width:6.0625rem;height:3.23730625rem;top:31.5625rem;left:1rem;font-size:2.3125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QFR1JXntTFJoXTyEbzFTy3VLLJtazGb1 { width:4.249825rem;height:1.19921875rem;top:32.9375rem;left:7.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M6oqV8ViiJkP5KGI9CzcculmHFp9Uw0P { width:5.4367875rem;height:2.19921875rem;top:32.375rem;left:11.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UxKL9c70PphKA4hPLeOfKukVQAEbiGuA { width:11.75rem;height:7.375rem;top:24.25rem;left:8rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zi4rqCiVBM72cqXNMRdWD4ZiIIva2EzV { width:8.8125rem;height:1.79948125rem;top:28.5rem;left:9.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ntd28oZNpxMuTqnvUb1FCQeAqTmrLZSp { width:6.3736875rem;height:2.25rem;top:24.875rem;left:9.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oMEgTrT6PfQxndqlkg8olhreJEGnEzIV { width:7.5rem;height:1.01171875rem;top:27.5rem;left:9.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zMMFZ0bI5qN2Tbo2RcoatodSJXkmNw3e { width:9.9375rem;height:2.25rem;top:19.5rem;left:1.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN2zw9wNOFiVp5UxP3zQyE3W2mwgziO7 { width:7.6873125rem;height:2.0625rem;top:19.625rem;left:3.1875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fb7woZnTKOGHecRlThg5mwUVhuT7Bfna { width:20rem;height:14.252873563218rem;top:47.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RuVl8FPnRHoWSXNxEoKTIkoE6TOXyt9o { width:11.375rem;height:11.375rem;top:0rem;left:4.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L { display:block; }#VfNRu4NwZSba1UHyKVQbkQ62489U7Z0L > .row .container { width:20rem;height:157.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8bIpVPDshcdJxOrW2Pk59hUKDJNspd5 { width:20rem;height:2.7747375rem;top:1.8112068176269rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbMe5O3mwf6I4lQ4gvsTOXLhVqplsb18 { width:17.5rem;height:2.3984375rem;top:8.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ftnJGSu7fTVNLzmSGITchfvnxRZ6fAdE { width:20rem;height:23.875rem;top:6.3125004768369rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNtbkIT05BxJMRE2NeVmyp8KDrTy9C9C { width:20rem;height:35.875rem;top:21.791667938233rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU53wn9w7LQeDcrsxDWB1O4LrllL8mw0 { width:20rem;height:6.3736875rem;top:12.278649330139rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OXUIbZNmbzPCHQSssTMHvvTqC0m4z25T { width:20rem;height:2.3984375rem;top:64.3671913147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeUDSaG8kNTothAGCc9kC3QbhyF8qmBn { width:20rem;height:6.3736875rem;top:68.1367225647rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EqDER9OOZVmQkTplccitupqNL16JBOH7 { width:20rem;height:25.25rem;top:45.821617126465rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAQlTZOQIvRhpiPuyzyGP4Jl15kQ3dL { width:20rem;height:22.4375rem;top:62.345054626465rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKPJ8mmhVAwu65lPkTLFP5rUoLEU8wh { width:17.8125rem;height:2.3984375rem;top:47.781252861023rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axsyNWG37zgoX1iIe4PoeC7NTKZH89Iw { width:20rem;height:7.6484375rem;top:51.631513595581rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAg9GzOwkxhqTKsyaTMy8wcPdLXTD3Ir { width:16.3125rem;height:2.3984375rem;top:80.309896469119rem;left:1.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdlf35VE1tmf4oTqEDl8EbmDO0re72 { width:20rem;height:6.3736875rem;top:84.782552719119rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G0Uu9nutQxk1U9cRZnPdAaLqbaFRdkWN { width:20rem;height:31.4375rem;top:78.5390625rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfHsU8KXkiC245o7gEJDMDiXnBxE9GE2 { width:20rem;height:26.4375rem;top:95.208340644838rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGeWaWZmbm6SUz9TdFmImXZ3H9IOmhix { width:11.4375rem;height:2.3984375rem;top:22.850261688233rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzVW5zumL3ycWXy8Ve8nkng0VKq3tCqN { width:20rem;height:10.1979375rem;top:26.578127861023rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WX32rXDzNXJRk4qSlP8nSK9Omb1ewr1v { width:14.8125rem;height:2.1875rem;top:41.686198234558rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFz8FSioRGtUGUGN1GiMm99qCQvRFV8 { display:block; }
 }@media only screen and (max-width: 763px) { #dnf9P7doWhal7TvhfrTMMKLAcHIRbuu5 { width:14.75rem;height:2.25rem;top:38.768229484558rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1m8u0b6LHLQZtNb5C1BGVcIcS0Mf9m2 { display:block; }
 }@media only screen and (max-width: 763px) { #mXVQ6S8mENhxEAHG1q0hcv3hUz57dyQb { width:14.125rem;height:2.3984375rem;top:96.080730438231rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U2J0uKyiauKGvba45urhpbtdxp9bQw5V { width:20rem;height:11.472625rem;top:100.64974021912rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BULvSZDBeKVVKbdtwRsOsleOiZ20kJQw { width:20rem;height:30.125rem;top:114.02083969116rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpmqpUHTHOuKFK2TaRUtdarupQ83N69c { width:20rem;height:20.0625rem;top:134.9999961853rem;left:0rem;z-index:15000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xps9ls7lGSe2pLiUcJXK2dfPfquwoI0i { width:20rem;height:1.19921875rem;top:115.68750762939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyeDd4enKRUMtIUWMuGzHDI8bDZK4lbl { width:20rem;height:14.022125rem;top:118.25000762939rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRHRWEDycFAbN8sbQSQW6AknqhRrvv7C { width:20rem;height:2.3984375rem;top:136.7500038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UuidrbT6QZa2ZFLkHn4t9CNSTSp4F4zM { width:20rem;height:15.296875rem;top:139.8476600647rem;left:0rem;font-size:1.0625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZPgSRibvqT4P6IiD7vfsyQE6vzd77Gh { width:15.8125rem;height:11.25rem;top:36.1875rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWQZwF96bxm33Bv3hikQ5yinzOfOMTtt { width:12.5rem;height:12.5rem;top:4.8125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LhKEdbBOfqTAVeCFF4bqzUaq2DT2n284 { width:12.5rem;height:12.5rem;top:17.0625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMRlG6fOXoGLU6IF8eiqr7mChbKoLpGv { width:12.5rem;height:12.5rem;top:53.9375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d52736e8-1317-4fb2-833d-6265789e8596/Shutterstock_22262440551.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.adaptive-delivery-prevent-bg, #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.lazyload, #aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4.lazyloading { background-image: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { background-color: transparent; background-image: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container > .video-iframe-container { display: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row > .video-iframe-container { display: none; }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .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); }#aJ03nILVgF9e5VSznF2iMtiTo4PvfsT4 > .row .container { width:20rem;height:72.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEqpeCtlVIWED8ovgR7XZhPmtTM9TWm { width:15.7493125rem;height:7.5rem;top:14.061593055725rem;left:2.1244671940804rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHkQ9DGsMZxzTECXTlb82EW8bn3wpLPh { width:19rem;height:14.8125rem;top:10.249465942382rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bsyg5lc9VWN9Xb3RlzqiGzFG6zt9PHIF { width:3.2492875rem;height:0.062144875rem;top:21.498578727246rem;left:8.3744674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmnPbe3mpdHIlJ5X9zU01tkh01iyeTe { width:16.875rem;height:1.5996125rem;top:21.498578727246rem;left:1.5616121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2xlHDOhfNq5rFx0TWw1PaKP85KC56Lh { width:19rem;height:18rem;top:27.498223960399rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT2samRpRkVxW5CXIdbIH5R8Qpo9LeCc { width:15.7493125rem;height:8.3984375rem;top:32.50001591444rem;left:2.1244671940804rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGJN7wFDEfk1nqgdBwrzBTJSZUdDPe5Z { width:3.2492875rem;height:0.062144875rem;top:40.687143325806rem;left:8.3744674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #UohDAx6iy5XVaHanWZG5bcN9C98MIkUr { width:19rem;height:18.4375rem;top:48.373576164246rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUWuw56Cvu2xJopcg31oQuDgvr6X7kfv { width:16.875rem;height:1.5996125rem;top:63.044208526613rem;left:1.5616121888161rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WpXnzMJlhmG9wV5GoKDTagsoIJ5SbbsH { width:15.7493125rem;height:7.796875rem;top:52.296731948853rem;left:2.1244671940804rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UyN7l7zHKFRWKR5sdHRK4m1ZVp1oOb2O { width:3.2492875rem;height:0.062144875rem;top:62.152872085571rem;left:8.3744674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSDZ1Jv2gslQd6nbKsoHTiObA3AtTdie { width:20rem;height:4.875rem;top:1.997522354126rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Oz6eDJoEKNUN058qzWTkOVTdFQ61QEer { width:16.875rem;height:0;top:124.84696689453rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #APHwSKm9aJVTrOUceMTQnGBpa38zea9r { width:4.6875rem;height:1.5996125rem;top:41.432907104493rem;left:7.6562495827675rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEI3GTUXFqcmqKbwwZ8ftawkRqZ1Cx5d { display:flex;width:2.74946875rem;height:2.74946875rem;top:28.945311546326rem;left:8.6248221993444rem; }
 }@media only screen and (max-width: 763px) { #K5QGJ9k3ra1pGyGEcqTQhtWba03VTOVT { display:flex;width:2.43696875rem;height:2.43696875rem;top:10.877130508423rem;left:8.7810721993444rem; }
 }@media only screen and (max-width: 763px) { #GxqWORUdMm7tn0G58lKzDd3uFf03Mauw { display:flex;width:2.687325rem;height:2.687325rem;top:49.664414405822rem;left:8.6558948159219rem; }
 }@media only screen and (max-width: 763px) { #KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F { display:block; }#KyLbJvtbTnaoLOUS8we2lNPwvIHMIv0F > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwpeblmbMa3RQwW6z1WWfLOpxWu8Byur { width:20rem;height:4.79948125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERUwqd3wxTDcHRu2ubVvy1Tt8px2FCt { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR1STxyAK4606gQPCWdV3Z87xMQesn3o { width:20rem;height:42.65625rem;top:25.937490463257rem;left:0rem;font-size:0.8125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #eutNAuTfA0Zg6pNWJAH92ZWGFuKQ9sV8 { width:20rem;height:0.3125rem;top:91.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zrex2iaBBwNwKdx6pnktAdCx6HxOITxC { width:20rem;height:1.94921875rem;top:22.499111652374rem;left:0rem;font-size:1.625rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #vQv9mDiLcNPdxWpdCWiynIyh4JbGwyde { width:10.625rem;height:16.25rem;top:4.9609375rem;left:9.375rem;border-top-left-radius:6.5625rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L { display:flex;width:2.9375rem;height:2.9375rem;top:17.25rem;left:5.625rem; }
#qbyREtBiX3OCJtBhNxHTeRmAkaTfeL5L > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #JLw1RETBL3pNLk7oxeQzheqOTytGOTFu { display:flex;width:3.3125rem;height:3.3125rem;top:12.6875rem;left:5.4375rem; }
#JLw1RETBL3pNLk7oxeQzheqOTytGOTFu > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #fByLZf0TsCoFRXkIpC1bTX0fT1VWHS9p { width:6.9375rem;height:1.25rem;top:21.332032203674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D1XSmDxlfqApV5xezQULGmMlBKKxyET8 { display:flex;width:3rem;height:3rem;top:8.4375rem;left:5.625rem; }
#D1XSmDxlfqApV5xezQULGmMlBKKxyET8 > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }@media only screen and (max-width: 763px) { #b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od { display:block; }#b2IAFcVOoMkcbR4yJhAnDLt4rh8rm4od > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fq9tcwOp12KvFzWMlGqrZ2eMsJkyTm7s { width:20rem;height:6.07421875rem;top:0.9375rem;left:0rem;font-size:1.6875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #vrDm44GPEJ85Zo3ZfZGGDL6KHleQfEpB { width:17.5rem;height:45.09375rem;top:44.177093505859rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEZdTVRK4QdD8SnS3sLwm7hTC1SJie8n { width:18rem;height:32.375rem;top:6.9492192268369rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFlHwnKwR5cRdZ4N13HLp97afXlzUCfk { width:20rem;height:53.6875rem;top:35.500007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDQxoLIvcDoHJZbk75sfCAITvDQIX9Cn { width:18.372375rem;height:4.4362rem;top:89.1875038147rem;left:0.8125rem;font-size:1rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ew2eFwxWrA8OT1LLxilbUvVAL7b2aeLk { display:block; }
 }@media only screen and (max-width: 763px) { #k3fZGSdxK4zVr09nLfJfXXhnBklpqpGA { width:16.312125rem;height:3.5996125rem;top:39.5625rem;left:1.8125rem;font-size:1.5rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/uc/946171d3-a038-4f13-8026-14ea2a429b40/LPSOCIALMEDIA2.crop_3871x3456_3041,0.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G.adaptive-delivery-prevent-bg, #VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G.lazyload, #VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G.lazyloading { background-image: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container { background-color: transparent; background-image: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container > .video-iframe-container { display: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row > .video-iframe-container { display: none; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .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); }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container { border-width: 0; border-radius: 0; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VcHXqZazh7D57Ige8i9ZS8da9GfXFi4G > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yphBHJo5TuXpQnodPTo2DlTOpehXzfUO { width:18.25rem;height:5.1181625rem;top:30.6875rem;left:0.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiMU8MLLZCRW9A38xDFiNCQw3uAxu9Jl { width:16.4375rem;height:15.25rem;top:8.75rem;left:1.8125rem;border-top-left-radius:12.125rem;border-top-right-radius:2.375rem;border-bottom-left-radius:5rem;border-bottom-right-radius:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEf0Tc21MaLvaXG14foTdfULyRpPJPx { width:20rem;height:0;top:147.23721313476rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ufPTXI3Fk3Xz6irHRwwVNQQTT0pOtbEr { width:12.25rem;height:2.5rem;top:137.18977409668rem;left:7.3206691741944rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNC2dNkRLVZVrOTH6FBFUeTfdlkkXLOZ { width:10.9375rem;height:0;top:31.125rem;left:7.9375rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FPKm9qmuV7VcqJJdzbuudhCuzm5Bhdty { width:11.625rem;height:2.5rem;top:28.708334624767rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvudQHs3OWHv8vB3UVvqTX0hWc1L1yR1 { width:7.6873125rem;height:0;top:47.125rem;left:11.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TdbozIpnruTdor4S6m3C96zAVsu8cD8E { display:flex;width:2.1875rem;height:2.1875rem;top:46.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDCQAuQxIobOJRAzlcfQaVyaHWigiv8N { width:10.9375rem;height:2.5rem;top:47.937502563rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdcaxvfSpDI6DhKUQGSotsiINPkL7JUi { display:flex;width:1.9375rem;height:1.9375rem;top:30.875rem;left:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLHS0RzOaShgLzmOcIftwPHmMC6FOqnA { width:7.562125rem;height:0;top:31.125rem;left:12rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ntHb6WgyfvyILRlsar9pCV2KGs6P6g7o { width:0.1873225rem;height:5rem;top:70.967724084856rem;left:19.811789095402rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOtlWCcGX7OPpQVtLNSk9tiAQe2H2gF2 { top:39rem;left:3.3125rem;width:13.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTBt98TWrRloG1o5su7zoeKxF6TmDAlD { display:block; }
 }@media only screen and (max-width: 763px) { #dJeq4kSovAyrAn3cQqH9fDRs3Tfh0R26 { width:7.6236875rem;height:2.5996125rem;top:25.8125rem;left:11.5625rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ah8a0EqIohKRud2AvbVaTeNRQDZxQUas { width:7.6236875rem;height:1.7871125rem;top:24.5625rem;left:11.5625rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qof5pDIpOS2CoITzIldzeElJPvqF3OiR { width:8.4375rem;height:1.0559875rem;top:28.4375rem;left:10.75rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #iuMM0eU47yXMgZc2ceFTyMFmO8UG2pvX { width:0.123698125rem;height:5rem;top:24.625rem;left:11.625rem;z-index:15108;background-color:rgba(var(--color-tertiary-2),1);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) { #kMXNq5icnKMKwTBUTFuJQNiSZcOkwIdI { width:6.6875rem;height:0;top:91.170631408694rem;left:10.857954561711rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15067;display:none; }
 }@media only screen and (max-width: 763px) { #NS6qtfWT9exyONNyeerosmpnDmLE50z0 { width:6.6875rem;height:0;top:91.716087341306rem;left:8.7329545617106rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15068;display:none; }
 }@media only screen and (max-width: 763px) { #QeOi0Iewnw5wzaE7Q9ZIJJX9f9zUTZEh { width:20rem;height:0;top:244.24625767517rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #sq2ORCRKH6r542W2H2GCMIruAFx3gIao { width:8.6875rem;height:2.1979125rem;top:26.0625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;z-index:15116;color:#4a3793;font-family:comfortaa;display:block; }
 }@media only screen and (max-width: 763px) { #xDQvITQnO6t5HlWCTiVTZqocA7zIyOX3 { display:flex;top:25.5625rem;left:0rem;width:3.125rem;height:3.125rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #ATgfwrweXLuEuvd1sLLNyzPcqocLLZBO { width:20rem;height:4.79948125rem;top:2.375rem;left:0rem;font-size:2rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #FivWoRdF0F20Zvtvot5OsT59RTTIi531 { width:20rem;height:28.4375rem;top:22rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #v5rFfiUqAf5mrAMR7RPEB9yuuhdkwFtf { width:13.1875rem;height:3rem;top:44.1875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/da5f5c08-efb0-4981-91e3-7c1bc8e6662d/LPSOCIALMEDIA11.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.adaptive-delivery-prevent-bg, #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.lazyload, #pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3.lazyloading { background-image: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { background-color: transparent; background-image: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container > .video-iframe-container { display: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row > .video-iframe-container { display: none; }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .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); }#pcGWWQ0nSvT3h52HozVRfI9IqCrmhCG3 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUe0SG7X5TCI2yv5FAJEVNvcpJOl17Pi { width:20rem;height:4.94921875rem;top:1.3121433258057rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsFAihB6nWBskdrtio1rPe6hMDqJhPLv { width:20rem;height:5.99609375rem;top:9.6250076293944rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KURQPddNGSFXaLkMeopN8Pvo04rRqZea { width:20rem;height:15.75rem;top:18.421875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdbbiKW6BraO7FzBAdsQFPstG6u3vmv { width:9.6875rem;height:1.5rem;top:35.989625334739rem;left:10.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #EtNpOSTKIK2UGaFAhEmkCTSgoykZ38tP { width:20rem;height:3.375rem;top:38.488283813rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnUpgoEaQBJwxdKy1v2OEP3kNybaHd74 { width:9.6875rem;height:1.5rem;top:43.804690063rem;left:10.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi { display:block; }#DPv7yRuBdNuXP1kSRkdXwKykIu4MM1zi > .row .container { width:20rem;height:120.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqqJVUwicXf8OlTBVPxJKXs7pBkOz7pg { width:20rem;height:4.79948125rem;top:1.31214427948rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-heading-text { color:rgba(var(--color-secondary-3),1); }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 .accordion-desc-text { color:rgba(var(--color-secondary-3),1); }
#oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 { display:flex;height:auto;width:20rem;top:36.058595657349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WoNzpndGbdbTNhbD337niBeP7cvAB2Mg {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #idwFxHBkkZps6cTyKxgIrLht4knXDW2p {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #FyNvxhHJ5Dug4kZscAz6wuMWz3B5W676 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Dqfic6VFdTOxEVoBCZH8OOUKXRT5baUX {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Wby7AsBnoyJT5w4oJpJKgAToEUV6X5He {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #sx2JCeThNgR8Qd48A7kLxgCVZvpdUDb2 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iHJTshzskaAut8f2RHSqaeFgZpe7ew98 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #xvstEVm8Vgw0yB1DRmFGXwLo2VuXxhsS {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #eiTuRrhAkvwbGFdboBXV7kHkTAnLu2O4 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OpMK2mGeyl1gFhx2xSzbJv4ESbhvRgLT {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XyQDXCi63u77ec3REFrfpC23742g0UHt {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #QxH3N6siGb0qVi3oUmnE5He3BFKn3t74 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #ueuTyQQJyg6Cb8Vs1A2hGksbqGyUksiv {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f1aM9RmcAvbLGxTRf1supB6Ai2G4HTxx {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dyPBiDIcGSivrHThy3n8HgpLONvIRNDN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #a9yvTq5R2UmZua0r1qpNTs4cTxl18MxH {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #RdGtk9e4Oznf5itv4HkJ4TG41SLieSda {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VChSJ0S3TfzfsSemTtByJ6GBfDDCnKLb {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #VIN6XTFwBp0UhDK9dD3t07sHT5i8tqJC {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Ozd2EeTws3TGOXETW2uJ7s5ZbwdklSf6 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #KmWMHFTKFeWXuaI0qhfxTL1UIzZRtoPD {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #lukEGFZhUMETLOzvIztW1JfWkvXkCpI7 {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Gzf0uGyBe2PrQ7KMFSGQXrE7XFzgSFAB {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #HmH3naxeuzpzm3SE4SGiUZX0pZe5tfGT {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PUMhTJJ5DOh1KK9c5sHM5zC3UhiW4fHs {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WdL3fmS2vTyUA2IHqXRZTT3KSFTyTtSJ {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Qe37u1aubVgdekyH8O7l9JSKXqLQmGDJ {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vKew17bIxsEwqh64kDSxUAmV28Zt6kMP {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #dMwU0Z3XJdJUvqbt9fl8Pil15oreVxiw {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #TQpbTmnz8PXeGbKveyaAdRZVsVpMLxCH {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #G4PLu1BoUQB3mS7521CtmPuVOXOJvESN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #XPFpbTOxblICom2PpqV9I0DcanpQBRFm {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #Vb0Fm1maKsZoGg4lfLOfNGEXnHu1vTyN {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #fE2sU4kBSs1TzEyX4SiiadRy496yd6DA {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #iIf19ncJCqaDWuntHcrldUt40BuzTFnx {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #uJweXBpSXfyHCeQ87l2CPhogFFw6qrEc {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #o9Fis4TkTqDprtG4TyEhOmXLaAMpBgXn {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #zpw2ZhyqPV2cgFWc6LFhnHVdSCePak8q {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #bTZlT5pAbZm3WBD7kfUDt59eO2CUAVKV {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #WcAKAPWH3OloTvgf5NEmr9vwBI4TLUky {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #vJt92OLqlEschqoVn3Br08t6Q8E7NkkW {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #OvdWuDST5xE4GCginsgnA6R5IcHMxGEc {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #f58EsloEipKIrtQsHc7r4OV9kW2T7uWR {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #PEhJo36HShngwmWSEqUHvmHPfZli2DDM {  }
 }@media only screen and (max-width: 763px) { #oCogNyEcKtKXsO69ncQTDgzTa3TGrgL7 #kX7S03O3zZ0MiQMuv01K01zqcI60IVRN {  }
 }@media only screen and (max-width: 763px) { #EIo0NRhiMXJJhGrTzd3aEk5iTnNzQecc { width:18.125rem;height:28.0625rem;top:7.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 { display:block; }#r7HPUaaMDZatmnBaXIrQD8UJATSbLlT7 > .row .container { width:20rem;height:56rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtEcEsvmaQZ9btfeoOmA3s1JTtep2n22 { width:20rem;height:3.5996125rem;top:1.0617898106575rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2VZFx5k7BdwhXUbQqLVq8wK22hEZv85 { width:13.375rem;height:13.375rem;top:4.6588554382324rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiG1RpmoHK1Tl0AKJwH58vs7A7BQ2Tds { width:20rem;height:35.23828125rem;top:18.136541366577rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n { display:block; }#uTqCHpGDszWq4nW6Nm8RpNlUVBR6tQ7n > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g6GKiUM3XzBbalr22Tg1JVogROCkLDVS { width:10.125rem;height:2.625rem;top:1.8196411132812rem;left:8.8736982941625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsgEOHVBLhV5mq0p8hEzSTOFQMIfeKkf { width:10.4368125rem;height:3.18714375rem;top:10.727981567382rem;left:8.7162643074988rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRFcExIvhsGJnTf62VlOyggrUqMNhK8q { width:8.5rem;height:1.25rem;top:6.8750019073488rem;left:8.7162643074988rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LC4aOGBskt4QcrIrmWyco791iQK76vt7 { width:5.7484rem;height:1.05025rem;top:2.6606903076172rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QODZvDVa3g7BGtDflnmA4UEyTfFywEz6 { width:8.499625rem;height:3.5rem;top:10.569068908691rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ti5JSoGmNVUq6lImSzlfP8iLFTHdKDM6 { width:4.0625rem;height:2.0996125rem;top:6.6106758117675rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 { background-color:#2cbbf2;background-image:url("https://images.assets-landingi.com/uc/4922f3a0-a60f-4f5a-b46b-ad589bf1bee4/2022_03_10_MapaAgentow_gradient.png");background-position:bottom left !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;display:block; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.adaptive-delivery-prevent-bg, #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.lazyload, #TPB92QtWFP9gpgx6mkS24d85Wus2E3F6.lazyloading { background-image: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { background-color: transparent; background-image: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row > .video-iframe-container { display: none; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .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); }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { border-width: 0; border-radius: 0; }#TPB92QtWFP9gpgx6mkS24d85Wus2E3F6 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up1btQO3EaPwOe0tsCP17VreLFBIknOl { width:5.75rem;height:0;top:2.298828125rem;left:9.875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uPBvPyKJDxC4T31yVRurQAwPXe5FBtiG { width:9.375rem;height:1.05025rem;top:3.560546875rem;left:9.875rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#4a3793;display:block; }
 }@media only screen and (max-width: 763px) { #WutiJNqRBof9mZKfy0kEkORwKMXMD6zf { display:flex;width:2.25rem;height:2.25rem;top:2.298828125rem;left:3rem;color:#5d92ff; }
#WutiJNqRBof9mZKfy0kEkORwKMXMD6zf > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 { display:flex;width:2.375rem;height:2.375rem;top:2.1123046875rem;left:0rem;color:#5d92ff; }
#wiJVqF9dtssJlD8QD37TB1xLNAT6aVt6 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }