.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:71,80,244;--color-primary-1:0,17,241;--color-primary-2:45,102,164;--color-primary-3:7,18,165;--color-primary-4:15,16,53;--color-secondary-0:229,244,247;--color-secondary-1:178,221,232;--color-secondary-2:127,199,217;--color-secondary-3:14,154,229;--color-secondary-4:25,40,43;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:#1aec03;background-image:url("https://images.assets-landingi.com/uc/06d57100-212d-49cc-b643-bf9be0196f5c/FB_IMG_1745771624721.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container { background-color: transparent; background-image: none; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container > .video-iframe-container { display: none; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row > .video-iframe-container { display: none; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .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); }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container { border-width: 0; border-radius: 0; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:block; }#Sh8Oyg2An5WbVdqvvKnGXIiu6kS2zdgg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:1.75rem;top:0rem;left:73.24999809265rem;overflow:hidden;display:block; }
#EOqdIhfLoaVnWOMJZ4iP3TozHFGvblBo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:1.875rem;top:0rem;left:70.604162216188rem;overflow:hidden;display:block; }
#fk3fg791X7vDoQ1TdJmoaNkK9R87TC2H { position:absolute;display:block;z-index:15008;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:2.875rem;width:2.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { color:#ef3a3a;display:block;width:39.1875rem;position:absolute;font-family:"bree serif";font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:17.90625rem;height:2.275rem;text-align:center;text-align-last:center;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; }
#slCbASdEaRReIz7KuaOutFgrADKArK7D { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/58491ce0-d66c-4037-a0d3-d57d20572c64/AdobeStock_635249077.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#slCbASdEaRReIz7KuaOutFgrADKArK7D.adaptive-delivery-prevent-bg, #slCbASdEaRReIz7KuaOutFgrADKArK7D.lazyload, #slCbASdEaRReIz7KuaOutFgrADKArK7D.lazyloading { background-image: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { background-color: transparent; background-image: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container > .video-iframe-container { display: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row > .video-iframe-container { display: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .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); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { border-width: 0; border-radius: 0; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;overflow:visible;position:relative;display:block; }#I35FsEln4PIvDq0IXRrrb9eLUE9t6oIw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:25.75rem;top:22.77499961853rem;left:-2.7093753814698rem;overflow:hidden;display:block; }
#JyMvwoBqA2zl93K2O4uGxABQdvT0GqMv { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.8125rem;top:6.1999998092651rem;left:1.7593746185302rem;overflow:hidden;display:block; }
#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container { background-color: transparent; background-image: none; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container > .video-iframe-container { display: none; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row > .video-iframe-container { display: none; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .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); }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container { border-width: 0; border-radius: 0; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#WCrxzT4dNofDNyv4obx9IGOh1rTvGiTz { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#PhDBGALW7FFI7mD82aCa011NqewvON50 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#VzqXAJu6bcxlNvp7ha667zkl9mvNBvhn { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#pInaTmNQdC2QoHMsbKo8y1xKLWlekFqJ { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#NSsLQSw2lbXcxccItQ3XTQlzXZfqRxxC { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:19.872917175293rem;display:block; }
#XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/63a12743-08f1-4cf7-93a6-7ba2d281183e/20250215_133624removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6250019073486rem;left:1.4302091598511rem;display:block; }#XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM.adaptive-delivery-prevent-bg, #XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM.lazyload, #XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM.lazyloading { background-image: none; }
#fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb78f319-d414-4373-bf1e-44d088e21792/20250215_133838removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e.adaptive-delivery-prevent-bg, #fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e.lazyload, #fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e.lazyloading { background-image: none; }
#lvgKrWbERPt28I6IyUTcwdbbEG1aH1T8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#FXI0ncHb8OFDZ4LCffLsq3olFctaN9Ue { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#WygKXNrMa5lJe0OX4IuO8lOfOhLfiCIK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#kVHW9NePtyz18DZl6svXdXD6GKCmDsZT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#hEkiIwI3XyZQ4xpoXQZngiMTagViBLIR { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.817707061767rem;display:block; }
#Aa5fkrh5VNGUJxCmHKKZteHZ0lUDuKzB { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#GGipPdDGiu8SP8VO5ppSabBOTl18JCls { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e95f42c-8614-4209-9ffa-3bd62c3fe51a/20250215_133739removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#GGipPdDGiu8SP8VO5ppSabBOTl18JCls.adaptive-delivery-prevent-bg, #GGipPdDGiu8SP8VO5ppSabBOTl18JCls.lazyload, #GGipPdDGiu8SP8VO5ppSabBOTl18JCls.lazyloading { background-image: none; }
#uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9888f580-c74a-4050-9dc5-76bd36bc0113/20250226_165900removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3.adaptive-delivery-prevent-bg, #uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3.lazyload, #uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3.lazyloading { background-image: none; }
#r503nRT7qTyVsdCJvlBw1aTuBplh0mVo { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#awVfah8S50mKoOlSgzdgJT6aCaABpBxu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#kbtNVk9gUGlgJWblpXinHJMZIbugeMEm { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#S5tEgX304q8u7aObSLxd0KEJWONwT3BG { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#Pg1OzBG1RUXfZPhAXrXCvCCrFvhOrDi2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#t8hTiTVXcBw5fhza9GLIeoizsf6LQo0h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#cGPyPazn568DtrTwRWJEhnA8iZlep65N { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:3.2500009536743rem;left:14.5625rem;display:block; }#cGPyPazn568DtrTwRWJEhnA8iZlep65N.adaptive-delivery-prevent-bg, #cGPyPazn568DtrTwRWJEhnA8iZlep65N.lazyload, #cGPyPazn568DtrTwRWJEhnA8iZlep65N.lazyloading { background-image: none; }
#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container { background-color: transparent; background-image: none; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container > .video-iframe-container { display: none; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row > .video-iframe-container { display: none; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .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); }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container { border-width: 0; border-radius: 0; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#ybDQzoByk01KpMQXvHLJTpuHMfmIcrTv { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#mip2UXsrT6qR9SPVZkBdwabP1nG93IXq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#s7epIA9E1cZOWIiioxUrmPtH0prMwbP2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#hKUTHreoOGs00OKHeWD1T57AuOzTdTsC { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#vNDqfFKTkSWgmFWmDIarMStiogFTB8GH { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:19.867707252502rem;display:block; }
#UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d73c76db-951f-4d9b-9f4a-f396c2610bb5/20250227_155957removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6250019073486rem;left:1.4302091598511rem;display:block; }#UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay.adaptive-delivery-prevent-bg, #UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay.lazyload, #UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay.lazyloading { background-image: none; }
#H92FfvcCJ94UwgsK15gnsdTJBo1HQya3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f483ddd1-ed18-4b9f-9de0-1371ca3e02b3/20250227_155914removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#H92FfvcCJ94UwgsK15gnsdTJBo1HQya3.adaptive-delivery-prevent-bg, #H92FfvcCJ94UwgsK15gnsdTJBo1HQya3.lazyload, #H92FfvcCJ94UwgsK15gnsdTJBo1HQya3.lazyloading { background-image: none; }
#bU3CWZitDATnAo7uncyW1H2gM9wE6g4c { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#Jyco298e68WbJbXW4Ti5XdEExt7UBABO { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#NOZ5i1X4C46DpGV7AstsEA7FaDBc33Fp { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#fCZbQ5URNIVn1m0JooPSvPCQUi8GFIUp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#meETPJ9CwQ0aQDyRnSQD5HU4u3llIxof { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.805206298828rem;display:block; }
#Jf02XB7uN3AhT5647VUZf2TCyCMvn8sq { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#yoG5dGgWoMGacF9rLPuzE3oD358pP609 { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/472d67ed-fc42-494e-a86a-670b0efab99d/20250227_160005removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#yoG5dGgWoMGacF9rLPuzE3oD358pP609.adaptive-delivery-prevent-bg, #yoG5dGgWoMGacF9rLPuzE3oD358pP609.lazyload, #yoG5dGgWoMGacF9rLPuzE3oD358pP609.lazyloading { background-image: none; }
#f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b1a5768-5ab5-49eb-b734-9f15167d8795/20250227_155908removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3.adaptive-delivery-prevent-bg, #f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3.lazyload, #f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3.lazyloading { background-image: none; }
#P5vtNDHAxHShoTuJN0O3yMJs6P4eV34J { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#GZU0CJcq7sv1tAw4rFD4QtphEspRidSG { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#G7D9cwXu5P7rFH9FWgnJ09GsSrgABTPN { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#POTnBAU3qiTe81IWZRSkrq9q9tSTFIuB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#FwUP6XSSAgVJwhS9k8dlUwLvV7EIWx26 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#EF3i2OCQKWEq2vBVfqmIlKZa1m1S6JkX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:1.4302062988281rem;left:14.501041412354rem;display:block; }#Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9.adaptive-delivery-prevent-bg, #Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9.lazyload, #Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9.lazyloading { background-image: none; }
#xnXap41C1QcULdeuN6WTcxw1sHUan9lC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container { background-color: transparent; background-image: none; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container > .video-iframe-container { display: none; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row > .video-iframe-container { display: none; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .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); }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container { border-width: 0; border-radius: 0; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#TgU0SDQVpNXkJ5khVTJrRMa6EJI033X9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#epbmekJFigtzKcxQrs6nnMF6UrfiRu1P { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#ARo2taBbTFxW9L5flUDi23WxZM8ldfKu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#nQzXcmvpsJFBhN5F1d1lwVFXAR54GO8P { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#rLgW5xiFEeapH7fZ5evv0KTWgRvAuSST { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:19.867707252502rem;display:block; }
#xCiivcGWbx80SXogobxo2pghMxXg3NHZ { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a3223274-9684-4b94-b87d-4ced8febf125/20250227_155739removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6250019073486rem;left:1.4302091598511rem;display:block; }#xCiivcGWbx80SXogobxo2pghMxXg3NHZ.adaptive-delivery-prevent-bg, #xCiivcGWbx80SXogobxo2pghMxXg3NHZ.lazyload, #xCiivcGWbx80SXogobxo2pghMxXg3NHZ.lazyloading { background-image: none; }
#QtTFwJobq3JrKSlBBIrG562JZucIVZeE { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ea511f56-b7be-4cb4-85df-f84933095462/20250227_155745removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#QtTFwJobq3JrKSlBBIrG562JZucIVZeE.adaptive-delivery-prevent-bg, #QtTFwJobq3JrKSlBBIrG562JZucIVZeE.lazyload, #QtTFwJobq3JrKSlBBIrG562JZucIVZeE.lazyloading { background-image: none; }
#iMLGfL3f5bNGXy1JmDPmmBm15uq5qHR1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#wCOtIwsNLvXXAwRSli2J6H4zlZfdHzRv { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#JI8tlFaWQD4Li1dNzq2m686PaFbdSlvN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#surN9r8pP01bPFLsarw0Tq7QgsR8E7Hb { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#yaop9ap1po6dMduwoOAcbQaFT884T2Se { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.805206298828rem;display:block; }
#nfSCs2aOnMJhsN4hyl51M4CURb3pBNni { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/da59c45f-d4b4-4115-a42a-21ffbc9de679/20250227_155714removebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv.adaptive-delivery-prevent-bg, #fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv.lazyload, #fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv.lazyloading { background-image: none; }
#HVdocBI3pFWQJx9v6USe4PrsdZInwKgf { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eafd5f1c-9b99-4aea-bde7-213b504b766b/20250227_155731removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#HVdocBI3pFWQJx9v6USe4PrsdZInwKgf.adaptive-delivery-prevent-bg, #HVdocBI3pFWQJx9v6USe4PrsdZInwKgf.lazyload, #HVdocBI3pFWQJx9v6USe4PrsdZInwKgf.lazyloading { background-image: none; }
#P8TnIheU02kh57k0HPmMZRtoE60mEMoq { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#oVdyZpK90D5Nt7J7NVXmcClTBt6E3vP5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#lBHMOmcHRSEmByp5hTKJHBDdtUHvEDo8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#GoOzMUy8cSxrzUD8phSJfTcmTKGpdwTn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#O5N1luszTlnx9EqDHLMGb1m7JkgL2A40 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#QkIwRXywiorpgNB5gKoEElyKZ4o0lvqO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:1.4302043914795rem;left:14.52499961853rem;display:block; }#Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw.adaptive-delivery-prevent-bg, #Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw.lazyload, #Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw.lazyloading { background-image: none; }
#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container { background-color: transparent; background-image: none; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container > .video-iframe-container { display: none; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row > .video-iframe-container { display: none; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .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); }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container { border-width: 0; border-radius: 0; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#QHBp3EAp3hMMh6Cgc8bE0TE178PgkH2p { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#F0XbE3o3XaZOkS25Zpyd6Wu00GRI3USA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#B95tagKP7W3bCIr2C7XaF0Pa0mTRC0sE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#tGehZTfuAloCCuQL2XusxG2XBxL609Sb { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#wyOQILtwFNUwcB9Nb1EQ0nH3VvF1g46Z { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:19.867707252502rem;display:block; }
#sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3ecfe14-b4cd-48c6-aeb6-58ee8a6beb8e/1000018024removebgpreview1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6250019073486rem;left:1.4302091598511rem;display:block; }#sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm.adaptive-delivery-prevent-bg, #sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm.lazyload, #sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm.lazyloading { background-image: none; }
#QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3cc88a6-f753-489f-bef5-f6f2227fa7c6/1000018026removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX.adaptive-delivery-prevent-bg, #QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX.lazyload, #QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX.lazyloading { background-image: none; }
#DTFdQJZpRq5KOkSCAqNJdcIfvlHuRzIS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#zf8udslBmmn2lur0ynWfZ5fsgyChpvyg { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#gRg3sb6DXsJ2OvgTGlqToQcSaJnMJtTh { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#baz7IbXJt0601oHKg23H8HgfsIEviKTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#XGBl4TiUDtZAiovmhFEgtqXadWe1oiBB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.805206298828rem;display:block; }
#N5BTHKRtfLdoQOXGR23N1Ud6vIU51r1W { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/782ef391-7054-4a0f-948e-50c404672f59/1000018025removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp.adaptive-delivery-prevent-bg, #GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp.lazyload, #GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp.lazyloading { background-image: none; }
#u0TS0ChLKoFTV5znhf23wCrKgonatci0 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a172dc01-deeb-4c78-ad8c-9d79470fcfa4/gosiaremovebgpreview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#u0TS0ChLKoFTV5znhf23wCrKgonatci0.adaptive-delivery-prevent-bg, #u0TS0ChLKoFTV5znhf23wCrKgonatci0.lazyload, #u0TS0ChLKoFTV5znhf23wCrKgonatci0.lazyloading { background-image: none; }
#fzsRHHoTh1SdQ8mtMaHU0ZpTl7zL3lG5 { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#tnOEfoBvPkEZU9R3w1Mnk9JizhlZv0It { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#RukiorCuHMHc1K2tT6Sk7bppLmWu57H8 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#lRkMW8ggbPMNQ2CZoA2TtRkEmnMIVtIw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#mDriLzlIhdoqebAF8nKQis33D1wFEAfX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#TNC8lB3oxxAQIkTHa6kzhff7CHGuEMvd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:1.9947910308838rem;left:14.52499961853rem;display:block; }#AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR.adaptive-delivery-prevent-bg, #AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR.lazyload, #AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR.lazyloading { background-image: none; }
#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container { background-color: transparent; background-image: none; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container > .video-iframe-container { display: none; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row > .video-iframe-container { display: none; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .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); }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container { border-width: 0; border-radius: 0; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#DT8boE9dgwXDtgAcEozFJcPH7l3xIMp9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#rmkm0KD9BVVtnIaMpmrZWeEA00uzPno7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#sUtHR0fVFdzI47G6Sku9PMT3b70onLr6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#d0v268lFpBTOpcFPwnK73Pzn9GPfoLEm { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#yVnNaqE0gw2eimgQas0EbQQSycNVBuzR { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:19.867707252502rem;display:block; }
#Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d36bf63b-ae5c-435b-99e0-71c94df4b0f1/1000025717removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.25rem;width:12.5rem;top:5.75rem;left:1.4302082061768rem;display:block; }#Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq.adaptive-delivery-prevent-bg, #Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq.lazyload, #Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq.lazyloading { background-image: none; }
#gEoqLS7TE61go7bqXN4k0U32GG12d4vl { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8a5cfd7-246d-4792-b0b3-372233f88ff8/Nataliaremovebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#gEoqLS7TE61go7bqXN4k0U32GG12d4vl.adaptive-delivery-prevent-bg, #gEoqLS7TE61go7bqXN4k0U32GG12d4vl.lazyload, #gEoqLS7TE61go7bqXN4k0U32GG12d4vl.lazyloading { background-image: none; }
#NkS02dW6S84mAcdS33f0CMHewoifwm9u { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#fCBmac1XEFTrgnlDeUWGM4PWc878NrrQ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#K0w4t3fdeKNnqrkf1hpTLoanycrobDA9 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#PLQBgVSMq4IzpzNKOfXP812dsLCTQd6T { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#nia1ruoHKZoBTz2gdgNtT3fvu7QHTBlL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.805206298828rem;display:block; }
#iqTyAM6L2oIoS1GGfUgFuR1E50SiZdHp { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/124cafbe-fa7d-495a-bf3f-600b200e4cfd/1000025718removebgpreview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP.adaptive-delivery-prevent-bg, #WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP.lazyload, #WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP.lazyloading { background-image: none; }
#Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d38e4258-b6ce-4f63-9e51-4dfc8f59c57b/493446629_10213850164525973_4473717919416243920_nremovebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk.adaptive-delivery-prevent-bg, #Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk.lazyload, #Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk.lazyloading { background-image: none; }
#FFwUTEDWH8pT4kiRGpGcVugmT2lELUc7 { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#i44P6LvHOFLMvLkyuBeLcGH7dcGhFkhD { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#myRecfcDcn3O7DqwK57LDhd0fiQAo2bm { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#d1z33a73TPe3KcOqiqLXA1ausSTc4bry { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#cAnvX9scCwIbpLE3oLoDuXPNyM7CCoGu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#nOWqNEr8PbElqv9hBE90xtZJlz85sTIL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:1.9947910308838rem;left:14.52499961853rem;display:block; }#M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw.adaptive-delivery-prevent-bg, #M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw.lazyload, #M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw.lazyloading { background-image: none; }
#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container { background-color: transparent; background-image: none; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container > .video-iframe-container { display: none; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row > .video-iframe-container { display: none; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .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); }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container { border-width: 0; border-radius: 0; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#iLyqFxg8sylihzfcTf6aV98codW17Nqy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197927474976rem;left:0.001042366027832rem;display:block; }
#AdGiqlyLLA9t8XBv2e2mu37cv1xE8g1A { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:1.4000005722046rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#OtWVEQIWLklhTcD5ktCwROMaaISTelhc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:2.1500005722046rem;display:block; }
#lmxOsibnf68SHHO5CCOKnuLoi1gPSL75 { position:absolute;display:block;z-index:14999;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.2500019073486rem;left:4.7125005722046rem;display:block; }
#TSaFCoFQi7pVHwSXTiFXc0HdCg1xmuvE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:19.867707252502rem;display:block; }
#pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e1e6c3a-bf26-49b1-8cae-d6175ce5fb05/madziaremovebgpreview.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.25rem;width:12.5rem;top:5.75rem;left:1.4302082061768rem;display:block; }#pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8.adaptive-delivery-prevent-bg, #pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8.lazyload, #pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8.lazyloading { background-image: none; }
#S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/368fd9b6-363e-4b9f-b649-0b2b2bbb2339/Screenshot_20250307_at_113050_removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:41.117706298828rem;display:block; }#S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL.adaptive-delivery-prevent-bg, #S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL.lazyload, #S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL.lazyloading { background-image: none; }
#Qyzge9zRBk9mm3ybTHXx2PTXmOvtJmQt { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:24.579167366028rem;display:block; }
#hnfsTtTShMxvNNoHNQ1BLqinQaahxb5o { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:46rem;top:1.4302082061768rem;left:17.563542366028rem;overflow:hidden;display:block; }
#fu5hWUEgqTs6ktMIaCadBDAd55sdpaey { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:22.016667366028rem;display:block; }
#Te8bHtOBOTiwDWS5iioAd5V0pJ0r0Esf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:41.211456298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#Py6h29L50A4EnD0yXd1fPsuQSHsI0M8g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197917938233rem;left:39.805206298828rem;display:block; }
#BPedw3e4dp1bPOKwmC65E1zHrZlscBfV { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3197908401489rem;left:59.890625953674rem;display:block; }
#WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b5c95302-40cf-4119-9d49-7c54f5fde7fa/Screenshot20250307at113050.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.6322917938233rem;left:21.180206298828rem;display:block; }#WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB.adaptive-delivery-prevent-bg, #WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB.lazyload, #WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB.lazyloading { background-image: none; }
#kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/368fd9b6-363e-4b9f-b649-0b2b2bbb2339/Screenshot_20250307_at_113050_removebgpreview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:61.195832252502rem;display:block; }#kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN.adaptive-delivery-prevent-bg, #kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN.lazyload, #kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN.lazyloading { background-image: none; }
#CkWUAUpV19U41K3cm8gsUmRue1NMKtPA { position:absolute;display:block;z-index:15001;background-color:#e30808;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:17.25rem;width:5.6875rem;top:3.25rem;left:44.523957252502rem;display:block; }
#HtmPhuEvgKOQEXvJWFyayuI4MBUB5d3J { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:64.6020822525rem;display:block; }
#dkZyg9V82eIbphiS9QVyAkUvqUvJsMeH { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:41.961457252502rem;display:block; }
#Znw5ZFxX60i98QXQNghafWZmtRzL4e9I { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:10.8125rem;top:21.15625rem;left:62.039582252502rem;display:block; }
#TOnfsbXcqAIcxyhu9d30wyOtXaP52cFr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.599998474121rem;left:21.273956298828rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#d0aLl6f1rh1TUXtXcZUrKAQ3mT3Noakt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:21.60000038147rem;left:61.289582252502rem;height:1.3rem;text-align:center;text-align-last:center;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; }
#ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0 { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd6c3343-deb3-4b29-ba3b-c79a838194fd/1000012424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: none;height:6.125rem;width:6.125rem;top:1.9947910308838rem;left:14.52499961853rem;display:block; }#ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0.adaptive-delivery-prevent-bg, #ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0.lazyload, #ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0.lazyloading { background-image: none; }
#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6ebba3a0-1758-44b5-ae5b-23ef885fe177/468747667_9297915010241885_6613573922902591531_n.jpg");background-position: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; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { border-width: 0; border-radius: 0; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { background-color: transparent; background-image: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { display: none; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .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); }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { border-width: 0; border-radius: 0; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:13.875rem;display:block; }
#UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3125rem;left:9.125rem;display:block; }
#NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { position:absolute;display:block;z-index:15005;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:33.25rem;display:block; }
#rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.875rem;height:1.625rem;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; }
#milG0GuPhRRorna0nSzH8xatRP3dWSKf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.0625rem;left:13.875rem;height:2.7rem;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; }
#JhV7tJzErFgBPy3RCzOXPxhdg0AXiJ4P { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.125rem;top:9.9375rem;left:23.187500953674rem;display:block; }
#U8tdtvetaHcpJdedAILrzuq6raEyUMxN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:22.75rem;display:block; }
#cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:13.875rem;height:8.4rem;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; }
#mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:13.875rem;display:block; }
#qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:40.8125rem;display:block; }
#hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { position:absolute;display:block;z-index:15009;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.6875rem;left:54.25rem;display:block; }
#KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:64.625rem;display:block; }
#QaWmfC942buZCExDlmrdDVsNi0soCRzw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:45.5rem;height:1.625rem;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; }
#hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.0625rem;left:45.625rem;height:2.7rem;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; }
#NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:45.5625rem;height:5.6rem;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; }
#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f5da33c2-623f-4275-a08e-f63fc3088d58/468986377_9309599669073419_4694728466433742424_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:10.4375rem;display:block; }#b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.adaptive-delivery-prevent-bg, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyload, #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3.lazyloading { background-image: none; }
#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1c7361bd-be94-423a-a94b-c1850c75e098/447901929_8165285596838171_4977122892807314247_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:42.125rem;display:block; }#tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.adaptive-delivery-prevent-bg, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyload, #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda.lazyloading { background-image: none; }
#WTwWwWR7XWllM54Q8B362kbpH14oFqxR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:45.5625rem;display:block; }
#mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { position:absolute;display:block;z-index:15005;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.0625rem;width:19.375rem;top:26.6875rem;left:45.5rem;display:block; }
#DnKvSAoaCDhKTXBTEJy6fsPZl2bl1Fhk { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:31.125rem;top:4.3125rem;left:13.875000953674rem;overflow:hidden;display:block; }
#T96uow8ncPHA92JwD3OoyU4qzioutphS { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.9375rem;left:55.267708778381rem;display:block; }
#vWHffHEqBNrk1uMZGXIc6lr8VUyl9QdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { background-color: transparent; background-image: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container > .video-iframe-container { display: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { display: none; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .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); }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { border-width: 0; border-radius: 0; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:19.375rem;top:26.6875rem;left:13.875rem;display:block; }
#WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.3125rem;left:9.125rem;display:block; }
#DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { position:absolute;display:block;z-index:15005;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:33.25rem;display:block; }
#GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:13.875rem;height:1.625rem;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; }
#oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:23.0625rem;left:13.875rem;height:1.35rem;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; }
#o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.9375rem;left:23.1875rem;display:block; }
#ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.625rem;left:22.75rem;display:block; }
#T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:13.875rem;height:5.6rem;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; }
#VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:13.875rem;display:block; }
#qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:15rem;width:15rem;top:4.1875rem;left:40.8125rem;display:block; }
#UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { position:absolute;display:block;z-index:15009;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.6875rem;left:54.25rem;display:block; }
#xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:26.25rem;left:64.625rem;display:block; }
#MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:45.5rem;height:1.625rem;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; }
#lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.2;letter-spacing:0;top:23.0625rem;left:45.625rem;height:2.7rem;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; }
#g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.6875rem;left:45.562498092651rem;height:7rem;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; }
#CgL0qKMevB43UemCbkqF3zeot6EPDIrU { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b96e2f4c-1b84-40e0-91ed-2cf71cf10def/434479422_1064797891279517_3235526991878630298_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:10.4375rem;display:block; }#CgL0qKMevB43UemCbkqF3zeot6EPDIrU.adaptive-delivery-prevent-bg, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyload, #CgL0qKMevB43UemCbkqF3zeot6EPDIrU.lazyloading { background-image: none; }
#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/51eeef47-3299-4d44-a56a-aabc9645230b/436305943_969164344995206_846349298984391641_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:5.625rem;left:42.125rem;display:block; }#mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.adaptive-delivery-prevent-bg, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyload, #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH.lazyloading { background-image: none; }
#NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.25rem;width:5.6875rem;top:3.25rem;left:45.5625rem;display:block; }
#fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { position:absolute;display:block;z-index:15005;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.0625rem;width:19.375rem;top:26.6875rem;left:45.5rem;display:block; }
#cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:31.25rem;top:12.625rem;left:21.066171483377rem;overflow:hidden;display:block; }
#fo6PHzVZJedR3o9594dautmxFCqqFXCR { 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: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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:9.75rem;left:55.187500953674rem;display:block; }
#HLB11f6at7KU8i7HOTDVb9crErJFg9bB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ab80e;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; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container { background-color: transparent; background-image: none; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container > .video-iframe-container { display: none; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row > .video-iframe-container { display: none; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .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); }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container { border-width: 0; border-radius: 0; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#HZHQ8HAFht1MKqauId1DEf4SdpaTfFIG { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.4812498092651rem;left:13.460416793823rem;height:1.95rem;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; }
#PPUsTr7OXxZkt1rEIfMsTSiBtrF8lKdK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:4.125rem;top:0.84376144409181rem;left:65.785413742063rem;overflow:hidden;display:block; }
#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J { position:relative;display:block; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J { background-color: transparent; background-image: none; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row .container > .video-iframe-container { display: none; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row > .video-iframe-container { display: none; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .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); }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J { border-width: 0; border-radius: 0; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .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; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;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; }#OxBpcuBvx9knSpvyG81fJo1QLJInZTzm { 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:19.1875rem;width:24.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gTolL0ydtbtVLsRxEVg9MPGeFGW3Lk8A { 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:15.1875rem;width:20.5rem;top:0rem;left:24.499998092651rem;overflow:hidden;display:block; }
#KhTPXJ9IOtbMchKMxMJh4O39VofGqHEn { 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:14.8125rem;width:20.5rem;top:0rem;left:54.499998092651rem;overflow:hidden;display:block; }
#e8eL6Uosaw29rSSROcy2TJ1ONKEMu2Vz { 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:17rem;width:13.5625rem;top:0rem;left:41.874998092651rem;overflow:hidden;display:block; }
#yHJsgy7OXsMZf6xHTtiNpFJv1WeaULxU { 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:15.3125rem;width:10.625rem;top:19.08749961853rem;left:0rem;overflow:hidden;display:block; }
#A0UPrApQI1FodEdoCM9szgCd6RcpGnW4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:11.6875rem;top:16.33749961853rem;left:10.5625rem;overflow:hidden;display:block; }
#BpCBwGIfu1to02dHmIQiuayvbhyzb1Z4 { 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:19.5625rem;width:26.1875rem;top:14.8125rem;left:22.027630399731rem;overflow:hidden;display:block; }
#iFhTT39CkWzTwSWQKBauh1Nm4syMC5g8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:27.0625rem;top:14.8125rem;left:48.133821122542rem;overflow:hidden;display:block; }
#JygTHztxKEsKqz4419trFxbzL2a0EVDb { 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/87a27512-92c1-42c6-b7b5-84b6bbc82456/552447076_1216746220486745_5729324476326412589_n.jpg");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; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb.adaptive-delivery-prevent-bg, #JygTHztxKEsKqz4419trFxbzL2a0EVDb.lazyload, #JygTHztxKEsKqz4419trFxbzL2a0EVDb.lazyloading { background-image: none; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container { background-color: transparent; background-image: none; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container > .video-iframe-container { display: none; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row > .video-iframe-container { display: none; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .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); }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container { border-width: 0; border-radius: 0; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container { background-color: transparent; background-image: none; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container > .video-iframe-container { display: none; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row > .video-iframe-container { display: none; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .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); }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container { border-width: 0; border-radius: 0; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container { font-size:0.875rem;font-family:arial;height:26.2rem;width:75rem;position:relative;display:block; }#A9cPUyDBzx80XDDa1yqI7Q21FfrIXkWh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.2739591598511rem;left:1.2822914123535rem;display:block; }
#vfUGuVDcw3bDJQJurdRJhR7RPpGNPX4W { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.875rem;top:1.2739591598511rem;left:15.913541793823rem;display:block; }
#O5Pdr3iqf0SOusqINd5o9K5uwqD6kGbe { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.2739591598511rem;left:31.288541793823rem;display:block; }
#Q83NJI9zwDVvKxh4S64359hHUuyyxRIV { color:#d31111;display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.93020915985106rem;left:3.6885414123535rem;height:1.625rem;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; }
#z0ogmGCkPAU61kqqEcxQZEG51nTvadJt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4114589691162rem;left:1.2822914123535rem;height:2.6rem;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; }
#tSOEZpzaSWyhe40nZUPOwkJGvmBaZ64X { color:#d31111;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.93020915985106rem;left:18.501041412354rem;height:1.625rem;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; }
#o5Pcotb9aiaidgQZdB9nvEc8hO4HgZz7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.2989587783812rem;left:15.913541793823rem;height:5.2rem;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; }
#gJE9K2fSbUAO6qxi7BsFTR6XNuOxF1ap { color:rgba(var(--color-primary-3),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.7177085876465rem;left:1.2822914123535rem;height:1.38125rem;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; }
#ePWDf2l0oNzcTtpq1mK7foNmDgRgtuPV { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0302085876465rem;left:15.863542556762rem;height:1.38125rem;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; }
#Tc02iTdPQxTdGMRtxS3ZbwldVPPG6wEg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.2989587783812rem;left:31.288541793823rem;height:3.9rem;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; }
#qfE3CKz5w6TvT8FS1dFozcoPUiRbdps4 { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.7177085876465rem;left:31.288541793823rem;height:1.38125rem;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; }
#BdbtFiHRwTRJEBcuC6naOJdcsDMwVEHh { color:#d31111;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.93020915985106rem;left:33.876043319702rem;height:1.625rem;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; }
#ChJXxsZM7UrODouPOKmstMxRhAdlE5no { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.2739591598511rem;left:47.362501144409rem;display:block; }
#QSZQwwoIKM1W732gqePw3O2lyVLeUrTS { color:#d31111;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.93020915985106rem;left:49.563543319702rem;height:1.625rem;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; }
#U5rJRTZTrevHXTfwVan7P93NQeMmUPk5 { color:rgba(var(--color-primary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.2552089691162rem;left:47.362501144409rem;height:1.38125rem;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; }
#KALTkgQ8zWr92n6oNFyIqkC9xb414qbg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.4114589691162rem;left:47.313543319702rem;height:2.6rem;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; }
#W4CTKUKvZnwysv1NWiu0TIxyy1GVTa5a { color:#e10b0b;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.93020915985106rem;left:62.187498092651rem;height:1.625rem;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; }
#CZrRik4Q1o9lcUzkUGuhQemdf6kXb01M { color:#e30808;display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.2552089691162rem;left:60.624998092651rem;height:1.38125rem;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; }
#qbSi5n9iKNIyCwmCIAIqQ1NTN1aI8tWd { color:#e30808;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.3614587783814rem;left:60.874998092651rem;height:5.2rem;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; }
#WJEkTu893IRmK6q0TbHqBimU5dXRHBsg { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.2239580154419rem;left:39.626042366028rem;display:none; }
#MWNJfyWN9SJZQJEv0krCLf3DG5znGE0x { position:absolute;display:block;z-index:15017;background-color:#e30808;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:1.2739591598511rem;left:60.675001144409rem;display:block; }
#OivbNXWkNl0ta9XeKZdpWN2ZXbWWz8Ma { color:#d31111;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.442708015442rem;left:2.2197914123535rem;height:1.625rem;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; }
#RByn1mDhwPc3a5NPeKwPw4wwv92XE3da { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.130208969116rem;left:0rem;height:2.6rem;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; }
#hC6ynKM5EoMgH0zIRotnkQ6UaAAgErQ1 { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.755208969116rem;left:0rem;height:1.38125rem;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; }
#xcs8glNX4S4qUL1JopfRwmekNbsH6ON6 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.786458015442rem;left:0rem;display:block; }
#TCeafG8QT69RZsMWfTvwb2liOLad0e7h { color:#d31111;display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.442708969116rem;left:18.501041412354rem;height:1.625rem;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; }
#rPWTucpNukJJL91AGS2zBXtl3dX215VT { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.786458969116rem;left:15.882291793823rem;display:block; }
#CT5ENKhUTWWUVxN1UwvtU0FINgFVOQXO { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.755208969116rem;left:15.913541793823rem;height:1.38125rem;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; }
#ufuariNn5JO0eVWzoShV8cpFNOzItpt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.130208969116rem;left:15.913541793823rem;height:5.2rem;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; }
#pwA8No0v9LwUseSTO4fw31RrwdZ61kpc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.786458015442rem;left:31.288543701172rem;display:block; }
#yhDMX4lfQPex0RLTTSzCrqBWH2yOL9tM { color:#d31111;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.442708015442rem;left:33.876041412354rem;height:1.625rem;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; }
#MLVLd99w560HfkfdidlBW1biqputT6m6 { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.755208969116rem;left:31.288543701172rem;height:1.38125rem;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; }
#ztscJ4rPqCJz4NS3Ku6LxGdZmdxcPWog { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.130208969116rem;left:31.288543701172rem;height:3.9rem;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; }
#T86apupk1xrTLUTviaorQNkWtbG8mHo1 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.786458015442rem;left:47.362499237061rem;display:block; }
#OLVpFT7q5aVWLbKHARUNfQQKcp5F9kgk { color:#d31111;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.442708015442rem;left:49.563541412354rem;height:1.625rem;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; }
#BbOcLh1RmCwZVH0eAhqnwy9qzZVVGwlW { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.755208969116rem;left:47.362499237061rem;height:1.38125rem;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; }
#oemgsubO7L48JoRNGOaTnpz7qJNvnDso { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.130208969116rem;left:47.362499237061rem;height:5.2rem;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; }
#Al65kptzUzXvnB930WcdJNBVf52VJ7RL { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:14.786458015442rem;left:60.550003051757rem;display:block; }
#Wm6ytgu4g99T28khVf8Xh5TyGxvGzEHH { color:#d31111;display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.442708015442rem;left:62.1875rem;height:1.625rem;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; }
#hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fc80bfa7-ec4d-4dbc-bcc1-5966e80aad8b/pngtreeayounggirlstandsconfidentlyholdingsoccerballinherhandspngimage_13802274.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0073ed;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:8.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:16.555208206177rem;left:59.71875rem;display:block; }#hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1.adaptive-delivery-prevent-bg, #hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1.lazyload, #hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1.lazyloading { background-image: none; }
#r63i5hdrQO5kcL2CWrQpGre3uu6sIdkl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container { background-color: transparent; background-image: none; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container > .video-iframe-container { display: none; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row > .video-iframe-container { display: none; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .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); }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container { border-width: 0; border-radius: 0; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#HI2CpRx8ehJPKCo7adfkuTViRnTzfgDf { 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:28.375rem;width:37.8125rem;top:1.8119812011719E-5rem;left:0rem;overflow:hidden;display:block; }
#qOhtW9OU2OLzpOJ9IlI7WKXVFJgUIzJN { color:#af26e5;display:block;width:33.875rem;position:absolute;font-family:"russo one";font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:13.680189132691rem;left:40.163543701172rem;height:6rem;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;font-style:normal;display:block; }
#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container { background-color: transparent; background-image: none; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container > .video-iframe-container { display: none; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row > .video-iframe-container { display: none; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .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); }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container { border-width: 0; border-radius: 0; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#JpS1KS8D33TRTecPC0xFdNCJn81kX45x { 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:27.1875rem;width:37.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#Kx1tgBuTJsTJvEf1KXhs2T1zlqEq2A3D { 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:27.1875rem;width:37.4375rem;top:0.90625rem;left:37.5rem;overflow:hidden;display:block; }
#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL { 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/85e6d804-69b4-4ee7-a8cb-751224cdb2b5/439960936_969164014995239_3481576525051275836_n.jpg");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; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.adaptive-delivery-prevent-bg, #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.lazyload, #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.lazyloading { background-image: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { background-color: transparent; background-image: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container > .video-iframe-container { display: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row > .video-iframe-container { display: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .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); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { border-width: 0; border-radius: 0; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:75rem;position:relative;display:block; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e30808;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; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { background-color: transparent; background-image: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container > .video-iframe-container { display: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row > .video-iframe-container { display: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .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); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { border-width: 0; border-radius: 0; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#BJgoFoSeOUQCH7oyqMHfsElOSFT4m20F { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:nowy2;font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:0.6875rem;left:-0.054166793823242rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ega6W5xObuiHxpWvN57aEMQWAhBbMauU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.99);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; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container { background-color: transparent; background-image: none; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container > .video-iframe-container { display: none; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row > .video-iframe-container { display: none; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .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); }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container { border-width: 0; border-radius: 0; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#zZVWcLBtpzdS9lPs3mlUfykTLiXEB0iS { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:3.765625rem;left:20.426042556762rem;overflow:hidden;display:block; }
#OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp { box-sizing:content-box;height:17.125rem;width:17.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:#e30808;background-image:url("https://images.assets-landingi.com/uc/b1be3d50-efde-40c2-9806-fd9636e021ec/soccerplayer.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.86562538146975rem;left:57.175003051757rem;border-top:0.375rem solid rgba(var(--color-tertiary-4),1);border-left:0.375rem solid rgba(var(--color-tertiary-4),1);border-right:0.375rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.375rem solid rgba(var(--color-tertiary-4),1);display:block; }#OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp.adaptive-delivery-prevent-bg, #OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp.lazyload, #OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp.lazyloading { background-image: none; }
#RXkkX19sR8lsRUVCvpkULXRI7NfwuHwm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:1.8125rem;top:13.60312461853rem;left:63.216667175294rem;overflow:hidden;display:block; }
#NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1 { box-sizing:content-box;height:13.5625rem;width:13.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#0c52ac;background-image:url("https://images.assets-landingi.com/uc/1cc3da61-3da5-4be6-a0ec-b205483a910a/dziewczynki2405231024x697.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.7468748092651rem;left:1.09375rem;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);display:block; }#NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1.adaptive-delivery-prevent-bg, #NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1.lazyload, #NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1.lazyloading { background-image: none; }
#RQQsTRVMXoPQtTpGL2et5LmRRf36y8ZD { 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:4.625rem;width:10.125rem;top:1.5906257629394rem;left:2.46875rem;overflow:hidden;display:block; }
#WWWatdHwx8qIw0HMeMvVILMw8lE8tahk { color:#e30808;display:block;width:35.375rem;position:absolute;font-family:nowy2;font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:3.7656373977661rem;left:22.695833206177rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V13oV4rV7rColK0cvNE2IwZ1FeEMENJG { color:#e30808;display:block;width:35.375rem;position:absolute;font-family:nowy2;font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:10.171875rem;left:22.695833206177rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eAvkBOpvThbFKJfaNbyFMAbzIkCADR5o { color:#e30808;display:block;width:35.375rem;position:absolute;font-family:nowy2;font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-0),1);top:15.409374237061rem;left:21.85000038147rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8hFpDTO16i8NeK1ozVTWMHwfVCPRn1R { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:9.2312507629394rem;left:20.519790649414rem;overflow:hidden;display:block; }
#kbEhfqGGgZaoPaHET897AIB1bq66rnEw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.66562461853rem;left:20.582290649414rem;overflow:hidden;display:block; }
#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8577d70d-af9e-4886-aa3b-7cc9512a03a3/inshot_20250517_192451227.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.adaptive-delivery-prevent-bg, #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.lazyload, #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.lazyloading { background-image: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { background-color: transparent; background-image: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,17,7,0.9); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container > .video-iframe-container { display: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,17,7,0.9); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row > .video-iframe-container { display: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .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); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { border-width: 0; border-radius: 0; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { width:75rem;height:34rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#V0MZvT0dBt8aInnAKThMwQ3QFgImT2gC { background-color:rgba(var(--color-secondary-3),0.13);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:signika;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.2125rem;height:2.65rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.423957824707rem;left:38.249998092651rem;display:block; }
#k7rHSl274K8XGpUnlZNQxV2wPUaO4iqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZIGZSFdIzpwMCmemndsDSOMMucLeTNZp { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:nowy14;font-size:9.3125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),1);top:6.4177074432375rem;left:17.5rem;height:13.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6OBMmb3QS2oaJzFWwsQxO1o3Sr1sNBz { color:#0073ed;display:block;width:16.3125rem;position:absolute;font-family:nowy14;font-size:6.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:2.5395812988281rem;left:21.9375rem;height:9.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzR3tmQ9HcKKftfEM3iMWnR6oexHIkq2 { 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:1.8125rem;width:1.8125rem;top:6.4177074432375rem;left:34.88125038147rem;overflow:hidden;display:block; }
#SNXCQq7QvXw79CNCUdTwvVnlGVi76VWo { color:rgba(var(--color-tertiary-0),1);display:block;width:50.375rem;position:absolute;font-family:nowy14;font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.273958206177rem;left:22.749998092651rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5McT2iZiUl4TUaZFKTqetAaN0QdINm4 { color:#f6b825;display:block;width:45.5rem;position:absolute;font-family:nowy14;font-size:3.4375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:22.398958206177rem;left:24.043748855591rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe { 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/15920003-17be-4cfb-b562-a4eba7636be3/511272345_122174745374550896_7929415970238755580_n.jpg");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; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.adaptive-delivery-prevent-bg, #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.lazyload, #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.lazyloading { background-image: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { background-color: transparent; background-image: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container > .video-iframe-container { display: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row > .video-iframe-container { display: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .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); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { border-width: 0; border-radius: 0; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:75rem;position:relative;display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { background-color: transparent; background-image: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { display: none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .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); }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { border-width: 0; border-radius: 0; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#HD3ebbTlItAygQw3TEsNITDT7xNucdmV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.75rem;width:60rem;top:14rem;left:7.5rem;display:block; }
#Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14rem;left:36rem; }
#waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.749999046326rem;left:17.5625rem; }
#L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:19.4375rem;left:10.875rem;height:3rem;text-align:center;text-align-last:center;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; }
#agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:19.4375rem;left:29.125rem;height:4.5rem;text-align:center;text-align-last:center;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; }
#A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:47.3125rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14rem;left:54.343748092651rem; }
#S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:16.75rem;display:block; }
#rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:13rem;left:34.9375rem;display:block; }
#EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:5rem;width:5rem;top:12.9375rem;left:53.1875rem;display:block; }
#O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:32.8125rem;top:15.5rem;left:21.125rem;display:block; }
#khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:26.34375rem;left:11.625rem;height:11.8125rem;text-align:center;text-align-last:center;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; }
#D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:10.8125rem;display:block; }
#VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:29rem;display:block; }
#bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:16.875rem;top:25rem;left:47.25rem;display:block; }
#baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:26.40625rem;left:29.75rem;height:11.8125rem;text-align:center;text-align-last:center;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; }
#ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:25.6875rem;left:48rem;height:13.125rem;text-align:center;text-align-last:center;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; }
#su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { color:rgba(var(--color-tertiary-4),1);display:block;width:58.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:8.125rem;height:4.0625rem;text-align:center;text-align-last:center;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; }
#ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:39.125rem;top:4.75rem;left:28.375rem;overflow:hidden;display:block; }
#yl16iiCXrExsgG2JCsfLMkBczEThiKHb { 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:12.3125rem;width:41.125rem;top:34.84375rem;left:9.9375rem;overflow:hidden;display:block; }
#lTZJXNEkHB4I0zvAwRxZ3JNIpV7o9b1A { position:absolute;display:block;z-index:15015;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.6875rem;width:10.375rem;top:2.3625001907349rem;left:7.5rem;overflow:hidden;display:block; }
#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { background-color: transparent; background-image: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container > .video-iframe-container { display: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container { display: none; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .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); }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { border-width: 0; border-radius: 0; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { font-size:0.875rem;font-family:arial;height:5.325rem;width:75rem;position:relative;display:block; }#ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2.2625007629394rem;left:23.999998092651rem;height:1.225rem;font-style:normal;display:block; }
#VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:2.2625007629394rem;left:10.25rem;height:1.225rem;font-style:normal;display:block; }
#nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:0.5625rem;left:7.9874992370606rem;height:1.05rem;font-style:normal;display:block; }
#BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:2.09375rem;left:7.9874992370606rem; }
#oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:2.2625007629394rem;left:21.375rem; }
#Cda7i9AhB7XuMN07JufID6bIteyzw1mf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:1.9375rem;left:31.312498092651rem; }
#Cda7i9AhB7XuMN07JufID6bIteyzw1mf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ApUZAE3hv6Kx8teXo65AgwMC29P6TnRs { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8.8125rem;top:0.56875038146973rem;left:62.636459350588rem;overflow:hidden;display:block; }
#OhPcSBPMD5LGbkOt9E9w6PxvacUS1tm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.3625011444092rem;left:44.862499237061rem;height:2.6rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf { display:block; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh8Oyg2An5WbVdqvvKnGXIiu6kS2zdgg { width:1.75rem;height:2.3125rem;top:0rem;left:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOqdIhfLoaVnWOMJZ4iP3TozHFGvblBo { width:1.875rem;height:2.5625rem;top:0rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk3fg791X7vDoQ1TdJmoaNkK9R87TC2H { width:2.875rem;height:2.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { top:0rem;left:4.28125rem;width:39.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slCbASdEaRReIz7KuaOutFgrADKArK7D { display:block; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I35FsEln4PIvDq0IXRrrb9eLUE9t6oIw { width:25.75rem;height:10.3125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyMvwoBqA2zl93K2O4uGxABQdvT0GqMv { width:16.8125rem;height:16.625rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm { display:block; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCrxzT4dNofDNyv4obx9IGOh1rTvGiTz { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDBGALW7FFI7mD82aCa011NqewvON50 { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzqXAJu6bcxlNvp7ha667zkl9mvNBvhn { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pInaTmNQdC2QoHMsbKo8y1xKLWlekFqJ { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSsLQSw2lbXcxccItQ3XTQlzXZfqRxxC { top:4.3125rem;left:6.247917175293rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgKrWbERPt28I6IyUTcwdbbEG1aH1T8 { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXI0ncHb8OFDZ4LCffLsq3olFctaN9Ue { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WygKXNrMa5lJe0OX4IuO8lOfOhLfiCIK { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHW9NePtyz18DZl6svXdXD6GKCmDsZT { top:21.5625rem;left:27.586456298828rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkiIwI3XyZQ4xpoXQZngiMTagViBLIR { top:4.3125rem;left:26.192707061767rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5fkrh5VNGUJxCmHKKZteHZ0lUDuKzB { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGipPdDGiu8SP8VO5ppSabBOTl18JCls { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3 { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r503nRT7qTyVsdCJvlBw1aTuBplh0mVo { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVfah8S50mKoOlSgzdgJT6aCaABpBxu { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtNVk9gUGlgJWblpXinHJMZIbugeMEm { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tEgX304q8u7aObSLxd0KEJWONwT3BG { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1OzBG1RUXfZPhAXrXCvCCrFvhOrDi2 { top:21.5625rem;left:7.6489562988281rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hTiTVXcBw5fhza9GLIeoizsf6LQo0h { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGPyPazn568DtrTwRWJEhnA8iZlep65N { top:3.25rem;left:0.9375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R { display:block; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybDQzoByk01KpMQXvHLJTpuHMfmIcrTv { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mip2UXsrT6qR9SPVZkBdwabP1nG93IXq { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7epIA9E1cZOWIiioxUrmPtH0prMwbP2 { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKUTHreoOGs00OKHeWD1T57AuOzTdTsC { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDqfFKTkSWgmFWmDIarMStiogFTB8GH { top:4.3125rem;left:6.2427072525024rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H92FfvcCJ94UwgsK15gnsdTJBo1HQya3 { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU3CWZitDATnAo7uncyW1H2gM9wE6g4c { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyco298e68WbJbXW4Ti5XdEExt7UBABO { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOZ5i1X4C46DpGV7AstsEA7FaDBc33Fp { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCZbQ5URNIVn1m0JooPSvPCQUi8GFIUp { top:21.5625rem;left:27.586456298828rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meETPJ9CwQ0aQDyRnSQD5HU4u3llIxof { top:4.3125rem;left:26.180206298828rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf02XB7uN3AhT5647VUZf2TCyCMvn8sq { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoG5dGgWoMGacF9rLPuzE3oD358pP609 { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3 { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vtNDHAxHShoTuJN0O3yMJs6P4eV34J { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZU0CJcq7sv1tAw4rFD4QtphEspRidSG { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7D9cwXu5P7rFH9FWgnJ09GsSrgABTPN { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTnBAU3qiTe81IWZRSkrq9q9tSTFIuB { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwUP6XSSAgVJwhS9k8dlUwLvV7EIWx26 { top:21.5625rem;left:7.6489562988281rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3i2OCQKWEq2vBVfqmIlKZa1m1S6JkX { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9 { top:1.375rem;left:0.8760414123535rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnXap41C1QcULdeuN6WTcxw1sHUan9lC { display:block; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgU0SDQVpNXkJ5khVTJrRMa6EJI033X9 { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #epbmekJFigtzKcxQrs6nnMF6UrfiRu1P { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARo2taBbTFxW9L5flUDi23WxZM8ldfKu { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzXcmvpsJFBhN5F1d1lwVFXAR54GO8P { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgW5xiFEeapH7fZ5evv0KTWgRvAuSST { top:4.3125rem;left:6.2427072525024rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiivcGWbx80SXogobxo2pghMxXg3NHZ { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTFwJobq3JrKSlBBIrG562JZucIVZeE { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLGfL3f5bNGXy1JmDPmmBm15uq5qHR1 { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOtIwsNLvXXAwRSli2J6H4zlZfdHzRv { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI8tlFaWQD4Li1dNzq2m686PaFbdSlvN { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #surN9r8pP01bPFLsarw0Tq7QgsR8E7Hb { top:21.5625rem;left:27.586456298828rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaop9ap1po6dMduwoOAcbQaFT884T2Se { top:4.3125rem;left:26.180206298828rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSCs2aOnMJhsN4hyl51M4CURb3pBNni { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdocBI3pFWQJx9v6USe4PrsdZInwKgf { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8TnIheU02kh57k0HPmMZRtoE60mEMoq { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdyZpK90D5Nt7J7NVXmcClTBt6E3vP5 { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHMOmcHRSEmByp5hTKJHBDdtUHvEDo8 { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOzMUy8cSxrzUD8phSJfTcmTKGpdwTn { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5N1luszTlnx9EqDHLMGb1m7JkgL2A40 { top:21.5625rem;left:7.6489562988281rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkIwRXywiorpgNB5gKoEElyKZ4o0lvqO { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw { top:1.375rem;left:0.89999961853025rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 { display:block; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHBp3EAp3hMMh6Cgc8bE0TE178PgkH2p { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0XbE3o3XaZOkS25Zpyd6Wu00GRI3USA { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B95tagKP7W3bCIr2C7XaF0Pa0mTRC0sE { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGehZTfuAloCCuQL2XusxG2XBxL609Sb { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyOQILtwFNUwcB9Nb1EQ0nH3VvF1g46Z { top:4.3125rem;left:6.2427072525024rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFdQJZpRq5KOkSCAqNJdcIfvlHuRzIS { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8udslBmmn2lur0ynWfZ5fsgyChpvyg { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRg3sb6DXsJ2OvgTGlqToQcSaJnMJtTh { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baz7IbXJt0601oHKg23H8HgfsIEviKTf { top:21.5625rem;left:27.586456298828rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBl4TiUDtZAiovmhFEgtqXadWe1oiBB { top:4.3125rem;left:26.180206298828rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BTHKRtfLdoQOXGR23N1Ud6vIU51r1W { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TS0ChLKoFTV5znhf23wCrKgonatci0 { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsRHHoTh1SdQ8mtMaHU0ZpTl7zL3lG5 { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOEfoBvPkEZU9R3w1Mnk9JizhlZv0It { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RukiorCuHMHc1K2tT6Sk7bppLmWu57H8 { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkMW8ggbPMNQ2CZoA2TtRkEmnMIVtIw { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDriLzlIhdoqebAF8nKQis33D1wFEAfX { top:21.5625rem;left:7.6489582061769rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNC8lB3oxxAQIkTHa6kzhff7CHGuEMvd { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR { top:1.9375rem;left:0.89999961853025rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p { display:block; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT8boE9dgwXDtgAcEozFJcPH7l3xIMp9 { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmkm0KD9BVVtnIaMpmrZWeEA00uzPno7 { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtHR0fVFdzI47G6Sku9PMT3b70onLr6 { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0v268lFpBTOpcFPwnK73Pzn9GPfoLEm { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVnNaqE0gw2eimgQas0EbQQSycNVBuzR { top:4.3125rem;left:6.2427072525024rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq { top:5.75rem;left:0rem;width:12.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoqLS7TE61go7bqXN4k0U32GG12d4vl { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS02dW6S84mAcdS33f0CMHewoifwm9u { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCBmac1XEFTrgnlDeUWGM4PWc878NrrQ { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0w4t3fdeKNnqrkf1hpTLoanycrobDA9 { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLQBgVSMq4IzpzNKOfXP812dsLCTQd6T { top:21.5625rem;left:27.586458206177rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nia1ruoHKZoBTz2gdgNtT3fvu7QHTBlL { top:4.3125rem;left:26.180206298828rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTyAM6L2oIoS1GGfUgFuR1E50SiZdHp { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwUTEDWH8pT4kiRGpGcVugmT2lELUc7 { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44P6LvHOFLMvLkyuBeLcGH7dcGhFkhD { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRecfcDcn3O7DqwK57LDhd0fiQAo2bm { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1z33a73TPe3KcOqiqLXA1ausSTc4bry { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnvX9scCwIbpLE3oLoDuXPNyM7CCoGu { top:21.5625rem;left:7.6489582061769rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOWqNEr8PbElqv9hBE90xtZJlz85sTIL { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw { top:1.9375rem;left:0.89999961853025rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS { display:block; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLyqFxg8sylihzfcTf6aV98codW17Nqy { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGiqlyLLA9t8XBv2e2mu37cv1xE8g1A { top:21.5625rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWVEQIWLklhTcD5ktCwROMaaISTelhc { top:21.125rem;left:0rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxOsibnf68SHHO5CCOKnuLoi1gPSL75 { top:3.25rem;left:0rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaFCoFQi7pVHwSXTiFXc0HdCg1xmuvE { top:4.3125rem;left:6.2427072525024rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8 { top:5.75rem;left:0rem;width:12.5rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL { top:5.625rem;left:27.492706298828rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyzge9zRBk9mm3ybTHXx2PTXmOvtJmQt { top:3.25rem;left:10.954167366028rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfsTtTShMxvNNoHNQ1BLqinQaahxb5o { top:1.375rem;left:1.75rem;width:46rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5hWUEgqTs6ktMIaCadBDAd55sdpaey { top:21.125rem;left:8.3916673660281rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8bHtOBOTiwDWS5iioAd5V0pJ0r0Esf { top:21.5625rem;left:27.586458206177rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py6h29L50A4EnD0yXd1fPsuQSHsI0M8g { top:4.3125rem;left:26.180206298828rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPedw3e4dp1bPOKwmC65E1zHrZlscBfV { top:4.3125rem;left:32.625rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB { top:5.625rem;left:7.5552062988281rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN { top:5.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWUAUpV19U41K3cm8gsUmRue1NMKtPA { top:3.25rem;left:30.898957252502rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmPhuEvgKOQEXvJWFyayuI4MBUB5d3J { top:3.25rem;left:42.0625rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZyg9V82eIbphiS9QVyAkUvqUvJsMeH { top:21.125rem;left:28.336457252502rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znw5ZFxX60i98QXQNghafWZmtRzL4e9I { top:21.125rem;left:36.9375rem;width:10.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnfsbXcqAIcxyhu9d30wyOtXaP52cFr { top:21.5625rem;left:7.6489582061769rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0aLl6f1rh1TUXtXcZUrKAQ3mT3Noakt { top:21.5625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0 { top:1.9375rem;left:0.89999961853025rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { top:26.6875rem;left:0.25rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { top:26.25rem;left:19.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { top:21.4375rem;left:0.25000095367432rem;width:18.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { top:23.0625rem;left:0.25000095367432rem;width:14.625rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhV7tJzErFgBPy3RCzOXPxhdg0AXiJ4P { top:9.9375rem;left:9.5625009536744rem;width:2.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tdtvetaHcpJdedAILrzuq6raEyUMxN { top:13.625rem;left:9.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { top:27.6875rem;left:0.25rem;width:20.5625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { top:3.25rem;left:0.25rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { top:4.1875rem;left:27.1875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { top:13.6875rem;left:40.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { top:26.25rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { top:21.4375rem;left:28.9375rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { top:23.0625rem;left:32.000000953674rem;width:14rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { top:27.6875rem;left:27.4375rem;width:20.3125rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { top:5.625rem;left:28.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwWwWR7XWllM54Q8B362kbpH14oFqxR { top:3.25rem;left:31.9375rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { top:26.6875rem;left:28.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKvSAoaCDhKTXBTEJy6fsPZl2bl1Fhk { top:4.3125rem;left:0.25000095367432rem;width:31.125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96uow8ncPHA92JwD3OoyU4qzioutphS { width:14.5rem;height:2.5625rem;top:9.9375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWHffHEqBNrk1uMZGXIc6lr8VUyl9QdD { display:block; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { top:26.6875rem;left:0.25rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { top:4.3125rem;left:0rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { top:26.25rem;left:19.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { top:21.4375rem;left:0.25000095367432rem;width:20.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { top:23.0625rem;left:0.25000095367432rem;width:14.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { top:9.9375rem;left:9.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { top:13.625rem;left:9.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { top:27.6875rem;left:0.25000095367432rem;width:20.5625rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { top:3.25rem;left:0.25rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { top:4.1875rem;left:27.1875rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { top:13.6875rem;left:40.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { top:26.25rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { top:21.4375rem;left:29.5625rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { top:23.0625rem;left:32.000000953674rem;width:14rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { top:27.6875rem;left:26.5625rem;width:21.1875rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL0qKMevB43UemCbkqF3zeot6EPDIrU { top:5.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { top:5.625rem;left:28.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { top:3.25rem;left:31.9375rem;width:5.6875rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { top:26.6875rem;left:28.375rem;width:19.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { top:12.625rem;left:7.4411714833769rem;width:31.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo6PHzVZJedR3o9594dautmxFCqqFXCR { width:14.5rem;height:2.5625rem;top:9.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLB11f6at7KU8i7HOTDVb9crErJFg9bB { display:block; }
 }@media only screen and (max-width: 763px) { #aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk { display:block; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZHQ8HAFht1MKqauId1DEf4SdpaTfFIG { top:2.4375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPUsTr7OXxZkt1rEIfMsTSiBtrF8lKdK { width:4.125rem;height:5.0625rem;top:0.8125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAQUZP54JmD54414fLJ8fXXrRwIpeG5J { display:block; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxBpcuBvx9knSpvyG81fJo1QLJInZTzm { width:24.625rem;height:19.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTolL0ydtbtVLsRxEVg9MPGeFGW3Lk8A { width:20.5rem;height:15.1875rem;top:0rem;left:10.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTPXJ9IOtbMchKMxMJh4O39VofGqHEn { width:20.5rem;height:14.8125rem;top:0rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eL6Uosaw29rSSROcy2TJ1ONKEMu2Vz { width:13.5625rem;height:17rem;top:0rem;left:28.249998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHJsgy7OXsMZf6xHTtiNpFJv1WeaULxU { width:10.625rem;height:15.3125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0UPrApQI1FodEdoCM9szgCd6RcpGnW4 { width:11.6875rem;height:18.0625rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCBwGIfu1to02dHmIQiuayvbhyzb1Z4 { width:26.1875rem;height:19.5625rem;top:14.8125rem;left:8.4026303997306rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhTT39CkWzTwSWQKBauh1Nm4syMC5g8 { width:27.0625rem;height:19.625rem;top:14.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygTHztxKEsKqz4419trFxbzL2a0EVDb { display:none; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PaatB6eQhm1iASRAZixNkHzP4zATSGKD { display:block; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9cPUyDBzx80XDDa1yqI7Q21FfrIXkWh { top:1.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUGuVDcw3bDJQJurdRJhR7RPpGNPX4W { top:1.25rem;left:2.2885417938233rem;width:0.875rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Pdr3iqf0SOusqINd5o9K5uwqD6kGbe { top:1.25rem;left:17.663541793823rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83NJI9zwDVvKxh4S64359hHUuyyxRIV { top:0.875rem;left:0rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ogmGCkPAU61kqqEcxQZEG51nTvadJt { top:5.375rem;left:0rem;width:9.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSOEZpzaSWyhe40nZUPOwkJGvmBaZ64X { top:0.875rem;left:4.8760414123535rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Pcotb9aiaidgQZdB9nvEc8hO4HgZz7 { top:6.25rem;left:2.2885417938233rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJE9K2fSbUAO6qxi7BsFTR6XNuOxF1ap { top:3.6875rem;left:0rem;width:10.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePWDf2l0oNzcTtpq1mK7foNmDgRgtuPV { top:4rem;left:2.2385425567627rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc02iTdPQxTdGMRtxS3ZbwldVPPG6wEg { top:6.25rem;left:17.663541793823rem;width:14.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfE3CKz5w6TvT8FS1dFozcoPUiRbdps4 { top:3.6875rem;left:17.663543701172rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdbtFiHRwTRJEBcuC6naOJdcsDMwVEHh { top:0.875rem;left:20.251043319702rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJXxsZM7UrODouPOKmstMxRhAdlE5no { top:1.25rem;left:33.737501144409rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZQwwoIKM1W732gqePw3O2lyVLeUrTS { top:0.875rem;left:35.938543319702rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5rJRTZTrevHXTfwVan7P93NQeMmUPk5 { top:3.25rem;left:33.737499237061rem;width:13.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KALTkgQ8zWr92n6oNFyIqkC9xb414qbg { top:5.375rem;left:33.375rem;width:14.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4CTKUKvZnwysv1NWiu0TIxyy1GVTa5a { top:0.875rem;left:42.5625rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrRik4Q1o9lcUzkUGuhQemdf6kXb01M { top:3.25rem;left:33.375rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSi5n9iKNIyCwmCIAIqQ1NTN1aI8tWd { top:5.3125rem;left:33.75rem;width:14rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJEkTu893IRmK6q0TbHqBimU5dXRHBsg { top:1.1875rem;left:26.001042366028rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWNJfyWN9SJZQJEv0krCLf3DG5znGE0x { top:1.25rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OivbNXWkNl0ta9XeKZdpWN2ZXbWWz8Ma { top:14.4375rem;left:0rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByn1mDhwPc3a5NPeKwPw4wwv92XE3da { top:19.125rem;left:0rem;width:11.5rem;height:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC6ynKM5EoMgH0zIRotnkQ6UaAAgErQ1 { top:16.75rem;left:0rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcs8glNX4S4qUL1JopfRwmekNbsH6ON6 { top:14.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCeafG8QT69RZsMWfTvwb2liOLad0e7h { top:14.4375rem;left:4.8760414123535rem;width:5.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWTucpNukJJL91AGS2zBXtl3dX215VT { top:14.75rem;left:2.2572917938233rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5ENKhUTWWUVxN1UwvtU0FINgFVOQXO { top:16.75rem;left:2.2885417938233rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufuariNn5JO0eVWzoShV8cpFNOzItpt7 { top:19.125rem;left:2.2885417938233rem;width:13.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwA8No0v9LwUseSTO4fw31RrwdZ61kpc { top:14.75rem;left:17.663543701172rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDMX4lfQPex0RLTTSzCrqBWH2yOL9tM { top:14.4375rem;left:20.251041412354rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVLd99w560HfkfdidlBW1biqputT6m6 { top:16.75rem;left:17.663543701172rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztscJ4rPqCJz4NS3Ku6LxGdZmdxcPWog { top:19.125rem;left:17.663543701172rem;width:11.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T86apupk1xrTLUTviaorQNkWtbG8mHo1 { top:14.75rem;left:33.737499237061rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLVpFT7q5aVWLbKHARUNfQQKcp5F9kgk { top:14.4375rem;left:35.938541412354rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbOcLh1RmCwZVH0eAhqnwy9qzZVVGwlW { top:16.75rem;left:33.375rem;width:14.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oemgsubO7L48JoRNGOaTnpz7qJNvnDso { top:19.125rem;left:33.737499237061rem;width:11.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al65kptzUzXvnB930WcdJNBVf52VJ7RL { top:14.75rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm6ytgu4g99T28khVf8Xh5TyGxvGzEHH { top:14.4375rem;left:39.6875rem;width:8.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1 { width:14.5rem;height:8.5625rem;top:16.5rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r63i5hdrQO5kcL2CWrQpGre3uu6sIdkl { display:block; }
 }@media only screen and (max-width: 763px) { #XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E { display:block; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI2CpRx8ehJPKCo7adfkuTViRnTzfgDf { width:37.8125rem;height:28.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOhtW9OU2OLzpOJ9IlI7WKXVFJgUIzJN { top:13.625rem;left:13.875rem;width:33.875rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ { display:block; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpS1KS8D33TRTecPC0xFdNCJn81kX45x { width:37.4375rem;height:27.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1tgBuTJsTJvEf1KXhs2T1zlqEq2A3D { width:37.4375rem;height:27.1875rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL { display:block; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIRopNumm5SHFowuKFs9LmXNbIr7afiD { display:block; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJgoFoSeOUQCH7oyqMHfsElOSFT4m20F { width:47.75rem;height:2.8125rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ega6W5xObuiHxpWvN57aEMQWAhBbMauU { display:block; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZVWcLBtpzdS9lPs3mlUfykTLiXEB0iS { width:3.9375rem;height:3.9375rem;top:3.75rem;left:6.8010425567625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp { width:17.125rem;height:17.125rem;top:0.8125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXkkX19sR8lsRUVCvpkULXRI7NfwuHwm { width:1.8125rem;height:2.6875rem;top:13.5625rem;left:45.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1 { width:13.5625rem;height:13.5625rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQQsTRVMXoPQtTpGL2et5LmRRf36y8ZD { width:10.125rem;height:4.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWWatdHwx8qIw0HMeMvVILMw8lE8tahk { width:35.375rem;height:1.8125rem;top:3.75rem;left:9.0708332061769rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13oV4rV7rColK0cvNE2IwZ1FeEMENJG { width:35.375rem;height:1.8125rem;top:10.125rem;left:9.0708332061769rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvkBOpvThbFKJfaNbyFMAbzIkCADR5o { width:35.375rem;height:1.8125rem;top:15.375rem;left:8.22500038147rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8hFpDTO16i8NeK1ozVTWMHwfVCPRn1R { width:3.75rem;height:3.75rem;top:9.1875rem;left:6.8947906494137rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEhfqGGgZaoPaHET897AIB1bq66rnEw { width:3.625rem;height:3.625rem;top:14.625rem;left:6.9572906494137rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp { display:block; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0MZvT0dBt8aInnAKThMwQ3QFgImT2gC { width:16.1875rem;height:2.625rem;top:29.375rem;left:24.624998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rHSl274K8XGpUnlZNQxV2wPUaO4iqW { display:block; }
 }@media only screen and (max-width: 763px) { #ZIGZSFdIzpwMCmemndsDSOMMucLeTNZp { width:47.75rem;height:13.9375rem;top:6.375rem;left:0rem;font-size:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6OBMmb3QS2oaJzFWwsQxO1o3Sr1sNBz { width:16.3125rem;height:9.0625rem;top:2.5rem;left:8.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzR3tmQ9HcKKftfEM3iMWnR6oexHIkq2 { width:1.8125rem;height:1.8125rem;top:6.375rem;left:21.25625038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXCQq7QvXw79CNCUdTwvVnlGVi76VWo { width:47.75rem;height:3.125rem;top:19.25rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5McT2iZiUl4TUaZFKTqetAaN0QdINm4 { width:45.5rem;height:5.1875rem;top:22.375rem;left:2.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe { display:block; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:none; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { top:14rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { top:14rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { top:13.6875rem;left:3.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { top:19.4375rem;left:0rem;width:16.9375rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { top:19.4375rem;left:15.5rem;width:16.875rem;height:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { top:19.4375rem;left:30.625rem;width:17.125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { top:14rem;left:40.718748092651rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { top:13rem;left:3.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { top:13rem;left:21.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { top:12.9375rem;left:39.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { top:15.5rem;left:7.5rem;width:32.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { top:26.3125rem;left:0rem;width:15.4375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { top:25rem;left:0rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { top:25rem;left:15.375rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { top:25rem;left:30.625rem;width:16.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { top:26.375rem;left:16.124998092651rem;width:15.4375rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { top:25.6875rem;left:32.3125rem;width:15.4375rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { top:3.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { top:4.75rem;left:8.625rem;width:39.125rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl16iiCXrExsgG2JCsfLMkBczEThiKHb { top:34.8125rem;left:0rem;width:41.125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTZJXNEkHB4I0zvAwRxZ3JNIpV7o9b1A { width:10.375rem;height:11.6875rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { display:block; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { top:2.25rem;left:10.374998092651rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { top:2.25rem;left:0rem;width:10.0625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { top:0.5625rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { top:2.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { top:2.25rem;left:7.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cda7i9AhB7XuMN07JufID6bIteyzw1mf { top:1.9375rem;left:17.687498092651rem;width:1.875rem;height:1.875rem;display:block; }
#Cda7i9AhB7XuMN07JufID6bIteyzw1mf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ApUZAE3hv6Kx8teXo65AgwMC29P6TnRs { width:8.8125rem;height:4.1875rem;top:0.5625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPcSBPMD5LGbkOt9E9w6PxvacUS1tm3 { top:1.3125rem;left:30.5rem;width:17.25rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf { position:relative;z-index:auto;display:block; }#kRcCXNQ0MCnU9trPEU8JwenbUBwGP3vf > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sh8Oyg2An5WbVdqvvKnGXIiu6kS2zdgg { width:1.8125rem;height:2.4375rem;top:1.1875rem;left:13.073958396912rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOqdIhfLoaVnWOMJZ4iP3TozHFGvblBo { width:2.25rem;height:2.8125rem;top:1.09375rem;left:3.8485971054228rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk3fg791X7vDoQ1TdJmoaNkK9R87TC2H { width:3rem;height:3rem;top:0.90625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEX8xFCH5FIyVCZnHxmgqXQVEbfiMM7V { width:19.625rem;height:1.38125rem;top:3.84375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slCbASdEaRReIz7KuaOutFgrADKArK7D { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/58491ce0-d66c-4037-a0d3-d57d20572c64/AdobeStock_635249077.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#slCbASdEaRReIz7KuaOutFgrADKArK7D.adaptive-delivery-prevent-bg, #slCbASdEaRReIz7KuaOutFgrADKArK7D.lazyload, #slCbASdEaRReIz7KuaOutFgrADKArK7D.lazyloading { background-image: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { background-color: transparent; background-image: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container > .video-iframe-container { display: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row > .video-iframe-container { display: none; }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .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); }#slCbASdEaRReIz7KuaOutFgrADKArK7D > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I35FsEln4PIvDq0IXRrrb9eLUE9t6oIw { width:17.5625rem;height:6.9375rem;top:26.0625rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyMvwoBqA2zl93K2O4uGxABQdvT0GqMv { width:10rem;height:9.875rem;top:1.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm { display:block; }#sgLGSOGrHBChNaqgMuA4c7FzTArmnJCm > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCrxzT4dNofDNyv4obx9IGOh1rTvGiTz { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDBGALW7FFI7mD82aCa011NqewvON50 { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzqXAJu6bcxlNvp7ha667zkl9mvNBvhn { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pInaTmNQdC2QoHMsbKo8y1xKLWlekFqJ { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSsLQSw2lbXcxccItQ3XTQlzXZfqRxxC { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLFUO7RX4y2TDUnKkqOflulS5RGqS8nM { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVk0t9Ns0ADnZzo93KgpBA4ipQWNgy9e { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvgKrWbERPt28I6IyUTcwdbbEG1aH1T8 { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXI0ncHb8OFDZ4LCffLsq3olFctaN9Ue { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WygKXNrMa5lJe0OX4IuO8lOfOhLfiCIK { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHW9NePtyz18DZl6svXdXD6GKCmDsZT { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEkiIwI3XyZQ4xpoXQZngiMTagViBLIR { width:11.9375rem;height:11.9375rem;top:41.329166412354rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5fkrh5VNGUJxCmHKKZteHZ0lUDuKzB { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGipPdDGiu8SP8VO5ppSabBOTl18JCls { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGxPNu7cqCB4Cggeo8Vl3gcw98JwiIc3 { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r503nRT7qTyVsdCJvlBw1aTuBplh0mVo { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awVfah8S50mKoOlSgzdgJT6aCaABpBxu { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtNVk9gUGlgJWblpXinHJMZIbugeMEm { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tEgX304q8u7aObSLxd0KEJWONwT3BG { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg1OzBG1RUXfZPhAXrXCvCCrFvhOrDi2 { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8hTiTVXcBw5fhza9GLIeoizsf6LQo0h { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGPyPazn568DtrTwRWJEhnA8iZlep65N { width:4.9375rem;height:4.9375rem;top:1.1687498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R { display:block; }#C6fqARMyBcUFg5zO2arwGQ0Hda9TE36R > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybDQzoByk01KpMQXvHLJTpuHMfmIcrTv { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mip2UXsrT6qR9SPVZkBdwabP1nG93IXq { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7epIA9E1cZOWIiioxUrmPtH0prMwbP2 { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKUTHreoOGs00OKHeWD1T57AuOzTdTsC { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNDqfFKTkSWgmFWmDIarMStiogFTB8GH { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN1X6SbUmoM5iIAyOu39AiUCNE4DHvay { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H92FfvcCJ94UwgsK15gnsdTJBo1HQya3 { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU3CWZitDATnAo7uncyW1H2gM9wE6g4c { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyco298e68WbJbXW4Ti5XdEExt7UBABO { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOZ5i1X4C46DpGV7AstsEA7FaDBc33Fp { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCZbQ5URNIVn1m0JooPSvPCQUi8GFIUp { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meETPJ9CwQ0aQDyRnSQD5HU4u3llIxof { width:11.9375rem;height:11.9375rem;top:41.329166412354rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf02XB7uN3AhT5647VUZf2TCyCMvn8sq { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoG5dGgWoMGacF9rLPuzE3oD358pP609 { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3np6SfhIQ2eBM4zoKbncsOxynfrZaD3 { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5vtNDHAxHShoTuJN0O3yMJs6P4eV34J { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZU0CJcq7sv1tAw4rFD4QtphEspRidSG { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7D9cwXu5P7rFH9FWgnJ09GsSrgABTPN { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTnBAU3qiTe81IWZRSkrq9q9tSTFIuB { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwUP6XSSAgVJwhS9k8dlUwLvV7EIWx26 { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3i2OCQKWEq2vBVfqmIlKZa1m1S6JkX { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wy06owp0Fu67mDlp0hGHTKyGXI2FdHc9 { width:5.375rem;height:5.375rem;top:2.9062519073486rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnXap41C1QcULdeuN6WTcxw1sHUan9lC { display:block; }#xnXap41C1QcULdeuN6WTcxw1sHUan9lC > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgU0SDQVpNXkJ5khVTJrRMa6EJI033X9 { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epbmekJFigtzKcxQrs6nnMF6UrfiRu1P { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARo2taBbTFxW9L5flUDi23WxZM8ldfKu { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQzXcmvpsJFBhN5F1d1lwVFXAR54GO8P { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgW5xiFEeapH7fZ5evv0KTWgRvAuSST { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiivcGWbx80SXogobxo2pghMxXg3NHZ { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtTFwJobq3JrKSlBBIrG562JZucIVZeE { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMLGfL3f5bNGXy1JmDPmmBm15uq5qHR1 { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCOtIwsNLvXXAwRSli2J6H4zlZfdHzRv { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI8tlFaWQD4Li1dNzq2m686PaFbdSlvN { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #surN9r8pP01bPFLsarw0Tq7QgsR8E7Hb { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaop9ap1po6dMduwoOAcbQaFT884T2Se { width:11.9375rem;height:11.9375rem;top:41.466666221619rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSCs2aOnMJhsN4hyl51M4CURb3pBNni { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9KdCNikP7yvyZhIBtPkRkck40Z4RTv { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVdocBI3pFWQJx9v6USe4PrsdZInwKgf { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8TnIheU02kh57k0HPmMZRtoE60mEMoq { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVdyZpK90D5Nt7J7NVXmcClTBt6E3vP5 { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBHMOmcHRSEmByp5hTKJHBDdtUHvEDo8 { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoOzMUy8cSxrzUD8phSJfTcmTKGpdwTn { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5N1luszTlnx9EqDHLMGb1m7JkgL2A40 { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkIwRXywiorpgNB5gKoEElyKZ4o0lvqO { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo8PoEnHwNT8TCbT3mrOzzlJOLmN8gsw { width:5.3125rem;height:5.3125rem;top:2.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 { display:block; }#s9XVTuIJgKZ5zoKX1GoIeZXtBJODePT1 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHBp3EAp3hMMh6Cgc8bE0TE178PgkH2p { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0XbE3o3XaZOkS25Zpyd6Wu00GRI3USA { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B95tagKP7W3bCIr2C7XaF0Pa0mTRC0sE { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGehZTfuAloCCuQL2XusxG2XBxL609Sb { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyOQILtwFNUwcB9Nb1EQ0nH3VvF1g46Z { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqOCXIyBqzhJwZaKC4qRdVmB112nPOhm { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxLJ9iOkf66FnQVB1HMWt3K8tJNezbXX { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFdQJZpRq5KOkSCAqNJdcIfvlHuRzIS { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf8udslBmmn2lur0ynWfZ5fsgyChpvyg { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRg3sb6DXsJ2OvgTGlqToQcSaJnMJtTh { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baz7IbXJt0601oHKg23H8HgfsIEviKTf { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBl4TiUDtZAiovmhFEgtqXadWe1oiBB { width:11.9375rem;height:11.9375rem;top:41.329166412354rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5BTHKRtfLdoQOXGR23N1Ud6vIU51r1W { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoMz9DkRwvHxaasQ8Tq1GHGlASAxkp { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0TS0ChLKoFTV5znhf23wCrKgonatci0 { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzsRHHoTh1SdQ8mtMaHU0ZpTl7zL3lG5 { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnOEfoBvPkEZU9R3w1Mnk9JizhlZv0It { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RukiorCuHMHc1K2tT6Sk7bppLmWu57H8 { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRkMW8ggbPMNQ2CZoA2TtRkEmnMIVtIw { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDriLzlIhdoqebAF8nKQis33D1wFEAfX { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNC8lB3oxxAQIkTHa6kzhff7CHGuEMvd { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJVTU3I5L3EIOI0Gh5ypkoMUX5T2mzqR { width:5.3125rem;height:5.3125rem;top:2.9062376022339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p { display:block; }#Tl3MoCx5KNgq4zDTBTJQTXTZgZoNgw5p > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DT8boE9dgwXDtgAcEozFJcPH7l3xIMp9 { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmkm0KD9BVVtnIaMpmrZWeEA00uzPno7 { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtHR0fVFdzI47G6Sku9PMT3b70onLr6 { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0v268lFpBTOpcFPwnK73Pzn9GPfoLEm { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVnNaqE0gw2eimgQas0EbQQSycNVBuzR { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DvBT7sPqTn81b2rv7TdBBbQmr4VVaq { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEoqLS7TE61go7bqXN4k0U32GG12d4vl { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS02dW6S84mAcdS33f0CMHewoifwm9u { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCBmac1XEFTrgnlDeUWGM4PWc878NrrQ { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0w4t3fdeKNnqrkf1hpTLoanycrobDA9 { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLQBgVSMq4IzpzNKOfXP812dsLCTQd6T { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nia1ruoHKZoBTz2gdgNtT3fvu7QHTBlL { width:11.9375rem;height:11.9375rem;top:41.329166412354rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqTyAM6L2oIoS1GGfUgFuR1E50SiZdHp { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoJKZtJmbk6CQNdBG4S7uNgX9J4fXfaP { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz6k7bQI7WP0iLhSUiPmWW19gwNPOQzk { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwUTEDWH8pT4kiRGpGcVugmT2lELUc7 { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44P6LvHOFLMvLkyuBeLcGH7dcGhFkhD { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRecfcDcn3O7DqwK57LDhd0fiQAo2bm { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1z33a73TPe3KcOqiqLXA1ausSTc4bry { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAnvX9scCwIbpLE3oLoDuXPNyM7CCoGu { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOWqNEr8PbElqv9hBE90xtZJlz85sTIL { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M26ZW8cUCZBi2QZ8o2Boy1mTFbgUBbBw { width:5.3125rem;height:5.3125rem;top:2.9062376022339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS { display:block; }#NEJvNCsQA1K75hHZas8ttSQlmnAK7CLS > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLyqFxg8sylihzfcTf6aV98codW17Nqy { width:11.9375rem;height:11.9375rem;top:3.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdGiqlyLLA9t8XBv2e2mu37cv1xE8g1A { width:17.6875rem;height:1.38125rem;top:18.028124809265rem;left:1.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWVEQIWLklhTcD5ktCwROMaaISTelhc { width:11rem;height:2.1875rem;top:72.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmxOsibnf68SHHO5CCOKnuLoi1gPSL75 { width:5.6875rem;height:14.3125rem;top:2.90625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSaFCoFQi7pVHwSXTiFXc0HdCg1xmuvE { width:11.9375rem;height:11.9375rem;top:23.069791793823rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFofrkBJaveUMmfz2ZSbyhPvWkMTFhc8 { width:8.8125rem;height:8.8125rem;top:5.3125rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6K5MnPqiteG50ya3qW8PDuwTeHTvGsL { width:8.8125rem;height:8.8125rem;top:24.663541793823rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyzge9zRBk9mm3ybTHXx2PTXmOvtJmQt { width:5.6875rem;height:14.3125rem;top:22.110416412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnfsTtTShMxvNNoHNQ1BLqinQaahxb5o { width:20rem;height:5.97604375rem;top:0.64895820617675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu5hWUEgqTs6ktMIaCadBDAd55sdpaey { width:10.8125rem;height:2.1875rem;top:17.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te8bHtOBOTiwDWS5iioAd5V0pJ0r0Esf { width:12.3125rem;height:1.38125rem;top:37.166667938233rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py6h29L50A4EnD0yXd1fPsuQSHsI0M8g { width:11.9375rem;height:11.9375rem;top:41.329166412354rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPedw3e4dp1bPOKwmC65E1zHrZlscBfV { width:11.9375rem;height:11.9375rem;top:58.564582824707rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCs6iooP1BTqoPMsvA6wP5bZtpnik9JB { width:8.8125rem;height:8.8125rem;top:43.079166412354rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdkmaRgIAE0Vd2SC2P2NrGUDDvQMhtQN { width:8.8125rem;height:8.8125rem;top:59.939582824707rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkWUAUpV19U41K3cm8gsUmRue1NMKtPA { width:5.6875rem;height:14.3125rem;top:40.266666412354rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmPhuEvgKOQEXvJWFyayuI4MBUB5d3J { width:5.6875rem;height:14.0625rem;top:57.877082824707rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZyg9V82eIbphiS9QVyAkUvqUvJsMeH { width:10.8125rem;height:2.1875rem;top:54.9375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znw5ZFxX60i98QXQNghafWZmtRzL4e9I { width:10.8125rem;height:2.1875rem;top:36.763542175293rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOnfsbXcqAIcxyhu9d30wyOtXaP52cFr { width:11.375rem;height:1.38125rem;top:55.340625762939rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0aLl6f1rh1TUXtXcZUrKAQ3mT3Noakt { width:12.3125rem;height:1.38125rem;top:73.278125762938rem;left:3.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms04LxuTyHNwqFO3oKKpQF5KIO1C5Oq0 { width:5.3125rem;height:5.3125rem;top:2.9062376022339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ebba3a0-1758-44b5-ae5b-23ef885fe177/468747667_9297915010241885_6613573922902591531_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.adaptive-delivery-prevent-bg, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyload, #iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy.lazyloading { background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { background-color: transparent; background-image: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row > .video-iframe-container { display: none; }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .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); }#iW5Two0wID6g1AA5Uvm5oH6vuPXZ19Cy > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB { display:block; }#bUf4cVQ0fwvMdv9Jx7U08e8ZMLUp5APB > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uUkqDnqOdWhdSIwKsKCJfEO60ExznnC3 { width:20rem;height:0.0625rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTsAE4Z2dUclmhMbIqXxWeTPJS9Thrqs { width:15rem;height:15rem;top:3.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOam2AuRHhUnT0bX4yesXuUeDEKJNidR { width:0.9375rem;height:0.9375rem;top:19.1875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnpxRih2PZM0aek4ATWg5Ot5i3hlVHk6 { width:16.875rem;height:1.625rem;top:21.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #milG0GuPhRRorna0nSzH8xatRP3dWSKf { width:14.0625rem;height:2.7rem;top:23.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JhV7tJzErFgBPy3RCzOXPxhdg0AXiJ4P { width:2.1875rem;height:2.1875rem;top:10.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8tdtvetaHcpJdedAILrzuq6raEyUMxN { width:2.1875rem;height:2.1875rem;top:13.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZTo7FQHOFV8RwgTuUpGyOiCw9ddTeVq { width:20rem;height:8.4rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzPgDcNGFVNkXVmFUTzd6KqG3uPEz14 { width:5.6875rem;height:17.6875rem;top:2.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlwdq6mdUyGTXJrArfTe9OTiTRP6TTow { width:15rem;height:15rem;top:39.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpAhUX1KDEikl92ZvNUreOTw0fFxMRE { width:2.1875rem;height:2.1875rem;top:49.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJhiC3ybSImNoUG6lqgczJsAytiWUBT { width:0.9375rem;height:0.9375rem;top:62.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaWmfC942buZCExDlmrdDVsNi0soCRzw { width:16.8125rem;height:1.625rem;top:57.4375rem;left:0rem;font-size:1.25rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #hxmqZcrymruvyd5PrTTpaBcdQfChPrAF { width:12.1875rem;height:2.7rem;top:59.25rem;left:0rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NRZ5zeIkk9x3ldl8wlRBISoRdcXEJilJ { width:20rem;height:5.6rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9WRUd7IMScXQIJsTKwvBbBDQQtvn9n3 { width:12.5rem;height:12.5rem;top:4.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuUTfclTQgBmyJZdNs0b3B47fEe3eXda { width:12.5rem;height:12.5rem;top:41.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwWwWR7XWllM54Q8B362kbpH14oFqxR { width:5.6875rem;height:17.6875rem;top:38.59375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpy4N3zMrVCJ06sgHHUzzhBsqSJuUhug { width:19.375rem;height:0.0625rem;top:72.4375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnKvSAoaCDhKTXBTEJy6fsPZl2bl1Fhk { width:20rem;height:6.0458984375rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96uow8ncPHA92JwD3OoyU4qzioutphS { width:14.5rem;height:2.5625rem;top:69.7875rem;left:2.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #vWHffHEqBNrk1uMZGXIc6lr8VUyl9QdD { display:block; }
 }@media only screen and (max-width: 763px) { #ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O { display:block; }#ozbEIWC1VbmHdxkEbnWFFvaiLwWmg23O > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zQ5znTUaVFdwBMJdTWwMpqGlVzuwKgnH { width:20rem;height:0.0625rem;top:36.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuTplcsAQdJ7UaBTuf08TkxnIl5TSIbT { width:15rem;height:15rem;top:3.5rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzIyS8VXbyeFingGwXvPWEgLbZtPxrz5 { width:0.9375rem;height:0.9375rem;top:19.1875rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbZ8lhJMmRNGJKTKoQV897aAtEN1DNeg { width:17.6875rem;height:1.625rem;top:21.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHHKHkeb9tvuIJAzbyEbMQkiArEC1If { width:9.875rem;height:2.7rem;top:23.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0AD9KE9h7bLZIqBn8bzLOu3oFGJ7HCX { width:2.1875rem;height:2.1875rem;top:10.4375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ss9XqVMFPoRfH3b3NyfbnsPkuZdINJnO { width:2.1875rem;height:2.1875rem;top:13.5rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3tHm5zIVo2ceSWR1T3t17kJKl0etL0c { width:20rem;height:7rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOGBduvZF8s4yDoAMLM5d0pXZOwloQGb { width:5.6875rem;height:17.6875rem;top:2.21875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNwveSowedgyvJp7bNmEP6T5g8WU9ir8 { width:15rem;height:15rem;top:39.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJQS93JHak1OAAi3Z2zCWwkim1f6XLZ { width:2.1875rem;height:2.1875rem;top:49.125rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGzsRgOxv3BV27qZfNU7DvLQaeAe0T2q { width:0.9375rem;height:0.9375rem;top:62.625rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTuwAAXsgk2z1JhfQmw1a5u2B9GGFxa3 { width:18.0625rem;height:1.625rem;top:57.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkZXynpL6gZbo5ESETAWRUuSciIGTDe { width:13.9375rem;height:2.7rem;top:59.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7tc5sfF64cbSy6f9tTQu9NV0q7dye9K { width:20rem;height:7rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgL0qKMevB43UemCbkqF3zeot6EPDIrU { width:12.5rem;height:12.5rem;top:4.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8C0PALqQx7Pkd4v1WTMr57nI1lwuvH { width:12.5rem;height:12.5rem;top:41.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlDEuz26ZXoJyeZpiL6aIHxmmLq7QTAd { width:5.6875rem;height:17.6875rem;top:38.59375rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFMpWZfuRNI2Zqz7wWsEIkl3dQXcrTns { width:19.375rem;height:0.0625rem;top:72.4375rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cK2kdzwv31qTK15SaEgF5wp98IV5ubLz { width:20rem;height:5.9755859375rem;top:17.6494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo6PHzVZJedR3o9594dautmxFCqqFXCR { width:14.5rem;height:2.5625rem;top:72.2499961853rem;left:2.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #HLB11f6at7KU8i7HOTDVb9crErJFg9bB { display:block; }
 }@media only screen and (max-width: 763px) { #aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk { display:block; }#aqUhn1sJCITSNz3Www0MVyCdd1QNLkpk > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZHQ8HAFht1MKqauId1DEf4SdpaTfFIG { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPUsTr7OXxZkt1rEIfMsTSiBtrF8lKdK { width:3.0625rem;height:3.75rem;top:4.5375003814697rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAQUZP54JmD54414fLJ8fXXrRwIpeG5J { display:block; }#mAQUZP54JmD54414fLJ8fXXrRwIpeG5J > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxBpcuBvx9knSpvyG81fJo1QLJInZTzm { width:20rem;height:15.591397849462rem;top:6.6757202148438E-6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTolL0ydtbtVLsRxEVg9MPGeFGW3Lk8A { width:20rem;height:14.813559322034rem;top:15.591672897339rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTPXJ9IOtbMchKMxMJh4O39VofGqHEn { width:20rem;height:14.451219512195rem;top:44.717714309692rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8eL6Uosaw29rSSROcy2TJ1ONKEMu2Vz { width:11.8125rem;height:14.875rem;top:29.842709541321rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHJsgy7OXsMZf6xHTtiNpFJv1WeaULxU { width:10.25rem;height:14.875rem;top:29.84272480011rem;left:9.8247124075594rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0UPrApQI1FodEdoCM9szgCd6RcpGnW4 { width:6.375rem;height:10.125rem;top:73.546852111819rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpCBwGIfu1to02dHmIQiuayvbhyzb1Z4 { width:20rem;height:14.940334128878rem;top:58.606259346008rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFhTT39CkWzTwSWQKBauh1Nm4syMC5g8 { width:14.125rem;height:10.125rem;top:73.546875rem;left:6.1461847160306rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygTHztxKEsKqz4419trFxbzL2a0EVDb { display:block; }#JygTHztxKEsKqz4419trFxbzL2a0EVDb > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaatB6eQhm1iASRAZixNkHzP4zATSGKD { display:block; }#PaatB6eQhm1iASRAZixNkHzP4zATSGKD > .row .container { width:20rem;height:104.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9cPUyDBzx80XDDa1yqI7Q21FfrIXkWh { width:0.9375rem;height:0.9375rem;top:11.086471557618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfUGuVDcw3bDJQJurdRJhR7RPpGNPX4W { width:0.9375rem;height:0.9375rem;top:1.6729164123535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Pdr3iqf0SOusqINd5o9K5uwqD6kGbe { width:0.9375rem;height:0.9375rem;top:21.854166030884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q83NJI9zwDVvKxh4S64359hHUuyyxRIV { width:5.1875rem;height:1.625rem;top:1.3291664123535rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ogmGCkPAU61kqqEcxQZEG51nTvadJt { width:16.3125rem;height:2.6rem;top:3.955207824707rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSOEZpzaSWyhe40nZUPOwkJGvmBaZ64X { width:5.1875rem;height:1.625rem;top:10.742696762085rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5Pcotb9aiaidgQZdB9nvEc8hO4HgZz7 { width:16.75rem;height:5.2rem;top:12.661458015442rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gJE9K2fSbUAO6qxi7BsFTR6XNuOxF1ap { width:14.375rem;height:1.38125rem;top:7rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePWDf2l0oNzcTtpq1mK7foNmDgRgtuPV { width:14.375rem;height:1.38125rem;top:18.69375038147rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tc02iTdPQxTdGMRtxS3ZbwldVPPG6wEg { width:14.375rem;height:5.2rem;top:23.135416030884rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfE3CKz5w6TvT8FS1dFozcoPUiRbdps4 { width:14.375rem;height:1.38125rem;top:29.055199623108rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BdbtFiHRwTRJEBcuC6naOJdcsDMwVEHh { width:5.1875rem;height:1.625rem;top:21.510416030884rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJXxsZM7UrODouPOKmstMxRhAdlE5no { width:0.9375rem;height:0.9375rem;top:32.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZQwwoIKM1W732gqePw3O2lyVLeUrTS { width:5.1875rem;height:1.625rem;top:32.3125rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5rJRTZTrevHXTfwVan7P93NQeMmUPk5 { width:14.375rem;height:1.38125rem;top:38.581251144409rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KALTkgQ8zWr92n6oNFyIqkC9xb414qbg { width:14.375rem;height:3.9rem;top:33.9375rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4CTKUKvZnwysv1NWiu0TIxyy1GVTa5a { width:5.1875rem;height:1.625rem;top:41.973958969116rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrRik4Q1o9lcUzkUGuhQemdf6kXb01M { width:14.375rem;height:1.38125rem;top:49.837524414062rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbSi5n9iKNIyCwmCIAIqQ1NTN1aI8tWd { width:14.375rem;height:5.2rem;top:44.10000038147rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WJEkTu893IRmK6q0TbHqBimU5dXRHBsg { width:0.9375rem;height:0.9375rem;top:42.317708969116rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #MWNJfyWN9SJZQJEv0krCLf3DG5znGE0x { width:0.9375rem;height:0.9375rem;top:52.968743896484rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OivbNXWkNl0ta9XeKZdpWN2ZXbWWz8Ma { width:5.1875rem;height:1.625rem;top:53.406231880188rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RByn1mDhwPc3a5NPeKwPw4wwv92XE3da { width:11.5rem;height:2.6rem;top:56.41250038147rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hC6ynKM5EoMgH0zIRotnkQ6UaAAgErQ1 { width:14.375rem;height:1.38125rem;top:60.03125rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xcs8glNX4S4qUL1JopfRwmekNbsH6ON6 { width:0.9375rem;height:0.9375rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCeafG8QT69RZsMWfTvwb2liOLad0e7h { width:5.1875rem;height:1.625rem;top:62.881250381469rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPWTucpNukJJL91AGS2zBXtl3dX215VT { width:0.9375rem;height:0.9375rem;top:63.2249622345rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT5ENKhUTWWUVxN1UwvtU0FINgFVOQXO { width:14.375rem;height:1.38125rem;top:70.962501525881rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufuariNn5JO0eVWzoShV8cpFNOzItpt7 { width:14.75rem;height:5.2rem;top:65.256250381469rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pwA8No0v9LwUseSTO4fw31RrwdZ61kpc { width:0.9375rem;height:0.9375rem;top:73.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDMX4lfQPex0RLTTSzCrqBWH2yOL9tM { width:8.0625rem;height:1.625rem;top:73.25rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLVLd99w560HfkfdidlBW1biqputT6m6 { width:14.375rem;height:1.38125rem;top:80.25rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ztscJ4rPqCJz4NS3Ku6LxGdZmdxcPWog { width:11.5rem;height:3.9rem;top:75.793750762938rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T86apupk1xrTLUTviaorQNkWtbG8mHo1 { width:0.9375rem;height:0.9375rem;top:82.912500381469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLVpFT7q5aVWLbKHARUNfQQKcp5F9kgk { width:8.0625rem;height:1.625rem;top:82.568750381469rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbOcLh1RmCwZVH0eAhqnwy9qzZVVGwlW { width:14.375rem;height:1.38125rem;top:90.850000381469rem;left:2.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oemgsubO7L48JoRNGOaTnpz7qJNvnDso { width:11.5rem;height:5.2rem;top:84.768749237062rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Al65kptzUzXvnB930WcdJNBVf52VJ7RL { width:0.9375rem;height:0.9375rem;top:94.3312625885rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm6ytgu4g99T28khVf8Xh5TyGxvGzEHH { width:8.0625rem;height:1.625rem;top:93.987497329712rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxHmC0oDQ5ySQmXsRvclNFnPofRyQiQ1 { width:11.65rem;height:6.5875rem;top:96.862503051756rem;left:4.125rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;font-size:1.1875rem;color:#ed0047;display:block; }
 }@media only screen and (max-width: 763px) { #r63i5hdrQO5kcL2CWrQpGre3uu6sIdkl { display:block; }
 }@media only screen and (max-width: 763px) { #XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E { display:block; }#XL4wl4rDqXa07Xy3AuuPeL9zl7pCct9E > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HI2CpRx8ehJPKCo7adfkuTViRnTzfgDf { width:19.875rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOhtW9OU2OLzpOJ9IlI7WKXVFJgUIzJN { width:20rem;height:3.375rem;top:16.583332061767rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ { display:block; }#iM7W3m5K1k7pSATDQlbNz7XUu0swDGsQ > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpS1KS8D33TRTecPC0xFdNCJn81kX45x { width:20rem;height:14.524207011686rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx1tgBuTJsTJvEf1KXhs2T1zlqEq2A3D { width:20rem;height:14.524207011686rem;top:16.148933410644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85e6d804-69b4-4ee7-a8cb-751224cdb2b5/439960936_969164014995239_3481576525051275836_n.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.adaptive-delivery-prevent-bg, #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.lazyload, #IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL.lazyloading { background-image: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { background-color: transparent; background-image: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container > .video-iframe-container { display: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row > .video-iframe-container { display: none; }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .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); }#IWb7C1JQ7737Hr3ZsyfGccx5wV8tF1oL > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIRopNumm5SHFowuKFs9LmXNbIr7afiD { background-color:#e30808;background-image:none;display:block; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { background-color: transparent; background-image: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container > .video-iframe-container { display: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row > .video-iframe-container { display: none; }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .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); }#SIRopNumm5SHFowuKFs9LmXNbIr7afiD > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJgoFoSeOUQCH7oyqMHfsElOSFT4m20F { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ega6W5xObuiHxpWvN57aEMQWAhBbMauU { display:block; }#ega6W5xObuiHxpWvN57aEMQWAhBbMauU > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZVWcLBtpzdS9lPs3mlUfykTLiXEB0iS { width:2.875rem;height:2.875rem;top:12.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyT46IIwxdtt9IBrFg1d9u9JpKoZXGmp { width:7.1875rem;height:7.375rem;top:36.41250038147rem;left:6.0562496185303rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXkkX19sR8lsRUVCvpkULXRI7NfwuHwm { width:1rem;height:1.5rem;top:42.087501525879rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtJT6LMToar3GIELAJ1TBy44Fp4BTpp1 { width:8.5625rem;height:8.5625rem;top:1.8125rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQQsTRVMXoPQtTpGL2et5LmRRf36y8ZD { width:8.1875rem;height:3.6875rem;top:1.8119812011719E-5rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWWatdHwx8qIw0HMeMvVILMw8lE8tahk { width:20rem;height:1.625rem;top:16.062500953674rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V13oV4rV7rColK0cvNE2IwZ1FeEMENJG { width:20rem;height:1.54375rem;top:24.074999809265rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAvkBOpvThbFKJfaNbyFMAbzIkCADR5o { width:20rem;height:1.54375rem;top:32.89999961853rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8hFpDTO16i8NeK1ozVTWMHwfVCPRn1R { width:2.875rem;height:2.875rem;top:19.012499809265rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbEhfqGGgZaoPaHET897AIB1bq66rnEw { width:3.0625rem;height:3.0625rem;top:27.781262397766rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/955a155b-8fdf-41db-8f38-f727746f293b/490750741_10095065960526782_225303513176634156_n.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.adaptive-delivery-prevent-bg, #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.lazyload, #M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp.lazyloading { background-image: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { background-color: transparent; background-image: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,17,7,0.79); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container > .video-iframe-container { display: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,17,7,0.79); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row > .video-iframe-container { display: none; }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .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); }#M4QdS46zo9dSawtLT9UfVlJvIcfL3Mnp > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0MZvT0dBt8aInnAKThMwQ3QFgImT2gC { width:18.5875rem;height:2.0875rem;top:26.468751907349rem;left:0.70624923706056rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7rHSl274K8XGpUnlZNQxV2wPUaO4iqW { display:block; }
 }@media only screen and (max-width: 763px) { #ZIGZSFdIzpwMCmemndsDSOMMucLeTNZp { width:16rem;height:4.59375rem;top:2.125rem;left:3.3479166030884rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6OBMmb3QS2oaJzFWwsQxO1o3Sr1sNBz { width:6.125rem;height:2.8125rem;top:1.3604164123535rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzR3tmQ9HcKKftfEM3iMWnR6oexHIkq2 { width:2.125rem;height:2.125rem;top:7.53125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNXCQq7QvXw79CNCUdTwvVnlGVi76VWo { width:20rem;height:4rem;top:10.8125rem;left:0rem;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #x5McT2iZiUl4TUaZFKTqetAaN0QdINm4 { width:20rem;height:3.0625rem;top:19.529167175293rem;left:0rem;font-size:2rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15920003-17be-4cfb-b562-a4eba7636be3/511272345_122174745374550896_7929415970238755580_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.adaptive-delivery-prevent-bg, #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.lazyload, #lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe.lazyloading { background-image: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { background-color: transparent; background-image: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container > .video-iframe-container { display: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row > .video-iframe-container { display: none; }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .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); }#lUlLrlz4RV09u9GLTTEuRNNbw7d8GQwe > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC { display:block; }#TsTLzHT7Gsw7ZxfrZgvbOKA7Osgw95zC > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HD3ebbTlItAygQw3TEsNITDT7xNucdmV { width:20rem;height:75.6875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf0PTyFZ3DXf9ezgFr6NFtWSHBrac6ud { display:flex;width:3.0625rem;height:3.0625rem;top:31.625rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #waC3B6Li6lI2BfE5m9BCwnRqJzr9f3xv { display:flex;width:3.1875rem;height:3.1875rem;top:8.65625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #L0TaR1RLwJhaxvOiqQ5wBcQ2tbRsrmpT { width:10.875rem;height:2.55rem;top:54.1875rem;left:7.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #agZSRw2JXhnvFUfqxTu5PzXC2bzi0RNg { width:11.5625rem;height:3.825rem;top:31.13125038147rem;left:6.90625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #A4TswCTBT2SDXqCZTwwdvT6snD9sJOZp { width:11.125rem;height:2.7625rem;top:9.15625rem;left:7.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HcSPfM8tLSsCxQM5ruBv6HwBrDrRGDPA { display:flex;width:2.625rem;height:2.625rem;top:54.1875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #S1FrFHPd0qQtM1KHL7d3IVmzXBUMwG1v { width:5rem;height:5rem;top:7.875rem;left:1.0625rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #rD0dZBUJIoLH2d7Lwe1xUbcc9hS4BB9R { width:5rem;height:5rem;top:30.5625rem;left:1.125rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #EtH7Qs9QhwCl37VJ0yoTtN6FTvH5cbqX { width:5rem;height:5rem;top:52.9375rem;left:1.25rem;border-top:0.125rem solid #dcf2f1;border-left:0.125rem solid #dcf2f1;border-right:0.125rem solid #dcf2f1;border-bottom:0.125rem solid #dcf2f1;display:block; }
 }@media only screen and (max-width: 763px) { #O7UTBJhmPDLxAA6w9dICRqPsOz2uTi8w { width:0.0625rem;height:17.4375rem;top:9.3125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #khrS13BJ9BfTz43oBvg3UUi9vkhI5eAx { width:15.4375rem;height:11.8125rem;top:15.40625rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8QDsGlX3Jlu1iuSHHWTNfl0GXBWp27p { width:16.875rem;height:14.375rem;top:14rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkPtEzRKyU60IRs3LIvliOZvVKiz6fOm { width:16.875rem;height:14.375rem;top:36.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn9WsP8x9AXQF2r9wAWEK3ThilCHC3Zx { width:16.875rem;height:15.25rem;top:59.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baiidrWbmrCVEgQi6VLcS8LIEpeHhRnO { width:15.4375rem;height:13.125rem;top:38.375rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds2cB7dL2aSTdirRFcxtxSSyLIuCrOGu { width:15.4375rem;height:13.125rem;top:60.5rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #su7tG4TET0GxBrrEmVqxGBHFGDifnzuk { width:15.75rem;height:2.6rem;top:1.4375rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqF91tOSqMqxvoGRl8UDn4C4eVE9yvHn { width:15.9375rem;height:4.5rem;top:4.59375rem;left:3.945rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yl16iiCXrExsgG2JCsfLMkBczEThiKHb { width:11.4375rem;height:3.5rem;top:34.6875rem;left:8.125rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #lTZJXNEkHB4I0zvAwRxZ3JNIpV7o9b1A { width:6.3125rem;height:7.125rem;top:4.7499732971191rem;left:13.582212990937rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL { display:block; }#pr8gZ6gaQIA5nUnnyHORRAZL02dCV5EL > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSqUyn0gQ2Wp1xJK4mgEusUdydhDkZsB { width:7.3125rem;height:1.4rem;top:5.7875003814697rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkT8SmBhXche23Wa71u5N0o3JCT2zqiO { width:11.375rem;height:1.4rem;top:2.7124996185302rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHVE0v9Hi5nl3V4VOa69kuI73LTa3FoE { width:20rem;height:1.225rem;top:0.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCvoU1IzQEZ3kIsDXxSSNg6qPK3vkPBE { width:1.5625rem;height:1.5625rem;top:2.7124996185302rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTRlVmy5pwxN7JiDRiWccqDZlvlCEhlu { width:1.5625rem;height:1.5625rem;top:5.7062492370606rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cda7i9AhB7XuMN07JufID6bIteyzw1mf { width:1.875rem;height:1.875rem;top:5.5499992370606rem;left:14.3125rem;display:block; }
#Cda7i9AhB7XuMN07JufID6bIteyzw1mf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ApUZAE3hv6Kx8teXo65AgwMC29P6TnRs { width:9.5rem;height:4.5rem;top:12.27499961853rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPcSBPMD5LGbkOt9E9w6PxvacUS1tm3 { width:18.9375rem;height:2.4375rem;top:9.1125011444094rem;left:0.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }