.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:250,233,224;--color-primary-1:241,188,162;--color-primary-2:231,143,100;--color-primary-3:224,94,61;--color-primary-4:46,29,20;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:119,119,119;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:dm sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:relative;display:none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.4375rem;top:0.90625rem;left:0rem;overflow:hidden;display:block; }
#slWU8nxU7aCAtQ1mMeVb0HWFWWJT32AQ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#BHVXu8tSnkeQZHBob9XPw3XPuz5G4CpE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#r3dRX4VM8NlglopaoOJBX19cob4N3X6t { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#EoH48dI4XxqNgrC4Lo5AgzOwcnqatVzC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#g3M3r8Q7HZZ34Sg8A84Jra4URddngWXF { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#Xzda8rMl73pNEVhLIM06ukLiJAVomfi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:19.125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:none; }
#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.adaptive-delivery-prevent-bg, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyload, #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB.lazyloading { background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { background-color: transparent; background-image: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.76); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { display: none; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .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); }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { border-width: 0; border-radius: 0; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { 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:15004;opacity:1;top:2.8125rem;left:60.125rem; }
#MtHUHThPxkckR2F65XTNc2bea21mEaMC { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.03125rem;left:59.3125rem;display:block; }
#NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.75rem;left:15.625rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:14.25rem;left:15.625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:23.5rem;left:15.625rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { box-sizing:content-box;height:0.125rem;width:40.1875rem;position:absolute;display:block;z-index:15015;background-color:#868686;background-image:none;top:32.5625rem;left:15.625rem;display:block; }
#mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:34.6875rem;left:25.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.94921875rem;left:16.375rem; }
#wwb3x8tzpVqeoknZOHISo5o8MEy88EUG { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3.01953125rem;left:41.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rSAhJnryev9LLQiOG4xREQemobCXN9Se { 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:1rem;width:19.125rem;top:21.125rem;left:26.78125rem;overflow:hidden;display:block; }
#RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { 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:3.625rem;width:10.5rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.38671875rem;left:38.125rem;display:block; }
#zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.38671875rem;left:15.625rem;display:block; }
#Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SEC1J55dZlQCWpoyqR6KQdCgU1naFUO1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.5rem;left:18.0625rem;display:block; }
#wF8xfkPzOM9T4vCR2cuSXCFb2LJ6M3Hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b5O1VWta8DLTUT2ZVTBBW9Todxadp6dz { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.5rem;left:25.5625rem;display:block; }
#l4fzkpSoJaFrbKv6BULexsDk2TU0JSoq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xRZUXaWBtyyUp3a0Mgglfuze06z8hzw9 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:3.03125rem;left:33.75rem;display:block; }
#A7MaSBuXyNoi16AxfhHcT0kparHMHvQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2A4wLKZT38uoQFBIbzz9S9m0K9L8TrQ { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:2.5rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.5rem;left:11.625rem;display:block; }
#bxLEo20PpXAkkQSZp5ZBENOAri6aTJF1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQMliDac4HKDTMNbAlIdox0zKdqugPts { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:3.03125rem;left:50.4375rem;display:block; }
#Dlp6bVTCMBdEVKgqPIecobvsPAWKgMXr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),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; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { background-color: transparent; background-image: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { display: none; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .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); }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { border-width: 0; border-radius: 0; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { position:absolute;display:block;z-index:15000;height:12.0625rem;width:74.0625rem;top:1.3125rem;left:1.03125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#n2aB1AIONIKfdtxoqe5wfKD8KTUrloXE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:8.875rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#speGg8w1rGBO8HuISTSbkuO5gWsQTps5 { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:10.875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#TPNblUH28fXWplxlXoTlutSRDv7XHJDt { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18rem;left:0rem;display:block; }
#ADFn2sTXpIITFncTNa5R4fA4XptWSe8v { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.75rem;left:0rem;height:12.59375rem;display:block; }
#ZIzGk08ycz5K1Lrv2opRDXndTdFvnH6m { background-color:#2c2834;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.375rem;left:0rem;display:block; }
#uFkZUzls1hqQJgaOBlUzmGnKXuKhTXIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rDLZBNiKMR4GFM0o3voptZSv93FSJeMH { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/620a2895-742d-4153-8658-52847225af3e/WhatsAppImage20240924at141618.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#rDLZBNiKMR4GFM0o3voptZSv93FSJeMH.adaptive-delivery-prevent-bg, #rDLZBNiKMR4GFM0o3voptZSv93FSJeMH.lazyload, #rDLZBNiKMR4GFM0o3voptZSv93FSJeMH.lazyloading { background-image: none; }
#nXWFrD6xQH3IsJK8Xorg7Jqa6v7cmLKG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container { background-color: transparent; background-image: none; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container > .video-iframe-container { display: none; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row > .video-iframe-container { display: none; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .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); }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container { border-width: 0; border-radius: 0; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#CEG0RxoypHVuBlk4Oul7Or5XK1D3sdIt { position:absolute;display:block;z-index:15007;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:0.125rem;width:12.5rem;top:9.763671875rem;left:32.625rem;display:block; }
#DFPz8szTCSeFKcbareqtHTxb0BUsnbMg { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center right !important;background-repeat: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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.25) ;height:12.875rem;width:56.9375rem;top:12.1875rem;left:9.03125rem;display:block; }#DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.adaptive-delivery-prevent-bg, #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.lazyload, #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.lazyloading { background-image: none; }
#qFBI3BllUWzmgF2ul2zQaEZXdTVkItpz { color:#2c2834;display:block;width:57.25rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:2.3254623413086rem;left:8.75rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { background-color: transparent; background-image: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { display: none; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .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); }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { border-width: 0; border-radius: 0; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#n13gg2wC05oTDtidciVNEc2hfvSgufZE { color:rgba(var(--color-tertiary-0),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.787109375rem;left:0rem;height:3.0249rem;font-style:normal;display:block; }
#T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.130859375rem;left:0rem;display:block; }
#OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aebbf647-e4af-4024-a347-77946539d213/shutterstock_2018100152.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.25rem;left:3.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ.adaptive-delivery-prevent-bg, #OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ.lazyload, #OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ.lazyloading { background-image: none; }
#EGztnIuz3QZnWG9WTyVH9iqdrakZhDFg { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.09375rem;left:4.9375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFHqmInaUsGE4ziz4r9Fu1AI9RqyxRNr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.09375rem;left:29.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFb0J6NT2gTf4G7cMQmrDdiscaauTacW { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36c612fb-f626-4fed-8574-8dab1ef94ab7/shutterstock_338113745.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.25rem;left:28.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#PFb0J6NT2gTf4G7cMQmrDdiscaauTacW.adaptive-delivery-prevent-bg, #PFb0J6NT2gTf4G7cMQmrDdiscaauTacW.lazyload, #PFb0J6NT2gTf4G7cMQmrDdiscaauTacW.lazyloading { background-image: none; }
#kJuL4P3OcCirKsBJVgqCVI3mXLp4eJgD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:19.09375rem;left:54.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg { box-sizing:content-box;height:12.6875rem;width:17.5rem;position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6824367f-3758-4585-a158-cf590f67a6cd/zyroimage6.crop_900x687_0,213.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.25rem;left:53.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg.adaptive-delivery-prevent-bg, #xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg.lazyload, #xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg.lazyloading { background-image: none; }
#AHDfNVBz8l9kbGiOZTO2igRvNm2rg16v { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.25rem;left:3.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ip9DLqzGmuN8AbLBGLiuPCPuZFm9HvJB { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.25rem;left:28.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eCECTCRhXVJcTXaqSN8pGhZRfOq9C0F0 { box-sizing:content-box;height:18.375rem;width:17.5rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.25rem;left:53.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.255859375rem;left:29.15625rem;display:block; }
#nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DN7TJpol8v0Hqs88pD94r09kWzRTzfZL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2834;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:5rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:27.6875rem;left:4.1875rem;display:block; }
#Smq5JstDMhbEbb3iFZLoT6JoGIQ2rgN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mKegVExINRCGt0EBa6W9mEupUvX8gMeK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2834;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:5rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:27.6875rem;left:28.5rem;display:block; }
#pfv7vGbDAy2P9dOBsyFDWor9X919nMJD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDvHnaE0e9LpcyGg9XMlT0gxvMitkdoR { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#2c2834;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:5rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:27.6875rem;left:54rem;display:block; }
#A4RfT0QsWuV2pmyswHh0byxIT4B4Eo4k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { z-index:;position:relative;display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { background-color: transparent; background-image: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row > .video-iframe-container { display: none; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .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); }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { border-width: 0; border-radius: 0; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { 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;font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:1.4624rem;font-style:normal;display:block; }
#ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { color:#2c2834;display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.6875rem;left:0rem;height:5.5rem;font-style:normal;display:block; }
#lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.5rem;left:0rem;display:block; }
#Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.9375rem;left:0rem;height:12.59375rem;display:block; }
#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { box-sizing:content-box;height:38.75rem;width:33.625rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a4ba2a7c-e9aa-482d-a641-4c1a64d07d0d/Capturedecran20241020a165325.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:5.875rem;left:41.375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.adaptive-delivery-prevent-bg, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyload, #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI.lazyloading { background-image: none; }
#FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:#2c2834;background-image:none;top:4.875rem;left:40.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:39rem;left:0rem;display:block; }
#ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { background-color: transparent; background-image: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { display: none; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .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); }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { border-width: 0; border-radius: 0; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:75rem;position:relative;display:block; }#b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:34.6875rem;display:block; }
#A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:11.5rem;left:0rem;display:block; }
#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f6f8;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; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { background-color: transparent; background-image: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { display: none; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .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); }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { border-width: 0; border-radius: 0; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { position:absolute;display:block;z-index:15000;height:21.75rem;width:59.9375rem;top:7.3125rem;left:7.5625rem;display:block; }
#LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { color:#2c2834;display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:1.4375rem;left:14.25rem;height:2.76220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { box-sizing:content-box;height:0.1875rem;width:16.5rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0625rem;left:29.25rem;display:block; }
#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(44,40,52,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; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container { background-color: transparent; background-image: none; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container > .video-iframe-container { display: none; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row > .video-iframe-container { display: none; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .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); }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container { border-width: 0; border-radius: 0; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#Nia1B31K0IwGXRCtlhBD9GyxFa6wv0b6 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQiFB8Z5Cu4AeDclc6Ck2TFJ1UVTI6Tt { 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:21.5rem;width:30.125rem;top:1.96875rem;left:33.6875rem;overflow:hidden;display:block; }
#RGI17k07EZSCZ3ZzT67ckV55BxQFl0OC { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.3125rem;left:0.875rem;height:6.75rem;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; }
#c4cvW18CRZmohEiWLgIDtX55zriwvXz5 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:12.21875rem;display:block; }
#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { position:relative;display:block; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { background-color: transparent; background-image: none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container > .video-iframe-container { display: none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row > .video-iframe-container { display: none; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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); }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { border-width: 0; border-radius: 0; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .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:54.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { color:#2c2834;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:3.625rem;left:17.34375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:34.6875rem;display:block; }
#MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { position:absolute;display:block;z-index:15031;height:21.75rem;width:75rem;top:9.875rem;left:0rem;display:block; }
#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { background-color: transparent; background-image: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { display: none; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .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); }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { border-width: 0; border-radius: 0; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { color:#2c2834;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:9.125rem;left:36rem;height:6.048825rem;font-style:normal;display:block; }
#CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { box-sizing:content-box;height:0.1875rem;width:5.625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.9375rem;left:36rem;display:block; }
#KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:19.375rem;left:36rem;height:1.57421875rem;display:block; }
#JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.9375rem;left:36.75rem;display:block; }
#TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sN6ln692TNrkH3uahQsEUQrS0dWzLram { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.5rem;left:36.75rem; }
#UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15022;background-color:#2c2834;background-image:none;top:4.6875rem;left:20.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#XdDEyoH37Oo6pbeVG2CcBzwwMyuqyzoy { position:absolute;display:block;z-index:15028;height:25.1875rem;width:32.25rem;top:5.5625rem;left:0rem;display:block; }
#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { 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; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { background-color: transparent; background-image: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container > .video-iframe-container { display: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container { display: none; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .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); }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { border-width: 0; border-radius: 0; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { color:#2c2834;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.875rem;left:18.1875rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#fffafb;background-image:none;top:10.3125rem;left:0rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.9375rem;left:6.625rem; }
#PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:17.0625rem;left:1.9375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { color:rgba(var(--color-tertiary-3),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:19.625rem;left:2.5rem;height:1.3999rem;text-align:center;text-align-last:center;display:block; }
#G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:#fffafb;background-image:none;top:10.375rem;left:19.125rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:17.125rem;left:21.0625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WWS3CbTF7kMpxK56EFTz0C6bJJ7CHIO0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:19.69921875rem;left:19.59375rem;height:;text-align:center;text-align-last:center;display:block; }
#T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12rem;left:25.75rem; }
#ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15024;background-color:#fffafb;background-image:none;top:10.3125rem;left:38.25rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#gc9xTiefs4SIilnabRptRIbZwO8rpPOu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:19.625rem;left:39.250000953674rem;height:2.796875rem;text-align:center;text-align-last:center;display:block; }
#umsbtIyvglLI38660Scx5Zzh3CnmS1WO { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:17.0625rem;left:40.1875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.9375rem;left:44.875rem; }
#s98vXwENnivciHGMzSbxkSdWNTrD3rvp { box-sizing:content-box;height:12.375rem;width:17.5rem;position:absolute;display:block;z-index:15028;background-color:#fffafb;background-image:none;top:10.3125rem;left:57.375rem;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.09) ;display:block; }
#T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:19.3125rem;left:59.09375rem;height:4.1953125rem;text-align:center;text-align-last:center;display:block; }
#zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { color:#2c2834;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:17.0625rem;left:59.3125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11.9375rem;left:64rem; }
#VgdCJ8iHP4Tmutw1bCpCkui1FxathTUm { color:rgba(var(--color-tertiary-3),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:19.625rem;left:19.96875rem;height:1.3984375rem;text-align:center;text-align-last:center;display:block; }
#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c2834;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; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { background-color: transparent; background-image: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { display: none; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .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); }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { border-width: 0; border-radius: 0; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.16845703125rem;left:29.1875rem;height:1.29980625rem;display:block; }
#fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { 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:3.3125rem;width:9.625rem;top:2.09375rem;left:0rem;overflow:hidden;display:block; }
#b01PTJPApcACxaaZGrKPHLNUUEO7e4EG { background-color:rgba(var(--color-secondary-2),0);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: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:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5rem;left:39.34375rem;display:block; }
#y4VFdbvT4bPCGd5Mi3y6cM2vr9zWevhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { background-color: transparent; background-image: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row > .video-iframe-container { display: none; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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); }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { border-width: 0; border-radius: 0; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .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; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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; }#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#KMQas50TcLRq2A0ofSScEi0HfuQBsDGN { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#A0My2mNt2ih9y2s2SrMFuvlPHMsbZZ9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { display:block; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { top:0.875rem;left:0rem;width:7.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slWU8nxU7aCAtQ1mMeVb0HWFWWJT32AQ { top:2.375rem;left:17.9375rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVXu8tSnkeQZHBob9XPw3XPuz5G4CpE { top:7.1875rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:none; }
 }@media only screen and (max-width: 763px) { #r3dRX4VM8NlglopaoOJBX19cob4N3X6t { top:16.1875rem;left:0rem;width:9.0625rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoH48dI4XxqNgrC4Lo5AgzOwcnqatVzC { top:10.125rem;left:0rem;width:6.4375rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3M3r8Q7HZZ34Sg8A84Jra4URddngWXF { top:12.1875rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xzda8rMl73pNEVhLIM06ukLiJAVomfi2 { top:7.9375rem;left:0rem;width:6.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { top:2.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:2rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { top:11.75rem;left:2rem;width:41.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { top:14.25rem;left:2rem;width:41rem;height:5.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { top:23.5rem;left:2rem;width:38rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { top:32.5625rem;left:2rem;width:40.1875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { top:34.6875rem;left:11.9375rem;width:20.3125rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { top:38.9375rem;left:2.75rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwb3x8tzpVqeoknZOHISo5o8MEy88EUG { top:3rem;left:27.75rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:none; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { top:21.125rem;left:13.15625rem;width:19.125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { top:1.5625rem;left:0rem;width:10.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:38.375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:38.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #SEC1J55dZlQCWpoyqR6KQdCgU1naFUO1 { width:6.4375rem;height:2.5rem;top:2.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF8xfkPzOM9T4vCR2cuSXCFb2LJ6M3Hx { display:block; }
 }@media only screen and (max-width: 763px) { #b5O1VWta8DLTUT2ZVTBBW9Todxadp6dz { width:7.5rem;height:2.5rem;top:2.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4fzkpSoJaFrbKv6BULexsDk2TU0JSoq { display:block; }
 }@media only screen and (max-width: 763px) { #xRZUXaWBtyyUp3a0Mgglfuze06z8hzw9 { width:7.5rem;height:1.4375rem;top:3rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7MaSBuXyNoi16AxfhHcT0kparHMHvQe { display:block; }
 }@media only screen and (max-width: 763px) { #D2A4wLKZT38uoQFBIbzz9S9m0K9L8TrQ { width:6.4375rem;height:2.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxLEo20PpXAkkQSZp5ZBENOAri6aTJF1 { display:block; }
 }@media only screen and (max-width: 763px) { #fQMliDac4HKDTMNbAlIdox0zKdqugPts { width:7.5rem;height:1.4375rem;top:3rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlp6bVTCMBdEVKgqPIecobvsPAWKgMXr { display:block; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { top:1.3125rem;left:0rem;width:47.75rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2aB1AIONIKfdtxoqe5wfKD8KTUrloXE { top:8.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #speGg8w1rGBO8HuISTSbkuO5gWsQTps5 { top:10.875rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPNblUH28fXWplxlXoTlutSRDv7XHJDt { top:18rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFn2sTXpIITFncTNa5R4fA4XptWSe8v { top:19.75rem;left:0rem;width:39rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzGk08ycz5K1Lrv2opRDXndTdFvnH6m { width:24.625rem;height:3.4375rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFkZUzls1hqQJgaOBlUzmGnKXuKhTXIT { display:block; }
 }@media only screen and (max-width: 763px) { #rDLZBNiKMR4GFM0o3voptZSv93FSJeMH { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXWFrD6xQH3IsJK8Xorg7Jqa6v7cmLKG { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L { display:block; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEG0RxoypHVuBlk4Oul7Or5XK1D3sdIt { top:9.75rem;left:19rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg { width:47.75rem;height:12.875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFBI3BllUWzmgF2ul2zQaEZXdTVkItpz { width:47.75rem;height:6.875rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { top:3.75rem;left:0rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { top:8.125rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ { top:14.25rem;left:0rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGztnIuz3QZnWG9WTyVH9iqdrakZhDFg { top:19.0625rem;left:0rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFHqmInaUsGE4ziz4r9Fu1AI9RqyxRNr { top:19.0625rem;left:15.625rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb0J6NT2gTf4G7cMQmrDdiscaauTacW { top:14.25rem;left:14.5625rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJuL4P3OcCirKsBJVgqCVI3mXLp4eJgD { top:19.0625rem;left:32.375rem;width:15.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg { top:14.25rem;left:30.25rem;width:17.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDfNVBz8l9kbGiOZTO2igRvNm2rg16v { top:14.25rem;left:0rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9DLqzGmuN8AbLBGLiuPCPuZFm9HvJB { top:14.25rem;left:14.5625rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCECTCRhXVJcTXaqSN8pGhZRfOq9C0F0 { top:14.25rem;left:30.25rem;width:17.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:35.25rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #DN7TJpol8v0Hqs88pD94r09kWzRTzfZL { width:16.875rem;height:5rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smq5JstDMhbEbb3iFZLoT6JoGIQ2rgN7 { display:block; }
 }@media only screen and (max-width: 763px) { #mKegVExINRCGt0EBa6W9mEupUvX8gMeK { width:16.875rem;height:5rem;top:27.6875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfv7vGbDAy2P9dOBsyFDWor9X919nMJD { display:block; }
 }@media only screen and (max-width: 763px) { #WDvHnaE0e9LpcyGg9XMlT0gxvMitkdoR { width:16.875rem;height:5rem;top:27.6875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4RfT0QsWuV2pmyswHh0byxIT4B4Eo4k { display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { top:7.125rem;left:0rem;width:22.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { top:9.6875rem;left:0rem;width:34.4375rem;height:5.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { top:17.5rem;left:0rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { top:19.9375rem;left:0rem;width:39rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { top:5.875rem;left:14.125rem;width:33.625rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { top:4.875rem;left:26.6875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { top:7.625rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { top:11.5rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { top:7.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:46.4375rem;height:;top:1.4375rem;left:0.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { top:5.0625rem;left:15.625rem;width:16.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt { display:block; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nia1B31K0IwGXRCtlhBD9GyxFa6wv0b6 { width:30.0625rem;height:2.4375rem;top:3.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQiFB8Z5Cu4AeDclc6Ck2TFJ1UVTI6Tt { top:1.9375rem;left:0.6875rem;width:30.125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGI17k07EZSCZ3ZzT67ckV55BxQFl0OC { width:28.3125rem;height:8.4375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cvW18CRZmohEiWLgIDtX55zriwvXz5 { top:7.4375rem;left:6.3125rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:block; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { top:3.625rem;left:3.71875rem;width:40.3125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { top:7.4375rem;left:21.0625rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { top:9.875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { top:9.125rem;left:9.125rem;width:38.625rem;height:6rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { top:16.9375rem;left:22.375rem;width:5.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { top:19.375rem;left:8.75rem;width:39rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { width:15.6875rem;height:3.4375rem;top:23.9375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block; }
 }@media only screen and (max-width: 763px) { #sN6ln692TNrkH3uahQsEUQrS0dWzLram { top:24.5rem;left:23.125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { top:4.6875rem;left:7.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDEyoH37Oo6pbeVG2CcBzwwMyuqyzoy { top:5.5625rem;left:0rem;width:32.25rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { display:block; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { top:3.875rem;left:4.5625rem;width:38.625rem;height:3rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { top:10.3125rem;left:0rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { top:11.9375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { top:17.0625rem;left:0rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { top:19.625rem;left:0rem;width:12.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { top:10.375rem;left:5.5rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { top:17.125rem;left:7.4375rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWS3CbTF7kMpxK56EFTz0C6bJJ7CHIO0 { top:19.6875rem;left:5.96875rem;width:16.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { top:12rem;left:12.125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { top:10.3125rem;left:24.625rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9xTiefs4SIilnabRptRIbZwO8rpPOu { top:19.625rem;left:25.625rem;width:15.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsbtIyvglLI38660Scx5Zzh3CnmS1WO { top:17.0625rem;left:26.5625rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { top:11.9375rem;left:31.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s98vXwENnivciHGMzSbxkSdWNTrD3rvp { top:10.3125rem;left:30.125rem;width:17.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { top:19.3125rem;left:33.5625rem;width:14.1875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { top:17.0625rem;left:33.9375rem;width:13.8125rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { top:11.9375rem;left:43.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgdCJ8iHP4Tmutw1bCpCkui1FxathTUm { top:19.625rem;left:6.34375rem;width:15.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { top:4.125rem;left:1.9375rem;width:29.375rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { top:2.0625rem;left:0rem;width:9.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01PTJPApcACxaaZGrKPHLNUUEO7e4EG { width:9.0625rem;height:1.6875rem;top:1.5rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4VFdbvT4bPCGd5Mi3y6cM2vr9zWevhK { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #KMQas50TcLRq2A0ofSScEi0HfuQBsDGN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #A0My2mNt2ih9y2s2SrMFuvlPHMsbZZ9p { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brwl7W7LGaFW5IO24eD0COqHtVXGSzoT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#2c2834;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { background-color: transparent; background-image: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { display: none; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .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); }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { border-width: 0; border-radius: 0; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brwl7W7LGaFW5IO24eD0COqHtVXGSzoT > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTOHxTRnOp3aETUfhsnvWHURVCNouKl9 { width:6.6875rem;height:2.3125rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #slWU8nxU7aCAtQ1mMeVb0HWFWWJT32AQ { width:6.875rem;height:1.29980625rem;top:6.6875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHVXu8tSnkeQZHBob9XPw3XPuz5G4CpE { width:4.125rem;height:1.29980625rem;top:4.8125rem;left:0.65625rem;font-size:1rem;color:#fefefe;display:block; }
 }@media only screen and (max-width: 763px) { #dJmqbQzTE59n9TFa9hSVQqxI80nvaweo { display:flex;top:1.8125rem;left:17.8125rem;width:2.1875rem;height:2.1875rem;z-index:15022;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #r3dRX4VM8NlglopaoOJBX19cob4N3X6t { width:4.8125rem;height:1.29980625rem;top:6.76171875rem;left:14.4375rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EoH48dI4XxqNgrC4Lo5AgzOwcnqatVzC { width:6.3125rem;height:1.29980625rem;top:4.8125rem;left:13.6875rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #g3M3r8Q7HZZ34Sg8A84Jra4URddngWXF { width:5.375rem;height:1.29980625rem;top:6.6875rem;left:0rem;font-size:1rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Xzda8rMl73pNEVhLIM06ukLiJAVomfi2 { width:5.125rem;height:1.29980625rem;top:4.8125rem;left:7.4375rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #thBMTvcbOGelgNihIQtnBn7SVx0RZdAB { display:block; }#thBMTvcbOGelgNihIQtnBn7SVx0RZdAB > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #at3eb2nunFNak8aOwFS3Q2tOwZEDaAQd { display:flex;width:3.25rem;height:3.25rem;top:3.875rem;left:16.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtHUHThPxkckR2F65XTNc2bea21mEaMC { width:15.6875rem;height:3.4375rem;top:17.1875rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NximvK00k0OEQcRLLigWiV6M5HJBIF1m { display:block; }
 }@media only screen and (max-width: 763px) { #R0Bp942aNxk4c55sT2GI4kKWTl8kF6fN { width:20rem;height:0.9746125rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAWl3KtOQiZHgTe7JxTATuyO2xlZCRsV { width:20rem;height:6.07324375rem;top:10.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8qtPFnFMy7BoK7R2LFtmKciUTbE9Os6 { width:20rem;height:14.168rem;top:20.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzaOp61llhLzUDK7RcGG3Pq8fr8hGQkX { width:20rem;height:0.125rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQB34bR9wFEm484hLCuLbp9PF0JQQNKp { width:20rem;height:1.6499rem;top:39.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbLTw7ydaKE0ZyF1sQO2f1tWndbwxxUM { display:flex;width:2.3125rem;height:2.3125rem;top:47.8125rem;left:2.9375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #wwb3x8tzpVqeoknZOHISo5o8MEy88EUG { width:9.0625rem;height:1.4624rem;top:98rem;left:5.46875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l9puP6TMvIkAELOvCswUT6e5NAamQvAQ { display:flex;top:37.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;z-index:14999;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #rSAhJnryev9LLQiOG4xREQemobCXN9Se { width:10.875rem;height:0.75rem;top:18.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaorshDtlUpIzo5xL7TwnHGwHE7Q0cQD { width:6.625rem;height:2.25rem;top:74.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOkl12akUsTOsSEVgLF6fQNHOTBceBTO { width:15.5625rem;height:3.4375rem;top:42.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZN2IQiWaqUKI9bJhURlQgF7zPr3kfqo { display:block; }
 }@media only screen and (max-width: 763px) { #nFkvnBmdLoG0AyEkCZX16pKbKXC6MmCe { width:15.6875rem;height:3.4375rem;top:47.25rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Rdo8hBI23Up9JvdZZZAsi1RshQUo8Vk4 { display:block; }
 }@media only screen and (max-width: 763px) { #SEC1J55dZlQCWpoyqR6KQdCgU1naFUO1 { width:6.4375rem;height:2.5rem;top:54.125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wF8xfkPzOM9T4vCR2cuSXCFb2LJ6M3Hx { display:block; }
 }@media only screen and (max-width: 763px) { #b5O1VWta8DLTUT2ZVTBBW9Todxadp6dz { width:7.5rem;height:2.5rem;top:57.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4fzkpSoJaFrbKv6BULexsDk2TU0JSoq { display:block; }
 }@media only screen and (max-width: 763px) { #xRZUXaWBtyyUp3a0Mgglfuze06z8hzw9 { width:7.5rem;height:1.4375rem;top:61.625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7MaSBuXyNoi16AxfhHcT0kparHMHvQe { display:block; }
 }@media only screen and (max-width: 763px) { #D2A4wLKZT38uoQFBIbzz9S9m0K9L8TrQ { width:6.4375rem;height:2.5rem;top:50.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxLEo20PpXAkkQSZp5ZBENOAri6aTJF1 { display:block; }
 }@media only screen and (max-width: 763px) { #fQMliDac4HKDTMNbAlIdox0zKdqugPts { width:7.5rem;height:1.4375rem;top:64.3125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dlp6bVTCMBdEVKgqPIecobvsPAWKgMXr { display:block; }
 }@media only screen and (max-width: 763px) { #N5svc2mV6r2VTsOXXPOSS49ev292GWT5 { display:block; }#N5svc2mV6r2VTsOXXPOSS49ev292GWT5 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOxUrHMGz1QVvSTy3VC5LDkpwkUNqasp { width:20rem;height:12.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2aB1AIONIKfdtxoqe5wfKD8KTUrloXE { width:12.5rem;height:1.4624rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #speGg8w1rGBO8HuISTSbkuO5gWsQTps5 { width:20rem;height:4.125rem;top:18.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPNblUH28fXWplxlXoTlutSRDv7XHJDt { width:5.625rem;height:0.1875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADFn2sTXpIITFncTNa5R4fA4XptWSe8v { width:20rem;height:26.76171875rem;top:26.875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzGk08ycz5K1Lrv2opRDXndTdFvnH6m { width:20rem;height:3.25rem;top:55.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFkZUzls1hqQJgaOBlUzmGnKXuKhTXIT { display:block; }
 }@media only screen and (max-width: 763px) { #rDLZBNiKMR4GFM0o3voptZSv93FSJeMH { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXWFrD6xQH3IsJK8Xorg7Jqa6v7cmLKG { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L { display:block; }#qzSaQAdCMCyCHJ3IZiOl9MQaATBbLQ8L > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CEG0RxoypHVuBlk4Oul7Or5XK1D3sdIt { width:12.5rem;height:0.12402375rem;top:7.40625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg { width:20rem;height:5.9375rem;top:9.03125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a2b7841c-8e83-4e49-ba1e-5f2feaec3c75/WhatsAppImage20221128at114346.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.adaptive-delivery-prevent-bg, #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.lazyload, #DFPz8szTCSeFKcbareqtHTxb0BUsnbMg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qFBI3BllUWzmgF2ul2zQaEZXdTVkItpz { width:20rem;height:5.15625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh { display:block; }#NQiTfiUTx7MKdtgAWmHVymz53x8nTwzh > .row .container { width:20rem;height:74rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n13gg2wC05oTDtidciVNEc2hfvSgufZE { width:20rem;height:4.673825rem;top:2.4755859375rem;left:0rem;font-size:2.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T7PPz2TRKuFZXN4XAykThk2kPl9RXNOF { width:5.625rem;height:0.1875rem;top:8.150390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPuAqt96NU4q3OzD97wFmeeRS9R4aWAQ { width:20rem;height:12.6875rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGztnIuz3QZnWG9WTyVH9iqdrakZhDFg { width:14.625rem;height:3rem;top:14.625rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFHqmInaUsGE4ziz4r9Fu1AI9RqyxRNr { width:17.5625rem;height:3rem;top:33.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFb0J6NT2gTf4G7cMQmrDdiscaauTacW { width:20rem;height:12.6875rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJuL4P3OcCirKsBJVgqCVI3mXLp4eJgD { width:15.375rem;height:3rem;top:52.6875rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgqBtrDT8wrw3wBWQqTKF9aPSSQA1lPg { width:20rem;height:12.6875rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDfNVBz8l9kbGiOZTO2igRvNm2rg16v { width:20rem;height:17.9375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip9DLqzGmuN8AbLBGLiuPCPuZFm9HvJB { width:20rem;height:17.9375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCECTCRhXVJcTXaqSN8pGhZRfOq9C0F0 { width:20rem;height:17.9375rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJhTemxKqwOwaGXTGwouW1Ldvs9kiqW { width:15.5625rem;height:3.4375rem;top:67.8125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDubKE046QKIsTpThdDPl5ZzkRW3Ce73 { display:block; }
 }@media only screen and (max-width: 763px) { #DN7TJpol8v0Hqs88pD94r09kWzRTzfZL { width:16.875rem;height:5rem;top:22.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smq5JstDMhbEbb3iFZLoT6JoGIQ2rgN7 { display:block; }
 }@media only screen and (max-width: 763px) { #mKegVExINRCGt0EBa6W9mEupUvX8gMeK { width:16.875rem;height:5rem;top:41.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfv7vGbDAy2P9dOBsyFDWor9X919nMJD { display:block; }
 }@media only screen and (max-width: 763px) { #WDvHnaE0e9LpcyGg9XMlT0gxvMitkdoR { width:16.875rem;height:5rem;top:60.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4RfT0QsWuV2pmyswHh0byxIT4B4Eo4k { display:block; }
 }@media only screen and (max-width: 763px) { #k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI { display:block; }#k9TX1IolHa1GB2t7C6kfHZeBABh7WzWI > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyMyPPAMNnZp5gdaLxsZ3JMClf4Wnu1 { width:12.5rem;height:2.923825rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsZBaS4XK2wbfwzmmWda0skSLD4NdClG { width:20rem;height:4.125rem;top:21rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lie5382Tr1PTNI1zqDhDfhrcLlxOMTu2 { width:5.625rem;height:0.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6lzuAgcCRXyixTDrdWuFqx4VLzRPhqn { width:20rem;height:28.33590625rem;top:26.875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Cy9zsqcxz6OhECuWngtPC2sJm30iwuiI { width:19.5rem;height:12.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGTQh3scpaKnDmGK3Q89dOmPTJiwaQ7E { width:8.125rem;height:6.6875rem;top:2.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOTWepbFqENS5oHsBFxIvDfBFFHnblgr { width:15.5625rem;height:3.4375rem;top:56.46925rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4rOe8C7bKiAuAPtTUBWSaZUzlGXthg { display:block; }
 }@media only screen and (max-width: 763px) { #DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf { display:block; }#DOfLu4lCX9DLf0JNeSqEiNLV8iFaaGyf > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5cQpcRJ8h5m6sdiC2Q9cfQvdLMoZzys { width:20rem;height:2.3374rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Wa9osnPqHWmnDBxxxzOHFlh6h76s2M { width:5.625rem;height:0.1875rem;top:6.05859375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2e4n5KgawZsWWKBdWdmvL1NkUhIW64B { width:20rem;height:21.75rem;top:7.80859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2C2NDemWq5sOeZOTBbswLWvmpnWSoss { display:block; }#X2C2NDemWq5sOeZOTBbswLWvmpnWSoss > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJM2QRmqTZf6EZhqQ5fyhE75WSbJbTbZ { width:20rem;height:21.75rem;top:4.662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV2S6RW97SoSzbAngq6hgTMQ8Tmd8LM { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2c2834;display:block; }
 }@media only screen and (max-width: 763px) { #VJQToeFqgt324AfyHbhpfCEQRwhT5OqU { width:16.5rem;height:0.1875rem;top:4rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt { display:block; }#T6zFyPDZVSwiaKRfTgEaGiIOb1qVbxrt > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nia1B31K0IwGXRCtlhBD9GyxFa6wv0b6 { width:17.9375rem;height:2.4375rem;top:1.36328125rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQiFB8Z5Cu4AeDclc6Ck2TFJ1UVTI6Tt { width:18.75rem;height:13.375rem;top:18.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGI17k07EZSCZ3ZzT67ckV55BxQFl0OC { width:20rem;height:9.5625rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cvW18CRZmohEiWLgIDtX55zriwvXz5 { width:5.625rem;height:0.1875rem;top:4.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 { display:block; }#i1MN3vRrkQdsITNFgZFTIeMnk3x08Xo3 > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DD5txK09dol9PSSeyAZqqhXVz8NRFAHN { width:20rem;height:4.125rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4SS3JtNNSTNA8ATW0TOlw6sQCtPnOlk { width:5.625rem;height:0.1875rem;top:7.68359375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHPafZZnv7Wzdqlq1LPDQxfkynXibmd1 { width:20rem;height:21.75rem;top:9.74609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 { display:block; }#JuVwTsreVHz31tPeEBJWuFp3gg3AXED7 > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nCDz52L1PFOK6Hik7XfytUu2DOXC3yKl { width:20rem;height:7.01075rem;top:2.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGtpdk51NVFDmERnEV6VyJOl9ZlznKH0 { width:5.625rem;height:0.1875rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRkCk1fBs1dFgGzeTpPgX5NMqRVcuxVe { width:20rem;height:4.72265625rem;top:11.9375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #JEpPVgMDyeh8ix7lDoA9EXIVuK2TK6Lc { width:15.6875rem;height:3.4375rem;top:17.6875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSylbSgsbKww9LbQCOiv9TIBnQ3AsHFz { display:block; }
 }@media only screen and (max-width: 763px) { #sN6ln692TNrkH3uahQsEUQrS0dWzLram { display:flex;width:2.3125rem;height:2.3125rem;top:18.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #UrkBUX9askIVgrh9HT7xFLRI4ZWo9iK5 { width:8.125rem;height:6.6875rem;top:2.5rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdDEyoH37Oo6pbeVG2CcBzwwMyuqyzoy { width:20rem;height:25.1875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f { display:block; }#cJxD5LxUJmMnNIRihW8pTUvOlfwRAP0f > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDaKwqqE5rcCPbPidaUOwv3V5wJI6yiH { width:20rem;height:2.19986875rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMFM4GhwwKRgWkEDk1ZMHD6gT2KL9Oiv { width:17.5rem;height:12.375rem;top:6.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT5l97h9aG0DpW1hBsuUycgU99ZHMUOw { display:flex;width:4.375rem;height:4.375rem;top:8rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #PEOpHtb2uB3d9nTooF60EyrfllWu9TkV { width:13.8125rem;height:1.7871125rem;top:13.125rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ91pWXsnnsgeibCvTkf0LLP4mT39o9r { width:12.6875rem;height:1.3999rem;top:15.6875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ZuRto9Pgey5EIMTwCHFBgSfOF4zJhC { width:17.5rem;height:12.375rem;top:19.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBNw7mqOKsJvAMfDzbCHHrvefMDmLs9b { width:13.8125rem;height:1.7871125rem;top:26.25rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWS3CbTF7kMpxK56EFTz0C6bJJ7CHIO0 { width:16.6875rem;height:0;top:28.8125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6QkwmeTpuQkCGVzGFiS12GsAOLcKMXS { display:flex;width:4.375rem;height:4.375rem;top:21.125rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #ft2zZl6nlicthbpH3w7JFqaU7CvStJgh { width:17.5rem;height:12.375rem;top:32.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc9xTiefs4SIilnabRptRIbZwO8rpPOu { width:16.5rem;height:2.7998rem;top:41.9375rem;left:1.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umsbtIyvglLI38660Scx5Zzh3CnmS1WO { width:13.8125rem;height:1.7871125rem;top:39.375rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnC7ALtWbwwsVx5Hv7T2U7C181EE9iar { display:flex;width:4.375rem;height:4.375rem;top:34.25rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #s98vXwENnivciHGMzSbxkSdWNTrD3rvp { width:17.5rem;height:12.375rem;top:45.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T96KT4DTQAyrx2Fx4cuwTROPtOXVBhh2 { width:14.1875rem;height:4.1982375rem;top:54.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlSElM2ZliRbFRL3xclc1rlhMQVliLh { width:13.8125rem;height:1.7871125rem;top:52.5rem;left:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg16SIFsIfXqtiURm536ggf7lzGzp6Bz { display:flex;width:4.375rem;height:4.375rem;top:47.375rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #VgdCJ8iHP4Tmutw1bCpCkui1FxathTUm { width:15.9375rem;height:1.3994125rem;top:29.44921875rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL { display:block; }#X8zTyT4nTHsmBuqyCFqP74bNpb2KuvdL > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIJPnZVVCUTwPAATrb3FGUarevR1d5yM { width:20rem;height:2.2744125rem;top:5.11328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBldw2ciODTz82FmBfZUrSOHNAG1LuSB { width:5.9375rem;height:2.0625rem;top:1.76171875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01PTJPApcACxaaZGrKPHLNUUEO7e4EG { width:9.0625rem;height:1.6875rem;top:1.94921875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4VFdbvT4bPCGd5Mi3y6cM2vr9zWevhK { display:block; }
 }@media only screen and (max-width: 763px) { #bHzcXwn2EOg7xIErQgmxqacvErSLfgXC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#bHzcXwn2EOg7xIErQgmxqacvErSLfgXC > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#eTaLDq8QcpRGgTIxiXKBWhV22Rx08xyg > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #KMQas50TcLRq2A0ofSScEi0HfuQBsDGN { top:0.78125rem;left:3.71875rem;z-index:15050;width:12.5625rem;height:3.375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -moz-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -ms-linear-gradient(178deg, #e05e3d, #e03d3d);background-image: -o-linear-gradient(178deg, #e05e3d, #e03d3d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05e3d', endColorstr='#e03d3d' );";background-image: linear-gradient(178deg, #e05e3d, #e03d3d);background-size:auto !important;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0My2mNt2ih9y2s2SrMFuvlPHMsbZZ9p { display:block; }
 }