.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_06f243ad7992e8bb93198a2f051b13c0294ed9f4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { font-size:0.875rem;font-family:roboto;height:6.25rem;width:75rem;position:relative;display:block; }#RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { box-sizing:content-box;height:4.375rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:32.8125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:roboto;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.875rem;left:63.53125rem;display:block; }
#HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { background-color:transparent;background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:56.71875rem;display:block; }
#ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { background-color:transparent;background-image:none;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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:48.843750953674rem;display:block; }
#In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_46c8580bc184be4565c3bfb74491abca087dcc2d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa.adaptive-delivery-prevent-bg, #FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa.lazyload, #FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa.lazyloading { background-image: none; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container { background-color: transparent; background-image: none; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container > .video-iframe-container { display: none; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row > .video-iframe-container { display: none; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .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); }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container { border-width: 0; border-radius: 0; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container { font-size:0.875rem;font-family:roboto;height:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ARTNiJH9skUts7l4EGN3mxn87rNJMKkg { color:rgba(var(--color-tertiary-4),1);display:block;width:45.0625rem;position:absolute;font-family:roboto;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:11.6875rem;left:0rem;height:7.000875rem;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; }
#NJE3JVQy1dlIL9fehwLoXWi1cCQvr6Hq { color:rgba(var(--color-tertiary-4),1);display:block;width:43.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:19.999999761581rem;left:0rem;height:6.29775rem;font-style:normal;display:block; }
#s6PQ8J6ur3fVRAhf0JKQBdHFHVC0WwBX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3d3b83;border-left:0.0625rem solid #3d3b83;border-right:0.0625rem solid #3d3b83;border-bottom:0.0625rem solid #3d3b83;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.625000953674rem;left:4.265625rem;display:block; }
#azIvUT2vCDTtTUtKcZU6zAKRTy8tL0lk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3XLN8y2pxhS3AXHufOat5wFaBHJKoSr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;box-shadow: none;height:16.875rem;width:30rem;top:0rem;left:45rem;overflow:hidden;display:block; }
#fq35VsKUIL4zeEqBPfJcJlEEOt0SVVXw { box-sizing:content-box;height:26.6875rem;width:30rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20rem;left:36.500001907349rem;border-top-right-radius:21.875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#dnz9ET5EAZndCwugGqPtKQFx81RtKOaQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:17.3125rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#smASOzAfrFi2riklfW6J90hoep9WeKyK { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.137500524521rem;left:21.937500953674rem;height:15.59894375rem;display:block; }
#lRJQ7OBxqoSEUFsWWc7eecz7TquTogXq { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:13.6875rem;top:28.137499809265rem;left:3.6742181777954rem;overflow:hidden;display:block; }
#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { position:relative;display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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:roboto;height:44.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { box-sizing:content-box;height:42.5625rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:0rem;left:38.750000953674rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:36.4375rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:14.625rem;top:24.375005722046rem;left:8.2499990463256rem;overflow:hidden;display:block; }
#ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { box-sizing:content-box;height:15.625rem;width:15.625rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.499997138977rem;left:15.4375rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.031250953674rem;height:25.19099375rem;font-style:normal;display:block; }
#mWIE2KxH73p2Q7tdqm0x4TOG5flD8ROe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:17.875rem;top:3.5874996185302rem;left:40.47500038147rem;overflow:hidden;display:block; }
#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/13f4fd08-ddf2-4e4e-a40d-56c31b2e976a/for_who_3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.adaptive-delivery-prevent-bg, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyload, #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx.lazyloading { background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { background-color: transparent; background-image: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { display: none; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .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); }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { border-width: 0; border-radius: 0; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { font-size:0.875rem;font-family:roboto;height:42.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.2492184638977rem;left:0rem;height:6.0004375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { box-sizing:content-box;height:26.75rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:13.406250357628rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:22.750000357628rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.312500357628rem;left:3.53125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:15.375000357628rem;left:8.999218940735rem; }
#g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { box-sizing:content-box;height:25.0625rem;width:22.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.9375rem;left:52.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:29.312500357628rem;left:40.175000190735rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:22.750000357628rem;left:40.175000190735rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.375000357628rem;left:44.643750190735rem; }
#QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:15.375000357628rem;left:27.750000953674rem; }
#rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:22.750000357628rem;left:21.811718940735rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILo85cFftn5iKv92yb0XVqnFRt894HwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:29.312500357628rem;left:20.624218940735rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfOxn07yP22pdTNK06E0BKGskHEO3vlq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:22.750000357628rem;left:60.218750953674rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0leW6yWJwdUGOAESb8daolwGtPbMFy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:29.312500357628rem;left:57.031250953674rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf3m9IJSo4O9uJFec5PrnTfmq4vC1U49 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.375000715256rem;left:62.937500953675rem; }
#RQi35gJeXMnK6e2fOwTnoxMPP4XwImGB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:34.0625rem;left:8.124218940735rem;height:3.6762125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ulmpdpDULiMmwc6Xa44KAU0lCm2u4I4U { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:34.0625rem;left:26.875000953674rem;height:3.6762125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XvZ1MWx2FPtQfXUmBzmIpkyfxHbXAKKr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:34.0625rem;left:44.425000190735rem;height:3.6762125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhIPJIbHoXUccpTcZ9EOqFqioxVENqEy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.0625rem;left:62.062500953674rem;height:3.6762125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_555d69ff5f47643019c99aaba526856d639bab2b.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.adaptive-delivery-prevent-bg, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyload, #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe.lazyloading { background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { background-color: transparent; background-image: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { display: none; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .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); }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { border-width: 0; border-radius: 0; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { font-size:0.875rem;font-family:roboto;height:125.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.0000066757202rem;left:0rem;height:3.00021875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:17.562501192093rem;left:40.062500953674rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:21.067969560623rem;left:40.062500953674rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TSRONu2mfhph3MshaZMky51z0oykrINW { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:14.187501192093rem;left:40.062500953674rem; }
#DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.1250002384187rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:17.562501192093rem;left:0.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:21.067972421646rem;left:0rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.312501192093rem;left:0rem; }
#KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:37.75rem;left:40.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:42rem;left:40.0625rem;height:9.798175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.6875rem;left:40.0625rem; }
#dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:37.75rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.6875rem;left:0.5625rem; }
#fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:42rem;left:0rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRJ63y3N5Jw3fWqIUxcOFnyHrrHk2phy { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:55.3125rem;left:0rem; }
#DrXQQE2f2E2ROhq5DGnZ8CER1JMAZrRv { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:55.3125rem;left:40.0625rem; }
#xT7GZRAIsGCTmJBBPFafT2bTkqUXV48I { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:59.8125rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bRVyFQFAtHmw43RELnNw19xwcohgOcTS { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:59.8125rem;left:40.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QeylhBH8IDOAwWyoRZTiSmc2pv4MvBMm { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:77.6875rem;left:0rem; }
#HTB4pO6qvVtRp82SuohtKuZ5s3IgHTqJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:77.6875rem;left:40.0625rem; }
#yrAke1qQP1sJRZssaOBTzviC6Rgl01ld { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:81.75rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yH7n0NNsgHC38EXklwIWX5PiFw3NSt47 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:81.75rem;left:40.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iSSLpGFuFNSWPqPv5sW8BRitLFn5Oabp { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:100.6875rem;left:0rem; }
#kT8VPPBW1n50sqLoav1VfG6woF1FA1T8 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:104.625rem;left:0rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFSbqGo1pNrvBZLGenq83GNhW1HxCXIo { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:100.6875rem;left:40.0625rem; }
#k5zamfOzT6e9TcU2mc4b69z7DRUw935Q { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:104.625rem;left:40.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RQi4UUgZyJRb5mCtbTOGMy0cvFz5pdce { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:64.5625rem;left:0rem;height:6.99869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3xaVLaIzh3t1Opdt9Z1sgFUmLvC2QQm { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:64.5625rem;left:40.0625rem;height:6.99869375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VokKdoAFiNXJ068EdUm4NCIN6SNlzdrx { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:86.375rem;left:0rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lAqhR0kpdikhy6bsJDfRuqAAledmreIG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:86.375rem;left:40.0625rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WI3EC4nBNBq8JlBimtvLd91QZ3ZXmWX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:109.4375rem;left:0rem;height:12.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RxMepx6ATmWvRyzRT5uE4NH9Dek2NnNB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:109.4375rem;left:40.0625rem;height:12.59765rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { 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;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; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { background-color: transparent; background-image: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container { display: none; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .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); }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { border-width: 0; border-radius: 0; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { font-size:0.875rem;font-family:roboto;height:11.25rem;width:75rem;overflow:visible;position:relative;display:block; }#EuoeTS17vSb4OyEG1pIU4JE7GHsiqfW6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:5.875rem;top:2.59375rem;left:0rem;overflow:hidden;display:block; }
#mZJZJwpipDUEti9wSoPveSGfFnSHv1ch { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9rem;top:3.65625rem;left:9.8125rem;overflow:hidden;display:block; }
#T9nrqeepg7O2xRFFah4nO1Nkg2nJOd8V { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.0625rem;top:3.65625rem;left:21.625rem;overflow:hidden;display:block; }
#dZ7T49warZEkXaJBQrvnB6aWFH5focLx { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.375rem;top:3.4375rem;left:30.687501907349rem;overflow:hidden;display:block; }
#RvWVefnJQgXgJT71t1UvFBUB39PAq4rt { position:absolute;display:block;z-index:15037;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:4rem;width:6.875rem;top:3.625rem;left:42.062501907349rem;overflow:hidden;display:block; }
#Soyvtr92OXBR7V46fxdAUciFEEOp3bRr { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.25rem;top:2.375rem;left:50.625001907349rem;overflow:hidden;display:block; }
#EClOlV9hgcqni0Pkt68mO5Llm0Qc5tyl { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:2.5rem;left:58.875001907349rem;overflow:hidden;display:block; }
#TuWkBPqoE5dJGrRvXrHovxLFSMci8tQf { position:absolute;display:block;z-index:15040;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.875rem;width:7.25rem;top:3.6875rem;left:67.12500190735rem;overflow:hidden;display:block; }
#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { background-color:rgba(var(--color-primary-0),1);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; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { background-color: transparent; background-image: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container > .video-iframe-container { display: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container { display: none; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .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); }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { border-width: 0; border-radius: 0; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { font-size:0.875rem;font-family:roboto;height:30.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.0617198944092rem;left:0rem;height:6.0004375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BwkRlTVZBzGAqklKNminBbAqIde5qDWT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:18.310157775879rem;left:14.988280296326rem;overflow:hidden;display:block; }
#Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:11.75rem;top:3.0617198944092rem;left:30.749218940735rem;overflow:hidden;display:block; }
#uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:10.1875rem;top:18.310157775879rem;left:31.530468940735rem;overflow:hidden;display:block; }
#ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:8.5rem;top:18.310157775879rem;left:49.187500953674rem;overflow:hidden;display:block; }
#yTC5fCTh9m3IcdOdTpvMoxEgFhWpUyAI { color:#000000;display:block;width:23rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:5.5929698944092rem;left:46.662499427796rem;height:6.5rem;display:block; }
#oibWCwKDntkaWxtfwpubayoWtOkEgTDp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://icons.assets-landingi.com/icon_cc1a56dc512c9a2ccd1fd590ab9c51bf40384914.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp.adaptive-delivery-prevent-bg, #oibWCwKDntkaWxtfwpubayoWtOkEgTDp.lazyload, #oibWCwKDntkaWxtfwpubayoWtOkEgTDp.lazyloading { background-image: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { background-color: transparent; background-image: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { display: none; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .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); }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { border-width: 0; border-radius: 0; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { font-size:0.875rem;font-family:roboto;height:25.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.6421813964844rem;left:0rem;height:3.00021875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.418744087219rem;left:0rem;height:3.14886875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:5.25rem;left:47.0625rem;height:1.9125rem;font-style:normal;display:block; }
#TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:3.375rem;left:47.0625rem;height:1.9125rem;font-style:normal;display:block; }
#qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:17.3125rem;left:47.0625rem;height:3.8237875rem;font-style:normal;display:block; }
#CKuikh7gL9R41CsRHt7hmvIECVE04WbP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:15.4375rem;left:47.0625rem;height:1.9125rem;font-style:normal;display:block; }
#KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:11.125rem;left:47.0625rem;height:1.9125rem;font-style:normal;display:block; }
#DuokeiRwly0vnzc6azPgGTOq39uO8ixW { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:9.1875rem;left:47.0625rem;height:1.9125rem;font-style:normal;display:block; }
#iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.6875rem;left:43.125rem; }
#dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:4.125rem;left:42rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:10.3125rem;left:43.125rem; }
#gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.125rem;left:42rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.6875rem;left:43.125rem; }
#pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.375rem;left:42rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { 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; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { background-color: transparent; background-image: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { display: none; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .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); }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { border-width: 0; border-radius: 0; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { font-size:0.875rem;font-family:roboto;height:10.6875rem;width:75rem;position:relative;display:block; }#El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:6.2992210388181rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.8125057220459rem;left:50.750000953674rem; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.8125057220459rem;left:60.000000953674rem; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.8125057220459rem;left:68.437500953675rem; }
#TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:6.2992248535156rem;left:65.000000953675rem;display:block; }
#pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.25rem;top:1.8492202758789rem;left:0rem;overflow:hidden;display:block; }
#ld8lifxbp9vV10f6Ew7OhgATA4XLENSi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:6.2992248535156rem;left:54.175000190735rem;display:block; }
#LQtNRfODbM2FkcihyuQELiBXpaApwTOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fzoZOHwTJTwTWSEfEtZmicZGm7aMCWIp { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;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:roboto;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:6.29921913147rem;left:44.224999427796rem;display:block; }
#dvmGAbeItWS3wL0d3ETU4dqmwCUCeMbk { 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) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { top:0.9375rem;left:5.5625rem;width:42.1875rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:1.875rem;left:38.375rem;background-color:#28887a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.625rem;height:2.5rem;top:1.875rem;left:42.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:5.625rem;height:2.5rem;top:1.875rem;left:35.218750953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa { display:block; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARTNiJH9skUts7l4EGN3mxn87rNJMKkg { top:11.6875rem;left:0rem;width:45.0625rem;height:;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJE3JVQy1dlIL9fehwLoXWi1cCQvr6Hq { top:19.9375rem;left:0rem;width:43.1875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6PQ8J6ur3fVRAhf0JKQBdHFHVC0WwBX { width:12.5rem;height:3.5rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIvUT2vCDTtTUtKcZU6zAKRTy8tL0lk { display:block; }
 }@media only screen and (max-width: 763px) { #S3XLN8y2pxhS3AXHufOat5wFaBHJKoSr { top:0rem;left:17.75rem;width:30rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq35VsKUIL4zeEqBPfJcJlEEOt0SVVXw { top:20rem;left:17.75rem;width:30rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnz9ET5EAZndCwugGqPtKQFx81RtKOaQ { top:2.5625rem;left:0rem;width:17.3125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smASOzAfrFi2riklfW6J90hoep9WeKyK { top:28.125rem;left:3.3125rem;width:44.4375rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJQ7OBxqoSEUFsWWc7eecz7TquTogXq { top:28.125rem;left:0rem;width:13.6875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { top:0rem;left:11.5rem;width:36.25rem;height:42.5625rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { top:2.875rem;left:0rem;width:36.4375rem;height:18.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { top:24.375rem;left:1.4374990463257rem;width:14.625rem;height:15.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { top:28.4375rem;left:8.25rem;width:15.625rem;height:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { top:10.125rem;left:19rem;width:28.75rem;height:25.1875rem;font-size:1rem;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #mWIE2KxH73p2Q7tdqm0x4TOG5flD8ROe { top:3.5625rem;left:23.875rem;width:17.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { top:3.1875rem;left:0rem;width:47.75rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { top:13.375rem;left:0rem;width:22.5rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { top:22.75rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { top:29.3125rem;left:0rem;width:15.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { top:15.375rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { top:16.9375rem;left:25.25rem;width:22.5rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { top:29.3125rem;left:26.550000190735rem;width:14.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { top:22.75rem;left:26.550000190735rem;width:13.4375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { top:15.375rem;left:31.018750190735rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { top:15.375rem;left:14.125000953674rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { top:22.75rem;left:8.186718940735rem;width:16.375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { top:29.3125rem;left:6.999218940735rem;width:16.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfOxn07yP22pdTNK06E0BKGskHEO3vlq { top:22.75rem;left:37.8125rem;width:9.9375rem;height:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0leW6yWJwdUGOAESb8daolwGtPbMFy4 { top:29.3125rem;left:33rem;width:14.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3m9IJSo4O9uJFec5PrnTfmq4vC1U49 { top:15.375rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQi35gJeXMnK6e2fOwTnoxMPP4XwImGB { top:34.0625rem;left:0rem;width:6.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulmpdpDULiMmwc6Xa44KAU0lCm2u4I4U { top:34.0625rem;left:13.250000953674rem;width:6.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvZ1MWx2FPtQfXUmBzmIpkyfxHbXAKKr { top:34.0625rem;left:30.800000190735rem;width:6.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhIPJIbHoXUccpTcZ9EOqFqioxVENqEy { top:34.0625rem;left:41.5rem;width:6.25rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { top:4rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { top:17.5625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { top:21.0625rem;left:16.5rem;width:31.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSRONu2mfhph3MshaZMky51z0oykrINW { top:14.1875rem;left:26.437500953674rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { top:8.125rem;left:0rem;width:36.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { top:17.5625rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { top:21.0625rem;left:0rem;width:31.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { top:13.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { top:37.75rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { top:42rem;left:16.5rem;width:31.25rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { top:33.6875rem;left:26.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { top:37.75rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { top:33.6875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { top:42rem;left:0rem;width:31.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRJ63y3N5Jw3fWqIUxcOFnyHrrHk2phy { top:55.3125rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrXQQE2f2E2ROhq5DGnZ8CER1JMAZrRv { top:55.3125rem;left:26.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT7GZRAIsGCTmJBBPFafT2bTkqUXV48I { top:59.8125rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRVyFQFAtHmw43RELnNw19xwcohgOcTS { top:59.8125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeylhBH8IDOAwWyoRZTiSmc2pv4MvBMm { top:77.6875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTB4pO6qvVtRp82SuohtKuZ5s3IgHTqJ { top:77.6875rem;left:26.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAke1qQP1sJRZssaOBTzviC6Rgl01ld { top:81.75rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7n0NNsgHC38EXklwIWX5PiFw3NSt47 { top:81.75rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSSLpGFuFNSWPqPv5sW8BRitLFn5Oabp { top:100.6875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8VPPBW1n50sqLoav1VfG6woF1FA1T8 { top:104.625rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSbqGo1pNrvBZLGenq83GNhW1HxCXIo { top:100.6875rem;left:26.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5zamfOzT6e9TcU2mc4b69z7DRUw935Q { top:104.625rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQi4UUgZyJRb5mCtbTOGMy0cvFz5pdce { top:64.5625rem;left:0rem;width:31.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3xaVLaIzh3t1Opdt9Z1sgFUmLvC2QQm { top:64.5625rem;left:16.5rem;width:31.25rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokKdoAFiNXJ068EdUm4NCIN6SNlzdrx { top:86.375rem;left:0rem;width:31.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAqhR0kpdikhy6bsJDfRuqAAledmreIG { top:86.375rem;left:16.5rem;width:31.25rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI3EC4nBNBq8JlBimtvLd91QZ3ZXmWX7 { top:109.4375rem;left:0rem;width:31.25rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxMepx6ATmWvRyzRT5uE4NH9Dek2NnNB { top:109.4375rem;left:16.5rem;width:31.25rem;height:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { display:block; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoeTS17vSb4OyEG1pIU4JE7GHsiqfW6 { width:5.875rem;height:6.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJZJwpipDUEti9wSoPveSGfFnSHv1ch { width:9rem;height:4.375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nrqeepg7O2xRFFah4nO1Nkg2nJOd8V { width:6.0625rem;height:3.9375rem;top:3.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7T49warZEkXaJBQrvnB6aWFH5focLx { width:8.375rem;height:4.375rem;top:3.4375rem;left:17.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWVefnJQgXgJT71t1UvFBUB39PAq4rt { width:6.875rem;height:4rem;top:3.625rem;left:28.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soyvtr92OXBR7V46fxdAUciFEEOp3bRr { width:6.25rem;height:6.5rem;top:2.375rem;left:37.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClOlV9hgcqni0Pkt68mO5Llm0Qc5tyl { width:6.25rem;height:6.25rem;top:2.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuWkBPqoE5dJGrRvXrHovxLFSMci8tQf { width:7.25rem;height:3.875rem;top:3.6875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { display:block; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { top:3rem;left:0rem;width:27.625rem;height:6rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwkRlTVZBzGAqklKNminBbAqIde5qDWT { top:18.25rem;left:1.3632802963257rem;width:10.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { top:3rem;left:17.124218940735rem;width:11.75rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { top:18.25rem;left:17.905468940735rem;width:10.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { top:18.25rem;left:35.562500953674rem;width:8.5rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTC5fCTh9m3IcdOdTpvMoxEgFhWpUyAI { top:5.5625rem;left:24.75rem;width:23rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { top:2.625rem;left:0rem;width:37.0625rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { top:10.375rem;left:0rem;width:29.9375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { top:3.6875rem;left:29.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { top:4.125rem;left:28.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { top:10.3125rem;left:29.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { top:11.125rem;left:28.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { top:16.6875rem;left:29.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { top:14.375rem;left:28.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { top:6.25rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { top:2.8125rem;left:37.125000953674rem;width:2rem;height:2rem;display:block; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { top:2.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd { top:2.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { width:10rem;height:3rem;top:6.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:10.25rem;height:2.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8lifxbp9vV10f6Ew7OhgATA4XLENSi { width:10rem;height:3rem;top:6.25rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtNRfODbM2FkcihyuQELiBXpaApwTOT { display:block; }
 }@media only screen and (max-width: 763px) { #fzoZOHwTJTwTWSEfEtZmicZGm7aMCWIp { width:10rem;height:3rem;top:6.25rem;left:30.599999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmGAbeItWS3wL0d3ETU4dqmwCUCeMbk { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { background-color: transparent; background-image: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row > .video-iframe-container { display: none; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .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); }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { border-width: 0; border-radius: 0; }#UH8ozEoyxcwNdn0LIrWIRAFHhEJtwLqn > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAlh1wBuduVdGKEXvIP0fx536wM3VGqh { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xm84VqLl0BDMagyaeQh0I1AQ47IOn221 { width:9.375rem;height:2.5rem;top:7.8125rem;left:5.3125rem;background-color:#28887a;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HUZFHvQMJkaVQSHcNuuxfEX1XNrasmD7 { display:block; }
 }@media only screen and (max-width: 763px) { #ABoKz5OEdX82Z4em477nDIWyHhKEg2DU { width:5.4375rem;height:2.5rem;top:4.75rem;left:14rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLPboHDbX1bSmNScsp5y93PEX7RbTCV { display:block; }
 }@media only screen and (max-width: 763px) { #Ek4ktOXlISiRTgVnq6QGsN4mhgmK72cX { width:6.5625rem;height:2.5rem;top:2.3125rem;left:4.1875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #In8VsDm0B2dzKsppwDPACXJAhxzWLJ8s { display:block; }
 }@media only screen and (max-width: 763px) { #FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa { display:block; }#FkvcEqTVvZTe1RUksTTTPEbiEPfBTIIa > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARTNiJH9skUts7l4EGN3mxn87rNJMKkg { width:20rem;height:5.25rem;top:5.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJE3JVQy1dlIL9fehwLoXWi1cCQvr6Hq { width:20rem;height:8.3965rem;top:11.8154296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #s6PQ8J6ur3fVRAhf0JKQBdHFHVC0WwBX { width:12.5rem;height:3.5rem;top:40.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIvUT2vCDTtTUtKcZU6zAKRTy8tL0lk { display:block; }
 }@media only screen and (max-width: 763px) { #S3XLN8y2pxhS3AXHufOat5wFaBHJKoSr { width:10.3125rem;height:5.8125rem;top:23.1904296875rem;left:6.625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #fq35VsKUIL4zeEqBPfJcJlEEOt0SVVXw { width:8.75rem;height:14rem;top:22.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnz9ET5EAZndCwugGqPtKQFx81RtKOaQ { width:7.3125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smASOzAfrFi2riklfW6J90hoep9WeKyK { width:20rem;height:0;top:53.999360710159rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRJQ7OBxqoSEUFsWWc7eecz7TquTogXq { width:13.6875rem;height:7.3743607101597rem;top:45.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7icl3TlvPTno1GTLW8O3Puu01hEn3e { display:block; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { background-color: transparent; background-image: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row > .video-iframe-container { display: none; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .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); }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e { border-width: 0; border-radius: 0; }#la7icl3TlvPTno1GTLW8O3Puu01hEn3e > .row .container { width:20rem;height:87rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7Jz1OnQK2500iKLAUQW1gZXT8HXTkeE { width:20rem;height:39.8125rem;top:33.4375rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #W40N3zNfe2RCs0sGeTTEfe53XN6piU5q { width:20rem;height:10.3125rem;top:1.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #uDKcQ0aaSymUNokSfMo7UCwphnQFWNe0 { width:9.375rem;height:10rem;top:21.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ToDss36VQq9SpyzRXiyKuSPq6HelZE4k { width:10rem;height:10rem;top:21.25rem;left:10rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gzKMwEqR9IJ0t8xOndb9DlIpMdLmHmFW { width:17.5rem;height:8.3965rem;top:43.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #mWIE2KxH73p2Q7tdqm0x4TOG5flD8ROe { width:17.875rem;height:5.1249604444211rem;top:74.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx { display:block; }#CtAuFBUUQe3qpVv3eB1HaL1MFI0woVEx > .row .container { width:20rem;height:112.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7gaDH2VmTPUAL8Cb0dzvLgQLfL5UVg9 { width:17.5rem;height:7.875rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eLFUi4MSqpLVXErrOQWsGi2ThzDwtdJO { width:20rem;height:21.875rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo9LE8cZM1fgPT5017OA8tXeJfT3lDLg { width:17.5rem;height:1.75rem;top:22.4375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOf4M5DLql98pD0meXTSSXPxv5QkMeRz { width:17.5rem;height:5.59765625rem;top:25.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTTlezpyWGrG31HDnyAbFPMsB0DqTEsE { display:flex;width:4.5rem;height:4.5rem;top:16.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #g3hylXEc7K2R5pkuEW0scOzpmLhVVW3H { width:20rem;height:21.875rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoiNptoJeyK6RdmM3X5LuOwkJpaufSM7 { width:17.5rem;height:5.59765625rem;top:66.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3QoZnKKxhawpwgf3T0XvWJNCNwOP6ad { width:17.5rem;height:1.75rem;top:63.75rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wWLNVXzfFIV9i1P9IXbV9OiVIDnnGF82 { display:flex;width:4.5rem;height:4.5rem;top:57.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #QA70CC3oBSwL9Qt8st5eO4kxps4vCJer { display:flex;width:4.5rem;height:4.5rem;top:36.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #rX5yloTXiGZbiTDTZfQSZbMyZ8BDX533 { width:17.5rem;height:1.75rem;top:42.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILo85cFftn5iKv92yb0XVqnFRt894HwZ { width:17.5rem;height:4.19824375rem;top:45.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfOxn07yP22pdTNK06E0BKGskHEO3vlq { width:9.9375rem;height:0;top:83rem;left:5rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0leW6yWJwdUGOAESb8daolwGtPbMFy4 { width:14.75rem;height:0;top:88.24956875rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xf3m9IJSo4O9uJFec5PrnTfmq4vC1U49 { display:flex;width:4.5rem;height:4.5rem;top:77.25rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #RQi35gJeXMnK6e2fOwTnoxMPP4XwImGB { width:6.25rem;height:0;top:92.29905rem;left:6.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ulmpdpDULiMmwc6Xa44KAU0lCm2u4I4U { width:6.25rem;height:0;top:97.22418125rem;left:6.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XvZ1MWx2FPtQfXUmBzmIpkyfxHbXAKKr { width:6.25rem;height:0;top:102.1493125rem;left:6.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FhIPJIbHoXUccpTcZ9EOqFqioxVENqEy { width:6.25rem;height:0;top:107.07444375rem;left:6.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe { display:block; }#mQ0zDbUg15uVLZwG61btB2t4RBk2HSKe > .row .container { width:20rem;height:208.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWVGIm63tVheG8sMEQcO4ppi1BN63CVw { width:20rem;height:7.875rem;top:1.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wk7JhbGSbcy4t75rWoR5Uo9tb3OixZ8J { width:17.5rem;height:1.75rem;top:25.125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZA9fp80i51wqi80kxVeyC4Ltt9dnLFBy { width:17.5rem;height:6.9970625rem;top:28.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSRONu2mfhph3MshaZMky51z0oykrINW { display:flex;width:2.75rem;height:2.75rem;top:21.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #DbKCZFgNeyIR5q7eKgyuwP5M9LTvml9c { width:20rem;height:6.9970625rem;top:10.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFT7ahMBK3trOgK8dWVrg9ulXl1iPh1p { width:17.5rem;height:1.75rem;top:45.125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HIz0Tbq9y00lJM35pTzE1mS9zrTwoNHG { width:17.5rem;height:6.9970625rem;top:48.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bs9DT0cF8IPKvUUdRQiVRRFhU0UcNaHB { display:flex;width:2.75rem;height:2.75rem;top:40.8125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #KQX6KpsUJTdtZB5PiLX6abtBKGrSHP7e { width:17.5rem;height:1.75rem;top:84.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a0tEL5CZuUaDdBzsPu4n7ghXLeRShw3B { width:17.5rem;height:6.9970625rem;top:87.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oHTnDUeeXskKSL7phqQVNQpG4ryzn8tm { display:flex;width:2.75rem;height:2.75rem;top:80.1875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #dDST0s9npfx0XFZobFkzOnnN6ATVCfW5 { width:17.5rem;height:1.75rem;top:64.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BXPJC8Sa7tlWWCr93QipQNLP3lqZOvF7 { display:flex;width:2.75rem;height:2.75rem;top:60.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #fW6hmkSAvdRACrpb9TKrT9dCXWQTuUVp { width:17.5rem;height:6.9970625rem;top:67.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRJ63y3N5Jw3fWqIUxcOFnyHrrHk2phy { display:flex;width:2.75rem;height:2.75rem;top:95.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #DrXQQE2f2E2ROhq5DGnZ8CER1JMAZrRv { display:flex;width:2.75rem;height:2.75rem;top:99.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #xT7GZRAIsGCTmJBBPFafT2bTkqUXV48I { width:20rem;height:0;top:103.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bRVyFQFAtHmw43RELnNw19xwcohgOcTS { width:20rem;height:0;top:106.87478125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeylhBH8IDOAwWyoRZTiSmc2pv4MvBMm { display:flex;width:2.75rem;height:2.75rem;top:126.6198125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #HTB4pO6qvVtRp82SuohtKuZ5s3IgHTqJ { display:flex;width:2.75rem;height:2.75rem;top:130.6198125rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #yrAke1qQP1sJRZssaOBTzviC6Rgl01ld { width:20rem;height:0;top:134.6198125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yH7n0NNsgHC38EXklwIWX5PiFw3NSt47 { width:20rem;height:0;top:137.86959375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSSLpGFuFNSWPqPv5sW8BRitLFn5Oabp { display:flex;width:2.75rem;height:2.75rem;top:159.0165rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #kT8VPPBW1n50sqLoav1VfG6woF1FA1T8 { width:20rem;height:0;top:167.0165rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFSbqGo1pNrvBZLGenq83GNhW1HxCXIo { display:flex;width:2.75rem;height:2.75rem;top:163.0165rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #k5zamfOzT6e9TcU2mc4b69z7DRUw935Q { width:20rem;height:0;top:170.26628125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQi4UUgZyJRb5mCtbTOGMy0cvFz5pdce { width:20rem;height:0;top:110.1245625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3xaVLaIzh3t1Opdt9Z1sgFUmLvC2QQm { width:20rem;height:0;top:118.3721875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VokKdoAFiNXJ068EdUm4NCIN6SNlzdrx { width:20rem;height:0;top:141.119375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAqhR0kpdikhy6bsJDfRuqAAledmreIG { width:20rem;height:0;top:150.7678125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WI3EC4nBNBq8JlBimtvLd91QZ3ZXmWX7 { width:20rem;height:0;top:173.5160625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxMepx6ATmWvRyzRT5uE4NH9Dek2NnNB { width:20rem;height:0;top:187.3636875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt { display:block; }#ULtVml2wVXP6DNma0fXMFMOSgJhfkXQt > .row .container { width:20rem;height:33.937615311665rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuoeTS17vSb4OyEG1pIU4JE7GHsiqfW6 { width:1.875rem;height:1.875rem;top:2.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZJZJwpipDUEti9wSoPveSGfFnSHv1ch { width:3.875rem;height:1.9375rem;top:5.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9nrqeepg7O2xRFFah4nO1Nkg2nJOd8V { width:2.9375rem;height:1.9375rem;top:8.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7T49warZEkXaJBQrvnB6aWFH5focLx { width:3.625rem;height:1.9375rem;top:11.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWVefnJQgXgJT71t1UvFBUB39PAq4rt { width:3.25rem;height:1.9375rem;top:14.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soyvtr92OXBR7V46fxdAUciFEEOp3bRr { width:1.875rem;height:1.9375rem;top:18.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EClOlV9hgcqni0Pkt68mO5Llm0Qc5tyl { width:6.25rem;height:6.25rem;top:21.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuWkBPqoE5dJGrRvXrHovxLFSMci8tQf { width:7.25rem;height:3.8751153116648rem;top:28.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ { display:block; }#EcwKDyx9Gmg7mKWqyMLauOTsR1p2HmkZ > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwRfrysAs3dgNVJVNfK6kar6mQefFlRG { width:16.25rem;height:8rem;top:5rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwkRlTVZBzGAqklKNminBbAqIde5qDWT { width:2.9375rem;height:2.9375rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw5NL6AnhUukmOqPk11bhtB6SciU5Xw5 { width:5.625rem;height:5.5rem;top:25.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw99Xqb9FHuXww4E8elyG7hHzfnfotDT { width:5.625rem;height:4.75rem;top:17.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayykT5Dt6p5t6rHTVoPZxTlUHO5UJFx8 { width:5.1875rem;height:5.5625rem;top:25.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTC5fCTh9m3IcdOdTpvMoxEgFhWpUyAI { width:20rem;height:0;top:32.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oibWCwKDntkaWxtfwpubayoWtOkEgTDp { display:block; }#oibWCwKDntkaWxtfwpubayoWtOkEgTDp > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rX4Ptg3rTTFXP4WZwQ2bOT3Bm4Ki3z3d { width:20rem;height:5.25rem;top:2.9375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhkzZeEaNwIhuWCPM0z0Oh9a0ORlOqOS { width:20rem;height:5.59765625rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrxrMaAXDpiP0XWL5JXqkCzcq0D49PET { width:15rem;height:1.9121125rem;top:19.125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTQoKdX3uAO5KPfwQsZe0uJcoqAnamwE { width:15rem;height:1.9121125rem;top:17.25rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlFy7HxEHi1mNzcvXroUdtC5cJc3ShbO { width:15rem;height:3.82421875rem;top:30.5625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKuikh7gL9R41CsRHt7hmvIECVE04WbP { width:15rem;height:1.9121125rem;top:28.625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhSm6Tl9yzSHpsTT5GFsqfFHrvFGnROw { width:15rem;height:1.9121125rem;top:24.8125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DuokeiRwly0vnzc6azPgGTOq39uO8ixW { width:15rem;height:1.9121125rem;top:22.9375rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iKNUsyEpCqd7nTGxL3lJHqdWVZyzvC9n { display:flex;width:1.625rem;height:1.625rem;top:18.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #dA4U4NQ2M1MGh4u7w5L1ga9zhL1hhuWU { width:3.875rem;height:3.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQJT5sBqBIwZm1So1y8HFWPx3oTeAca { display:flex;width:1.625rem;height:1.625rem;top:24rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #gNl97eSSMllxW8eIzbIoaNL7ZxbC3ArG { width:3.875rem;height:3.875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3ZmK0538Xq4JRySG5Dqcqfe7QN8byP { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #pPNO90FtV08F0EmbgJX69XPfTVcdyK5s { width:3.875rem;height:3.875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO { display:block; }#zIBiUXrHBhCFat63R6xPxUE1ISDWPBAO > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #El0Jc9xDKp87dNrKr9kbF90Av1KL5MCA { width:20rem;height:1.3125rem;top:10.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:5.8125rem;font-size:1.625rem; }
#cmvqkXZ5dn0ZiA2VNvrkWqlhyui1B2yW > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #s0ueECILG6LzTufAQ9JJghaNgtybLTI1 { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:8.8125rem;font-size:1.625rem; }
#s0ueECILG6LzTufAQ9JJghaNgtybLTI1 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd { display:flex;width:2.375rem;height:2.375rem;top:5.3125rem;left:11.8125rem;font-size:1.625rem; }
#TdIZm4gF2dQFTl4qTweldgS0c7LMC9Rd > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #BrzKfvOgTkvxENzEQiGffBsoXhUne3WV { width:10rem;height:3rem;top:20.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfa5lTEGvk1pcqlCdTgfZupiUnLyf7p { display:block; }
 }@media only screen and (max-width: 763px) { #saEcO9c1hVM4KMZPhDcTDtwtdcLR8PyB { width:7.375rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld8lifxbp9vV10f6Ew7OhgATA4XLENSi { width:10rem;height:3rem;top:17.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQtNRfODbM2FkcihyuQELiBXpaApwTOT { display:block; }
 }@media only screen and (max-width: 763px) { #fzoZOHwTJTwTWSEfEtZmicZGm7aMCWIp { width:10rem;height:3rem;top:14.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvmGAbeItWS3wL0d3ETU4dqmwCUCeMbk { display:block; }
 }